@aws-sdk/client-mailmanager 3.927.0 → 3.929.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
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsJson1_0Protocol({
31
+ defaultNamespace: "com.amazonaws.mailmanager",
32
+ serviceTarget: "MailManagerSvc",
33
+ awsQueryCompatible: false,
34
+ }),
28
35
  serviceId: config?.serviceId ?? "MailManager",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class MailManagerClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -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_CreateAddonInstanceCommand, se_CreateAddonInstanceCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateAddonInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAddonInstanceCommand 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", "CreateAddonInstance", {})
17
13
  .n("MailManagerClient", "CreateAddonInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAddonInstanceCommand)
20
- .de(de_CreateAddonInstanceCommand)
14
+ .sc(CreateAddonInstance)
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_CreateAddonSubscriptionCommand, se_CreateAddonSubscriptionCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateAddonSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAddonSubscriptionCommand 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", "CreateAddonSubscription", {})
17
13
  .n("MailManagerClient", "CreateAddonSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAddonSubscriptionCommand)
20
- .de(de_CreateAddonSubscriptionCommand)
14
+ .sc(CreateAddonSubscription)
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_CreateAddressListCommand, se_CreateAddressListCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateAddressList } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAddressListCommand 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", "CreateAddressList", {})
17
13
  .n("MailManagerClient", "CreateAddressListCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAddressListCommand)
20
- .de(de_CreateAddressListCommand)
14
+ .sc(CreateAddressList)
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 { CreateAddressListImportJobResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateAddressListImportJobCommand, se_CreateAddressListImportJobCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateAddressListImportJob } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateAddressListImportJobCommand 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", "CreateAddressListImportJob", {})
18
13
  .n("MailManagerClient", "CreateAddressListImportJobCommand")
19
- .f(void 0, CreateAddressListImportJobResponseFilterSensitiveLog)
20
- .ser(se_CreateAddressListImportJobCommand)
21
- .de(de_CreateAddressListImportJobCommand)
14
+ .sc(CreateAddressListImportJob)
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_CreateArchiveCommand, se_CreateArchiveCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateArchive } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateArchiveCommand 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", "CreateArchive", {})
17
13
  .n("MailManagerClient", "CreateArchiveCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateArchiveCommand)
20
- .de(de_CreateArchiveCommand)
14
+ .sc(CreateArchive)
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 { CreateIngressPointRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateIngressPointCommand, se_CreateIngressPointCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateIngressPoint } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateIngressPointCommand 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", "CreateIngressPoint", {})
18
13
  .n("MailManagerClient", "CreateIngressPointCommand")
19
- .f(CreateIngressPointRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateIngressPointCommand)
21
- .de(de_CreateIngressPointCommand)
14
+ .sc(CreateIngressPoint)
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_CreateRelayCommand, se_CreateRelayCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateRelay } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRelayCommand 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", "CreateRelay", {})
17
13
  .n("MailManagerClient", "CreateRelayCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRelayCommand)
20
- .de(de_CreateRelayCommand)
14
+ .sc(CreateRelay)
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 { CreateRuleSetRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateRuleSetCommand, se_CreateRuleSetCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateRuleSet } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateRuleSetCommand 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", "CreateRuleSet", {})
18
13
  .n("MailManagerClient", "CreateRuleSetCommand")
19
- .f(CreateRuleSetRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateRuleSetCommand)
21
- .de(de_CreateRuleSetCommand)
14
+ .sc(CreateRuleSet)
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_CreateTrafficPolicyCommand, se_CreateTrafficPolicyCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateTrafficPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTrafficPolicyCommand 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", "CreateTrafficPolicy", {})
17
13
  .n("MailManagerClient", "CreateTrafficPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTrafficPolicyCommand)
20
- .de(de_CreateTrafficPolicyCommand)
14
+ .sc(CreateTrafficPolicy)
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_DeleteAddonInstanceCommand, se_DeleteAddonInstanceCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteAddonInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAddonInstanceCommand 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", "DeleteAddonInstance", {})
17
13
  .n("MailManagerClient", "DeleteAddonInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAddonInstanceCommand)
20
- .de(de_DeleteAddonInstanceCommand)
14
+ .sc(DeleteAddonInstance)
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_DeleteAddonSubscriptionCommand, se_DeleteAddonSubscriptionCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteAddonSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAddonSubscriptionCommand 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", "DeleteAddonSubscription", {})
17
13
  .n("MailManagerClient", "DeleteAddonSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAddonSubscriptionCommand)
20
- .de(de_DeleteAddonSubscriptionCommand)
14
+ .sc(DeleteAddonSubscription)
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_DeleteAddressListCommand, se_DeleteAddressListCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteAddressList } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAddressListCommand 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", "DeleteAddressList", {})
17
13
  .n("MailManagerClient", "DeleteAddressListCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAddressListCommand)
20
- .de(de_DeleteAddressListCommand)
14
+ .sc(DeleteAddressList)
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_DeleteArchiveCommand, se_DeleteArchiveCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteArchive } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteArchiveCommand 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", "DeleteArchive", {})
17
13
  .n("MailManagerClient", "DeleteArchiveCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteArchiveCommand)
20
- .de(de_DeleteArchiveCommand)
14
+ .sc(DeleteArchive)
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_DeleteIngressPointCommand, se_DeleteIngressPointCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteIngressPoint } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteIngressPointCommand 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", "DeleteIngressPoint", {})
17
13
  .n("MailManagerClient", "DeleteIngressPointCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteIngressPointCommand)
20
- .de(de_DeleteIngressPointCommand)
14
+ .sc(DeleteIngressPoint)
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_DeleteRelayCommand, se_DeleteRelayCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteRelay } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRelayCommand 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", "DeleteRelay", {})
17
13
  .n("MailManagerClient", "DeleteRelayCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRelayCommand)
20
- .de(de_DeleteRelayCommand)
14
+ .sc(DeleteRelay)
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_DeleteRuleSetCommand, se_DeleteRuleSetCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteRuleSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRuleSetCommand 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", "DeleteRuleSet", {})
17
13
  .n("MailManagerClient", "DeleteRuleSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRuleSetCommand)
20
- .de(de_DeleteRuleSetCommand)
14
+ .sc(DeleteRuleSet)
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_DeleteTrafficPolicyCommand, se_DeleteTrafficPolicyCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteTrafficPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTrafficPolicyCommand 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", "DeleteTrafficPolicy", {})
17
13
  .n("MailManagerClient", "DeleteTrafficPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTrafficPolicyCommand)
20
- .de(de_DeleteTrafficPolicyCommand)
14
+ .sc(DeleteTrafficPolicy)
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 { DeregisterMemberFromAddressListRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DeregisterMemberFromAddressListCommand, se_DeregisterMemberFromAddressListCommand, } from "../protocols/Aws_json1_0";
4
+ import { DeregisterMemberFromAddressList } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DeregisterMemberFromAddressListCommand 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", "DeregisterMemberFromAddressList", {})
18
13
  .n("MailManagerClient", "DeregisterMemberFromAddressListCommand")
19
- .f(DeregisterMemberFromAddressListRequestFilterSensitiveLog, void 0)
20
- .ser(se_DeregisterMemberFromAddressListCommand)
21
- .de(de_DeregisterMemberFromAddressListCommand)
14
+ .sc(DeregisterMemberFromAddressList)
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_GetAddonInstanceCommand, se_GetAddonInstanceCommand } from "../protocols/Aws_json1_0";
4
+ import { GetAddonInstance } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAddonInstanceCommand 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", "GetAddonInstance", {})
17
13
  .n("MailManagerClient", "GetAddonInstanceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAddonInstanceCommand)
20
- .de(de_GetAddonInstanceCommand)
14
+ .sc(GetAddonInstance)
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_GetAddonSubscriptionCommand, se_GetAddonSubscriptionCommand } from "../protocols/Aws_json1_0";
4
+ import { GetAddonSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAddonSubscriptionCommand 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", "GetAddonSubscription", {})
17
13
  .n("MailManagerClient", "GetAddonSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAddonSubscriptionCommand)
20
- .de(de_GetAddonSubscriptionCommand)
14
+ .sc(GetAddonSubscription)
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_GetAddressListCommand, se_GetAddressListCommand } from "../protocols/Aws_json1_0";
4
+ import { GetAddressList } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAddressListCommand 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", "GetAddressList", {})
17
13
  .n("MailManagerClient", "GetAddressListCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAddressListCommand)
20
- .de(de_GetAddressListCommand)
14
+ .sc(GetAddressList)
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 { GetAddressListImportJobResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetAddressListImportJobCommand, se_GetAddressListImportJobCommand } from "../protocols/Aws_json1_0";
4
+ import { GetAddressListImportJob } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetAddressListImportJobCommand 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", "GetAddressListImportJob", {})
18
13
  .n("MailManagerClient", "GetAddressListImportJobCommand")
19
- .f(void 0, GetAddressListImportJobResponseFilterSensitiveLog)
20
- .ser(se_GetAddressListImportJobCommand)
21
- .de(de_GetAddressListImportJobCommand)
14
+ .sc(GetAddressListImportJob)
22
15
  .build() {
23
16
  }