@aws-sdk/client-mailmanager 3.952.0 → 3.954.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 +827 -534
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/CreateAddonInstanceCommand.js +2 -2
- package/dist-es/commands/CreateAddonSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateAddressListCommand.js +2 -2
- package/dist-es/commands/CreateAddressListImportJobCommand.js +2 -2
- package/dist-es/commands/CreateArchiveCommand.js +2 -2
- package/dist-es/commands/CreateIngressPointCommand.js +2 -2
- package/dist-es/commands/CreateRelayCommand.js +2 -2
- package/dist-es/commands/CreateRuleSetCommand.js +2 -2
- package/dist-es/commands/CreateTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteAddonInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteAddonSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteAddressListCommand.js +2 -2
- package/dist-es/commands/DeleteArchiveCommand.js +2 -2
- package/dist-es/commands/DeleteIngressPointCommand.js +2 -2
- package/dist-es/commands/DeleteRelayCommand.js +2 -2
- package/dist-es/commands/DeleteRuleSetCommand.js +2 -2
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/DeregisterMemberFromAddressListCommand.js +2 -2
- package/dist-es/commands/GetAddonInstanceCommand.js +2 -2
- package/dist-es/commands/GetAddonSubscriptionCommand.js +2 -2
- package/dist-es/commands/GetAddressListCommand.js +2 -2
- package/dist-es/commands/GetAddressListImportJobCommand.js +2 -2
- package/dist-es/commands/GetArchiveCommand.js +2 -2
- package/dist-es/commands/GetArchiveExportCommand.js +2 -2
- package/dist-es/commands/GetArchiveMessageCommand.js +2 -2
- package/dist-es/commands/GetArchiveMessageContentCommand.js +2 -2
- package/dist-es/commands/GetArchiveSearchCommand.js +2 -2
- package/dist-es/commands/GetArchiveSearchResultsCommand.js +2 -2
- package/dist-es/commands/GetIngressPointCommand.js +2 -2
- package/dist-es/commands/GetMemberOfAddressListCommand.js +2 -2
- package/dist-es/commands/GetRelayCommand.js +2 -2
- package/dist-es/commands/GetRuleSetCommand.js +2 -2
- package/dist-es/commands/GetTrafficPolicyCommand.js +2 -2
- package/dist-es/commands/ListAddonInstancesCommand.js +2 -2
- package/dist-es/commands/ListAddonSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListAddressListImportJobsCommand.js +2 -2
- package/dist-es/commands/ListAddressListsCommand.js +2 -2
- package/dist-es/commands/ListArchiveExportsCommand.js +2 -2
- package/dist-es/commands/ListArchiveSearchesCommand.js +2 -2
- package/dist-es/commands/ListArchivesCommand.js +2 -2
- package/dist-es/commands/ListIngressPointsCommand.js +2 -2
- package/dist-es/commands/ListMembersOfAddressListCommand.js +2 -2
- package/dist-es/commands/ListRelaysCommand.js +2 -2
- package/dist-es/commands/ListRuleSetsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTrafficPoliciesCommand.js +2 -2
- package/dist-es/commands/RegisterMemberToAddressListCommand.js +2 -2
- package/dist-es/commands/StartAddressListImportJobCommand.js +2 -2
- package/dist-es/commands/StartArchiveExportCommand.js +2 -2
- package/dist-es/commands/StartArchiveSearchCommand.js +2 -2
- package/dist-es/commands/StopAddressListImportJobCommand.js +2 -2
- package/dist-es/commands/StopArchiveExportCommand.js +2 -2
- package/dist-es/commands/StopArchiveSearchCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateArchiveCommand.js +2 -2
- package/dist-es/commands/UpdateIngressPointCommand.js +2 -2
- package/dist-es/commands/UpdateRelayCommand.js +2 -2
- package/dist-es/commands/UpdateRuleSetCommand.js +2 -2
- package/dist-es/commands/UpdateTrafficPolicyCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +502 -474
- package/dist-types/MailManagerClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +266 -305
- package/dist-types/ts3.4/MailManagerClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +265 -306
- package/package.json +34 -34
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_0Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.mailmanager",
|
|
32
|
+
version: "2023-10-17",
|
|
33
|
+
serviceTarget: "MailManagerSvc",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "MailManager",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAddonInstance } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAddonInstance$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAddonInstanceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAddonInstanceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "CreateAddonInstance", {})
|
|
13
13
|
.n("MailManagerClient", "CreateAddonInstanceCommand")
|
|
14
|
-
.sc(CreateAddonInstance)
|
|
14
|
+
.sc(CreateAddonInstance$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAddonSubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAddonSubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAddonSubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAddonSubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "CreateAddonSubscription", {})
|
|
13
13
|
.n("MailManagerClient", "CreateAddonSubscriptionCommand")
|
|
14
|
-
.sc(CreateAddonSubscription)
|
|
14
|
+
.sc(CreateAddonSubscription$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAddressList } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAddressList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAddressListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAddressListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "CreateAddressList", {})
|
|
13
13
|
.n("MailManagerClient", "CreateAddressListCommand")
|
|
14
|
-
.sc(CreateAddressList)
|
|
14
|
+
.sc(CreateAddressList$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAddressListImportJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAddressListImportJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAddressListImportJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAddressListImportJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "CreateAddressListImportJob", {})
|
|
13
13
|
.n("MailManagerClient", "CreateAddressListImportJobCommand")
|
|
14
|
-
.sc(CreateAddressListImportJob)
|
|
14
|
+
.sc(CreateAddressListImportJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateArchive } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateArchive$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateArchiveCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateArchiveCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "CreateArchive", {})
|
|
13
13
|
.n("MailManagerClient", "CreateArchiveCommand")
|
|
14
|
-
.sc(CreateArchive)
|
|
14
|
+
.sc(CreateArchive$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateIngressPoint } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateIngressPoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateIngressPointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateIngressPointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "CreateIngressPoint", {})
|
|
13
13
|
.n("MailManagerClient", "CreateIngressPointCommand")
|
|
14
|
-
.sc(CreateIngressPoint)
|
|
14
|
+
.sc(CreateIngressPoint$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateRelay } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRelay$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRelayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRelayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "CreateRelay", {})
|
|
13
13
|
.n("MailManagerClient", "CreateRelayCommand")
|
|
14
|
-
.sc(CreateRelay)
|
|
14
|
+
.sc(CreateRelay$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateRuleSet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRuleSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRuleSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRuleSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "CreateRuleSet", {})
|
|
13
13
|
.n("MailManagerClient", "CreateRuleSetCommand")
|
|
14
|
-
.sc(CreateRuleSet)
|
|
14
|
+
.sc(CreateRuleSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateTrafficPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateTrafficPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTrafficPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateTrafficPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "CreateTrafficPolicy", {})
|
|
13
13
|
.n("MailManagerClient", "CreateTrafficPolicyCommand")
|
|
14
|
-
.sc(CreateTrafficPolicy)
|
|
14
|
+
.sc(CreateTrafficPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAddonInstance } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAddonInstance$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAddonInstanceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAddonInstanceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "DeleteAddonInstance", {})
|
|
13
13
|
.n("MailManagerClient", "DeleteAddonInstanceCommand")
|
|
14
|
-
.sc(DeleteAddonInstance)
|
|
14
|
+
.sc(DeleteAddonInstance$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAddonSubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAddonSubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAddonSubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAddonSubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "DeleteAddonSubscription", {})
|
|
13
13
|
.n("MailManagerClient", "DeleteAddonSubscriptionCommand")
|
|
14
|
-
.sc(DeleteAddonSubscription)
|
|
14
|
+
.sc(DeleteAddonSubscription$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteAddressList } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAddressList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAddressListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAddressListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "DeleteAddressList", {})
|
|
13
13
|
.n("MailManagerClient", "DeleteAddressListCommand")
|
|
14
|
-
.sc(DeleteAddressList)
|
|
14
|
+
.sc(DeleteAddressList$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteArchive } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteArchive$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteArchiveCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteArchiveCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "DeleteArchive", {})
|
|
13
13
|
.n("MailManagerClient", "DeleteArchiveCommand")
|
|
14
|
-
.sc(DeleteArchive)
|
|
14
|
+
.sc(DeleteArchive$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteIngressPoint } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteIngressPoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteIngressPointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteIngressPointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "DeleteIngressPoint", {})
|
|
13
13
|
.n("MailManagerClient", "DeleteIngressPointCommand")
|
|
14
|
-
.sc(DeleteIngressPoint)
|
|
14
|
+
.sc(DeleteIngressPoint$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteRelay } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRelay$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRelayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRelayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "DeleteRelay", {})
|
|
13
13
|
.n("MailManagerClient", "DeleteRelayCommand")
|
|
14
|
-
.sc(DeleteRelay)
|
|
14
|
+
.sc(DeleteRelay$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteRuleSet } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRuleSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRuleSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRuleSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "DeleteRuleSet", {})
|
|
13
13
|
.n("MailManagerClient", "DeleteRuleSetCommand")
|
|
14
|
-
.sc(DeleteRuleSet)
|
|
14
|
+
.sc(DeleteRuleSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteTrafficPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTrafficPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTrafficPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTrafficPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "DeleteTrafficPolicy", {})
|
|
13
13
|
.n("MailManagerClient", "DeleteTrafficPolicyCommand")
|
|
14
|
-
.sc(DeleteTrafficPolicy)
|
|
14
|
+
.sc(DeleteTrafficPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeregisterMemberFromAddressList } from "../schemas/schemas_0";
|
|
4
|
+
import { DeregisterMemberFromAddressList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeregisterMemberFromAddressListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeregisterMemberFromAddressListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "DeregisterMemberFromAddressList", {})
|
|
13
13
|
.n("MailManagerClient", "DeregisterMemberFromAddressListCommand")
|
|
14
|
-
.sc(DeregisterMemberFromAddressList)
|
|
14
|
+
.sc(DeregisterMemberFromAddressList$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAddonInstance } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAddonInstance$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAddonInstanceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAddonInstanceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetAddonInstance", {})
|
|
13
13
|
.n("MailManagerClient", "GetAddonInstanceCommand")
|
|
14
|
-
.sc(GetAddonInstance)
|
|
14
|
+
.sc(GetAddonInstance$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAddonSubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAddonSubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAddonSubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAddonSubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetAddonSubscription", {})
|
|
13
13
|
.n("MailManagerClient", "GetAddonSubscriptionCommand")
|
|
14
|
-
.sc(GetAddonSubscription)
|
|
14
|
+
.sc(GetAddonSubscription$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAddressList } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAddressList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAddressListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAddressListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetAddressList", {})
|
|
13
13
|
.n("MailManagerClient", "GetAddressListCommand")
|
|
14
|
-
.sc(GetAddressList)
|
|
14
|
+
.sc(GetAddressList$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAddressListImportJob } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAddressListImportJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAddressListImportJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAddressListImportJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetAddressListImportJob", {})
|
|
13
13
|
.n("MailManagerClient", "GetAddressListImportJobCommand")
|
|
14
|
-
.sc(GetAddressListImportJob)
|
|
14
|
+
.sc(GetAddressListImportJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetArchive } from "../schemas/schemas_0";
|
|
4
|
+
import { GetArchive$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetArchiveCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetArchiveCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetArchive", {})
|
|
13
13
|
.n("MailManagerClient", "GetArchiveCommand")
|
|
14
|
-
.sc(GetArchive)
|
|
14
|
+
.sc(GetArchive$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetArchiveExport } from "../schemas/schemas_0";
|
|
4
|
+
import { GetArchiveExport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetArchiveExportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetArchiveExportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetArchiveExport", {})
|
|
13
13
|
.n("MailManagerClient", "GetArchiveExportCommand")
|
|
14
|
-
.sc(GetArchiveExport)
|
|
14
|
+
.sc(GetArchiveExport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetArchiveMessage } from "../schemas/schemas_0";
|
|
4
|
+
import { GetArchiveMessage$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetArchiveMessageCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetArchiveMessageCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetArchiveMessage", {})
|
|
13
13
|
.n("MailManagerClient", "GetArchiveMessageCommand")
|
|
14
|
-
.sc(GetArchiveMessage)
|
|
14
|
+
.sc(GetArchiveMessage$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetArchiveMessageContent } from "../schemas/schemas_0";
|
|
4
|
+
import { GetArchiveMessageContent$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetArchiveMessageContentCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetArchiveMessageContentCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetArchiveMessageContent", {})
|
|
13
13
|
.n("MailManagerClient", "GetArchiveMessageContentCommand")
|
|
14
|
-
.sc(GetArchiveMessageContent)
|
|
14
|
+
.sc(GetArchiveMessageContent$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetArchiveSearch } from "../schemas/schemas_0";
|
|
4
|
+
import { GetArchiveSearch$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetArchiveSearchCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetArchiveSearchCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetArchiveSearch", {})
|
|
13
13
|
.n("MailManagerClient", "GetArchiveSearchCommand")
|
|
14
|
-
.sc(GetArchiveSearch)
|
|
14
|
+
.sc(GetArchiveSearch$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetArchiveSearchResults } from "../schemas/schemas_0";
|
|
4
|
+
import { GetArchiveSearchResults$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetArchiveSearchResultsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetArchiveSearchResultsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetArchiveSearchResults", {})
|
|
13
13
|
.n("MailManagerClient", "GetArchiveSearchResultsCommand")
|
|
14
|
-
.sc(GetArchiveSearchResults)
|
|
14
|
+
.sc(GetArchiveSearchResults$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetIngressPoint } from "../schemas/schemas_0";
|
|
4
|
+
import { GetIngressPoint$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetIngressPointCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetIngressPointCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetIngressPoint", {})
|
|
13
13
|
.n("MailManagerClient", "GetIngressPointCommand")
|
|
14
|
-
.sc(GetIngressPoint)
|
|
14
|
+
.sc(GetIngressPoint$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMemberOfAddressList } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMemberOfAddressList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMemberOfAddressListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMemberOfAddressListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetMemberOfAddressList", {})
|
|
13
13
|
.n("MailManagerClient", "GetMemberOfAddressListCommand")
|
|
14
|
-
.sc(GetMemberOfAddressList)
|
|
14
|
+
.sc(GetMemberOfAddressList$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetRelay } from "../schemas/schemas_0";
|
|
4
|
+
import { GetRelay$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetRelayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetRelayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetRelay", {})
|
|
13
13
|
.n("MailManagerClient", "GetRelayCommand")
|
|
14
|
-
.sc(GetRelay)
|
|
14
|
+
.sc(GetRelay$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetRuleSet } from "../schemas/schemas_0";
|
|
4
|
+
import { GetRuleSet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetRuleSetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetRuleSetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetRuleSet", {})
|
|
13
13
|
.n("MailManagerClient", "GetRuleSetCommand")
|
|
14
|
-
.sc(GetRuleSet)
|
|
14
|
+
.sc(GetRuleSet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetTrafficPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTrafficPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTrafficPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTrafficPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "GetTrafficPolicy", {})
|
|
13
13
|
.n("MailManagerClient", "GetTrafficPolicyCommand")
|
|
14
|
-
.sc(GetTrafficPolicy)
|
|
14
|
+
.sc(GetTrafficPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAddonInstances } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAddonInstances$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAddonInstancesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAddonInstancesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "ListAddonInstances", {})
|
|
13
13
|
.n("MailManagerClient", "ListAddonInstancesCommand")
|
|
14
|
-
.sc(ListAddonInstances)
|
|
14
|
+
.sc(ListAddonInstances$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAddonSubscriptions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAddonSubscriptions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAddonSubscriptionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAddonSubscriptionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MailManagerSvc", "ListAddonSubscriptions", {})
|
|
13
13
|
.n("MailManagerClient", "ListAddonSubscriptionsCommand")
|
|
14
|
-
.sc(ListAddonSubscriptions)
|
|
14
|
+
.sc(ListAddonSubscriptions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|