New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-sesv2

Package Overview
Dependencies
Maintainers
5
Versions
453
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.752.0 to 3.753.0

12

dist-types/commands/PutConfigurationSetArchivingOptionsCommand.d.ts

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

* @public
* @example Used to associate an MailManager archive with a ConfigurationSet.
* ```javascript
* // This example associates an archive arn with a configuration set.
* const input = {
* "ArchiveArn": "arn:aws:ses:us-west-2:123456789012:mailmanager-archive/a-abcdefghijklmnopqrstuvwxyz",
* "ConfigurationSetName": "sample-configuration-name"
* };
* const command = new PutConfigurationSetArchivingOptionsCommand(input);
* await client.send(command);
* // example id: put-configuration-set-archiving-options-example-1737363685
* ```
*
*/

@@ -70,0 +82,0 @@ export declare class PutConfigurationSetArchivingOptionsCommand extends PutConfigurationSetArchivingOptionsCommand_base {

2

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

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

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