@aws-sdk/client-ses 3.1087.0 → 3.1089.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 (91) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/SES.d.ts +219 -345
  3. package/dist-types/ts3.4/SESClient.d.ts +16 -32
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
  32. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
  40. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
  44. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
  48. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
  49. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
  56. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
  74. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
  77. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  79. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  80. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  81. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  82. package/dist-types/ts3.4/models/errors.d.ts +33 -150
  83. package/dist-types/ts3.4/models/models_0.d.ts +4 -12
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  89. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  90. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
  91. package/package.json +39 -39
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ses",
3
+ "version": "3.1089.0",
3
4
  "description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
4
- "version": "3.1087.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ses",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-ses"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -20,22 +51,18 @@
20
51
  "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
21
52
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
22
53
  },
23
- "main": "./dist-cjs/index.js",
24
- "types": "./dist-types/index.d.ts",
25
- "module": "./dist-es/index.js",
26
- "sideEffects": false,
27
54
  "dependencies": {
28
- "@aws-sdk/core": "^3.975.2",
29
- "@aws-sdk/credential-provider-node": "^3.972.68",
30
- "@aws-sdk/types": "^3.974.1",
31
- "@smithy/core": "^3.29.3",
32
- "@smithy/fetch-http-handler": "^5.6.5",
33
- "@smithy/node-http-handler": "^4.9.5",
55
+ "@aws-sdk/core": "^3.975.3",
56
+ "@aws-sdk/credential-provider-node": "^3.972.70",
57
+ "@aws-sdk/types": "^3.974.2",
58
+ "@smithy/core": "^3.29.4",
59
+ "@smithy/fetch-http-handler": "^5.6.6",
60
+ "@smithy/node-http-handler": "^4.9.6",
34
61
  "@smithy/types": "^4.16.1",
35
62
  "tslib": "^2.6.2"
36
63
  },
37
64
  "devDependencies": {
38
- "@smithy/snapshot-testing": "^2.2.8",
65
+ "@smithy/snapshot-testing": "^2.2.9",
39
66
  "@tsconfig/node20": "20.1.8",
40
67
  "@types/node": "^20.14.8",
41
68
  "concurrently": "7.0.0",
@@ -46,32 +73,5 @@
46
73
  },
47
74
  "engines": {
48
75
  "node": ">=20.0.0"
49
- },
50
- "typesVersions": {
51
- "<4.5": {
52
- "dist-types/*": [
53
- "dist-types/ts3.4/*"
54
- ]
55
- }
56
- },
57
- "files": [
58
- "dist-*/**"
59
- ],
60
- "author": {
61
- "name": "AWS SDK for JavaScript Team",
62
- "url": "https://aws.amazon.com/sdk-for-javascript/"
63
- },
64
- "license": "Apache-2.0",
65
- "browser": {
66
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
67
- },
68
- "react-native": {
69
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
70
- },
71
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ses",
72
- "repository": {
73
- "type": "git",
74
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
75
- "directory": "clients/client-ses"
76
76
  }
77
77
  }