@aws-sdk/client-mailmanager 3.645.0 → 3.650.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 (103) hide show
  1. package/dist-cjs/commands/CreateAddonInstanceCommand.js +1 -3
  2. package/dist-cjs/commands/CreateAddonSubscriptionCommand.js +1 -3
  3. package/dist-cjs/commands/CreateArchiveCommand.js +1 -3
  4. package/dist-cjs/commands/CreateIngressPointCommand.js +1 -3
  5. package/dist-cjs/commands/CreateRelayCommand.js +1 -3
  6. package/dist-cjs/commands/CreateRuleSetCommand.js +1 -3
  7. package/dist-cjs/commands/CreateTrafficPolicyCommand.js +1 -3
  8. package/dist-cjs/commands/DeleteAddonInstanceCommand.js +1 -3
  9. package/dist-cjs/commands/DeleteAddonSubscriptionCommand.js +1 -3
  10. package/dist-cjs/commands/DeleteArchiveCommand.js +1 -3
  11. package/dist-cjs/commands/DeleteIngressPointCommand.js +1 -3
  12. package/dist-cjs/commands/DeleteRelayCommand.js +1 -3
  13. package/dist-cjs/commands/DeleteRuleSetCommand.js +1 -3
  14. package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +1 -3
  15. package/dist-cjs/commands/GetAddonInstanceCommand.js +1 -3
  16. package/dist-cjs/commands/GetAddonSubscriptionCommand.js +1 -3
  17. package/dist-cjs/commands/GetArchiveCommand.js +1 -3
  18. package/dist-cjs/commands/GetArchiveExportCommand.js +1 -3
  19. package/dist-cjs/commands/GetArchiveMessageCommand.js +1 -3
  20. package/dist-cjs/commands/GetArchiveMessageContentCommand.js +1 -3
  21. package/dist-cjs/commands/GetArchiveSearchCommand.js +1 -3
  22. package/dist-cjs/commands/GetArchiveSearchResultsCommand.js +1 -3
  23. package/dist-cjs/commands/GetIngressPointCommand.js +1 -3
  24. package/dist-cjs/commands/GetRelayCommand.js +1 -3
  25. package/dist-cjs/commands/GetRuleSetCommand.js +1 -3
  26. package/dist-cjs/commands/GetTrafficPolicyCommand.js +1 -3
  27. package/dist-cjs/commands/ListAddonInstancesCommand.js +1 -3
  28. package/dist-cjs/commands/ListAddonSubscriptionsCommand.js +1 -3
  29. package/dist-cjs/commands/ListArchiveExportsCommand.js +1 -3
  30. package/dist-cjs/commands/ListArchiveSearchesCommand.js +1 -3
  31. package/dist-cjs/commands/ListArchivesCommand.js +1 -3
  32. package/dist-cjs/commands/ListIngressPointsCommand.js +1 -3
  33. package/dist-cjs/commands/ListRelaysCommand.js +1 -3
  34. package/dist-cjs/commands/ListRuleSetsCommand.js +1 -3
  35. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -3
  36. package/dist-cjs/commands/ListTrafficPoliciesCommand.js +1 -3
  37. package/dist-cjs/commands/StartArchiveExportCommand.js +1 -3
  38. package/dist-cjs/commands/StartArchiveSearchCommand.js +1 -3
  39. package/dist-cjs/commands/StopArchiveExportCommand.js +1 -3
  40. package/dist-cjs/commands/StopArchiveSearchCommand.js +1 -3
  41. package/dist-cjs/commands/TagResourceCommand.js +1 -3
  42. package/dist-cjs/commands/UntagResourceCommand.js +1 -3
  43. package/dist-cjs/commands/UpdateArchiveCommand.js +1 -3
  44. package/dist-cjs/commands/UpdateIngressPointCommand.js +1 -3
  45. package/dist-cjs/commands/UpdateRelayCommand.js +1 -3
  46. package/dist-cjs/commands/UpdateRuleSetCommand.js +1 -3
  47. package/dist-cjs/commands/UpdateTrafficPolicyCommand.js +1 -3
  48. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  49. package/dist-es/commands/CreateAddonInstanceCommand.js +1 -3
  50. package/dist-es/commands/CreateAddonSubscriptionCommand.js +1 -3
  51. package/dist-es/commands/CreateArchiveCommand.js +1 -3
  52. package/dist-es/commands/CreateIngressPointCommand.js +1 -3
  53. package/dist-es/commands/CreateRelayCommand.js +1 -3
  54. package/dist-es/commands/CreateRuleSetCommand.js +1 -3
  55. package/dist-es/commands/CreateTrafficPolicyCommand.js +1 -3
  56. package/dist-es/commands/DeleteAddonInstanceCommand.js +1 -3
  57. package/dist-es/commands/DeleteAddonSubscriptionCommand.js +1 -3
  58. package/dist-es/commands/DeleteArchiveCommand.js +1 -3
  59. package/dist-es/commands/DeleteIngressPointCommand.js +1 -3
  60. package/dist-es/commands/DeleteRelayCommand.js +1 -3
  61. package/dist-es/commands/DeleteRuleSetCommand.js +1 -3
  62. package/dist-es/commands/DeleteTrafficPolicyCommand.js +1 -3
  63. package/dist-es/commands/GetAddonInstanceCommand.js +1 -3
  64. package/dist-es/commands/GetAddonSubscriptionCommand.js +1 -3
  65. package/dist-es/commands/GetArchiveCommand.js +1 -3
  66. package/dist-es/commands/GetArchiveExportCommand.js +1 -3
  67. package/dist-es/commands/GetArchiveMessageCommand.js +1 -3
  68. package/dist-es/commands/GetArchiveMessageContentCommand.js +1 -3
  69. package/dist-es/commands/GetArchiveSearchCommand.js +1 -3
  70. package/dist-es/commands/GetArchiveSearchResultsCommand.js +1 -3
  71. package/dist-es/commands/GetIngressPointCommand.js +1 -3
  72. package/dist-es/commands/GetRelayCommand.js +1 -3
  73. package/dist-es/commands/GetRuleSetCommand.js +1 -3
  74. package/dist-es/commands/GetTrafficPolicyCommand.js +1 -3
  75. package/dist-es/commands/ListAddonInstancesCommand.js +1 -3
  76. package/dist-es/commands/ListAddonSubscriptionsCommand.js +1 -3
  77. package/dist-es/commands/ListArchiveExportsCommand.js +1 -3
  78. package/dist-es/commands/ListArchiveSearchesCommand.js +1 -3
  79. package/dist-es/commands/ListArchivesCommand.js +1 -3
  80. package/dist-es/commands/ListIngressPointsCommand.js +1 -3
  81. package/dist-es/commands/ListRelaysCommand.js +1 -3
  82. package/dist-es/commands/ListRuleSetsCommand.js +1 -3
  83. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  84. package/dist-es/commands/ListTrafficPoliciesCommand.js +1 -3
  85. package/dist-es/commands/StartArchiveExportCommand.js +1 -3
  86. package/dist-es/commands/StartArchiveSearchCommand.js +1 -3
  87. package/dist-es/commands/StopArchiveExportCommand.js +1 -3
  88. package/dist-es/commands/StopArchiveSearchCommand.js +1 -3
  89. package/dist-es/commands/TagResourceCommand.js +1 -3
  90. package/dist-es/commands/UntagResourceCommand.js +1 -3
  91. package/dist-es/commands/UpdateArchiveCommand.js +1 -3
  92. package/dist-es/commands/UpdateIngressPointCommand.js +1 -3
  93. package/dist-es/commands/UpdateRelayCommand.js +1 -3
  94. package/dist-es/commands/UpdateRuleSetCommand.js +1 -3
  95. package/dist-es/commands/UpdateTrafficPolicyCommand.js +1 -3
  96. package/dist-es/endpoint/endpointResolver.js +7 -3
  97. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  98. package/dist-types/runtimeConfig.d.ts +2 -0
  99. package/dist-types/runtimeConfig.native.d.ts +2 -0
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  103. package/package.json +35 -35
@@ -7,9 +7,7 @@ import { de_CreateIngressPointCommand, se_CreateIngressPointCommand } from "../p
7
7
  export { $Command };
8
8
  export class CreateIngressPointCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateRelayCommand, se_CreateRelayCommand } from "../protocols/Aws_j
7
7
  export { $Command };
8
8
  export class CreateRelayCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateRuleSetCommand, se_CreateRuleSetCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class CreateRuleSetCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateTrafficPolicyCommand, se_CreateTrafficPolicyCommand } from "..
7
7
  export { $Command };
8
8
  export class CreateTrafficPolicyCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteAddonInstanceCommand, se_DeleteAddonInstanceCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteAddonInstanceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteAddonSubscriptionCommand, se_DeleteAddonSubscriptionCommand }
6
6
  export { $Command };
7
7
  export class DeleteAddonSubscriptionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteArchiveCommand, se_DeleteArchiveCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteArchiveCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteIngressPointCommand, se_DeleteIngressPointCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteIngressPointCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteRelayCommand, se_DeleteRelayCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class DeleteRelayCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteRuleSetCommand, se_DeleteRuleSetCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteRuleSetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteTrafficPolicyCommand, se_DeleteTrafficPolicyCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteTrafficPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetAddonInstanceCommand, se_GetAddonInstanceCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetAddonInstanceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetAddonSubscriptionCommand, se_GetAddonSubscriptionCommand } from "
6
6
  export { $Command };
7
7
  export class GetAddonSubscriptionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetArchiveCommand, se_GetArchiveCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class GetArchiveCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetArchiveExportCommand, se_GetArchiveExportCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetArchiveExportCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetArchiveMessageCommand, se_GetArchiveMessageCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetArchiveMessageCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetArchiveMessageContentCommand, se_GetArchiveMessageContentCommand
6
6
  export { $Command };
7
7
  export class GetArchiveMessageContentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetArchiveSearchCommand, se_GetArchiveSearchCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetArchiveSearchCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetArchiveSearchResultsCommand, se_GetArchiveSearchResultsCommand }
6
6
  export { $Command };
7
7
  export class GetArchiveSearchResultsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetIngressPointCommand, se_GetIngressPointCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class GetIngressPointCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetRelayCommand, se_GetRelayCommand } from "../protocols/Aws_json1_0
6
6
  export { $Command };
7
7
  export class GetRelayCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetRuleSetCommand, se_GetRuleSetCommand } from "../protocols/Aws_jso
7
7
  export { $Command };
8
8
  export class GetRuleSetCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetTrafficPolicyCommand, se_GetTrafficPolicyCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetTrafficPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAddonInstancesCommand, se_ListAddonInstancesCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListAddonInstancesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAddonSubscriptionsCommand, se_ListAddonSubscriptionsCommand } fr
6
6
  export { $Command };
7
7
  export class ListAddonSubscriptionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListArchiveExportsCommand, se_ListArchiveExportsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListArchiveExportsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListArchiveSearchesCommand, se_ListArchiveSearchesCommand } from "..
6
6
  export { $Command };
7
7
  export class ListArchiveSearchesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListArchivesCommand, se_ListArchivesCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListArchivesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListIngressPointsCommand, se_ListIngressPointsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ListIngressPointsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListRelaysCommand, se_ListRelaysCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class ListRelaysCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListRuleSetsCommand, se_ListRuleSetsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListRuleSetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
7
7
  export { $Command };
8
8
  export class ListTagsForResourceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTrafficPoliciesCommand, se_ListTrafficPoliciesCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTrafficPoliciesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartArchiveExportCommand, se_StartArchiveExportCommand } from "../p
6
6
  export { $Command };
7
7
  export class StartArchiveExportCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartArchiveSearchCommand, se_StartArchiveSearchCommand } from "../p
6
6
  export { $Command };
7
7
  export class StartArchiveSearchCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopArchiveExportCommand, se_StopArchiveExportCommand } from "../pro
6
6
  export { $Command };
7
7
  export class StopArchiveExportCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopArchiveSearchCommand, se_StopArchiveSearchCommand } from "../pro
6
6
  export { $Command };
7
7
  export class StopArchiveSearchCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
7
7
  export { $Command };
8
8
  export class TagResourceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class UntagResourceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateArchiveCommand, se_UpdateArchiveCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UpdateArchiveCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdateIngressPointCommand, se_UpdateIngressPointCommand } from "../p
7
7
  export { $Command };
8
8
  export class UpdateIngressPointCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateRelayCommand, se_UpdateRelayCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class UpdateRelayCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdateRuleSetCommand, se_UpdateRuleSetCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class UpdateRuleSetCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateTrafficPolicyCommand, se_UpdateTrafficPolicyCommand } from "..
6
6
  export { $Command };
7
7
  export class UpdateTrafficPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: MailManagerClientConfig) => {
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: MailManagerClientConfig) => {
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MailManagerHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: MailManagerClientConfig) => {
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: MailManagerClientConfig) => {
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MailManagerHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: MailManagerClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
+ cacheMiddleware?: boolean | undefined;
10
11
  urlParser: import("@smithy/types").UrlParser;
11
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
13
  streamCollector: import("@smithy/types").StreamCollector;
@@ -33,6 +34,7 @@ export declare const getRuntimeConfig: (config: MailManagerClientConfig) => {
33
34
  logger?: import("@smithy/types").Logger | undefined;
34
35
  }) => import("@smithy/types").EndpointV2;
35
36
  tls?: boolean | undefined;
37
+ serviceConfiguredEndpoint?: undefined;
36
38
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
39
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MailManagerHttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: MailManagerClientConfig) => {
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
25
  apiVersion: string;
26
+ cacheMiddleware?: boolean | undefined;
26
27
  urlParser: import("@smithy/types").UrlParser;
27
28
  base64Decoder: import("@smithy/types").Decoder;
28
29
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -61,6 +62,7 @@ export declare const getRuntimeConfig: (config: MailManagerClientConfig) => {
61
62
  }
62
63
  ) => import("@smithy/types").EndpointV2;
63
64
  tls?: boolean | undefined;
65
+ serviceConfiguredEndpoint?: undefined;
64
66
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
65
67
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MailManagerHttpAuthSchemeProvider;
66
68
  credentials?:
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: MailManagerClientConfig) => {
27
27
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
28
28
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
29
  apiVersion: string;
30
+ cacheMiddleware?: boolean | undefined;
30
31
  urlParser: import("@smithy/types").UrlParser;
31
32
  base64Decoder: import("@smithy/types").Decoder;
32
33
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -65,6 +66,7 @@ export declare const getRuntimeConfig: (config: MailManagerClientConfig) => {
65
66
  }
66
67
  ) => import("@smithy/types").EndpointV2;
67
68
  tls?: boolean | undefined;
69
+ serviceConfiguredEndpoint?: undefined;
68
70
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
69
71
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MailManagerHttpAuthSchemeProvider;
70
72
  credentials?: