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

@aws-sdk/client-ses

Package Overview
Dependencies
Maintainers
5
Versions
403
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.496.0 to 3.498.0

2

dist-types/commands/GetAccountSendingEnabledCommand.d.ts

@@ -58,3 +58,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* // The following example returns if sending status for an account is enabled. (true / false):
* const input = undefined;
* const input = {};
* const command = new GetAccountSendingEnabledCommand(input);

@@ -61,0 +61,0 @@ * const response = await client.send(command);

@@ -60,3 +60,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* // The following example returns the Amazon SES sending limits for an AWS account:
* const input = undefined;
* const input = {};
* const command = new GetSendQuotaCommand(input);

@@ -63,0 +63,0 @@ * const response = await client.send(command);

@@ -68,3 +68,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* // The following example returns Amazon SES sending statistics:
* const input = undefined;
* const input = {};
* const command = new GetSendStatisticsCommand(input);

@@ -71,0 +71,0 @@ * const response = await client.send(command);

@@ -69,3 +69,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* // The following example lists the IP address filters that are associated with an AWS account:
* const input = undefined;
* const input = {};
* const command = new ListReceiptFiltersCommand(input);

@@ -72,0 +72,0 @@ * const response = await client.send(command);

@@ -60,3 +60,3 @@ import { Command as $Command } from "@smithy/smithy-client";

* // The following example lists all email addresses that have been submitted for verification with Amazon SES:
* const input = undefined;
* const input = {};
* const command = new ListVerifiedEmailAddressesCommand(input);

@@ -63,0 +63,0 @@ * const response = await client.send(command);

{
"name": "@aws-sdk/client-ses",
"description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
"version": "3.496.0",
"version": "3.498.0",
"scripts": {

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

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