@aws-sdk/client-ses 3.774.0 → 3.777.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.
Files changed (78) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/SESClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +8 -5
  8. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +11 -8
  13. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +17 -14
  14. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +7 -4
  15. package/dist-types/commands/CreateTemplateCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -0
  17. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteIdentityCommand.d.ts +7 -4
  21. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +8 -5
  22. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +7 -4
  23. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +8 -5
  24. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +7 -4
  25. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +7 -4
  27. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +16 -16
  28. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +1 -0
  29. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +14 -14
  30. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +16 -16
  31. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +5 -5
  32. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -0
  33. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +12 -12
  34. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +9 -9
  35. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +13 -13
  36. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +7 -7
  37. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +8 -8
  38. package/dist-types/commands/GetSendQuotaCommand.d.ts +7 -7
  39. package/dist-types/commands/GetSendStatisticsCommand.d.ts +20 -20
  40. package/dist-types/commands/GetTemplateCommand.d.ts +1 -0
  41. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -0
  42. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -0
  43. package/dist-types/commands/ListIdentitiesCommand.d.ts +8 -8
  44. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +5 -5
  45. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +9 -9
  46. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +8 -8
  47. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -0
  48. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +5 -5
  49. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -0
  50. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +9 -6
  51. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +8 -5
  52. package/dist-types/commands/SendBounceCommand.d.ts +1 -0
  53. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +1 -0
  54. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -0
  55. package/dist-types/commands/SendEmailCommand.d.ts +24 -24
  56. package/dist-types/commands/SendRawEmailCommand.d.ts +11 -11
  57. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +1 -0
  58. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +7 -4
  59. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +8 -5
  60. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +8 -5
  61. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +9 -6
  62. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +9 -6
  63. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +9 -6
  64. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +9 -6
  65. package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -0
  66. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +7 -4
  67. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -0
  68. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +8 -5
  69. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +8 -5
  70. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  71. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -0
  72. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +16 -13
  73. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -0
  74. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +5 -5
  75. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +5 -5
  76. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +7 -4
  77. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +7 -4
  78. package/package.json +34 -34
@@ -68,6 +68,7 @@ declare const UpdateTemplateCommand_base: {
68
68
  * @throws {@link SESServiceException}
69
69
  * <p>Base exception class for all service exceptions from SES service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {
@@ -94,27 +94,27 @@ declare const VerifyDomainDkimCommand_base: {
94
94
  * @throws {@link SESServiceException}
95
95
  * <p>Base exception class for all service exceptions from SES service.</p>
96
96
  *
97
- * @public
97
+ *
98
98
  * @example VerifyDomainDkim
99
99
  * ```javascript
100
100
  * // The following example generates DKIM tokens for a domain that has been verified with Amazon SES:
101
101
  * const input = {
102
- * "Domain": "example.com"
102
+ * Domain: "example.com"
103
103
  * };
104
104
  * const command = new VerifyDomainDkimCommand(input);
105
105
  * const response = await client.send(command);
106
- * /* response ==
106
+ * /* response is
107
107
  * {
108
- * "DkimTokens": [
108
+ * DkimTokens: [
109
109
  * "EXAMPLEq76owjnks3lnluwg65scbemvw",
110
110
  * "EXAMPLEi3dnsj67hstzaj673klariwx2",
111
111
  * "EXAMPLEwfbtcukvimehexktmdtaz6naj"
112
112
  * ]
113
113
  * }
114
114
  * *\/
115
- * // example id: verifydomaindkim-1469049503083
116
115
  * ```
117
116
  *
117
+ * @public
118
118
  */
119
119
  export declare class VerifyDomainDkimCommand extends VerifyDomainDkimCommand_base {
120
120
  /** @internal type navigation helper, not in runtime. */
@@ -59,23 +59,23 @@ declare const VerifyDomainIdentityCommand_base: {
59
59
  * @throws {@link SESServiceException}
60
60
  * <p>Base exception class for all service exceptions from SES service.</p>
61
61
  *
62
- * @public
62
+ *
63
63
  * @example VerifyDomainIdentity
64
64
  * ```javascript
65
65
  * // The following example starts the domain verification process with Amazon SES:
66
66
  * const input = {
67
- * "Domain": "example.com"
67
+ * Domain: "example.com"
68
68
  * };
69
69
  * const command = new VerifyDomainIdentityCommand(input);
70
70
  * const response = await client.send(command);
71
- * /* response ==
71
+ * /* response is
72
72
  * {
73
- * "VerificationToken": "eoEmxw+YaYhb3h3iVJHuXMJXqeu1q1/wwmvjuEXAMPLE"
73
+ * VerificationToken: "eoEmxw+YaYhb3h3iVJHuXMJXqeu1q1/wwmvjuEXAMPLE"
74
74
  * }
75
75
  * *\/
76
- * // example id: verifydomainidentity-1469049165936
77
76
  * ```
78
77
  *
78
+ * @public
79
79
  */
80
80
  export declare class VerifyDomainIdentityCommand extends VerifyDomainIdentityCommand_base {
81
81
  /** @internal type navigation helper, not in runtime. */
@@ -53,18 +53,21 @@ declare const VerifyEmailAddressCommand_base: {
53
53
  * @throws {@link SESServiceException}
54
54
  * <p>Base exception class for all service exceptions from SES service.</p>
55
55
  *
56
- * @public
56
+ *
57
57
  * @example VerifyEmailAddress
58
58
  * ```javascript
59
59
  * // The following example starts the email address verification process with Amazon SES:
60
60
  * const input = {
61
- * "EmailAddress": "user@example.com"
61
+ * EmailAddress: "user@example.com"
62
62
  * };
63
63
  * const command = new VerifyEmailAddressCommand(input);
64
- * await client.send(command);
65
- * // example id: verifyemailaddress-1469048849187
64
+ * const response = await client.send(command);
65
+ * /* response is
66
+ * { /* metadata only *\/ }
67
+ * *\/
66
68
  * ```
67
69
  *
70
+ * @public
68
71
  */
69
72
  export declare class VerifyEmailAddressCommand extends VerifyEmailAddressCommand_base {
70
73
  /** @internal type navigation helper, not in runtime. */
@@ -55,18 +55,21 @@ declare const VerifyEmailIdentityCommand_base: {
55
55
  * @throws {@link SESServiceException}
56
56
  * <p>Base exception class for all service exceptions from SES service.</p>
57
57
  *
58
- * @public
58
+ *
59
59
  * @example VerifyEmailIdentity
60
60
  * ```javascript
61
61
  * // The following example starts the email address verification process with Amazon SES:
62
62
  * const input = {
63
- * "EmailAddress": "user@example.com"
63
+ * EmailAddress: "user@example.com"
64
64
  * };
65
65
  * const command = new VerifyEmailIdentityCommand(input);
66
- * await client.send(command);
67
- * // example id: verifyemailidentity-1469049068623
66
+ * const response = await client.send(command);
67
+ * /* response is
68
+ * { /* metadata only *\/ }
69
+ * *\/
68
70
  * ```
69
71
  *
72
+ * @public
70
73
  */
71
74
  export declare class VerifyEmailIdentityCommand extends VerifyEmailIdentityCommand_base {
72
75
  /** @internal type navigation helper, not in runtime. */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ses",
3
3
  "description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
4
- "version": "3.774.0",
4
+ "version": "3.777.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-ses",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.774.0",
24
- "@aws-sdk/credential-provider-node": "3.774.0",
25
- "@aws-sdk/middleware-host-header": "3.774.0",
26
- "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
- "@aws-sdk/middleware-user-agent": "3.774.0",
29
- "@aws-sdk/region-config-resolver": "3.734.0",
30
- "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.743.0",
32
- "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.774.0",
34
- "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.5",
36
- "@smithy/fetch-http-handler": "^5.0.1",
37
- "@smithy/hash-node": "^4.0.1",
38
- "@smithy/invalid-dependency": "^4.0.1",
39
- "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.6",
41
- "@smithy/middleware-retry": "^4.0.7",
42
- "@smithy/middleware-serde": "^4.0.2",
43
- "@smithy/middleware-stack": "^4.0.1",
44
- "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.3",
46
- "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.6",
48
- "@smithy/types": "^4.1.0",
49
- "@smithy/url-parser": "^4.0.1",
23
+ "@aws-sdk/core": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
+ "@aws-sdk/middleware-host-header": "3.775.0",
26
+ "@aws-sdk/middleware-logger": "3.775.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.775.0",
29
+ "@aws-sdk/region-config-resolver": "3.775.0",
30
+ "@aws-sdk/types": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.775.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.775.0",
34
+ "@smithy/config-resolver": "^4.1.0",
35
+ "@smithy/core": "^3.2.0",
36
+ "@smithy/fetch-http-handler": "^5.0.2",
37
+ "@smithy/hash-node": "^4.0.2",
38
+ "@smithy/invalid-dependency": "^4.0.2",
39
+ "@smithy/middleware-content-length": "^4.0.2",
40
+ "@smithy/middleware-endpoint": "^4.1.0",
41
+ "@smithy/middleware-retry": "^4.1.0",
42
+ "@smithy/middleware-serde": "^4.0.3",
43
+ "@smithy/middleware-stack": "^4.0.2",
44
+ "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.4",
46
+ "@smithy/protocol-http": "^5.1.0",
47
+ "@smithy/smithy-client": "^4.2.0",
48
+ "@smithy/types": "^4.2.0",
49
+ "@smithy/url-parser": "^4.0.2",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.7",
54
- "@smithy/util-defaults-mode-node": "^4.0.7",
55
- "@smithy/util-endpoints": "^3.0.1",
56
- "@smithy/util-middleware": "^4.0.1",
57
- "@smithy/util-retry": "^4.0.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
54
+ "@smithy/util-defaults-mode-node": "^4.0.8",
55
+ "@smithy/util-endpoints": "^3.0.2",
56
+ "@smithy/util-middleware": "^4.0.2",
57
+ "@smithy/util-retry": "^4.0.2",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.2",
59
+ "@smithy/util-waiter": "^4.0.3",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {