@aws-sdk/client-sesv2 3.398.0 → 3.402.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 +80 -0
  33. package/dist-types/commands/CreateExportJobCommand.d.ts +152 -0
  34. package/dist-types/commands/GetExportJobCommand.d.ts +161 -0
  35. package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
  36. package/dist-types/commands/GetMessageInsightsCommand.d.ts +115 -0
  37. package/dist-types/commands/ListExportJobsCommand.d.ts +91 -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
@@ -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";