@aws-sdk/client-ses 3.496.0 → 3.499.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.
- package/dist-cjs/index.js +56 -55
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/GetSendQuotaCommand.d.ts +1 -1
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +1 -1
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -8839,17 +8839,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8839
8839
|
// Annotate the CommonJS export names for ESM import in node:
|
|
8840
8840
|
|
|
8841
8841
|
0 && (module.exports = {
|
|
8842
|
-
|
|
8843
|
-
|
|
8844
|
-
|
|
8845
|
-
|
|
8846
|
-
|
|
8847
|
-
CannotDeleteException,
|
|
8842
|
+
SESServiceException,
|
|
8843
|
+
__Client,
|
|
8844
|
+
SESClient,
|
|
8845
|
+
SES,
|
|
8846
|
+
$Command,
|
|
8848
8847
|
CloneReceiptRuleSetCommand,
|
|
8849
|
-
ConfigurationSetAlreadyExistsException,
|
|
8850
|
-
ConfigurationSetAttribute,
|
|
8851
|
-
ConfigurationSetDoesNotExistException,
|
|
8852
|
-
ConfigurationSetSendingPausedException,
|
|
8853
8848
|
CreateConfigurationSetCommand,
|
|
8854
8849
|
CreateConfigurationSetEventDestinationCommand,
|
|
8855
8850
|
CreateConfigurationSetTrackingOptionsCommand,
|
|
@@ -8858,10 +8853,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8858
8853
|
CreateReceiptRuleCommand,
|
|
8859
8854
|
CreateReceiptRuleSetCommand,
|
|
8860
8855
|
CreateTemplateCommand,
|
|
8861
|
-
CustomMailFromStatus,
|
|
8862
|
-
CustomVerificationEmailInvalidContentException,
|
|
8863
|
-
CustomVerificationEmailTemplateAlreadyExistsException,
|
|
8864
|
-
CustomVerificationEmailTemplateDoesNotExistException,
|
|
8865
8856
|
DeleteConfigurationSetCommand,
|
|
8866
8857
|
DeleteConfigurationSetEventDestinationCommand,
|
|
8867
8858
|
DeleteConfigurationSetTrackingOptionsCommand,
|
|
@@ -8877,12 +8868,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8877
8868
|
DescribeConfigurationSetCommand,
|
|
8878
8869
|
DescribeReceiptRuleCommand,
|
|
8879
8870
|
DescribeReceiptRuleSetCommand,
|
|
8880
|
-
DimensionValueSource,
|
|
8881
|
-
DsnAction,
|
|
8882
|
-
EventDestinationAlreadyExistsException,
|
|
8883
|
-
EventDestinationDoesNotExistException,
|
|
8884
|
-
EventType,
|
|
8885
|
-
FromEmailAddressNotVerifiedException,
|
|
8886
8871
|
GetAccountSendingEnabledCommand,
|
|
8887
8872
|
GetCustomVerificationEmailTemplateCommand,
|
|
8888
8873
|
GetIdentityDkimAttributesCommand,
|
|
@@ -8893,21 +8878,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8893
8878
|
GetSendQuotaCommand,
|
|
8894
8879
|
GetSendStatisticsCommand,
|
|
8895
8880
|
GetTemplateCommand,
|
|
8896
|
-
IdentityType,
|
|
8897
|
-
InvalidCloudWatchDestinationException,
|
|
8898
|
-
InvalidConfigurationSetException,
|
|
8899
|
-
InvalidDeliveryOptionsException,
|
|
8900
|
-
InvalidFirehoseDestinationException,
|
|
8901
|
-
InvalidLambdaFunctionException,
|
|
8902
|
-
InvalidPolicyException,
|
|
8903
|
-
InvalidRenderingParameterException,
|
|
8904
|
-
InvalidS3ConfigurationException,
|
|
8905
|
-
InvalidSNSDestinationException,
|
|
8906
|
-
InvalidSnsTopicException,
|
|
8907
|
-
InvalidTemplateException,
|
|
8908
|
-
InvalidTrackingOptionsException,
|
|
8909
|
-
InvocationType,
|
|
8910
|
-
LimitExceededException,
|
|
8911
8881
|
ListConfigurationSetsCommand,
|
|
8912
8882
|
ListCustomVerificationEmailTemplatesCommand,
|
|
8913
8883
|
ListIdentitiesCommand,
|
|
@@ -8916,21 +8886,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8916
8886
|
ListReceiptRuleSetsCommand,
|
|
8917
8887
|
ListTemplatesCommand,
|
|
8918
8888
|
ListVerifiedEmailAddressesCommand,
|
|
8919
|
-
MailFromDomainNotVerifiedException,
|
|
8920
|
-
MessageRejected,
|
|
8921
|
-
MissingRenderingAttributeException,
|
|
8922
|
-
NotificationType,
|
|
8923
|
-
ProductionAccessNotGrantedException,
|
|
8924
8889
|
PutConfigurationSetDeliveryOptionsCommand,
|
|
8925
8890
|
PutIdentityPolicyCommand,
|
|
8926
|
-
ReceiptFilterPolicy,
|
|
8927
8891
|
ReorderReceiptRuleSetCommand,
|
|
8928
|
-
RuleDoesNotExistException,
|
|
8929
|
-
RuleSetDoesNotExistException,
|
|
8930
|
-
SES,
|
|
8931
|
-
SESClient,
|
|
8932
|
-
SESServiceException,
|
|
8933
|
-
SNSActionEncoding,
|
|
8934
8892
|
SendBounceCommand,
|
|
8935
8893
|
SendBulkTemplatedEmailCommand,
|
|
8936
8894
|
SendCustomVerificationEmailCommand,
|
|
@@ -8944,12 +8902,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8944
8902
|
SetIdentityMailFromDomainCommand,
|
|
8945
8903
|
SetIdentityNotificationTopicCommand,
|
|
8946
8904
|
SetReceiptRulePositionCommand,
|
|
8947
|
-
StopScope,
|
|
8948
|
-
TemplateDoesNotExistException,
|
|
8949
8905
|
TestRenderTemplateCommand,
|
|
8950
|
-
TlsPolicy,
|
|
8951
|
-
TrackingOptionsAlreadyExistsException,
|
|
8952
|
-
TrackingOptionsDoesNotExistException,
|
|
8953
8906
|
UpdateAccountSendingEnabledCommand,
|
|
8954
8907
|
UpdateConfigurationSetEventDestinationCommand,
|
|
8955
8908
|
UpdateConfigurationSetReputationMetricsEnabledCommand,
|
|
@@ -8958,15 +8911,63 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8958
8911
|
UpdateCustomVerificationEmailTemplateCommand,
|
|
8959
8912
|
UpdateReceiptRuleCommand,
|
|
8960
8913
|
UpdateTemplateCommand,
|
|
8961
|
-
VerificationStatus,
|
|
8962
8914
|
VerifyDomainDkimCommand,
|
|
8963
8915
|
VerifyDomainIdentityCommand,
|
|
8964
8916
|
VerifyEmailAddressCommand,
|
|
8965
8917
|
VerifyEmailIdentityCommand,
|
|
8966
|
-
__Client,
|
|
8967
8918
|
paginateListCustomVerificationEmailTemplates,
|
|
8968
8919
|
paginateListIdentities,
|
|
8969
8920
|
waitForIdentityExists,
|
|
8970
|
-
waitUntilIdentityExists
|
|
8921
|
+
waitUntilIdentityExists,
|
|
8922
|
+
AccountSendingPausedException,
|
|
8923
|
+
AlreadyExistsException,
|
|
8924
|
+
BehaviorOnMXFailure,
|
|
8925
|
+
BounceType,
|
|
8926
|
+
DsnAction,
|
|
8927
|
+
BulkEmailStatus,
|
|
8928
|
+
CannotDeleteException,
|
|
8929
|
+
LimitExceededException,
|
|
8930
|
+
RuleSetDoesNotExistException,
|
|
8931
|
+
DimensionValueSource,
|
|
8932
|
+
ConfigurationSetAlreadyExistsException,
|
|
8933
|
+
ConfigurationSetAttribute,
|
|
8934
|
+
ConfigurationSetDoesNotExistException,
|
|
8935
|
+
ConfigurationSetSendingPausedException,
|
|
8936
|
+
InvalidConfigurationSetException,
|
|
8937
|
+
EventType,
|
|
8938
|
+
EventDestinationAlreadyExistsException,
|
|
8939
|
+
InvalidCloudWatchDestinationException,
|
|
8940
|
+
InvalidFirehoseDestinationException,
|
|
8941
|
+
InvalidSNSDestinationException,
|
|
8942
|
+
InvalidTrackingOptionsException,
|
|
8943
|
+
TrackingOptionsAlreadyExistsException,
|
|
8944
|
+
CustomVerificationEmailInvalidContentException,
|
|
8945
|
+
CustomVerificationEmailTemplateAlreadyExistsException,
|
|
8946
|
+
FromEmailAddressNotVerifiedException,
|
|
8947
|
+
ReceiptFilterPolicy,
|
|
8948
|
+
InvocationType,
|
|
8949
|
+
SNSActionEncoding,
|
|
8950
|
+
StopScope,
|
|
8951
|
+
TlsPolicy,
|
|
8952
|
+
InvalidLambdaFunctionException,
|
|
8953
|
+
InvalidS3ConfigurationException,
|
|
8954
|
+
InvalidSnsTopicException,
|
|
8955
|
+
RuleDoesNotExistException,
|
|
8956
|
+
InvalidTemplateException,
|
|
8957
|
+
CustomMailFromStatus,
|
|
8958
|
+
CustomVerificationEmailTemplateDoesNotExistException,
|
|
8959
|
+
EventDestinationDoesNotExistException,
|
|
8960
|
+
TrackingOptionsDoesNotExistException,
|
|
8961
|
+
VerificationStatus,
|
|
8962
|
+
TemplateDoesNotExistException,
|
|
8963
|
+
IdentityType,
|
|
8964
|
+
InvalidDeliveryOptionsException,
|
|
8965
|
+
InvalidPolicyException,
|
|
8966
|
+
InvalidRenderingParameterException,
|
|
8967
|
+
MailFromDomainNotVerifiedException,
|
|
8968
|
+
MessageRejected,
|
|
8969
|
+
MissingRenderingAttributeException,
|
|
8970
|
+
NotificationType,
|
|
8971
|
+
ProductionAccessNotGrantedException
|
|
8971
8972
|
});
|
|
8972
8973
|
|
|
@@ -55,7 +55,7 @@ declare const GetAccountSendingEnabledCommand_base: {
|
|
|
55
55
|
* @example GetAccountSendingEnabled
|
|
56
56
|
* ```javascript
|
|
57
57
|
* // The following example returns if sending status for an account is enabled. (true / false):
|
|
58
|
-
* const input =
|
|
58
|
+
* const input = {};
|
|
59
59
|
* const command = new GetAccountSendingEnabledCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
61
|
* /* response ==
|
|
@@ -57,7 +57,7 @@ declare const GetSendQuotaCommand_base: {
|
|
|
57
57
|
* @example GetSendQuota
|
|
58
58
|
* ```javascript
|
|
59
59
|
* // The following example returns the Amazon SES sending limits for an AWS account:
|
|
60
|
-
* const input =
|
|
60
|
+
* const input = {};
|
|
61
61
|
* const command = new GetSendQuotaCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
63
|
* /* response ==
|
|
@@ -65,7 +65,7 @@ declare const GetSendStatisticsCommand_base: {
|
|
|
65
65
|
* @example GetSendStatistics
|
|
66
66
|
* ```javascript
|
|
67
67
|
* // The following example returns Amazon SES sending statistics:
|
|
68
|
-
* const input =
|
|
68
|
+
* const input = {};
|
|
69
69
|
* const command = new GetSendStatisticsCommand(input);
|
|
70
70
|
* const response = await client.send(command);
|
|
71
71
|
* /* response ==
|
|
@@ -66,7 +66,7 @@ declare const ListReceiptFiltersCommand_base: {
|
|
|
66
66
|
* @example ListReceiptFilters
|
|
67
67
|
* ```javascript
|
|
68
68
|
* // The following example lists the IP address filters that are associated with an AWS account:
|
|
69
|
-
* const input =
|
|
69
|
+
* const input = {};
|
|
70
70
|
* const command = new ListReceiptFiltersCommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
72
|
* /* response ==
|
|
@@ -57,7 +57,7 @@ declare const ListVerifiedEmailAddressesCommand_base: {
|
|
|
57
57
|
* @example ListVerifiedEmailAddresses
|
|
58
58
|
* ```javascript
|
|
59
59
|
* // The following example lists all email addresses that have been submitted for verification with Amazon SES:
|
|
60
|
-
* const input =
|
|
60
|
+
* const input = {};
|
|
61
61
|
* const command = new ListVerifiedEmailAddressesCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
63
|
* /* response ==
|
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.
|
|
4
|
+
"version": "3.499.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,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|