@aws-sdk/client-mailmanager 3.926.0 → 3.928.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 (84) hide show
  1. package/dist-cjs/index.js +1801 -2505
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/MailManagerClient.js +2 -0
  4. package/dist-es/commands/CreateAddonInstanceCommand.js +3 -9
  5. package/dist-es/commands/CreateAddonSubscriptionCommand.js +3 -9
  6. package/dist-es/commands/CreateAddressListCommand.js +3 -9
  7. package/dist-es/commands/CreateAddressListImportJobCommand.js +3 -10
  8. package/dist-es/commands/CreateArchiveCommand.js +3 -9
  9. package/dist-es/commands/CreateIngressPointCommand.js +3 -10
  10. package/dist-es/commands/CreateRelayCommand.js +3 -9
  11. package/dist-es/commands/CreateRuleSetCommand.js +3 -10
  12. package/dist-es/commands/CreateTrafficPolicyCommand.js +3 -9
  13. package/dist-es/commands/DeleteAddonInstanceCommand.js +3 -9
  14. package/dist-es/commands/DeleteAddonSubscriptionCommand.js +3 -9
  15. package/dist-es/commands/DeleteAddressListCommand.js +3 -9
  16. package/dist-es/commands/DeleteArchiveCommand.js +3 -9
  17. package/dist-es/commands/DeleteIngressPointCommand.js +3 -9
  18. package/dist-es/commands/DeleteRelayCommand.js +3 -9
  19. package/dist-es/commands/DeleteRuleSetCommand.js +3 -9
  20. package/dist-es/commands/DeleteTrafficPolicyCommand.js +3 -9
  21. package/dist-es/commands/DeregisterMemberFromAddressListCommand.js +3 -10
  22. package/dist-es/commands/GetAddonInstanceCommand.js +3 -9
  23. package/dist-es/commands/GetAddonSubscriptionCommand.js +3 -9
  24. package/dist-es/commands/GetAddressListCommand.js +3 -9
  25. package/dist-es/commands/GetAddressListImportJobCommand.js +3 -10
  26. package/dist-es/commands/GetArchiveCommand.js +3 -9
  27. package/dist-es/commands/GetArchiveExportCommand.js +3 -9
  28. package/dist-es/commands/GetArchiveMessageCommand.js +3 -10
  29. package/dist-es/commands/GetArchiveMessageContentCommand.js +3 -9
  30. package/dist-es/commands/GetArchiveSearchCommand.js +3 -9
  31. package/dist-es/commands/GetArchiveSearchResultsCommand.js +3 -10
  32. package/dist-es/commands/GetIngressPointCommand.js +3 -9
  33. package/dist-es/commands/GetMemberOfAddressListCommand.js +3 -10
  34. package/dist-es/commands/GetRelayCommand.js +3 -9
  35. package/dist-es/commands/GetRuleSetCommand.js +3 -10
  36. package/dist-es/commands/GetTrafficPolicyCommand.js +3 -9
  37. package/dist-es/commands/ListAddonInstancesCommand.js +3 -9
  38. package/dist-es/commands/ListAddonSubscriptionsCommand.js +3 -9
  39. package/dist-es/commands/ListAddressListImportJobsCommand.js +3 -10
  40. package/dist-es/commands/ListAddressListsCommand.js +3 -9
  41. package/dist-es/commands/ListArchiveExportsCommand.js +3 -9
  42. package/dist-es/commands/ListArchiveSearchesCommand.js +3 -9
  43. package/dist-es/commands/ListArchivesCommand.js +3 -9
  44. package/dist-es/commands/ListIngressPointsCommand.js +3 -9
  45. package/dist-es/commands/ListMembersOfAddressListCommand.js +3 -10
  46. package/dist-es/commands/ListRelaysCommand.js +3 -9
  47. package/dist-es/commands/ListRuleSetsCommand.js +3 -9
  48. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  49. package/dist-es/commands/ListTrafficPoliciesCommand.js +3 -9
  50. package/dist-es/commands/RegisterMemberToAddressListCommand.js +3 -10
  51. package/dist-es/commands/StartAddressListImportJobCommand.js +3 -9
  52. package/dist-es/commands/StartArchiveExportCommand.js +3 -9
  53. package/dist-es/commands/StartArchiveSearchCommand.js +3 -9
  54. package/dist-es/commands/StopAddressListImportJobCommand.js +3 -9
  55. package/dist-es/commands/StopArchiveExportCommand.js +3 -9
  56. package/dist-es/commands/StopArchiveSearchCommand.js +3 -9
  57. package/dist-es/commands/TagResourceCommand.js +3 -9
  58. package/dist-es/commands/UntagResourceCommand.js +3 -9
  59. package/dist-es/commands/UpdateArchiveCommand.js +3 -9
  60. package/dist-es/commands/UpdateIngressPointCommand.js +3 -10
  61. package/dist-es/commands/UpdateRelayCommand.js +3 -9
  62. package/dist-es/commands/UpdateRuleSetCommand.js +3 -10
  63. package/dist-es/commands/UpdateTrafficPolicyCommand.js +3 -9
  64. package/dist-es/models/models_0.js +0 -132
  65. package/dist-es/runtimeConfig.shared.js +7 -0
  66. package/dist-es/schemas/schemas_0.js +1674 -0
  67. package/dist-types/MailManagerClient.d.ts +10 -1
  68. package/dist-types/models/models_0.d.ts +0 -100
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  70. package/dist-types/runtimeConfig.d.ts +1 -0
  71. package/dist-types/runtimeConfig.native.d.ts +1 -0
  72. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  73. package/dist-types/schemas/schemas_0.d.ts +306 -0
  74. package/dist-types/ts3.4/MailManagerClient.d.ts +4 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -63
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +312 -0
  81. package/package.json +5 -6
  82. package/dist-es/protocols/Aws_json1_0.js +0 -1915
  83. package/dist-types/protocols/Aws_json1_0.d.ts +0 -542
  84. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -725
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetArchiveCommand, se_GetArchiveCommand } from "../protocols/Aws_json1_0";
4
+ import { GetArchive } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetArchiveCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "GetArchive", {})
17
13
  .n("MailManagerClient", "GetArchiveCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetArchiveCommand)
20
- .de(de_GetArchiveCommand)
14
+ .sc(GetArchive)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetArchiveExportCommand, se_GetArchiveExportCommand } from "../protocols/Aws_json1_0";
4
+ import { GetArchiveExport } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetArchiveExportCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "GetArchiveExport", {})
17
13
  .n("MailManagerClient", "GetArchiveExportCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetArchiveExportCommand)
20
- .de(de_GetArchiveExportCommand)
14
+ .sc(GetArchiveExport)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetArchiveMessageResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetArchiveMessageCommand, se_GetArchiveMessageCommand } from "../protocols/Aws_json1_0";
4
+ import { GetArchiveMessage } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetArchiveMessageCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("MailManagerSvc", "GetArchiveMessage", {})
18
13
  .n("MailManagerClient", "GetArchiveMessageCommand")
19
- .f(void 0, GetArchiveMessageResponseFilterSensitiveLog)
20
- .ser(se_GetArchiveMessageCommand)
21
- .de(de_GetArchiveMessageCommand)
14
+ .sc(GetArchiveMessage)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetArchiveMessageContentCommand, se_GetArchiveMessageContentCommand } from "../protocols/Aws_json1_0";
4
+ import { GetArchiveMessageContent } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetArchiveMessageContentCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "GetArchiveMessageContent", {})
17
13
  .n("MailManagerClient", "GetArchiveMessageContentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetArchiveMessageContentCommand)
20
- .de(de_GetArchiveMessageContentCommand)
14
+ .sc(GetArchiveMessageContent)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetArchiveSearchCommand, se_GetArchiveSearchCommand } from "../protocols/Aws_json1_0";
4
+ import { GetArchiveSearch } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetArchiveSearchCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "GetArchiveSearch", {})
17
13
  .n("MailManagerClient", "GetArchiveSearchCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetArchiveSearchCommand)
20
- .de(de_GetArchiveSearchCommand)
14
+ .sc(GetArchiveSearch)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetArchiveSearchResultsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetArchiveSearchResultsCommand, se_GetArchiveSearchResultsCommand } from "../protocols/Aws_json1_0";
4
+ import { GetArchiveSearchResults } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetArchiveSearchResultsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("MailManagerSvc", "GetArchiveSearchResults", {})
18
13
  .n("MailManagerClient", "GetArchiveSearchResultsCommand")
19
- .f(void 0, GetArchiveSearchResultsResponseFilterSensitiveLog)
20
- .ser(se_GetArchiveSearchResultsCommand)
21
- .de(de_GetArchiveSearchResultsCommand)
14
+ .sc(GetArchiveSearchResults)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetIngressPointCommand, se_GetIngressPointCommand } from "../protocols/Aws_json1_0";
4
+ import { GetIngressPoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetIngressPointCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "GetIngressPoint", {})
17
13
  .n("MailManagerClient", "GetIngressPointCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetIngressPointCommand)
20
- .de(de_GetIngressPointCommand)
14
+ .sc(GetIngressPoint)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetMemberOfAddressListRequestFilterSensitiveLog, GetMemberOfAddressListResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetMemberOfAddressListCommand, se_GetMemberOfAddressListCommand } from "../protocols/Aws_json1_0";
4
+ import { GetMemberOfAddressList } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetMemberOfAddressListCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("MailManagerSvc", "GetMemberOfAddressList", {})
18
13
  .n("MailManagerClient", "GetMemberOfAddressListCommand")
19
- .f(GetMemberOfAddressListRequestFilterSensitiveLog, GetMemberOfAddressListResponseFilterSensitiveLog)
20
- .ser(se_GetMemberOfAddressListCommand)
21
- .de(de_GetMemberOfAddressListCommand)
14
+ .sc(GetMemberOfAddressList)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetRelayCommand, se_GetRelayCommand } from "../protocols/Aws_json1_0";
4
+ import { GetRelay } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRelayCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "GetRelay", {})
17
13
  .n("MailManagerClient", "GetRelayCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRelayCommand)
20
- .de(de_GetRelayCommand)
14
+ .sc(GetRelay)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetRuleSetResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetRuleSetCommand, se_GetRuleSetCommand } from "../protocols/Aws_json1_0";
4
+ import { GetRuleSet } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetRuleSetCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("MailManagerSvc", "GetRuleSet", {})
18
13
  .n("MailManagerClient", "GetRuleSetCommand")
19
- .f(void 0, GetRuleSetResponseFilterSensitiveLog)
20
- .ser(se_GetRuleSetCommand)
21
- .de(de_GetRuleSetCommand)
14
+ .sc(GetRuleSet)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTrafficPolicyCommand, se_GetTrafficPolicyCommand } from "../protocols/Aws_json1_0";
4
+ import { GetTrafficPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTrafficPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "GetTrafficPolicy", {})
17
13
  .n("MailManagerClient", "GetTrafficPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTrafficPolicyCommand)
20
- .de(de_GetTrafficPolicyCommand)
14
+ .sc(GetTrafficPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAddonInstancesCommand, se_ListAddonInstancesCommand } from "../protocols/Aws_json1_0";
4
+ import { ListAddonInstances } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAddonInstancesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "ListAddonInstances", {})
17
13
  .n("MailManagerClient", "ListAddonInstancesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAddonInstancesCommand)
20
- .de(de_ListAddonInstancesCommand)
14
+ .sc(ListAddonInstances)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAddonSubscriptionsCommand, se_ListAddonSubscriptionsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListAddonSubscriptions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAddonSubscriptionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "ListAddonSubscriptions", {})
17
13
  .n("MailManagerClient", "ListAddonSubscriptionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAddonSubscriptionsCommand)
20
- .de(de_ListAddonSubscriptionsCommand)
14
+ .sc(ListAddonSubscriptions)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListAddressListImportJobsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListAddressListImportJobsCommand, se_ListAddressListImportJobsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListAddressListImportJobs } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAddressListImportJobsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("MailManagerSvc", "ListAddressListImportJobs", {})
18
13
  .n("MailManagerClient", "ListAddressListImportJobsCommand")
19
- .f(void 0, ListAddressListImportJobsResponseFilterSensitiveLog)
20
- .ser(se_ListAddressListImportJobsCommand)
21
- .de(de_ListAddressListImportJobsCommand)
14
+ .sc(ListAddressListImportJobs)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAddressListsCommand, se_ListAddressListsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListAddressLists } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAddressListsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "ListAddressLists", {})
17
13
  .n("MailManagerClient", "ListAddressListsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAddressListsCommand)
20
- .de(de_ListAddressListsCommand)
14
+ .sc(ListAddressLists)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListArchiveExportsCommand, se_ListArchiveExportsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListArchiveExports } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListArchiveExportsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "ListArchiveExports", {})
17
13
  .n("MailManagerClient", "ListArchiveExportsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListArchiveExportsCommand)
20
- .de(de_ListArchiveExportsCommand)
14
+ .sc(ListArchiveExports)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListArchiveSearchesCommand, se_ListArchiveSearchesCommand } from "../protocols/Aws_json1_0";
4
+ import { ListArchiveSearches } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListArchiveSearchesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "ListArchiveSearches", {})
17
13
  .n("MailManagerClient", "ListArchiveSearchesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListArchiveSearchesCommand)
20
- .de(de_ListArchiveSearchesCommand)
14
+ .sc(ListArchiveSearches)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListArchivesCommand, se_ListArchivesCommand } from "../protocols/Aws_json1_0";
4
+ import { ListArchives } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListArchivesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "ListArchives", {})
17
13
  .n("MailManagerClient", "ListArchivesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListArchivesCommand)
20
- .de(de_ListArchivesCommand)
14
+ .sc(ListArchives)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListIngressPointsCommand, se_ListIngressPointsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListIngressPoints } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListIngressPointsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "ListIngressPoints", {})
17
13
  .n("MailManagerClient", "ListIngressPointsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListIngressPointsCommand)
20
- .de(de_ListIngressPointsCommand)
14
+ .sc(ListIngressPoints)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListMembersOfAddressListRequestFilterSensitiveLog, ListMembersOfAddressListResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListMembersOfAddressListCommand, se_ListMembersOfAddressListCommand } from "../protocols/Aws_json1_0";
4
+ import { ListMembersOfAddressList } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListMembersOfAddressListCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("MailManagerSvc", "ListMembersOfAddressList", {})
18
13
  .n("MailManagerClient", "ListMembersOfAddressListCommand")
19
- .f(ListMembersOfAddressListRequestFilterSensitiveLog, ListMembersOfAddressListResponseFilterSensitiveLog)
20
- .ser(se_ListMembersOfAddressListCommand)
21
- .de(de_ListMembersOfAddressListCommand)
14
+ .sc(ListMembersOfAddressList)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListRelaysCommand, se_ListRelaysCommand } from "../protocols/Aws_json1_0";
4
+ import { ListRelays } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRelaysCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "ListRelays", {})
17
13
  .n("MailManagerClient", "ListRelaysCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRelaysCommand)
20
- .de(de_ListRelaysCommand)
14
+ .sc(ListRelays)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListRuleSetsCommand, se_ListRuleSetsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListRuleSets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRuleSetsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "ListRuleSets", {})
17
13
  .n("MailManagerClient", "ListRuleSetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRuleSetsCommand)
20
- .de(de_ListRuleSetsCommand)
14
+ .sc(ListRuleSets)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("MailManagerSvc", "ListTagsForResource", {})
17
13
  .n("MailManagerClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }