@aws-sdk/client-ses 3.38.0 → 3.42.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 (87) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +90 -8
  3. package/dist-cjs/runtimeConfig.browser.js +6 -3
  4. package/dist-cjs/runtimeConfig.js +5 -3
  5. package/dist-es/endpoints.js +90 -8
  6. package/dist-es/runtimeConfig.browser.js +3 -2
  7. package/dist-es/runtimeConfig.js +3 -3
  8. package/dist-types/SESClient.d.ts +8 -0
  9. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateTemplateCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteIdentityCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +1 -1
  33. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +1 -1
  34. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
  35. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +1 -1
  36. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +1 -1
  37. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +1 -1
  38. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +1 -1
  39. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +1 -1
  40. package/dist-types/commands/GetSendQuotaCommand.d.ts +1 -1
  41. package/dist-types/commands/GetSendStatisticsCommand.d.ts +1 -1
  42. package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
  43. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListIdentitiesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +1 -1
  47. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +1 -1
  48. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
  50. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +1 -1
  51. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
  52. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +1 -1
  53. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +1 -1
  54. package/dist-types/commands/SendBounceCommand.d.ts +1 -1
  55. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +1 -1
  56. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
  57. package/dist-types/commands/SendEmailCommand.d.ts +1 -1
  58. package/dist-types/commands/SendRawEmailCommand.d.ts +1 -1
  59. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +1 -1
  60. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +1 -1
  61. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +1 -1
  62. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +1 -1
  63. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +1 -1
  64. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +1 -1
  65. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +1 -1
  66. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +1 -1
  67. package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
  76. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +1 -1
  77. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +1 -1
  78. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +1 -1
  79. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +1 -1
  80. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  81. package/dist-types/runtimeConfig.d.ts +2 -0
  82. package/dist-types/runtimeConfig.native.d.ts +2 -0
  83. package/dist-types/ts3.4/SESClient.d.ts +4 -0
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  87. package/package.json +26 -26
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
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.38.0",
4
+ "version": "3.42.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,37 +19,37 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.38.0",
25
- "@aws-sdk/config-resolver": "3.38.0",
26
- "@aws-sdk/credential-provider-node": "3.38.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.38.0",
34
- "@aws-sdk/middleware-serde": "3.38.0",
35
- "@aws-sdk/middleware-signing": "3.38.0",
36
- "@aws-sdk/middleware-stack": "3.38.0",
37
- "@aws-sdk/middleware-user-agent": "3.38.0",
38
- "@aws-sdk/node-config-provider": "3.38.0",
39
- "@aws-sdk/node-http-handler": "3.38.0",
40
- "@aws-sdk/protocol-http": "3.38.0",
41
- "@aws-sdk/smithy-client": "3.38.0",
42
- "@aws-sdk/types": "3.38.0",
43
- "@aws-sdk/url-parser": "3.38.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.42.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.38.0",
49
- "@aws-sdk/util-user-agent-node": "3.38.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
- "@aws-sdk/util-waiter": "3.38.0",
52
+ "@aws-sdk/util-waiter": "3.40.0",
53
53
  "entities": "2.2.0",
54
54
  "fast-xml-parser": "3.19.0",
55
55
  "tslib": "^2.3.0"