@aws-sdk/client-mailmanager 3.940.0 → 3.946.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 +6 -66
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/MailManagerClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +6 -66
- package/dist-types/MailManager.d.ts +1 -1
- package/dist-types/MailManagerClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateAddonInstanceCommand.d.ts +3 -3
- package/dist-types/commands/CreateAddonSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/CreateAddressListCommand.d.ts +3 -3
- package/dist-types/commands/CreateAddressListImportJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateArchiveCommand.d.ts +3 -3
- package/dist-types/commands/CreateIngressPointCommand.d.ts +3 -3
- package/dist-types/commands/CreateRelayCommand.d.ts +3 -3
- package/dist-types/commands/CreateRuleSetCommand.d.ts +3 -3
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAddonInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAddonSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAddressListCommand.d.ts +3 -3
- package/dist-types/commands/DeleteArchiveCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIngressPointCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRelayCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRuleSetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterMemberFromAddressListCommand.d.ts +3 -3
- package/dist-types/commands/GetAddonInstanceCommand.d.ts +3 -3
- package/dist-types/commands/GetAddonSubscriptionCommand.d.ts +3 -3
- package/dist-types/commands/GetAddressListCommand.d.ts +3 -3
- package/dist-types/commands/GetAddressListImportJobCommand.d.ts +3 -3
- package/dist-types/commands/GetArchiveCommand.d.ts +3 -3
- package/dist-types/commands/GetArchiveExportCommand.d.ts +3 -3
- package/dist-types/commands/GetArchiveMessageCommand.d.ts +3 -3
- package/dist-types/commands/GetArchiveMessageContentCommand.d.ts +3 -3
- package/dist-types/commands/GetArchiveSearchCommand.d.ts +3 -3
- package/dist-types/commands/GetArchiveSearchResultsCommand.d.ts +3 -3
- package/dist-types/commands/GetIngressPointCommand.d.ts +3 -3
- package/dist-types/commands/GetMemberOfAddressListCommand.d.ts +3 -3
- package/dist-types/commands/GetRelayCommand.d.ts +3 -3
- package/dist-types/commands/GetRuleSetCommand.d.ts +3 -3
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +3 -3
- package/dist-types/commands/ListAddonInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListAddonSubscriptionsCommand.d.ts +3 -3
- package/dist-types/commands/ListAddressListImportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListAddressListsCommand.d.ts +3 -3
- package/dist-types/commands/ListArchiveExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListArchiveSearchesCommand.d.ts +3 -3
- package/dist-types/commands/ListArchivesCommand.d.ts +3 -3
- package/dist-types/commands/ListIngressPointsCommand.d.ts +3 -3
- package/dist-types/commands/ListMembersOfAddressListCommand.d.ts +3 -3
- package/dist-types/commands/ListRelaysCommand.d.ts +3 -3
- package/dist-types/commands/ListRuleSetsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +3 -3
- package/dist-types/commands/RegisterMemberToAddressListCommand.d.ts +3 -3
- package/dist-types/commands/StartAddressListImportJobCommand.d.ts +3 -3
- package/dist-types/commands/StartArchiveExportCommand.d.ts +3 -3
- package/dist-types/commands/StartArchiveSearchCommand.d.ts +3 -3
- package/dist-types/commands/StopAddressListImportJobCommand.d.ts +3 -3
- package/dist-types/commands/StopArchiveExportCommand.d.ts +3 -3
- package/dist-types/commands/StopArchiveSearchCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateArchiveCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIngressPointCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRelayCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRuleSetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrafficPolicyCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/MailManagerServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAddonInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAddonSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAddressListImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAddressListsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArchiveExportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArchiveSearchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArchivesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIngressPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersOfAddressListPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRelaysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRuleSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrafficPoliciesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/MailManagerClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/MailManagerServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -664,17 +664,7 @@ var EmailAddress = [0, n0, _EA, 8, 0];
|
|
|
664
664
|
var PreSignedUrl = [0, n0, _PSU, 8, 0];
|
|
665
665
|
var SenderIpAddress = [0, n0, _SIA, 8, 0];
|
|
666
666
|
var SmtpPassword = [0, n0, _SP, 8, 0];
|
|
667
|
-
var AccessDeniedException = [
|
|
668
|
-
-3,
|
|
669
|
-
n0,
|
|
670
|
-
_ADE,
|
|
671
|
-
{
|
|
672
|
-
[_e]: _c,
|
|
673
|
-
[_hE]: 403,
|
|
674
|
-
},
|
|
675
|
-
[_M],
|
|
676
|
-
[0],
|
|
677
|
-
];
|
|
667
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
678
668
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
679
669
|
var AddHeaderAction = [3, n0, _AHA, 0, [_HN, _HV], [0, 0]];
|
|
680
670
|
var AddonInstance = [3, n0, _AI, 0, [_AII, _ASI, _AN, _AIA, _CT], [0, 0, 0, 0, 4]];
|
|
@@ -708,17 +698,7 @@ var ArchiveStringExpression = [
|
|
|
708
698
|
[_E, _O, _V],
|
|
709
699
|
[() => ArchiveStringToEvaluate, 0, 64 | 0],
|
|
710
700
|
];
|
|
711
|
-
var ConflictException = [
|
|
712
|
-
-3,
|
|
713
|
-
n0,
|
|
714
|
-
_CE,
|
|
715
|
-
{
|
|
716
|
-
[_e]: _c,
|
|
717
|
-
[_hE]: 409,
|
|
718
|
-
},
|
|
719
|
-
[_M],
|
|
720
|
-
[0],
|
|
721
|
-
];
|
|
701
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
722
702
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
723
703
|
var CreateAddonInstanceRequest = [
|
|
724
704
|
3,
|
|
@@ -1135,17 +1115,7 @@ var RegisterMemberToAddressListResponse = [3, n0, _RMTALRe, 0, [], []];
|
|
|
1135
1115
|
var Relay = [3, n0, _Rel, 0, [_RI, _RN, _LMT], [0, 0, 4]];
|
|
1136
1116
|
var RelayAction = [3, n0, _RAel, 0, [_AFP, _Rel, _MF], [0, 0, 0]];
|
|
1137
1117
|
var ReplaceRecipientAction = [3, n0, _RRA, 0, [_RW], [[() => Recipients, 0]]];
|
|
1138
|
-
var ResourceNotFoundException = [
|
|
1139
|
-
-3,
|
|
1140
|
-
n0,
|
|
1141
|
-
_RNFE,
|
|
1142
|
-
{
|
|
1143
|
-
[_e]: _c,
|
|
1144
|
-
[_hE]: 404,
|
|
1145
|
-
},
|
|
1146
|
-
[_M],
|
|
1147
|
-
[0],
|
|
1148
|
-
];
|
|
1118
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1149
1119
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1150
1120
|
var Row = [
|
|
1151
1121
|
3,
|
|
@@ -1205,17 +1175,7 @@ var SavedAddress = [3, n0, _SAa, 0, [_A, _CT], [[() => Address, 0], 4]];
|
|
|
1205
1175
|
var SearchStatus = [3, n0, _SS, 0, [_ST, _CTo, _S, _EM], [4, 4, 0, 0]];
|
|
1206
1176
|
var SearchSummary = [3, n0, _SSe, 0, [_SI, _St], [0, () => SearchStatus]];
|
|
1207
1177
|
var SendAction = [3, n0, _SAe, 0, [_AFP, _RA], [0, 0]];
|
|
1208
|
-
var ServiceQuotaExceededException = [
|
|
1209
|
-
-3,
|
|
1210
|
-
n0,
|
|
1211
|
-
_SQEE,
|
|
1212
|
-
{
|
|
1213
|
-
[_e]: _c,
|
|
1214
|
-
[_hE]: 402,
|
|
1215
|
-
},
|
|
1216
|
-
[_M],
|
|
1217
|
-
[0],
|
|
1218
|
-
];
|
|
1178
|
+
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
1219
1179
|
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
1220
1180
|
var SnsAction = [3, n0, _SAn, 0, [_AFP, _TAo, _RA, _Enc, _PT], [0, 0, 0, 0, 0]];
|
|
1221
1181
|
var StartAddressListImportJobRequest = [3, n0, _SALIJR, 0, [_JI], [0]];
|
|
@@ -1247,17 +1207,7 @@ var StopArchiveSearchResponse = [3, n0, _SASRtop, 0, [], []];
|
|
|
1247
1207
|
var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
1248
1208
|
var TagResourceRequest = [3, n0, _TRR, 0, [_RAes, _T], [0, () => TagList]];
|
|
1249
1209
|
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1250
|
-
var ThrottlingException = [
|
|
1251
|
-
-3,
|
|
1252
|
-
n0,
|
|
1253
|
-
_TE,
|
|
1254
|
-
{
|
|
1255
|
-
[_e]: _c,
|
|
1256
|
-
[_hE]: 429,
|
|
1257
|
-
},
|
|
1258
|
-
[_M],
|
|
1259
|
-
[0],
|
|
1260
|
-
];
|
|
1210
|
+
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
1261
1211
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
1262
1212
|
var TrafficPolicy = [3, n0, _TPr, 0, [_TPN, _TPI, _DA], [0, 0, 0]];
|
|
1263
1213
|
var UntagResourceRequest = [3, n0, _URR, 0, [_RAes, _TK], [0, 64 | 0]];
|
|
@@ -1300,17 +1250,7 @@ var UpdateTrafficPolicyRequest = [
|
|
|
1300
1250
|
[0, 0, () => PolicyStatementList, 0, 1],
|
|
1301
1251
|
];
|
|
1302
1252
|
var UpdateTrafficPolicyResponse = [3, n0, _UTPRp, 0, [], []];
|
|
1303
|
-
var ValidationException = [
|
|
1304
|
-
-3,
|
|
1305
|
-
n0,
|
|
1306
|
-
_VE,
|
|
1307
|
-
{
|
|
1308
|
-
[_e]: _c,
|
|
1309
|
-
[_hE]: 400,
|
|
1310
|
-
},
|
|
1311
|
-
[_M],
|
|
1312
|
-
[0],
|
|
1313
|
-
];
|
|
1253
|
+
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1314
1254
|
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
1315
1255
|
var MailManagerServiceException = [-3, _s, "MailManagerServiceException", 0, [], []];
|
|
1316
1256
|
schema.TypeRegistry.for(_s).registerError(MailManagerServiceException, MailManagerServiceException$1);
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultMailManagerHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
|
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
7
8
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
8
10
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -463,17 +463,7 @@ export var EmailAddress = [0, n0, _EA, 8, 0];
|
|
|
463
463
|
export var PreSignedUrl = [0, n0, _PSU, 8, 0];
|
|
464
464
|
export var SenderIpAddress = [0, n0, _SIA, 8, 0];
|
|
465
465
|
export var SmtpPassword = [0, n0, _SP, 8, 0];
|
|
466
|
-
export var AccessDeniedException = [
|
|
467
|
-
-3,
|
|
468
|
-
n0,
|
|
469
|
-
_ADE,
|
|
470
|
-
{
|
|
471
|
-
[_e]: _c,
|
|
472
|
-
[_hE]: 403,
|
|
473
|
-
},
|
|
474
|
-
[_M],
|
|
475
|
-
[0],
|
|
476
|
-
];
|
|
466
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
477
467
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
478
468
|
export var AddHeaderAction = [3, n0, _AHA, 0, [_HN, _HV], [0, 0]];
|
|
479
469
|
export var AddonInstance = [3, n0, _AI, 0, [_AII, _ASI, _AN, _AIA, _CT], [0, 0, 0, 0, 4]];
|
|
@@ -507,17 +497,7 @@ export var ArchiveStringExpression = [
|
|
|
507
497
|
[_E, _O, _V],
|
|
508
498
|
[() => ArchiveStringToEvaluate, 0, 64 | 0],
|
|
509
499
|
];
|
|
510
|
-
export var ConflictException = [
|
|
511
|
-
-3,
|
|
512
|
-
n0,
|
|
513
|
-
_CE,
|
|
514
|
-
{
|
|
515
|
-
[_e]: _c,
|
|
516
|
-
[_hE]: 409,
|
|
517
|
-
},
|
|
518
|
-
[_M],
|
|
519
|
-
[0],
|
|
520
|
-
];
|
|
500
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
521
501
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
522
502
|
export var CreateAddonInstanceRequest = [
|
|
523
503
|
3,
|
|
@@ -934,17 +914,7 @@ export var RegisterMemberToAddressListResponse = [3, n0, _RMTALRe, 0, [], []];
|
|
|
934
914
|
export var Relay = [3, n0, _Rel, 0, [_RI, _RN, _LMT], [0, 0, 4]];
|
|
935
915
|
export var RelayAction = [3, n0, _RAel, 0, [_AFP, _Rel, _MF], [0, 0, 0]];
|
|
936
916
|
export var ReplaceRecipientAction = [3, n0, _RRA, 0, [_RW], [[() => Recipients, 0]]];
|
|
937
|
-
export var ResourceNotFoundException = [
|
|
938
|
-
-3,
|
|
939
|
-
n0,
|
|
940
|
-
_RNFE,
|
|
941
|
-
{
|
|
942
|
-
[_e]: _c,
|
|
943
|
-
[_hE]: 404,
|
|
944
|
-
},
|
|
945
|
-
[_M],
|
|
946
|
-
[0],
|
|
947
|
-
];
|
|
917
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
948
918
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
949
919
|
export var Row = [
|
|
950
920
|
3,
|
|
@@ -1004,17 +974,7 @@ export var SavedAddress = [3, n0, _SAa, 0, [_A, _CT], [[() => Address, 0], 4]];
|
|
|
1004
974
|
export var SearchStatus = [3, n0, _SS, 0, [_ST, _CTo, _S, _EM], [4, 4, 0, 0]];
|
|
1005
975
|
export var SearchSummary = [3, n0, _SSe, 0, [_SI, _St], [0, () => SearchStatus]];
|
|
1006
976
|
export var SendAction = [3, n0, _SAe, 0, [_AFP, _RA], [0, 0]];
|
|
1007
|
-
export var ServiceQuotaExceededException = [
|
|
1008
|
-
-3,
|
|
1009
|
-
n0,
|
|
1010
|
-
_SQEE,
|
|
1011
|
-
{
|
|
1012
|
-
[_e]: _c,
|
|
1013
|
-
[_hE]: 402,
|
|
1014
|
-
},
|
|
1015
|
-
[_M],
|
|
1016
|
-
[0],
|
|
1017
|
-
];
|
|
977
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
1018
978
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1019
979
|
export var SnsAction = [3, n0, _SAn, 0, [_AFP, _TAo, _RA, _Enc, _PT], [0, 0, 0, 0, 0]];
|
|
1020
980
|
export var StartAddressListImportJobRequest = [3, n0, _SALIJR, 0, [_JI], [0]];
|
|
@@ -1046,17 +1006,7 @@ export var StopArchiveSearchResponse = [3, n0, _SASRtop, 0, [], []];
|
|
|
1046
1006
|
export var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
1047
1007
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_RAes, _T], [0, () => TagList]];
|
|
1048
1008
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1049
|
-
export var ThrottlingException = [
|
|
1050
|
-
-3,
|
|
1051
|
-
n0,
|
|
1052
|
-
_TE,
|
|
1053
|
-
{
|
|
1054
|
-
[_e]: _c,
|
|
1055
|
-
[_hE]: 429,
|
|
1056
|
-
},
|
|
1057
|
-
[_M],
|
|
1058
|
-
[0],
|
|
1059
|
-
];
|
|
1009
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
1060
1010
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1061
1011
|
export var TrafficPolicy = [3, n0, _TPr, 0, [_TPN, _TPI, _DA], [0, 0, 0]];
|
|
1062
1012
|
export var UntagResourceRequest = [3, n0, _URR, 0, [_RAes, _TK], [0, 64 | 0]];
|
|
@@ -1099,17 +1049,7 @@ export var UpdateTrafficPolicyRequest = [
|
|
|
1099
1049
|
[0, 0, () => PolicyStatementList, 0, 1],
|
|
1100
1050
|
];
|
|
1101
1051
|
export var UpdateTrafficPolicyResponse = [3, n0, _UTPRp, 0, [], []];
|
|
1102
|
-
export var ValidationException = [
|
|
1103
|
-
-3,
|
|
1104
|
-
n0,
|
|
1105
|
-
_VE,
|
|
1106
|
-
{
|
|
1107
|
-
[_e]: _c,
|
|
1108
|
-
[_hE]: 400,
|
|
1109
|
-
},
|
|
1110
|
-
[_M],
|
|
1111
|
-
[0],
|
|
1112
|
-
];
|
|
1052
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1113
1053
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1114
1054
|
export var __Unit = "unit";
|
|
1115
1055
|
export var MailManagerServiceException = [-3, _s, "MailManagerServiceException", 0, [], []];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateAddonInstanceCommandInput, CreateAddonInstanceCommandOutput } from "./commands/CreateAddonInstanceCommand";
|
|
3
3
|
import { CreateAddonSubscriptionCommandInput, CreateAddonSubscriptionCommandOutput } from "./commands/CreateAddonSubscriptionCommand";
|
|
4
4
|
import { CreateAddressListCommandInput, CreateAddressListCommandOutput } from "./commands/CreateAddressListCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateAddonInstanceCommandInput, CreateAddonInstanceCommandOutput } from "./commands/CreateAddonInstanceCommand";
|
|
11
11
|
import { CreateAddonSubscriptionCommandInput, CreateAddonSubscriptionCommandOutput } from "./commands/CreateAddonSubscriptionCommand";
|
|
12
12
|
import { CreateAddressListCommandInput, CreateAddressListCommandOutput } from "./commands/CreateAddressListCommand";
|
|
@@ -68,7 +68,7 @@ import { UpdateRelayCommandInput, UpdateRelayCommandOutput } from "./commands/Up
|
|
|
68
68
|
import { UpdateRuleSetCommandInput, UpdateRuleSetCommandOutput } from "./commands/UpdateRuleSetCommand";
|
|
69
69
|
import { UpdateTrafficPolicyCommandInput, UpdateTrafficPolicyCommandOutput } from "./commands/UpdateTrafficPolicyCommand";
|
|
70
70
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
71
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
71
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
72
72
|
export { __Client };
|
|
73
73
|
/**
|
|
74
74
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { MailManagerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { MailManagerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig } from "../MailManagerClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type MailManagerClientResolvedConfig } from "../MailManagerClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { CreateAddonInstanceRequest, CreateAddonInstanceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { CreateAddonInstanceRequest, CreateAddonInstanceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { CreateAddonSubscriptionRequest, CreateAddonSubscriptionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { CreateAddonSubscriptionRequest, CreateAddonSubscriptionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { CreateAddressListRequest, CreateAddressListResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { CreateAddressListRequest, CreateAddressListResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { CreateAddressListImportJobRequest, CreateAddressListImportJobResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { CreateAddressListImportJobRequest, CreateAddressListImportJobResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { CreateIngressPointRequest, CreateIngressPointResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { CreateIngressPointRequest, CreateIngressPointResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { CreateRelayRequest, CreateRelayResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { CreateRelayRequest, CreateRelayResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { CreateRuleSetRequest, CreateRuleSetResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { CreateRuleSetRequest, CreateRuleSetResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { CreateTrafficPolicyRequest, CreateTrafficPolicyResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { CreateTrafficPolicyRequest, CreateTrafficPolicyResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { DeleteAddonInstanceRequest, DeleteAddonInstanceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { DeleteAddonInstanceRequest, DeleteAddonInstanceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { DeleteAddonSubscriptionRequest, DeleteAddonSubscriptionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { DeleteAddonSubscriptionRequest, DeleteAddonSubscriptionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { DeleteAddressListRequest, DeleteAddressListResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { DeleteAddressListRequest, DeleteAddressListResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { DeleteArchiveRequest, DeleteArchiveResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { DeleteArchiveRequest, DeleteArchiveResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { DeleteIngressPointRequest, DeleteIngressPointResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { DeleteIngressPointRequest, DeleteIngressPointResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { DeleteRelayRequest, DeleteRelayResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { DeleteRelayRequest, DeleteRelayResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { DeleteRuleSetRequest, DeleteRuleSetResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { DeleteRuleSetRequest, DeleteRuleSetResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { DeleteTrafficPolicyRequest, DeleteTrafficPolicyResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { DeleteTrafficPolicyRequest, DeleteTrafficPolicyResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { DeregisterMemberFromAddressListRequest, DeregisterMemberFromAddressListResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { DeregisterMemberFromAddressListRequest, DeregisterMemberFromAddressListResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { GetAddonInstanceRequest, GetAddonInstanceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { GetAddonInstanceRequest, GetAddonInstanceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { GetAddonSubscriptionRequest, GetAddonSubscriptionResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { GetAddonSubscriptionRequest, GetAddonSubscriptionResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
-
import { GetAddressListRequest, GetAddressListResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { MailManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MailManagerClient";
|
|
4
|
+
import type { GetAddressListRequest, GetAddressListResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|