@aws-sdk/client-sesv2 3.398.0 → 3.403.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 (86) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/SESv2.js +10 -0
  3. package/dist-cjs/commands/CancelExportJobCommand.js +46 -0
  4. package/dist-cjs/commands/CreateExportJobCommand.js +47 -0
  5. package/dist-cjs/commands/GetExportJobCommand.js +47 -0
  6. package/dist-cjs/commands/GetMessageInsightsCommand.js +47 -0
  7. package/dist-cjs/commands/ListExportJobsCommand.js +46 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/endpoint/ruleset.js +1 -1
  10. package/dist-cjs/models/index.js +1 -0
  11. package/dist-cjs/models/models_0.js +76 -8
  12. package/dist-cjs/models/models_1.js +2 -0
  13. package/dist-cjs/pagination/ListExportJobsPaginator.js +29 -0
  14. package/dist-cjs/pagination/index.js +1 -0
  15. package/dist-cjs/protocols/Aws_restJson1.js +405 -4
  16. package/dist-es/SESv2.js +10 -0
  17. package/dist-es/commands/CancelExportJobCommand.js +42 -0
  18. package/dist-es/commands/CreateExportJobCommand.js +43 -0
  19. package/dist-es/commands/GetExportJobCommand.js +43 -0
  20. package/dist-es/commands/GetMessageInsightsCommand.js +43 -0
  21. package/dist-es/commands/ListExportJobsCommand.js +42 -0
  22. package/dist-es/commands/index.js +5 -0
  23. package/dist-es/endpoint/ruleset.js +1 -1
  24. package/dist-es/models/index.js +1 -0
  25. package/dist-es/models/models_0.js +67 -6
  26. package/dist-es/models/models_1.js +1 -0
  27. package/dist-es/pagination/ListExportJobsPaginator.js +25 -0
  28. package/dist-es/pagination/index.js +1 -0
  29. package/dist-es/protocols/Aws_restJson1.js +391 -0
  30. package/dist-types/SESv2.d.ts +35 -0
  31. package/dist-types/SESv2Client.d.ts +7 -2
  32. package/dist-types/commands/CancelExportJobCommand.d.ts +91 -0
  33. package/dist-types/commands/CreateExportJobCommand.d.ts +230 -0
  34. package/dist-types/commands/GetExportJobCommand.d.ts +213 -0
  35. package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
  36. package/dist-types/commands/GetMessageInsightsCommand.d.ts +175 -0
  37. package/dist-types/commands/ListExportJobsCommand.d.ts +116 -0
  38. package/dist-types/commands/ListImportJobsCommand.d.ts +1 -1
  39. package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +2 -1
  40. package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -1
  41. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
  42. package/dist-types/commands/SendEmailCommand.d.ts +1 -1
  43. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  44. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +1 -1
  45. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateContactCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateContactListCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/index.d.ts +5 -0
  53. package/dist-types/models/index.d.ts +1 -0
  54. package/dist-types/models/models_0.d.ts +811 -558
  55. package/dist-types/models/models_1.d.ts +523 -0
  56. package/dist-types/pagination/ListExportJobsPaginator.d.ts +7 -0
  57. package/dist-types/pagination/index.d.ts +1 -0
  58. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  59. package/dist-types/ts3.4/SESv2.d.ts +85 -0
  60. package/dist-types/ts3.4/SESv2Client.d.ts +30 -0
  61. package/dist-types/ts3.4/commands/CancelExportJobCommand.d.ts +38 -0
  62. package/dist-types/ts3.4/commands/CreateExportJobCommand.d.ts +38 -0
  63. package/dist-types/ts3.4/commands/GetExportJobCommand.d.ts +35 -0
  64. package/dist-types/ts3.4/commands/GetMessageInsightsCommand.d.ts +39 -0
  65. package/dist-types/ts3.4/commands/ListExportJobsCommand.d.ts +38 -0
  66. package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  80. package/dist-types/ts3.4/models/index.d.ts +1 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +176 -102
  82. package/dist-types/ts3.4/models/models_1.d.ts +109 -0
  83. package/dist-types/ts3.4/pagination/ListExportJobsPaginator.d.ts +11 -0
  84. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  85. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  86. package/package.json +1 -1
@@ -0,0 +1,175 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { GetMessageInsightsRequest, GetMessageInsightsResponse } from "../models/models_0";
5
+ import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetMessageInsightsCommand}.
14
+ */
15
+ export interface GetMessageInsightsCommandInput extends GetMessageInsightsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetMessageInsightsCommand}.
21
+ */
22
+ export interface GetMessageInsightsCommandOutput extends GetMessageInsightsResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Provides information about a specific message, including the from address, the
27
+ * subject, the recipient address, email tags, as well as events associated with the message.</p>
28
+ * <p>You can execute this operation no more than once per second.</p>
29
+ * @example
30
+ * Use a bare-bones client and the command you need to make an API call.
31
+ * ```javascript
32
+ * import { SESv2Client, GetMessageInsightsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
33
+ * // const { SESv2Client, GetMessageInsightsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
34
+ * const client = new SESv2Client(config);
35
+ * const input = { // GetMessageInsightsRequest
36
+ * MessageId: "STRING_VALUE", // required
37
+ * };
38
+ * const command = new GetMessageInsightsCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // GetMessageInsightsResponse
41
+ * // MessageId: "STRING_VALUE",
42
+ * // FromEmailAddress: "STRING_VALUE",
43
+ * // Subject: "STRING_VALUE",
44
+ * // EmailTags: [ // MessageTagList
45
+ * // { // MessageTag
46
+ * // Name: "STRING_VALUE", // required
47
+ * // Value: "STRING_VALUE", // required
48
+ * // },
49
+ * // ],
50
+ * // Insights: [ // EmailInsightsList
51
+ * // { // EmailInsights
52
+ * // Destination: "STRING_VALUE",
53
+ * // Isp: "STRING_VALUE",
54
+ * // Events: [ // InsightsEvents
55
+ * // { // InsightsEvent
56
+ * // Timestamp: new Date("TIMESTAMP"),
57
+ * // Type: "SEND" || "REJECT" || "BOUNCE" || "COMPLAINT" || "DELIVERY" || "OPEN" || "CLICK" || "RENDERING_FAILURE" || "DELIVERY_DELAY" || "SUBSCRIPTION",
58
+ * // Details: { // EventDetails
59
+ * // Bounce: { // Bounce
60
+ * // BounceType: "UNDETERMINED" || "TRANSIENT" || "PERMANENT",
61
+ * // BounceSubType: "STRING_VALUE",
62
+ * // DiagnosticCode: "STRING_VALUE",
63
+ * // },
64
+ * // Complaint: { // Complaint
65
+ * // ComplaintSubType: "STRING_VALUE",
66
+ * // ComplaintFeedbackType: "STRING_VALUE",
67
+ * // },
68
+ * // },
69
+ * // },
70
+ * // ],
71
+ * // },
72
+ * // ],
73
+ * // };
74
+ *
75
+ * ```
76
+ *
77
+ * @param GetMessageInsightsCommandInput - {@link GetMessageInsightsCommandInput}
78
+ * @returns {@link GetMessageInsightsCommandOutput}
79
+ * @see {@link GetMessageInsightsCommandInput} for command's `input` shape.
80
+ * @see {@link GetMessageInsightsCommandOutput} for command's `response` shape.
81
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
82
+ *
83
+ * @throws {@link BadRequestException} (client fault)
84
+ * <p>The input you provided is invalid.</p>
85
+ *
86
+ * @throws {@link NotFoundException} (client fault)
87
+ * <p>The resource you attempted to access doesn't exist.</p>
88
+ *
89
+ * @throws {@link TooManyRequestsException} (client fault)
90
+ * <p>Too many requests have been made to the operation.</p>
91
+ *
92
+ * @throws {@link SESv2ServiceException}
93
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
94
+ *
95
+ * @example Get Message Insights
96
+ * ```javascript
97
+ * // Provides information about a specific message.
98
+ * const input = {
99
+ * "MessageId": "000000000000ab00-0a000aa0-1234-0a0a-1234-0a0aaa0aa00a-000000"
100
+ * };
101
+ * const command = new GetMessageInsightsCommand(input);
102
+ * const response = await client.send(command);
103
+ * /* response ==
104
+ * {
105
+ * "EmailTags": [
106
+ * {
107
+ * "Name": "ses:operation",
108
+ * "Value": "SendEmail"
109
+ * },
110
+ * {
111
+ * "Name": "ses:recipient-isp",
112
+ * "Value": "UNKNOWN_ISP"
113
+ * },
114
+ * {
115
+ * "Name": "ses:source-ip",
116
+ * "Value": "0.0.0.0"
117
+ * },
118
+ * {
119
+ * "Name": "ses:from-domain",
120
+ * "Value": "example.com"
121
+ * },
122
+ * {
123
+ * "Name": "ses:sender-identity",
124
+ * "Value": "hello@example.com"
125
+ * },
126
+ * {
127
+ * "Name": "ses:caller-identity",
128
+ * "Value": "Identity"
129
+ * }
130
+ * ],
131
+ * "FromEmailAddress": "hello@example.com",
132
+ * "Insights": [
133
+ * {
134
+ * "Destination": "recipient@example.com",
135
+ * "Events": [
136
+ * {
137
+ * "Timestamp": "2023-01-01T00:00:00.000000+01:00",
138
+ * "Type": "SEND"
139
+ * },
140
+ * {
141
+ * "Timestamp": "2023-01-01T00:00:01.000000+01:00",
142
+ * "Type": "DELIVERY"
143
+ * }
144
+ * ],
145
+ * "Isp": "UNKNOWN_ISP"
146
+ * }
147
+ * ],
148
+ * "MessageId": "000000000000ab00-0a000aa0-1234-0a0a-1234-0a0aaa0aa00a-000000",
149
+ * "Subject": "hello"
150
+ * }
151
+ * *\/
152
+ * // example id: get-message-insights-1689955713493
153
+ * ```
154
+ *
155
+ */
156
+ export declare class GetMessageInsightsCommand extends $Command<GetMessageInsightsCommandInput, GetMessageInsightsCommandOutput, SESv2ClientResolvedConfig> {
157
+ readonly input: GetMessageInsightsCommandInput;
158
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
+ /**
160
+ * @public
161
+ */
162
+ constructor(input: GetMessageInsightsCommandInput);
163
+ /**
164
+ * @internal
165
+ */
166
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMessageInsightsCommandInput, GetMessageInsightsCommandOutput>;
167
+ /**
168
+ * @internal
169
+ */
170
+ private serialize;
171
+ /**
172
+ * @internal
173
+ */
174
+ private deserialize;
175
+ }
@@ -0,0 +1,116 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { ListExportJobsRequest, ListExportJobsResponse } from "../models/models_0";
5
+ import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListExportJobsCommand}.
14
+ */
15
+ export interface ListExportJobsCommandInput extends ListExportJobsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListExportJobsCommand}.
21
+ */
22
+ export interface ListExportJobsCommandOutput extends ListExportJobsResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Lists all of the export jobs.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { SESv2Client, ListExportJobsCommand } from "@aws-sdk/client-sesv2"; // ES Modules import
31
+ * // const { SESv2Client, ListExportJobsCommand } = require("@aws-sdk/client-sesv2"); // CommonJS import
32
+ * const client = new SESv2Client(config);
33
+ * const input = { // ListExportJobsRequest
34
+ * NextToken: "STRING_VALUE",
35
+ * PageSize: Number("int"),
36
+ * ExportSourceType: "METRICS_DATA" || "MESSAGE_INSIGHTS",
37
+ * JobStatus: "CREATED" || "PROCESSING" || "COMPLETED" || "FAILED" || "CANCELLED",
38
+ * };
39
+ * const command = new ListExportJobsCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // ListExportJobsResponse
42
+ * // ExportJobs: [ // ExportJobSummaryList
43
+ * // { // ExportJobSummary
44
+ * // JobId: "STRING_VALUE",
45
+ * // ExportSourceType: "METRICS_DATA" || "MESSAGE_INSIGHTS",
46
+ * // JobStatus: "CREATED" || "PROCESSING" || "COMPLETED" || "FAILED" || "CANCELLED",
47
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
48
+ * // CompletedTimestamp: new Date("TIMESTAMP"),
49
+ * // },
50
+ * // ],
51
+ * // NextToken: "STRING_VALUE",
52
+ * // };
53
+ *
54
+ * ```
55
+ *
56
+ * @param ListExportJobsCommandInput - {@link ListExportJobsCommandInput}
57
+ * @returns {@link ListExportJobsCommandOutput}
58
+ * @see {@link ListExportJobsCommandInput} for command's `input` shape.
59
+ * @see {@link ListExportJobsCommandOutput} for command's `response` shape.
60
+ * @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
61
+ *
62
+ * @throws {@link BadRequestException} (client fault)
63
+ * <p>The input you provided is invalid.</p>
64
+ *
65
+ * @throws {@link TooManyRequestsException} (client fault)
66
+ * <p>Too many requests have been made to the operation.</p>
67
+ *
68
+ * @throws {@link SESv2ServiceException}
69
+ * <p>Base exception class for all service exceptions from SESv2 service.</p>
70
+ *
71
+ * @example List export jobs
72
+ * ```javascript
73
+ * // Lists export jobs of type METRICS_DATA and status PROCESSING
74
+ * const input = {
75
+ * "ExportSourceType": "METRICS_DATA",
76
+ * "JobStatus": "PROCESSING",
77
+ * "PageSize": 25
78
+ * };
79
+ * const command = new ListExportJobsCommand(input);
80
+ * const response = await client.send(command);
81
+ * /* response ==
82
+ * {
83
+ * "ExportJobs": [
84
+ * {
85
+ * "CreatedTimestamp": "167697473543",
86
+ * "ExportSourceType": "METRICS_DATA",
87
+ * "JobId": "72de83a0-6b49-47ca-9783-8b812576887a",
88
+ * "JobStatus": "PROCESSING"
89
+ * }
90
+ * ]
91
+ * }
92
+ * *\/
93
+ * // example id: list-export-jobs-1685702074256
94
+ * ```
95
+ *
96
+ */
97
+ export declare class ListExportJobsCommand extends $Command<ListExportJobsCommandInput, ListExportJobsCommandOutput, SESv2ClientResolvedConfig> {
98
+ readonly input: ListExportJobsCommandInput;
99
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
+ /**
101
+ * @public
102
+ */
103
+ constructor(input: ListExportJobsCommandInput);
104
+ /**
105
+ * @internal
106
+ */
107
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExportJobsCommandInput, ListExportJobsCommandOutput>;
108
+ /**
109
+ * @internal
110
+ */
111
+ private serialize;
112
+ /**
113
+ * @internal
114
+ */
115
+ private deserialize;
116
+ }
@@ -50,7 +50,7 @@ export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __M
50
50
  * // ContactListImportAction: "DELETE" || "PUT", // required
51
51
  * // },
52
52
  * // },
53
- * // JobStatus: "CREATED" || "PROCESSING" || "COMPLETED" || "FAILED",
53
+ * // JobStatus: "CREATED" || "PROCESSING" || "COMPLETED" || "FAILED" || "CANCELLED",
54
54
  * // CreatedTimestamp: new Date("TIMESTAMP"),
55
55
  * // ProcessedRecordsCount: Number("int"),
56
56
  * // FailedRecordsCount: Number("int"),
@@ -1,7 +1,8 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { PutSuppressedDestinationRequest, PutSuppressedDestinationResponse } from "../models/models_0";
4
+ import { PutSuppressedDestinationRequest } from "../models/models_0";
5
+ import { PutSuppressedDestinationResponse } from "../models/models_1";
5
6
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
7
  /**
7
8
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { SendBulkEmailRequest, SendBulkEmailResponse } from "../models/models_0";
4
+ import { SendBulkEmailRequest, SendBulkEmailResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { SendCustomVerificationEmailRequest, SendCustomVerificationEmailResponse } from "../models/models_0";
4
+ import { SendCustomVerificationEmailRequest, SendCustomVerificationEmailResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { SendEmailRequest, SendEmailResponse } from "../models/models_0";
4
+ import { SendEmailRequest, SendEmailResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { TestRenderEmailTemplateRequest, TestRenderEmailTemplateResponse } from "../models/models_0";
4
+ import { TestRenderEmailTemplateRequest, TestRenderEmailTemplateResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { UpdateConfigurationSetEventDestinationRequest, UpdateConfigurationSetEventDestinationResponse } from "../models/models_0";
4
+ import { UpdateConfigurationSetEventDestinationRequest, UpdateConfigurationSetEventDestinationResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { UpdateContactRequest, UpdateContactResponse } from "../models/models_0";
4
+ import { UpdateContactRequest, UpdateContactResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { UpdateContactListRequest, UpdateContactListResponse } from "../models/models_0";
4
+ import { UpdateContactListRequest, UpdateContactListResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { UpdateCustomVerificationEmailTemplateRequest, UpdateCustomVerificationEmailTemplateResponse } from "../models/models_0";
4
+ import { UpdateCustomVerificationEmailTemplateRequest, UpdateCustomVerificationEmailTemplateResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { UpdateEmailIdentityPolicyRequest, UpdateEmailIdentityPolicyResponse } from "../models/models_0";
4
+ import { UpdateEmailIdentityPolicyRequest, UpdateEmailIdentityPolicyResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { UpdateEmailTemplateRequest, UpdateEmailTemplateResponse } from "../models/models_0";
4
+ import { UpdateEmailTemplateRequest, UpdateEmailTemplateResponse } from "../models/models_1";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
6
6
  /**
7
7
  * @public
@@ -1,4 +1,5 @@
1
1
  export * from "./BatchGetMetricDataCommand";
2
+ export * from "./CancelExportJobCommand";
2
3
  export * from "./CreateConfigurationSetCommand";
3
4
  export * from "./CreateConfigurationSetEventDestinationCommand";
4
5
  export * from "./CreateContactCommand";
@@ -9,6 +10,7 @@ export * from "./CreateDeliverabilityTestReportCommand";
9
10
  export * from "./CreateEmailIdentityCommand";
10
11
  export * from "./CreateEmailIdentityPolicyCommand";
11
12
  export * from "./CreateEmailTemplateCommand";
13
+ export * from "./CreateExportJobCommand";
12
14
  export * from "./CreateImportJobCommand";
13
15
  export * from "./DeleteConfigurationSetCommand";
14
16
  export * from "./DeleteConfigurationSetEventDestinationCommand";
@@ -37,7 +39,9 @@ export * from "./GetDomainStatisticsReportCommand";
37
39
  export * from "./GetEmailIdentityCommand";
38
40
  export * from "./GetEmailIdentityPoliciesCommand";
39
41
  export * from "./GetEmailTemplateCommand";
42
+ export * from "./GetExportJobCommand";
40
43
  export * from "./GetImportJobCommand";
44
+ export * from "./GetMessageInsightsCommand";
41
45
  export * from "./GetSuppressedDestinationCommand";
42
46
  export * from "./ListConfigurationSetsCommand";
43
47
  export * from "./ListContactListsCommand";
@@ -48,6 +52,7 @@ export * from "./ListDeliverabilityTestReportsCommand";
48
52
  export * from "./ListDomainDeliverabilityCampaignsCommand";
49
53
  export * from "./ListEmailIdentitiesCommand";
50
54
  export * from "./ListEmailTemplatesCommand";
55
+ export * from "./ListExportJobsCommand";
51
56
  export * from "./ListImportJobsCommand";
52
57
  export * from "./ListRecommendationsCommand";
53
58
  export * from "./ListSuppressedDestinationsCommand";
@@ -1 +1,2 @@
1
1
  export * from "./models_0";
2
+ export * from "./models_1";