@aws-sdk/client-ses 3.495.0 → 3.498.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 CHANGED
@@ -8837,18 +8837,14 @@ var waitUntilIdentityExists = /* @__PURE__ */ __name(async (params, input) => {
8837
8837
  // src/index.ts
8838
8838
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
8839
8839
  // Annotate the CommonJS export names for ESM import in node:
8840
+
8840
8841
  0 && (module.exports = {
8841
- AccountSendingPausedException,
8842
- AlreadyExistsException,
8843
- BehaviorOnMXFailure,
8844
- BounceType,
8845
- BulkEmailStatus,
8846
- CannotDeleteException,
8842
+ SESServiceException,
8843
+ __Client,
8844
+ SESClient,
8845
+ SES,
8846
+ $Command,
8847
8847
  CloneReceiptRuleSetCommand,
8848
- ConfigurationSetAlreadyExistsException,
8849
- ConfigurationSetAttribute,
8850
- ConfigurationSetDoesNotExistException,
8851
- ConfigurationSetSendingPausedException,
8852
8848
  CreateConfigurationSetCommand,
8853
8849
  CreateConfigurationSetEventDestinationCommand,
8854
8850
  CreateConfigurationSetTrackingOptionsCommand,
@@ -8857,10 +8853,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8857
8853
  CreateReceiptRuleCommand,
8858
8854
  CreateReceiptRuleSetCommand,
8859
8855
  CreateTemplateCommand,
8860
- CustomMailFromStatus,
8861
- CustomVerificationEmailInvalidContentException,
8862
- CustomVerificationEmailTemplateAlreadyExistsException,
8863
- CustomVerificationEmailTemplateDoesNotExistException,
8864
8856
  DeleteConfigurationSetCommand,
8865
8857
  DeleteConfigurationSetEventDestinationCommand,
8866
8858
  DeleteConfigurationSetTrackingOptionsCommand,
@@ -8876,12 +8868,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8876
8868
  DescribeConfigurationSetCommand,
8877
8869
  DescribeReceiptRuleCommand,
8878
8870
  DescribeReceiptRuleSetCommand,
8879
- DimensionValueSource,
8880
- DsnAction,
8881
- EventDestinationAlreadyExistsException,
8882
- EventDestinationDoesNotExistException,
8883
- EventType,
8884
- FromEmailAddressNotVerifiedException,
8885
8871
  GetAccountSendingEnabledCommand,
8886
8872
  GetCustomVerificationEmailTemplateCommand,
8887
8873
  GetIdentityDkimAttributesCommand,
@@ -8892,21 +8878,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8892
8878
  GetSendQuotaCommand,
8893
8879
  GetSendStatisticsCommand,
8894
8880
  GetTemplateCommand,
8895
- IdentityType,
8896
- InvalidCloudWatchDestinationException,
8897
- InvalidConfigurationSetException,
8898
- InvalidDeliveryOptionsException,
8899
- InvalidFirehoseDestinationException,
8900
- InvalidLambdaFunctionException,
8901
- InvalidPolicyException,
8902
- InvalidRenderingParameterException,
8903
- InvalidS3ConfigurationException,
8904
- InvalidSNSDestinationException,
8905
- InvalidSnsTopicException,
8906
- InvalidTemplateException,
8907
- InvalidTrackingOptionsException,
8908
- InvocationType,
8909
- LimitExceededException,
8910
8881
  ListConfigurationSetsCommand,
8911
8882
  ListCustomVerificationEmailTemplatesCommand,
8912
8883
  ListIdentitiesCommand,
@@ -8915,21 +8886,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8915
8886
  ListReceiptRuleSetsCommand,
8916
8887
  ListTemplatesCommand,
8917
8888
  ListVerifiedEmailAddressesCommand,
8918
- MailFromDomainNotVerifiedException,
8919
- MessageRejected,
8920
- MissingRenderingAttributeException,
8921
- NotificationType,
8922
- ProductionAccessNotGrantedException,
8923
8889
  PutConfigurationSetDeliveryOptionsCommand,
8924
8890
  PutIdentityPolicyCommand,
8925
- ReceiptFilterPolicy,
8926
8891
  ReorderReceiptRuleSetCommand,
8927
- RuleDoesNotExistException,
8928
- RuleSetDoesNotExistException,
8929
- SES,
8930
- SESClient,
8931
- SESServiceException,
8932
- SNSActionEncoding,
8933
8892
  SendBounceCommand,
8934
8893
  SendBulkTemplatedEmailCommand,
8935
8894
  SendCustomVerificationEmailCommand,
@@ -8943,12 +8902,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8943
8902
  SetIdentityMailFromDomainCommand,
8944
8903
  SetIdentityNotificationTopicCommand,
8945
8904
  SetReceiptRulePositionCommand,
8946
- StopScope,
8947
- TemplateDoesNotExistException,
8948
8905
  TestRenderTemplateCommand,
8949
- TlsPolicy,
8950
- TrackingOptionsAlreadyExistsException,
8951
- TrackingOptionsDoesNotExistException,
8952
8906
  UpdateAccountSendingEnabledCommand,
8953
8907
  UpdateConfigurationSetEventDestinationCommand,
8954
8908
  UpdateConfigurationSetReputationMetricsEnabledCommand,
@@ -8957,14 +8911,63 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8957
8911
  UpdateCustomVerificationEmailTemplateCommand,
8958
8912
  UpdateReceiptRuleCommand,
8959
8913
  UpdateTemplateCommand,
8960
- VerificationStatus,
8961
8914
  VerifyDomainDkimCommand,
8962
8915
  VerifyDomainIdentityCommand,
8963
8916
  VerifyEmailAddressCommand,
8964
8917
  VerifyEmailIdentityCommand,
8965
- __Client,
8966
8918
  paginateListCustomVerificationEmailTemplates,
8967
8919
  paginateListIdentities,
8968
8920
  waitForIdentityExists,
8969
- 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
8970
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 = undefined;
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 = undefined;
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 = undefined;
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 = undefined;
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 = undefined;
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.495.0",
4
+ "version": "3.498.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,49 +20,49 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
60
- "@smithy/util-waiter": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.496.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.496.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
+ "@smithy/util-waiter": "^2.1.1",
61
61
  "fast-xml-parser": "4.2.5",
62
62
  "tslib": "^2.5.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@smithy/service-client-documentation-generator": "^2.1.0",
65
+ "@smithy/service-client-documentation-generator": "^2.1.1",
66
66
  "@tsconfig/node14": "1.0.3",
67
67
  "@types/node": "^14.14.31",
68
68
  "concurrently": "7.0.0",