@aws-sdk/client-sesv2
Advanced tools
Comparing version 3.752.0 to 3.753.0
@@ -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 { |
{ | ||
"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'", |
1934477
43952