Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-sesv2

Package Overview
Dependencies
Maintainers
5
Versions
421
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-sesv2 - npm Package Compare versions

Comparing version 3.682.0 to 3.684.0

5

dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts

@@ -75,2 +75,7 @@ import { Command as $Command } from "@smithy/smithy-client";

* TemplateArn: "STRING_VALUE",
* TemplateContent: { // EmailTemplateContent
* Subject: "STRING_VALUE",
* Text: "STRING_VALUE",
* Html: "STRING_VALUE",
* },
* TemplateData: "STRING_VALUE",

@@ -77,0 +82,0 @@ * Headers: [

@@ -55,2 +55,7 @@ import { Command as $Command } from "@smithy/smithy-client";

* TemplateArn: "STRING_VALUE",
* TemplateContent: { // EmailTemplateContent
* Subject: "STRING_VALUE",
* Text: "STRING_VALUE",
* Html: "STRING_VALUE",
* },
* TemplateData: "STRING_VALUE",

@@ -57,0 +62,0 @@ * Headers: [ // MessageHeaderList

@@ -108,2 +108,7 @@ import { Command as $Command } from "@smithy/smithy-client";

* TemplateArn: "STRING_VALUE",
* TemplateContent: { // EmailTemplateContent
* Subject: "STRING_VALUE",
* Text: "STRING_VALUE",
* Html: "STRING_VALUE",
* },
* TemplateData: "STRING_VALUE",

@@ -110,0 +115,0 @@ * Headers: [

11

dist-types/ts3.4/models/models_0.d.ts

@@ -163,5 +163,11 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

}
export interface EmailTemplateContent {
Subject?: string;
Text?: string;
Html?: string;
}
export interface Template {
TemplateName?: string;
TemplateArn?: string;
TemplateContent?: EmailTemplateContent;
TemplateData?: string;

@@ -549,7 +555,2 @@ Headers?: MessageHeader[];

export interface CreateEmailIdentityPolicyResponse {}
export interface EmailTemplateContent {
Subject?: string;
Text?: string;
Html?: string;
}
export interface CreateEmailTemplateRequest {

@@ -556,0 +557,0 @@ TemplateName: string | undefined;

{
"name": "@aws-sdk/client-sesv2",
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
"version": "3.682.0",
"version": "3.684.0",
"scripts": {

@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

@@ -20,3 +20,3 @@ <!-- generated file, do not edit directly -->

To install the this package, simply type add or install @aws-sdk/client-sesv2
To install this package, simply type add or install @aws-sdk/client-sesv2
using your favorite package manager:

@@ -23,0 +23,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc