@aws-sdk/client-sesv2
Advanced tools
Comparing version 3.682.0 to 3.684.0
@@ -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: [ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1801877
41061