@aws-sdk/client-mailmanager 3.952.0 → 3.953.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 (80) hide show
  1. package/dist-cjs/index.js +827 -534
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateAddonInstanceCommand.js +2 -2
  4. package/dist-es/commands/CreateAddonSubscriptionCommand.js +2 -2
  5. package/dist-es/commands/CreateAddressListCommand.js +2 -2
  6. package/dist-es/commands/CreateAddressListImportJobCommand.js +2 -2
  7. package/dist-es/commands/CreateArchiveCommand.js +2 -2
  8. package/dist-es/commands/CreateIngressPointCommand.js +2 -2
  9. package/dist-es/commands/CreateRelayCommand.js +2 -2
  10. package/dist-es/commands/CreateRuleSetCommand.js +2 -2
  11. package/dist-es/commands/CreateTrafficPolicyCommand.js +2 -2
  12. package/dist-es/commands/DeleteAddonInstanceCommand.js +2 -2
  13. package/dist-es/commands/DeleteAddonSubscriptionCommand.js +2 -2
  14. package/dist-es/commands/DeleteAddressListCommand.js +2 -2
  15. package/dist-es/commands/DeleteArchiveCommand.js +2 -2
  16. package/dist-es/commands/DeleteIngressPointCommand.js +2 -2
  17. package/dist-es/commands/DeleteRelayCommand.js +2 -2
  18. package/dist-es/commands/DeleteRuleSetCommand.js +2 -2
  19. package/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -2
  20. package/dist-es/commands/DeregisterMemberFromAddressListCommand.js +2 -2
  21. package/dist-es/commands/GetAddonInstanceCommand.js +2 -2
  22. package/dist-es/commands/GetAddonSubscriptionCommand.js +2 -2
  23. package/dist-es/commands/GetAddressListCommand.js +2 -2
  24. package/dist-es/commands/GetAddressListImportJobCommand.js +2 -2
  25. package/dist-es/commands/GetArchiveCommand.js +2 -2
  26. package/dist-es/commands/GetArchiveExportCommand.js +2 -2
  27. package/dist-es/commands/GetArchiveMessageCommand.js +2 -2
  28. package/dist-es/commands/GetArchiveMessageContentCommand.js +2 -2
  29. package/dist-es/commands/GetArchiveSearchCommand.js +2 -2
  30. package/dist-es/commands/GetArchiveSearchResultsCommand.js +2 -2
  31. package/dist-es/commands/GetIngressPointCommand.js +2 -2
  32. package/dist-es/commands/GetMemberOfAddressListCommand.js +2 -2
  33. package/dist-es/commands/GetRelayCommand.js +2 -2
  34. package/dist-es/commands/GetRuleSetCommand.js +2 -2
  35. package/dist-es/commands/GetTrafficPolicyCommand.js +2 -2
  36. package/dist-es/commands/ListAddonInstancesCommand.js +2 -2
  37. package/dist-es/commands/ListAddonSubscriptionsCommand.js +2 -2
  38. package/dist-es/commands/ListAddressListImportJobsCommand.js +2 -2
  39. package/dist-es/commands/ListAddressListsCommand.js +2 -2
  40. package/dist-es/commands/ListArchiveExportsCommand.js +2 -2
  41. package/dist-es/commands/ListArchiveSearchesCommand.js +2 -2
  42. package/dist-es/commands/ListArchivesCommand.js +2 -2
  43. package/dist-es/commands/ListIngressPointsCommand.js +2 -2
  44. package/dist-es/commands/ListMembersOfAddressListCommand.js +2 -2
  45. package/dist-es/commands/ListRelaysCommand.js +2 -2
  46. package/dist-es/commands/ListRuleSetsCommand.js +2 -2
  47. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  48. package/dist-es/commands/ListTrafficPoliciesCommand.js +2 -2
  49. package/dist-es/commands/RegisterMemberToAddressListCommand.js +2 -2
  50. package/dist-es/commands/StartAddressListImportJobCommand.js +2 -2
  51. package/dist-es/commands/StartArchiveExportCommand.js +2 -2
  52. package/dist-es/commands/StartArchiveSearchCommand.js +2 -2
  53. package/dist-es/commands/StopAddressListImportJobCommand.js +2 -2
  54. package/dist-es/commands/StopArchiveExportCommand.js +2 -2
  55. package/dist-es/commands/StopArchiveSearchCommand.js +2 -2
  56. package/dist-es/commands/TagResourceCommand.js +2 -2
  57. package/dist-es/commands/UntagResourceCommand.js +2 -2
  58. package/dist-es/commands/UpdateArchiveCommand.js +2 -2
  59. package/dist-es/commands/UpdateIngressPointCommand.js +2 -2
  60. package/dist-es/commands/UpdateRelayCommand.js +2 -2
  61. package/dist-es/commands/UpdateRuleSetCommand.js +2 -2
  62. package/dist-es/commands/UpdateTrafficPolicyCommand.js +2 -2
  63. package/dist-es/index.js +1 -0
  64. package/dist-es/runtimeConfig.shared.js +6 -6
  65. package/dist-es/schemas/schemas_0.js +502 -474
  66. package/dist-types/MailManagerClient.d.ts +1 -10
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  69. package/dist-types/runtimeConfig.d.ts +6 -2
  70. package/dist-types/runtimeConfig.native.d.ts +6 -2
  71. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  72. package/dist-types/schemas/schemas_0.d.ts +266 -305
  73. package/dist-types/ts3.4/MailManagerClient.d.ts +0 -4
  74. package/dist-types/ts3.4/index.d.ts +1 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +265 -306
  80. package/package.json +34 -34
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAddressListImportJobs } from "../schemas/schemas_0";
4
+ import { ListAddressListImportJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAddressListImportJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAddressListImportJobsCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListAddressListImportJobs", {})
13
13
  .n("MailManagerClient", "ListAddressListImportJobsCommand")
14
- .sc(ListAddressListImportJobs)
14
+ .sc(ListAddressListImportJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAddressLists } from "../schemas/schemas_0";
4
+ import { ListAddressLists$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAddressListsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAddressListsCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListAddressLists", {})
13
13
  .n("MailManagerClient", "ListAddressListsCommand")
14
- .sc(ListAddressLists)
14
+ .sc(ListAddressLists$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListArchiveExports } from "../schemas/schemas_0";
4
+ import { ListArchiveExports$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListArchiveExportsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListArchiveExportsCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListArchiveExports", {})
13
13
  .n("MailManagerClient", "ListArchiveExportsCommand")
14
- .sc(ListArchiveExports)
14
+ .sc(ListArchiveExports$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListArchiveSearches } from "../schemas/schemas_0";
4
+ import { ListArchiveSearches$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListArchiveSearchesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListArchiveSearchesCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListArchiveSearches", {})
13
13
  .n("MailManagerClient", "ListArchiveSearchesCommand")
14
- .sc(ListArchiveSearches)
14
+ .sc(ListArchiveSearches$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListArchives } from "../schemas/schemas_0";
4
+ import { ListArchives$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListArchivesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListArchivesCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListArchives", {})
13
13
  .n("MailManagerClient", "ListArchivesCommand")
14
- .sc(ListArchives)
14
+ .sc(ListArchives$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListIngressPoints } from "../schemas/schemas_0";
4
+ import { ListIngressPoints$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListIngressPointsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListIngressPointsCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListIngressPoints", {})
13
13
  .n("MailManagerClient", "ListIngressPointsCommand")
14
- .sc(ListIngressPoints)
14
+ .sc(ListIngressPoints$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListMembersOfAddressList } from "../schemas/schemas_0";
4
+ import { ListMembersOfAddressList$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListMembersOfAddressListCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListMembersOfAddressListCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListMembersOfAddressList", {})
13
13
  .n("MailManagerClient", "ListMembersOfAddressListCommand")
14
- .sc(ListMembersOfAddressList)
14
+ .sc(ListMembersOfAddressList$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListRelays } from "../schemas/schemas_0";
4
+ import { ListRelays$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListRelaysCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListRelaysCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListRelays", {})
13
13
  .n("MailManagerClient", "ListRelaysCommand")
14
- .sc(ListRelays)
14
+ .sc(ListRelays$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListRuleSets } from "../schemas/schemas_0";
4
+ import { ListRuleSets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListRuleSetsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListRuleSetsCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListRuleSets", {})
13
13
  .n("MailManagerClient", "ListRuleSetsCommand")
14
- .sc(ListRuleSets)
14
+ .sc(ListRuleSets$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListTagsForResource", {})
13
13
  .n("MailManagerClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTrafficPolicies } from "../schemas/schemas_0";
4
+ import { ListTrafficPolicies$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTrafficPoliciesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTrafficPoliciesCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "ListTrafficPolicies", {})
13
13
  .n("MailManagerClient", "ListTrafficPoliciesCommand")
14
- .sc(ListTrafficPolicies)
14
+ .sc(ListTrafficPolicies$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RegisterMemberToAddressList } from "../schemas/schemas_0";
4
+ import { RegisterMemberToAddressList$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RegisterMemberToAddressListCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RegisterMemberToAddressListCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "RegisterMemberToAddressList", {})
13
13
  .n("MailManagerClient", "RegisterMemberToAddressListCommand")
14
- .sc(RegisterMemberToAddressList)
14
+ .sc(RegisterMemberToAddressList$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartAddressListImportJob } from "../schemas/schemas_0";
4
+ import { StartAddressListImportJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartAddressListImportJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartAddressListImportJobCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "StartAddressListImportJob", {})
13
13
  .n("MailManagerClient", "StartAddressListImportJobCommand")
14
- .sc(StartAddressListImportJob)
14
+ .sc(StartAddressListImportJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartArchiveExport } from "../schemas/schemas_0";
4
+ import { StartArchiveExport$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartArchiveExportCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartArchiveExportCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "StartArchiveExport", {})
13
13
  .n("MailManagerClient", "StartArchiveExportCommand")
14
- .sc(StartArchiveExport)
14
+ .sc(StartArchiveExport$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartArchiveSearch } from "../schemas/schemas_0";
4
+ import { StartArchiveSearch$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartArchiveSearchCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartArchiveSearchCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "StartArchiveSearch", {})
13
13
  .n("MailManagerClient", "StartArchiveSearchCommand")
14
- .sc(StartArchiveSearch)
14
+ .sc(StartArchiveSearch$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopAddressListImportJob } from "../schemas/schemas_0";
4
+ import { StopAddressListImportJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopAddressListImportJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopAddressListImportJobCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "StopAddressListImportJob", {})
13
13
  .n("MailManagerClient", "StopAddressListImportJobCommand")
14
- .sc(StopAddressListImportJob)
14
+ .sc(StopAddressListImportJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopArchiveExport } from "../schemas/schemas_0";
4
+ import { StopArchiveExport$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopArchiveExportCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopArchiveExportCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "StopArchiveExport", {})
13
13
  .n("MailManagerClient", "StopArchiveExportCommand")
14
- .sc(StopArchiveExport)
14
+ .sc(StopArchiveExport$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopArchiveSearch } from "../schemas/schemas_0";
4
+ import { StopArchiveSearch$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopArchiveSearchCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopArchiveSearchCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "StopArchiveSearch", {})
13
13
  .n("MailManagerClient", "StopArchiveSearchCommand")
14
- .sc(StopArchiveSearch)
14
+ .sc(StopArchiveSearch$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "TagResource", {})
13
13
  .n("MailManagerClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "UntagResource", {})
13
13
  .n("MailManagerClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateArchive } from "../schemas/schemas_0";
4
+ import { UpdateArchive$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateArchiveCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateArchiveCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "UpdateArchive", {})
13
13
  .n("MailManagerClient", "UpdateArchiveCommand")
14
- .sc(UpdateArchive)
14
+ .sc(UpdateArchive$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateIngressPoint } from "../schemas/schemas_0";
4
+ import { UpdateIngressPoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateIngressPointCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateIngressPointCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "UpdateIngressPoint", {})
13
13
  .n("MailManagerClient", "UpdateIngressPointCommand")
14
- .sc(UpdateIngressPoint)
14
+ .sc(UpdateIngressPoint$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateRelay } from "../schemas/schemas_0";
4
+ import { UpdateRelay$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateRelayCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateRelayCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "UpdateRelay", {})
13
13
  .n("MailManagerClient", "UpdateRelayCommand")
14
- .sc(UpdateRelay)
14
+ .sc(UpdateRelay$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateRuleSet } from "../schemas/schemas_0";
4
+ import { UpdateRuleSet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateRuleSetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateRuleSetCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "UpdateRuleSet", {})
13
13
  .n("MailManagerClient", "UpdateRuleSetCommand")
14
- .sc(UpdateRuleSet)
14
+ .sc(UpdateRuleSet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateTrafficPolicy } from "../schemas/schemas_0";
4
+ import { UpdateTrafficPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateTrafficPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateTrafficPolicyCommand extends $Command
11
11
  })
12
12
  .s("MailManagerSvc", "UpdateTrafficPolicy", {})
13
13
  .n("MailManagerClient", "UpdateTrafficPolicyCommand")
14
- .sc(UpdateTrafficPolicy)
14
+ .sc(UpdateTrafficPolicy$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./MailManagerClient";
2
2
  export * from "./MailManager";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ??
27
- new AwsJson1_0Protocol({
28
- defaultNamespace: "com.amazonaws.mailmanager",
29
- serviceTarget: "MailManagerSvc",
30
- awsQueryCompatible: false,
31
- }),
26
+ protocol: config?.protocol ?? AwsJson1_0Protocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.mailmanager",
29
+ version: "2023-10-17",
30
+ serviceTarget: "MailManagerSvc",
31
+ },
32
32
  serviceId: config?.serviceId ?? "MailManager",
33
33
  urlParser: config?.urlParser ?? parseUrl,
34
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,