@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.
- package/dist-cjs/index.js +1801 -2505
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/MailManagerClient.js +2 -0
- package/dist-es/commands/CreateAddonInstanceCommand.js +3 -9
- package/dist-es/commands/CreateAddonSubscriptionCommand.js +3 -9
- package/dist-es/commands/CreateAddressListCommand.js +3 -9
- package/dist-es/commands/CreateAddressListImportJobCommand.js +3 -10
- package/dist-es/commands/CreateArchiveCommand.js +3 -9
- package/dist-es/commands/CreateIngressPointCommand.js +3 -10
- package/dist-es/commands/CreateRelayCommand.js +3 -9
- package/dist-es/commands/CreateRuleSetCommand.js +3 -10
- package/dist-es/commands/CreateTrafficPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteAddonInstanceCommand.js +3 -9
- package/dist-es/commands/DeleteAddonSubscriptionCommand.js +3 -9
- package/dist-es/commands/DeleteAddressListCommand.js +3 -9
- package/dist-es/commands/DeleteArchiveCommand.js +3 -9
- package/dist-es/commands/DeleteIngressPointCommand.js +3 -9
- package/dist-es/commands/DeleteRelayCommand.js +3 -9
- package/dist-es/commands/DeleteRuleSetCommand.js +3 -9
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +3 -9
- package/dist-es/commands/DeregisterMemberFromAddressListCommand.js +3 -10
- package/dist-es/commands/GetAddonInstanceCommand.js +3 -9
- package/dist-es/commands/GetAddonSubscriptionCommand.js +3 -9
- package/dist-es/commands/GetAddressListCommand.js +3 -9
- package/dist-es/commands/GetAddressListImportJobCommand.js +3 -10
- package/dist-es/commands/GetArchiveCommand.js +3 -9
- package/dist-es/commands/GetArchiveExportCommand.js +3 -9
- package/dist-es/commands/GetArchiveMessageCommand.js +3 -10
- package/dist-es/commands/GetArchiveMessageContentCommand.js +3 -9
- package/dist-es/commands/GetArchiveSearchCommand.js +3 -9
- package/dist-es/commands/GetArchiveSearchResultsCommand.js +3 -10
- package/dist-es/commands/GetIngressPointCommand.js +3 -9
- package/dist-es/commands/GetMemberOfAddressListCommand.js +3 -10
- package/dist-es/commands/GetRelayCommand.js +3 -9
- package/dist-es/commands/GetRuleSetCommand.js +3 -10
- package/dist-es/commands/GetTrafficPolicyCommand.js +3 -9
- package/dist-es/commands/ListAddonInstancesCommand.js +3 -9
- package/dist-es/commands/ListAddonSubscriptionsCommand.js +3 -9
- package/dist-es/commands/ListAddressListImportJobsCommand.js +3 -10
- package/dist-es/commands/ListAddressListsCommand.js +3 -9
- package/dist-es/commands/ListArchiveExportsCommand.js +3 -9
- package/dist-es/commands/ListArchiveSearchesCommand.js +3 -9
- package/dist-es/commands/ListArchivesCommand.js +3 -9
- package/dist-es/commands/ListIngressPointsCommand.js +3 -9
- package/dist-es/commands/ListMembersOfAddressListCommand.js +3 -10
- package/dist-es/commands/ListRelaysCommand.js +3 -9
- package/dist-es/commands/ListRuleSetsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTrafficPoliciesCommand.js +3 -9
- package/dist-es/commands/RegisterMemberToAddressListCommand.js +3 -10
- package/dist-es/commands/StartAddressListImportJobCommand.js +3 -9
- package/dist-es/commands/StartArchiveExportCommand.js +3 -9
- package/dist-es/commands/StartArchiveSearchCommand.js +3 -9
- package/dist-es/commands/StopAddressListImportJobCommand.js +3 -9
- package/dist-es/commands/StopArchiveExportCommand.js +3 -9
- package/dist-es/commands/StopArchiveSearchCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateArchiveCommand.js +3 -9
- package/dist-es/commands/UpdateIngressPointCommand.js +3 -10
- package/dist-es/commands/UpdateRelayCommand.js +3 -9
- package/dist-es/commands/UpdateRuleSetCommand.js +3 -10
- package/dist-es/commands/UpdateTrafficPolicyCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -132
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1674 -0
- package/dist-types/MailManagerClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -100
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +306 -0
- package/dist-types/ts3.4/MailManagerClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -63
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +312 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -1915
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -542
- 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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourceCommand)
|
|
20
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|