@aws-sdk/client-sesv2 3.631.0 → 3.633.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -38,7 +38,7 @@ declare const PutAccountDetailsCommand_base: {
|
|
|
38
38
|
* MailType: "MARKETING" || "TRANSACTIONAL", // required
|
|
39
39
|
* WebsiteURL: "STRING_VALUE", // required
|
|
40
40
|
* ContactLanguage: "EN" || "JA",
|
|
41
|
-
* UseCaseDescription: "STRING_VALUE",
|
|
41
|
+
* UseCaseDescription: "STRING_VALUE",
|
|
42
42
|
* AdditionalContactEmailAddresses: [ // AdditionalContactEmailAddresses
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
@@ -113,6 +113,8 @@ export interface AccountDetails {
|
|
|
113
113
|
*/
|
|
114
114
|
ContactLanguage?: ContactLanguage;
|
|
115
115
|
/**
|
|
116
|
+
* @deprecated
|
|
117
|
+
*
|
|
116
118
|
* <p>A description of the types of email that you plan to send.</p>
|
|
117
119
|
* @public
|
|
118
120
|
*/
|
|
@@ -6137,10 +6139,12 @@ export interface PutAccountDetailsRequest {
|
|
|
6137
6139
|
*/
|
|
6138
6140
|
ContactLanguage?: ContactLanguage;
|
|
6139
6141
|
/**
|
|
6142
|
+
* @deprecated
|
|
6143
|
+
*
|
|
6140
6144
|
* <p>A description of the types of email that you plan to send.</p>
|
|
6141
6145
|
* @public
|
|
6142
6146
|
*/
|
|
6143
|
-
UseCaseDescription
|
|
6147
|
+
UseCaseDescription?: string;
|
|
6144
6148
|
/**
|
|
6145
6149
|
* <p>Additional email addresses that you would like to be notified regarding Amazon SES
|
|
6146
6150
|
* matters.</p>
|
|
@@ -1315,7 +1315,7 @@ export interface PutAccountDetailsRequest {
|
|
|
1315
1315
|
MailType: MailType | undefined;
|
|
1316
1316
|
WebsiteURL: string | undefined;
|
|
1317
1317
|
ContactLanguage?: ContactLanguage;
|
|
1318
|
-
UseCaseDescription
|
|
1318
|
+
UseCaseDescription?: string;
|
|
1319
1319
|
AdditionalContactEmailAddresses?: string[];
|
|
1320
1320
|
ProductionAccessEnabled?: boolean;
|
|
1321
1321
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sesv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.633.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sesv2",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.632.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.632.0",
|
|
25
25
|
"@aws-sdk/core": "3.629.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.632.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.632.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
32
32
|
"@aws-sdk/types": "3.609.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.632.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.5",
|