@aws-sdk/client-sesv2 3.758.0 → 3.774.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 +137 -137
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccountDetailsFilterSensitiveLog: () => AccountDetailsFilterSensitiveLog,
|
|
25
25
|
AccountSuspendedException: () => AccountSuspendedException,
|
|
26
26
|
AlreadyExistsException: () => AlreadyExistsException,
|
|
@@ -206,7 +206,7 @@ __export(src_exports, {
|
|
|
206
206
|
paginateListRecommendations: () => paginateListRecommendations,
|
|
207
207
|
paginateListSuppressedDestinations: () => paginateListSuppressedDestinations
|
|
208
208
|
});
|
|
209
|
-
module.exports = __toCommonJS(
|
|
209
|
+
module.exports = __toCommonJS(index_exports);
|
|
210
210
|
|
|
211
211
|
// src/SESv2Client.ts
|
|
212
212
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -333,10 +333,10 @@ var SESv2Client = class extends import_smithy_client.Client {
|
|
|
333
333
|
this.middlewareStack.use(
|
|
334
334
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
335
335
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSESv2HttpAuthSchemeParametersProvider,
|
|
336
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
336
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
337
337
|
"aws.auth#sigv4": config.credentials,
|
|
338
338
|
"aws.auth#sigv4a": config.credentials
|
|
339
|
-
})
|
|
339
|
+
}), "identityProviderConfigProvider")
|
|
340
340
|
})
|
|
341
341
|
);
|
|
342
342
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -944,7 +944,7 @@ var se_BatchGetMetricDataCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
944
944
|
let body;
|
|
945
945
|
body = JSON.stringify(
|
|
946
946
|
(0, import_smithy_client.take)(input, {
|
|
947
|
-
Queries: (_) => se_BatchGetMetricDataQueries(_, context)
|
|
947
|
+
Queries: /* @__PURE__ */ __name((_) => se_BatchGetMetricDataQueries(_, context), "Queries")
|
|
948
948
|
})
|
|
949
949
|
);
|
|
950
950
|
b.m("POST").h(headers).b(body);
|
|
@@ -968,15 +968,15 @@ var se_CreateConfigurationSetCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
968
968
|
let body;
|
|
969
969
|
body = JSON.stringify(
|
|
970
970
|
(0, import_smithy_client.take)(input, {
|
|
971
|
-
ArchivingOptions: (_) => (0, import_smithy_client._json)(_),
|
|
971
|
+
ArchivingOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ArchivingOptions"),
|
|
972
972
|
ConfigurationSetName: [],
|
|
973
|
-
DeliveryOptions: (_) => (0, import_smithy_client._json)(_),
|
|
974
|
-
ReputationOptions: (_) => se_ReputationOptions(_, context),
|
|
975
|
-
SendingOptions: (_) => (0, import_smithy_client._json)(_),
|
|
976
|
-
SuppressionOptions: (_) => (0, import_smithy_client._json)(_),
|
|
977
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
978
|
-
TrackingOptions: (_) => (0, import_smithy_client._json)(_),
|
|
979
|
-
VdmOptions: (_) => (0, import_smithy_client._json)(_)
|
|
973
|
+
DeliveryOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DeliveryOptions"),
|
|
974
|
+
ReputationOptions: /* @__PURE__ */ __name((_) => se_ReputationOptions(_, context), "ReputationOptions"),
|
|
975
|
+
SendingOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SendingOptions"),
|
|
976
|
+
SuppressionOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SuppressionOptions"),
|
|
977
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
978
|
+
TrackingOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TrackingOptions"),
|
|
979
|
+
VdmOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VdmOptions")
|
|
980
980
|
})
|
|
981
981
|
);
|
|
982
982
|
b.m("POST").h(headers).b(body);
|
|
@@ -992,7 +992,7 @@ var se_CreateConfigurationSetEventDestinationCommand = /* @__PURE__ */ __name(as
|
|
|
992
992
|
let body;
|
|
993
993
|
body = JSON.stringify(
|
|
994
994
|
(0, import_smithy_client.take)(input, {
|
|
995
|
-
EventDestination: (_) => (0, import_smithy_client._json)(_),
|
|
995
|
+
EventDestination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EventDestination"),
|
|
996
996
|
EventDestinationName: []
|
|
997
997
|
})
|
|
998
998
|
);
|
|
@@ -1011,7 +1011,7 @@ var se_CreateContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1011
1011
|
(0, import_smithy_client.take)(input, {
|
|
1012
1012
|
AttributesData: [],
|
|
1013
1013
|
EmailAddress: [],
|
|
1014
|
-
TopicPreferences: (_) => (0, import_smithy_client._json)(_),
|
|
1014
|
+
TopicPreferences: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TopicPreferences"),
|
|
1015
1015
|
UnsubscribeAll: []
|
|
1016
1016
|
})
|
|
1017
1017
|
);
|
|
@@ -1029,8 +1029,8 @@ var se_CreateContactListCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1029
1029
|
(0, import_smithy_client.take)(input, {
|
|
1030
1030
|
ContactListName: [],
|
|
1031
1031
|
Description: [],
|
|
1032
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
1033
|
-
Topics: (_) => (0, import_smithy_client._json)(_)
|
|
1032
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
1033
|
+
Topics: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Topics")
|
|
1034
1034
|
})
|
|
1035
1035
|
);
|
|
1036
1036
|
b.m("POST").h(headers).b(body);
|
|
@@ -1067,7 +1067,7 @@ var se_CreateDedicatedIpPoolCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1067
1067
|
(0, import_smithy_client.take)(input, {
|
|
1068
1068
|
PoolName: [],
|
|
1069
1069
|
ScalingMode: [],
|
|
1070
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1070
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1071
1071
|
})
|
|
1072
1072
|
);
|
|
1073
1073
|
b.m("POST").h(headers).b(body);
|
|
@@ -1082,10 +1082,10 @@ var se_CreateDeliverabilityTestReportCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1082
1082
|
let body;
|
|
1083
1083
|
body = JSON.stringify(
|
|
1084
1084
|
(0, import_smithy_client.take)(input, {
|
|
1085
|
-
Content: (_) => se_EmailContent(_, context),
|
|
1085
|
+
Content: /* @__PURE__ */ __name((_) => se_EmailContent(_, context), "Content"),
|
|
1086
1086
|
FromEmailAddress: [],
|
|
1087
1087
|
ReportName: [],
|
|
1088
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1088
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1089
1089
|
})
|
|
1090
1090
|
);
|
|
1091
1091
|
b.m("POST").h(headers).b(body);
|
|
@@ -1101,9 +1101,9 @@ var se_CreateEmailIdentityCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1101
1101
|
body = JSON.stringify(
|
|
1102
1102
|
(0, import_smithy_client.take)(input, {
|
|
1103
1103
|
ConfigurationSetName: [],
|
|
1104
|
-
DkimSigningAttributes: (_) => (0, import_smithy_client._json)(_),
|
|
1104
|
+
DkimSigningAttributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DkimSigningAttributes"),
|
|
1105
1105
|
EmailIdentity: [],
|
|
1106
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1106
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1107
1107
|
})
|
|
1108
1108
|
);
|
|
1109
1109
|
b.m("POST").h(headers).b(body);
|
|
@@ -1135,7 +1135,7 @@ var se_CreateEmailTemplateCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1135
1135
|
let body;
|
|
1136
1136
|
body = JSON.stringify(
|
|
1137
1137
|
(0, import_smithy_client.take)(input, {
|
|
1138
|
-
TemplateContent: (_) => (0, import_smithy_client._json)(_),
|
|
1138
|
+
TemplateContent: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TemplateContent"),
|
|
1139
1139
|
TemplateName: []
|
|
1140
1140
|
})
|
|
1141
1141
|
);
|
|
@@ -1151,8 +1151,8 @@ var se_CreateExportJobCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1151
1151
|
let body;
|
|
1152
1152
|
body = JSON.stringify(
|
|
1153
1153
|
(0, import_smithy_client.take)(input, {
|
|
1154
|
-
ExportDataSource: (_) => se_ExportDataSource(_, context),
|
|
1155
|
-
ExportDestination: (_) => (0, import_smithy_client._json)(_)
|
|
1154
|
+
ExportDataSource: /* @__PURE__ */ __name((_) => se_ExportDataSource(_, context), "ExportDataSource"),
|
|
1155
|
+
ExportDestination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ExportDestination")
|
|
1156
1156
|
})
|
|
1157
1157
|
);
|
|
1158
1158
|
b.m("POST").h(headers).b(body);
|
|
@@ -1167,8 +1167,8 @@ var se_CreateImportJobCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1167
1167
|
let body;
|
|
1168
1168
|
body = JSON.stringify(
|
|
1169
1169
|
(0, import_smithy_client.take)(input, {
|
|
1170
|
-
ImportDataSource: (_) => (0, import_smithy_client._json)(_),
|
|
1171
|
-
ImportDestination: (_) => (0, import_smithy_client._json)(_)
|
|
1170
|
+
ImportDataSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ImportDataSource"),
|
|
1171
|
+
ImportDestination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ImportDestination")
|
|
1172
1172
|
})
|
|
1173
1173
|
);
|
|
1174
1174
|
b.m("POST").h(headers).b(body);
|
|
@@ -1183,9 +1183,9 @@ var se_CreateMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1183
1183
|
let body;
|
|
1184
1184
|
body = JSON.stringify(
|
|
1185
1185
|
(0, import_smithy_client.take)(input, {
|
|
1186
|
-
Details: (_) => (0, import_smithy_client._json)(_),
|
|
1186
|
+
Details: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Details"),
|
|
1187
1187
|
EndpointName: [],
|
|
1188
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1188
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1189
1189
|
})
|
|
1190
1190
|
);
|
|
1191
1191
|
b.m("POST").h(headers).b(body);
|
|
@@ -1534,7 +1534,7 @@ var se_ListContactsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1534
1534
|
let body;
|
|
1535
1535
|
body = JSON.stringify(
|
|
1536
1536
|
(0, import_smithy_client.take)(input, {
|
|
1537
|
-
Filter: (_) => (0, import_smithy_client._json)(_),
|
|
1537
|
+
Filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filter"),
|
|
1538
1538
|
NextToken: [],
|
|
1539
1539
|
PageSize: []
|
|
1540
1540
|
})
|
|
@@ -1673,7 +1673,7 @@ var se_ListRecommendationsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1673
1673
|
let body;
|
|
1674
1674
|
body = JSON.stringify(
|
|
1675
1675
|
(0, import_smithy_client.take)(input, {
|
|
1676
|
-
Filter: (_) => (0, import_smithy_client._json)(_),
|
|
1676
|
+
Filter: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filter"),
|
|
1677
1677
|
NextToken: [],
|
|
1678
1678
|
PageSize: []
|
|
1679
1679
|
})
|
|
@@ -1731,7 +1731,7 @@ var se_PutAccountDetailsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1731
1731
|
let body;
|
|
1732
1732
|
body = JSON.stringify(
|
|
1733
1733
|
(0, import_smithy_client.take)(input, {
|
|
1734
|
-
AdditionalContactEmailAddresses: (_) => (0, import_smithy_client._json)(_),
|
|
1734
|
+
AdditionalContactEmailAddresses: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AdditionalContactEmailAddresses"),
|
|
1735
1735
|
ContactLanguage: [],
|
|
1736
1736
|
MailType: [],
|
|
1737
1737
|
ProductionAccessEnabled: [],
|
|
@@ -1766,7 +1766,7 @@ var se_PutAccountSuppressionAttributesCommand = /* @__PURE__ */ __name(async (in
|
|
|
1766
1766
|
let body;
|
|
1767
1767
|
body = JSON.stringify(
|
|
1768
1768
|
(0, import_smithy_client.take)(input, {
|
|
1769
|
-
SuppressedReasons: (_) => (0, import_smithy_client._json)(_)
|
|
1769
|
+
SuppressedReasons: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SuppressedReasons")
|
|
1770
1770
|
})
|
|
1771
1771
|
);
|
|
1772
1772
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1781,7 +1781,7 @@ var se_PutAccountVdmAttributesCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1781
1781
|
let body;
|
|
1782
1782
|
body = JSON.stringify(
|
|
1783
1783
|
(0, import_smithy_client.take)(input, {
|
|
1784
|
-
VdmAttributes: (_) => (0, import_smithy_client._json)(_)
|
|
1784
|
+
VdmAttributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VdmAttributes")
|
|
1785
1785
|
})
|
|
1786
1786
|
);
|
|
1787
1787
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1863,7 +1863,7 @@ var se_PutConfigurationSetSuppressionOptionsCommand = /* @__PURE__ */ __name(asy
|
|
|
1863
1863
|
let body;
|
|
1864
1864
|
body = JSON.stringify(
|
|
1865
1865
|
(0, import_smithy_client.take)(input, {
|
|
1866
|
-
SuppressedReasons: (_) => (0, import_smithy_client._json)(_)
|
|
1866
|
+
SuppressedReasons: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SuppressedReasons")
|
|
1867
1867
|
})
|
|
1868
1868
|
);
|
|
1869
1869
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1896,7 +1896,7 @@ var se_PutConfigurationSetVdmOptionsCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
1896
1896
|
let body;
|
|
1897
1897
|
body = JSON.stringify(
|
|
1898
1898
|
(0, import_smithy_client.take)(input, {
|
|
1899
|
-
VdmOptions: (_) => (0, import_smithy_client._json)(_)
|
|
1899
|
+
VdmOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VdmOptions")
|
|
1900
1900
|
})
|
|
1901
1901
|
);
|
|
1902
1902
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1960,7 +1960,7 @@ var se_PutDeliverabilityDashboardOptionCommand = /* @__PURE__ */ __name(async (i
|
|
|
1960
1960
|
body = JSON.stringify(
|
|
1961
1961
|
(0, import_smithy_client.take)(input, {
|
|
1962
1962
|
DashboardEnabled: [],
|
|
1963
|
-
SubscribedDomains: (_) => se_DomainDeliverabilityTrackingOptions(_, context)
|
|
1963
|
+
SubscribedDomains: /* @__PURE__ */ __name((_) => se_DomainDeliverabilityTrackingOptions(_, context), "SubscribedDomains")
|
|
1964
1964
|
})
|
|
1965
1965
|
);
|
|
1966
1966
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2008,7 +2008,7 @@ var se_PutEmailIdentityDkimSigningAttributesCommand = /* @__PURE__ */ __name(asy
|
|
|
2008
2008
|
let body;
|
|
2009
2009
|
body = JSON.stringify(
|
|
2010
2010
|
(0, import_smithy_client.take)(input, {
|
|
2011
|
-
SigningAttributes: (_) => (0, import_smithy_client._json)(_),
|
|
2011
|
+
SigningAttributes: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "SigningAttributes"),
|
|
2012
2012
|
SigningAttributesOrigin: []
|
|
2013
2013
|
})
|
|
2014
2014
|
);
|
|
@@ -2073,16 +2073,16 @@ var se_SendBulkEmailCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2073
2073
|
let body;
|
|
2074
2074
|
body = JSON.stringify(
|
|
2075
2075
|
(0, import_smithy_client.take)(input, {
|
|
2076
|
-
BulkEmailEntries: (_) => (0, import_smithy_client._json)(_),
|
|
2076
|
+
BulkEmailEntries: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BulkEmailEntries"),
|
|
2077
2077
|
ConfigurationSetName: [],
|
|
2078
|
-
DefaultContent: (_) => (0, import_smithy_client._json)(_),
|
|
2079
|
-
DefaultEmailTags: (_) => (0, import_smithy_client._json)(_),
|
|
2078
|
+
DefaultContent: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DefaultContent"),
|
|
2079
|
+
DefaultEmailTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DefaultEmailTags"),
|
|
2080
2080
|
EndpointId: [],
|
|
2081
2081
|
FeedbackForwardingEmailAddress: [],
|
|
2082
2082
|
FeedbackForwardingEmailAddressIdentityArn: [],
|
|
2083
2083
|
FromEmailAddress: [],
|
|
2084
2084
|
FromEmailAddressIdentityArn: [],
|
|
2085
|
-
ReplyToAddresses: (_) => (0, import_smithy_client._json)(_)
|
|
2085
|
+
ReplyToAddresses: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReplyToAddresses")
|
|
2086
2086
|
})
|
|
2087
2087
|
);
|
|
2088
2088
|
b.m("POST").h(headers).b(body);
|
|
@@ -2115,16 +2115,16 @@ var se_SendEmailCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2115
2115
|
body = JSON.stringify(
|
|
2116
2116
|
(0, import_smithy_client.take)(input, {
|
|
2117
2117
|
ConfigurationSetName: [],
|
|
2118
|
-
Content: (_) => se_EmailContent(_, context),
|
|
2119
|
-
Destination: (_) => (0, import_smithy_client._json)(_),
|
|
2120
|
-
EmailTags: (_) => (0, import_smithy_client._json)(_),
|
|
2118
|
+
Content: /* @__PURE__ */ __name((_) => se_EmailContent(_, context), "Content"),
|
|
2119
|
+
Destination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Destination"),
|
|
2120
|
+
EmailTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EmailTags"),
|
|
2121
2121
|
EndpointId: [],
|
|
2122
2122
|
FeedbackForwardingEmailAddress: [],
|
|
2123
2123
|
FeedbackForwardingEmailAddressIdentityArn: [],
|
|
2124
2124
|
FromEmailAddress: [],
|
|
2125
2125
|
FromEmailAddressIdentityArn: [],
|
|
2126
|
-
ListManagementOptions: (_) => (0, import_smithy_client._json)(_),
|
|
2127
|
-
ReplyToAddresses: (_) => (0, import_smithy_client._json)(_)
|
|
2126
|
+
ListManagementOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ListManagementOptions"),
|
|
2127
|
+
ReplyToAddresses: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ReplyToAddresses")
|
|
2128
2128
|
})
|
|
2129
2129
|
);
|
|
2130
2130
|
b.m("POST").h(headers).b(body);
|
|
@@ -2140,7 +2140,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2140
2140
|
body = JSON.stringify(
|
|
2141
2141
|
(0, import_smithy_client.take)(input, {
|
|
2142
2142
|
ResourceArn: [],
|
|
2143
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
2143
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
2144
2144
|
})
|
|
2145
2145
|
);
|
|
2146
2146
|
b.m("POST").h(headers).b(body);
|
|
@@ -2185,7 +2185,7 @@ var se_UpdateConfigurationSetEventDestinationCommand = /* @__PURE__ */ __name(as
|
|
|
2185
2185
|
let body;
|
|
2186
2186
|
body = JSON.stringify(
|
|
2187
2187
|
(0, import_smithy_client.take)(input, {
|
|
2188
|
-
EventDestination: (_) => (0, import_smithy_client._json)(_)
|
|
2188
|
+
EventDestination: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "EventDestination")
|
|
2189
2189
|
})
|
|
2190
2190
|
);
|
|
2191
2191
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2203,7 +2203,7 @@ var se_UpdateContactCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2203
2203
|
body = JSON.stringify(
|
|
2204
2204
|
(0, import_smithy_client.take)(input, {
|
|
2205
2205
|
AttributesData: [],
|
|
2206
|
-
TopicPreferences: (_) => (0, import_smithy_client._json)(_),
|
|
2206
|
+
TopicPreferences: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TopicPreferences"),
|
|
2207
2207
|
UnsubscribeAll: []
|
|
2208
2208
|
})
|
|
2209
2209
|
);
|
|
@@ -2221,7 +2221,7 @@ var se_UpdateContactListCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2221
2221
|
body = JSON.stringify(
|
|
2222
2222
|
(0, import_smithy_client.take)(input, {
|
|
2223
2223
|
Description: [],
|
|
2224
|
-
Topics: (_) => (0, import_smithy_client._json)(_)
|
|
2224
|
+
Topics: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Topics")
|
|
2225
2225
|
})
|
|
2226
2226
|
);
|
|
2227
2227
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2274,7 +2274,7 @@ var se_UpdateEmailTemplateCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
2274
2274
|
let body;
|
|
2275
2275
|
body = JSON.stringify(
|
|
2276
2276
|
(0, import_smithy_client.take)(input, {
|
|
2277
|
-
TemplateContent: (_) => (0, import_smithy_client._json)(_)
|
|
2277
|
+
TemplateContent: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "TemplateContent")
|
|
2278
2278
|
})
|
|
2279
2279
|
);
|
|
2280
2280
|
b.m("PUT").h(headers).b(body);
|
|
@@ -2290,7 +2290,7 @@ var de_BatchGetMetricDataCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2290
2290
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2291
2291
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2292
2292
|
Errors: import_smithy_client._json,
|
|
2293
|
-
Results: (_) => de_MetricDataResultList(_, context)
|
|
2293
|
+
Results: /* @__PURE__ */ __name((_) => de_MetricDataResultList(_, context), "Results")
|
|
2294
2294
|
});
|
|
2295
2295
|
Object.assign(contents, doc);
|
|
2296
2296
|
return contents;
|
|
@@ -2389,7 +2389,7 @@ var de_CreateEmailIdentityCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2389
2389
|
});
|
|
2390
2390
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2391
2391
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2392
|
-
DkimAttributes: (_) => de_DkimAttributes(_, context),
|
|
2392
|
+
DkimAttributes: /* @__PURE__ */ __name((_) => de_DkimAttributes(_, context), "DkimAttributes"),
|
|
2393
2393
|
IdentityType: import_smithy_client.expectString,
|
|
2394
2394
|
VerifiedForSendingStatus: import_smithy_client.expectBoolean
|
|
2395
2395
|
});
|
|
@@ -2586,7 +2586,7 @@ var de_GetAccountCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2586
2586
|
Details: import_smithy_client._json,
|
|
2587
2587
|
EnforcementStatus: import_smithy_client.expectString,
|
|
2588
2588
|
ProductionAccessEnabled: import_smithy_client.expectBoolean,
|
|
2589
|
-
SendQuota: (_) => de_SendQuota(_, context),
|
|
2589
|
+
SendQuota: /* @__PURE__ */ __name((_) => de_SendQuota(_, context), "SendQuota"),
|
|
2590
2590
|
SendingEnabled: import_smithy_client.expectBoolean,
|
|
2591
2591
|
SuppressionAttributes: import_smithy_client._json,
|
|
2592
2592
|
VdmAttributes: import_smithy_client._json
|
|
@@ -2603,7 +2603,7 @@ var de_GetBlacklistReportsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2603
2603
|
});
|
|
2604
2604
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2605
2605
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2606
|
-
BlacklistReport: (_) => de_BlacklistReport(_, context)
|
|
2606
|
+
BlacklistReport: /* @__PURE__ */ __name((_) => de_BlacklistReport(_, context), "BlacklistReport")
|
|
2607
2607
|
});
|
|
2608
2608
|
Object.assign(contents, doc);
|
|
2609
2609
|
return contents;
|
|
@@ -2620,7 +2620,7 @@ var de_GetConfigurationSetCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
2620
2620
|
ArchivingOptions: import_smithy_client._json,
|
|
2621
2621
|
ConfigurationSetName: import_smithy_client.expectString,
|
|
2622
2622
|
DeliveryOptions: import_smithy_client._json,
|
|
2623
|
-
ReputationOptions: (_) => de_ReputationOptions(_, context),
|
|
2623
|
+
ReputationOptions: /* @__PURE__ */ __name((_) => de_ReputationOptions(_, context), "ReputationOptions"),
|
|
2624
2624
|
SendingOptions: import_smithy_client._json,
|
|
2625
2625
|
SuppressionOptions: import_smithy_client._json,
|
|
2626
2626
|
Tags: import_smithy_client._json,
|
|
@@ -2655,9 +2655,9 @@ var de_GetContactCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2655
2655
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2656
2656
|
AttributesData: import_smithy_client.expectString,
|
|
2657
2657
|
ContactListName: import_smithy_client.expectString,
|
|
2658
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2658
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2659
2659
|
EmailAddress: import_smithy_client.expectString,
|
|
2660
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2660
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
2661
2661
|
TopicDefaultPreferences: import_smithy_client._json,
|
|
2662
2662
|
TopicPreferences: import_smithy_client._json,
|
|
2663
2663
|
UnsubscribeAll: import_smithy_client.expectBoolean
|
|
@@ -2675,9 +2675,9 @@ var de_GetContactListCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2675
2675
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2676
2676
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2677
2677
|
ContactListName: import_smithy_client.expectString,
|
|
2678
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2678
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2679
2679
|
Description: import_smithy_client.expectString,
|
|
2680
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2680
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
2681
2681
|
Tags: import_smithy_client._json,
|
|
2682
2682
|
Topics: import_smithy_client._json
|
|
2683
2683
|
});
|
|
@@ -2756,10 +2756,10 @@ var de_GetDeliverabilityDashboardOptionsCommand = /* @__PURE__ */ __name(async (
|
|
|
2756
2756
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2757
2757
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2758
2758
|
AccountStatus: import_smithy_client.expectString,
|
|
2759
|
-
ActiveSubscribedDomains: (_) => de_DomainDeliverabilityTrackingOptions(_, context),
|
|
2759
|
+
ActiveSubscribedDomains: /* @__PURE__ */ __name((_) => de_DomainDeliverabilityTrackingOptions(_, context), "ActiveSubscribedDomains"),
|
|
2760
2760
|
DashboardEnabled: import_smithy_client.expectBoolean,
|
|
2761
|
-
PendingExpirationSubscribedDomains: (_) => de_DomainDeliverabilityTrackingOptions(_, context),
|
|
2762
|
-
SubscriptionExpiryDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2761
|
+
PendingExpirationSubscribedDomains: /* @__PURE__ */ __name((_) => de_DomainDeliverabilityTrackingOptions(_, context), "PendingExpirationSubscribedDomains"),
|
|
2762
|
+
SubscriptionExpiryDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubscriptionExpiryDate")
|
|
2763
2763
|
});
|
|
2764
2764
|
Object.assign(contents, doc);
|
|
2765
2765
|
return contents;
|
|
@@ -2773,10 +2773,10 @@ var de_GetDeliverabilityTestReportCommand = /* @__PURE__ */ __name(async (output
|
|
|
2773
2773
|
});
|
|
2774
2774
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2775
2775
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2776
|
-
DeliverabilityTestReport: (_) => de_DeliverabilityTestReport(_, context),
|
|
2777
|
-
IspPlacements: (_) => de_IspPlacements(_, context),
|
|
2776
|
+
DeliverabilityTestReport: /* @__PURE__ */ __name((_) => de_DeliverabilityTestReport(_, context), "DeliverabilityTestReport"),
|
|
2777
|
+
IspPlacements: /* @__PURE__ */ __name((_) => de_IspPlacements(_, context), "IspPlacements"),
|
|
2778
2778
|
Message: import_smithy_client.expectString,
|
|
2779
|
-
OverallPlacement: (_) => de_PlacementStatistics(_, context),
|
|
2779
|
+
OverallPlacement: /* @__PURE__ */ __name((_) => de_PlacementStatistics(_, context), "OverallPlacement"),
|
|
2780
2780
|
Tags: import_smithy_client._json
|
|
2781
2781
|
});
|
|
2782
2782
|
Object.assign(contents, doc);
|
|
@@ -2791,7 +2791,7 @@ var de_GetDomainDeliverabilityCampaignCommand = /* @__PURE__ */ __name(async (ou
|
|
|
2791
2791
|
});
|
|
2792
2792
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2793
2793
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2794
|
-
DomainDeliverabilityCampaign: (_) => de_DomainDeliverabilityCampaign(_, context)
|
|
2794
|
+
DomainDeliverabilityCampaign: /* @__PURE__ */ __name((_) => de_DomainDeliverabilityCampaign(_, context), "DomainDeliverabilityCampaign")
|
|
2795
2795
|
});
|
|
2796
2796
|
Object.assign(contents, doc);
|
|
2797
2797
|
return contents;
|
|
@@ -2805,8 +2805,8 @@ var de_GetDomainStatisticsReportCommand = /* @__PURE__ */ __name(async (output,
|
|
|
2805
2805
|
});
|
|
2806
2806
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2807
2807
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2808
|
-
DailyVolumes: (_) => de_DailyVolumes(_, context),
|
|
2809
|
-
OverallVolume: (_) => de_OverallVolume(_, context)
|
|
2808
|
+
DailyVolumes: /* @__PURE__ */ __name((_) => de_DailyVolumes(_, context), "DailyVolumes"),
|
|
2809
|
+
OverallVolume: /* @__PURE__ */ __name((_) => de_OverallVolume(_, context), "OverallVolume")
|
|
2810
2810
|
});
|
|
2811
2811
|
Object.assign(contents, doc);
|
|
2812
2812
|
return contents;
|
|
@@ -2821,13 +2821,13 @@ var de_GetEmailIdentityCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2821
2821
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2822
2822
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2823
2823
|
ConfigurationSetName: import_smithy_client.expectString,
|
|
2824
|
-
DkimAttributes: (_) => de_DkimAttributes(_, context),
|
|
2824
|
+
DkimAttributes: /* @__PURE__ */ __name((_) => de_DkimAttributes(_, context), "DkimAttributes"),
|
|
2825
2825
|
FeedbackForwardingStatus: import_smithy_client.expectBoolean,
|
|
2826
2826
|
IdentityType: import_smithy_client.expectString,
|
|
2827
2827
|
MailFromAttributes: import_smithy_client._json,
|
|
2828
2828
|
Policies: import_smithy_client._json,
|
|
2829
2829
|
Tags: import_smithy_client._json,
|
|
2830
|
-
VerificationInfo: (_) => de_VerificationInfo(_, context),
|
|
2830
|
+
VerificationInfo: /* @__PURE__ */ __name((_) => de_VerificationInfo(_, context), "VerificationInfo"),
|
|
2831
2831
|
VerificationStatus: import_smithy_client.expectString,
|
|
2832
2832
|
VerifiedForSendingStatus: import_smithy_client.expectBoolean
|
|
2833
2833
|
});
|
|
@@ -2872,9 +2872,9 @@ var de_GetExportJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2872
2872
|
});
|
|
2873
2873
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2874
2874
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2875
|
-
CompletedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2876
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2877
|
-
ExportDataSource: (_) => de_ExportDataSource(_, context),
|
|
2875
|
+
CompletedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletedTimestamp"),
|
|
2876
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2877
|
+
ExportDataSource: /* @__PURE__ */ __name((_) => de_ExportDataSource(_, context), "ExportDataSource"),
|
|
2878
2878
|
ExportDestination: import_smithy_client._json,
|
|
2879
2879
|
ExportSourceType: import_smithy_client.expectString,
|
|
2880
2880
|
FailureInfo: import_smithy_client._json,
|
|
@@ -2894,8 +2894,8 @@ var de_GetImportJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2894
2894
|
});
|
|
2895
2895
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2896
2896
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2897
|
-
CompletedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2898
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2897
|
+
CompletedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletedTimestamp"),
|
|
2898
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2899
2899
|
FailedRecordsCount: import_smithy_client.expectInt32,
|
|
2900
2900
|
FailureInfo: import_smithy_client._json,
|
|
2901
2901
|
ImportDataSource: import_smithy_client._json,
|
|
@@ -2918,7 +2918,7 @@ var de_GetMessageInsightsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2918
2918
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2919
2919
|
EmailTags: import_smithy_client._json,
|
|
2920
2920
|
FromEmailAddress: import_smithy_client.expectString,
|
|
2921
|
-
Insights: (_) => de_EmailInsightsList(_, context),
|
|
2921
|
+
Insights: /* @__PURE__ */ __name((_) => de_EmailInsightsList(_, context), "Insights"),
|
|
2922
2922
|
MessageId: import_smithy_client.expectString,
|
|
2923
2923
|
Subject: import_smithy_client.expectString
|
|
2924
2924
|
});
|
|
@@ -2934,10 +2934,10 @@ var de_GetMultiRegionEndpointCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
2934
2934
|
});
|
|
2935
2935
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2936
2936
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2937
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2937
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
2938
2938
|
EndpointId: import_smithy_client.expectString,
|
|
2939
2939
|
EndpointName: import_smithy_client.expectString,
|
|
2940
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2940
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
2941
2941
|
Routes: import_smithy_client._json,
|
|
2942
2942
|
Status: import_smithy_client.expectString
|
|
2943
2943
|
});
|
|
@@ -2953,7 +2953,7 @@ var de_GetSuppressedDestinationCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2953
2953
|
});
|
|
2954
2954
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2955
2955
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2956
|
-
SuppressedDestination: (_) => de_SuppressedDestination(_, context)
|
|
2956
|
+
SuppressedDestination: /* @__PURE__ */ __name((_) => de_SuppressedDestination(_, context), "SuppressedDestination")
|
|
2957
2957
|
});
|
|
2958
2958
|
Object.assign(contents, doc);
|
|
2959
2959
|
return contents;
|
|
@@ -2982,7 +2982,7 @@ var de_ListContactListsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2982
2982
|
});
|
|
2983
2983
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2984
2984
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2985
|
-
ContactLists: (_) => de_ListOfContactLists(_, context),
|
|
2985
|
+
ContactLists: /* @__PURE__ */ __name((_) => de_ListOfContactLists(_, context), "ContactLists"),
|
|
2986
2986
|
NextToken: import_smithy_client.expectString
|
|
2987
2987
|
});
|
|
2988
2988
|
Object.assign(contents, doc);
|
|
@@ -2997,7 +2997,7 @@ var de_ListContactsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2997
2997
|
});
|
|
2998
2998
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2999
2999
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3000
|
-
Contacts: (_) => de_ListOfContacts(_, context),
|
|
3000
|
+
Contacts: /* @__PURE__ */ __name((_) => de_ListOfContacts(_, context), "Contacts"),
|
|
3001
3001
|
NextToken: import_smithy_client.expectString
|
|
3002
3002
|
});
|
|
3003
3003
|
Object.assign(contents, doc);
|
|
@@ -3042,7 +3042,7 @@ var de_ListDeliverabilityTestReportsCommand = /* @__PURE__ */ __name(async (outp
|
|
|
3042
3042
|
});
|
|
3043
3043
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3044
3044
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3045
|
-
DeliverabilityTestReports: (_) => de_DeliverabilityTestReports(_, context),
|
|
3045
|
+
DeliverabilityTestReports: /* @__PURE__ */ __name((_) => de_DeliverabilityTestReports(_, context), "DeliverabilityTestReports"),
|
|
3046
3046
|
NextToken: import_smithy_client.expectString
|
|
3047
3047
|
});
|
|
3048
3048
|
Object.assign(contents, doc);
|
|
@@ -3057,7 +3057,7 @@ var de_ListDomainDeliverabilityCampaignsCommand = /* @__PURE__ */ __name(async (
|
|
|
3057
3057
|
});
|
|
3058
3058
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3059
3059
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3060
|
-
DomainDeliverabilityCampaigns: (_) => de_DomainDeliverabilityCampaignList(_, context),
|
|
3060
|
+
DomainDeliverabilityCampaigns: /* @__PURE__ */ __name((_) => de_DomainDeliverabilityCampaignList(_, context), "DomainDeliverabilityCampaigns"),
|
|
3061
3061
|
NextToken: import_smithy_client.expectString
|
|
3062
3062
|
});
|
|
3063
3063
|
Object.assign(contents, doc);
|
|
@@ -3088,7 +3088,7 @@ var de_ListEmailTemplatesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3088
3088
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3089
3089
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3090
3090
|
NextToken: import_smithy_client.expectString,
|
|
3091
|
-
TemplatesMetadata: (_) => de_EmailTemplateMetadataList(_, context)
|
|
3091
|
+
TemplatesMetadata: /* @__PURE__ */ __name((_) => de_EmailTemplateMetadataList(_, context), "TemplatesMetadata")
|
|
3092
3092
|
});
|
|
3093
3093
|
Object.assign(contents, doc);
|
|
3094
3094
|
return contents;
|
|
@@ -3102,7 +3102,7 @@ var de_ListExportJobsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3102
3102
|
});
|
|
3103
3103
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3104
3104
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3105
|
-
ExportJobs: (_) => de_ExportJobSummaryList(_, context),
|
|
3105
|
+
ExportJobs: /* @__PURE__ */ __name((_) => de_ExportJobSummaryList(_, context), "ExportJobs"),
|
|
3106
3106
|
NextToken: import_smithy_client.expectString
|
|
3107
3107
|
});
|
|
3108
3108
|
Object.assign(contents, doc);
|
|
@@ -3117,7 +3117,7 @@ var de_ListImportJobsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3117
3117
|
});
|
|
3118
3118
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3119
3119
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3120
|
-
ImportJobs: (_) => de_ImportJobSummaryList(_, context),
|
|
3120
|
+
ImportJobs: /* @__PURE__ */ __name((_) => de_ImportJobSummaryList(_, context), "ImportJobs"),
|
|
3121
3121
|
NextToken: import_smithy_client.expectString
|
|
3122
3122
|
});
|
|
3123
3123
|
Object.assign(contents, doc);
|
|
@@ -3132,7 +3132,7 @@ var de_ListMultiRegionEndpointsCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
3132
3132
|
});
|
|
3133
3133
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3134
3134
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3135
|
-
MultiRegionEndpoints: (_) => de_MultiRegionEndpoints(_, context),
|
|
3135
|
+
MultiRegionEndpoints: /* @__PURE__ */ __name((_) => de_MultiRegionEndpoints(_, context), "MultiRegionEndpoints"),
|
|
3136
3136
|
NextToken: import_smithy_client.expectString
|
|
3137
3137
|
});
|
|
3138
3138
|
Object.assign(contents, doc);
|
|
@@ -3148,7 +3148,7 @@ var de_ListRecommendationsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
3148
3148
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3149
3149
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3150
3150
|
NextToken: import_smithy_client.expectString,
|
|
3151
|
-
Recommendations: (_) => de_RecommendationsList(_, context)
|
|
3151
|
+
Recommendations: /* @__PURE__ */ __name((_) => de_RecommendationsList(_, context), "Recommendations")
|
|
3152
3152
|
});
|
|
3153
3153
|
Object.assign(contents, doc);
|
|
3154
3154
|
return contents;
|
|
@@ -3163,7 +3163,7 @@ var de_ListSuppressedDestinationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3163
3163
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3164
3164
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3165
3165
|
NextToken: import_smithy_client.expectString,
|
|
3166
|
-
SuppressedDestinationSummaries: (_) => de_SuppressedDestinationSummaries(_, context)
|
|
3166
|
+
SuppressedDestinationSummaries: /* @__PURE__ */ __name((_) => de_SuppressedDestinationSummaries(_, context), "SuppressedDestinationSummaries")
|
|
3167
3167
|
});
|
|
3168
3168
|
Object.assign(contents, doc);
|
|
3169
3169
|
return contents;
|
|
@@ -3776,18 +3776,18 @@ var se_BatchGetMetricDataQueries = /* @__PURE__ */ __name((input, context) => {
|
|
|
3776
3776
|
var se_BatchGetMetricDataQuery = /* @__PURE__ */ __name((input, context) => {
|
|
3777
3777
|
return (0, import_smithy_client.take)(input, {
|
|
3778
3778
|
Dimensions: import_smithy_client._json,
|
|
3779
|
-
EndDate: (_) => _.getTime() / 1e3,
|
|
3779
|
+
EndDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndDate"),
|
|
3780
3780
|
Id: [],
|
|
3781
3781
|
Metric: [],
|
|
3782
3782
|
Namespace: [],
|
|
3783
|
-
StartDate: (_) => _.getTime() / 1e3
|
|
3783
|
+
StartDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartDate")
|
|
3784
3784
|
});
|
|
3785
3785
|
}, "se_BatchGetMetricDataQuery");
|
|
3786
3786
|
var se_DomainDeliverabilityTrackingOption = /* @__PURE__ */ __name((input, context) => {
|
|
3787
3787
|
return (0, import_smithy_client.take)(input, {
|
|
3788
3788
|
Domain: [],
|
|
3789
3789
|
InboxPlacementTrackingOption: import_smithy_client._json,
|
|
3790
|
-
SubscriptionStartDate: (_) => _.getTime() / 1e3
|
|
3790
|
+
SubscriptionStartDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "SubscriptionStartDate")
|
|
3791
3791
|
});
|
|
3792
3792
|
}, "se_DomainDeliverabilityTrackingOption");
|
|
3793
3793
|
var se_DomainDeliverabilityTrackingOptions = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3797,33 +3797,33 @@ var se_DomainDeliverabilityTrackingOptions = /* @__PURE__ */ __name((input, cont
|
|
|
3797
3797
|
}, "se_DomainDeliverabilityTrackingOptions");
|
|
3798
3798
|
var se_EmailContent = /* @__PURE__ */ __name((input, context) => {
|
|
3799
3799
|
return (0, import_smithy_client.take)(input, {
|
|
3800
|
-
Raw: (_) => se_RawMessage(_, context),
|
|
3800
|
+
Raw: /* @__PURE__ */ __name((_) => se_RawMessage(_, context), "Raw"),
|
|
3801
3801
|
Simple: import_smithy_client._json,
|
|
3802
3802
|
Template: import_smithy_client._json
|
|
3803
3803
|
});
|
|
3804
3804
|
}, "se_EmailContent");
|
|
3805
3805
|
var se_ExportDataSource = /* @__PURE__ */ __name((input, context) => {
|
|
3806
3806
|
return (0, import_smithy_client.take)(input, {
|
|
3807
|
-
MessageInsightsDataSource: (_) => se_MessageInsightsDataSource(_, context),
|
|
3808
|
-
MetricsDataSource: (_) => se_MetricsDataSource(_, context)
|
|
3807
|
+
MessageInsightsDataSource: /* @__PURE__ */ __name((_) => se_MessageInsightsDataSource(_, context), "MessageInsightsDataSource"),
|
|
3808
|
+
MetricsDataSource: /* @__PURE__ */ __name((_) => se_MetricsDataSource(_, context), "MetricsDataSource")
|
|
3809
3809
|
});
|
|
3810
3810
|
}, "se_ExportDataSource");
|
|
3811
3811
|
var se_MessageInsightsDataSource = /* @__PURE__ */ __name((input, context) => {
|
|
3812
3812
|
return (0, import_smithy_client.take)(input, {
|
|
3813
|
-
EndDate: (_) => _.getTime() / 1e3,
|
|
3813
|
+
EndDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndDate"),
|
|
3814
3814
|
Exclude: import_smithy_client._json,
|
|
3815
3815
|
Include: import_smithy_client._json,
|
|
3816
3816
|
MaxResults: [],
|
|
3817
|
-
StartDate: (_) => _.getTime() / 1e3
|
|
3817
|
+
StartDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartDate")
|
|
3818
3818
|
});
|
|
3819
3819
|
}, "se_MessageInsightsDataSource");
|
|
3820
3820
|
var se_MetricsDataSource = /* @__PURE__ */ __name((input, context) => {
|
|
3821
3821
|
return (0, import_smithy_client.take)(input, {
|
|
3822
3822
|
Dimensions: import_smithy_client._json,
|
|
3823
|
-
EndDate: (_) => _.getTime() / 1e3,
|
|
3823
|
+
EndDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndDate"),
|
|
3824
3824
|
Metrics: import_smithy_client._json,
|
|
3825
3825
|
Namespace: [],
|
|
3826
|
-
StartDate: (_) => _.getTime() / 1e3
|
|
3826
|
+
StartDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartDate")
|
|
3827
3827
|
});
|
|
3828
3828
|
}, "se_MetricsDataSource");
|
|
3829
3829
|
var se_RawMessage = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -3833,7 +3833,7 @@ var se_RawMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3833
3833
|
}, "se_RawMessage");
|
|
3834
3834
|
var se_ReputationOptions = /* @__PURE__ */ __name((input, context) => {
|
|
3835
3835
|
return (0, import_smithy_client.take)(input, {
|
|
3836
|
-
LastFreshStart: (_) => _.getTime() / 1e3,
|
|
3836
|
+
LastFreshStart: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "LastFreshStart"),
|
|
3837
3837
|
ReputationMetricsEnabled: []
|
|
3838
3838
|
});
|
|
3839
3839
|
}, "se_ReputationOptions");
|
|
@@ -3846,7 +3846,7 @@ var de_BlacklistEntries = /* @__PURE__ */ __name((output, context) => {
|
|
|
3846
3846
|
var de_BlacklistEntry = /* @__PURE__ */ __name((output, context) => {
|
|
3847
3847
|
return (0, import_smithy_client.take)(output, {
|
|
3848
3848
|
Description: import_smithy_client.expectString,
|
|
3849
|
-
ListingTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3849
|
+
ListingTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ListingTime"),
|
|
3850
3850
|
RblName: import_smithy_client.expectString
|
|
3851
3851
|
});
|
|
3852
3852
|
}, "de_BlacklistEntry");
|
|
@@ -3862,7 +3862,7 @@ var de_BlacklistReport = /* @__PURE__ */ __name((output, context) => {
|
|
|
3862
3862
|
var de_Contact = /* @__PURE__ */ __name((output, context) => {
|
|
3863
3863
|
return (0, import_smithy_client.take)(output, {
|
|
3864
3864
|
EmailAddress: import_smithy_client.expectString,
|
|
3865
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3865
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
3866
3866
|
TopicDefaultPreferences: import_smithy_client._json,
|
|
3867
3867
|
TopicPreferences: import_smithy_client._json,
|
|
3868
3868
|
UnsubscribeAll: import_smithy_client.expectBoolean
|
|
@@ -3871,13 +3871,13 @@ var de_Contact = /* @__PURE__ */ __name((output, context) => {
|
|
|
3871
3871
|
var de_ContactList = /* @__PURE__ */ __name((output, context) => {
|
|
3872
3872
|
return (0, import_smithy_client.take)(output, {
|
|
3873
3873
|
ContactListName: import_smithy_client.expectString,
|
|
3874
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3874
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp")
|
|
3875
3875
|
});
|
|
3876
3876
|
}, "de_ContactList");
|
|
3877
3877
|
var de_DailyVolume = /* @__PURE__ */ __name((output, context) => {
|
|
3878
3878
|
return (0, import_smithy_client.take)(output, {
|
|
3879
|
-
DomainIspPlacements: (_) => de_DomainIspPlacements(_, context),
|
|
3880
|
-
StartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3879
|
+
DomainIspPlacements: /* @__PURE__ */ __name((_) => de_DomainIspPlacements(_, context), "DomainIspPlacements"),
|
|
3880
|
+
StartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDate"),
|
|
3881
3881
|
VolumeStatistics: import_smithy_client._json
|
|
3882
3882
|
});
|
|
3883
3883
|
}, "de_DailyVolume");
|
|
@@ -3889,7 +3889,7 @@ var de_DailyVolumes = /* @__PURE__ */ __name((output, context) => {
|
|
|
3889
3889
|
}, "de_DailyVolumes");
|
|
3890
3890
|
var de_DeliverabilityTestReport = /* @__PURE__ */ __name((output, context) => {
|
|
3891
3891
|
return (0, import_smithy_client.take)(output, {
|
|
3892
|
-
CreateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3892
|
+
CreateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateDate"),
|
|
3893
3893
|
DeliverabilityTestStatus: import_smithy_client.expectString,
|
|
3894
3894
|
FromEmailAddress: import_smithy_client.expectString,
|
|
3895
3895
|
ReportId: import_smithy_client.expectString,
|
|
@@ -3906,7 +3906,7 @@ var de_DeliverabilityTestReports = /* @__PURE__ */ __name((output, context) => {
|
|
|
3906
3906
|
var de_DkimAttributes = /* @__PURE__ */ __name((output, context) => {
|
|
3907
3907
|
return (0, import_smithy_client.take)(output, {
|
|
3908
3908
|
CurrentSigningKeyLength: import_smithy_client.expectString,
|
|
3909
|
-
LastKeyGenerationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3909
|
+
LastKeyGenerationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastKeyGenerationTimestamp"),
|
|
3910
3910
|
NextSigningKeyLength: import_smithy_client.expectString,
|
|
3911
3911
|
SigningAttributesOrigin: import_smithy_client.expectString,
|
|
3912
3912
|
SigningEnabled: import_smithy_client.expectBoolean,
|
|
@@ -3919,11 +3919,11 @@ var de_DomainDeliverabilityCampaign = /* @__PURE__ */ __name((output, context) =
|
|
|
3919
3919
|
CampaignId: import_smithy_client.expectString,
|
|
3920
3920
|
DeleteRate: import_smithy_client.limitedParseDouble,
|
|
3921
3921
|
Esps: import_smithy_client._json,
|
|
3922
|
-
FirstSeenDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3922
|
+
FirstSeenDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FirstSeenDateTime"),
|
|
3923
3923
|
FromAddress: import_smithy_client.expectString,
|
|
3924
3924
|
ImageUrl: import_smithy_client.expectString,
|
|
3925
3925
|
InboxCount: import_smithy_client.expectLong,
|
|
3926
|
-
LastSeenDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3926
|
+
LastSeenDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSeenDateTime"),
|
|
3927
3927
|
ProjectedVolume: import_smithy_client.expectLong,
|
|
3928
3928
|
ReadDeleteRate: import_smithy_client.limitedParseDouble,
|
|
3929
3929
|
ReadRate: import_smithy_client.limitedParseDouble,
|
|
@@ -3942,7 +3942,7 @@ var de_DomainDeliverabilityTrackingOption = /* @__PURE__ */ __name((output, cont
|
|
|
3942
3942
|
return (0, import_smithy_client.take)(output, {
|
|
3943
3943
|
Domain: import_smithy_client.expectString,
|
|
3944
3944
|
InboxPlacementTrackingOption: import_smithy_client._json,
|
|
3945
|
-
SubscriptionStartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3945
|
+
SubscriptionStartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubscriptionStartDate")
|
|
3946
3946
|
});
|
|
3947
3947
|
}, "de_DomainDeliverabilityTrackingOption");
|
|
3948
3948
|
var de_DomainDeliverabilityTrackingOptions = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3969,7 +3969,7 @@ var de_DomainIspPlacements = /* @__PURE__ */ __name((output, context) => {
|
|
|
3969
3969
|
var de_EmailInsights = /* @__PURE__ */ __name((output, context) => {
|
|
3970
3970
|
return (0, import_smithy_client.take)(output, {
|
|
3971
3971
|
Destination: import_smithy_client.expectString,
|
|
3972
|
-
Events: (_) => de_InsightsEvents(_, context),
|
|
3972
|
+
Events: /* @__PURE__ */ __name((_) => de_InsightsEvents(_, context), "Events"),
|
|
3973
3973
|
Isp: import_smithy_client.expectString
|
|
3974
3974
|
});
|
|
3975
3975
|
}, "de_EmailInsights");
|
|
@@ -3981,7 +3981,7 @@ var de_EmailInsightsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3981
3981
|
}, "de_EmailInsightsList");
|
|
3982
3982
|
var de_EmailTemplateMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
3983
3983
|
return (0, import_smithy_client.take)(output, {
|
|
3984
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3984
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
3985
3985
|
TemplateName: import_smithy_client.expectString
|
|
3986
3986
|
});
|
|
3987
3987
|
}, "de_EmailTemplateMetadata");
|
|
@@ -3993,14 +3993,14 @@ var de_EmailTemplateMetadataList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3993
3993
|
}, "de_EmailTemplateMetadataList");
|
|
3994
3994
|
var de_ExportDataSource = /* @__PURE__ */ __name((output, context) => {
|
|
3995
3995
|
return (0, import_smithy_client.take)(output, {
|
|
3996
|
-
MessageInsightsDataSource: (_) => de_MessageInsightsDataSource(_, context),
|
|
3997
|
-
MetricsDataSource: (_) => de_MetricsDataSource(_, context)
|
|
3996
|
+
MessageInsightsDataSource: /* @__PURE__ */ __name((_) => de_MessageInsightsDataSource(_, context), "MessageInsightsDataSource"),
|
|
3997
|
+
MetricsDataSource: /* @__PURE__ */ __name((_) => de_MetricsDataSource(_, context), "MetricsDataSource")
|
|
3998
3998
|
});
|
|
3999
3999
|
}, "de_ExportDataSource");
|
|
4000
4000
|
var de_ExportJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
4001
4001
|
return (0, import_smithy_client.take)(output, {
|
|
4002
|
-
CompletedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4003
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4002
|
+
CompletedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CompletedTimestamp"),
|
|
4003
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
4004
4004
|
ExportSourceType: import_smithy_client.expectString,
|
|
4005
4005
|
JobId: import_smithy_client.expectString,
|
|
4006
4006
|
JobStatus: import_smithy_client.expectString
|
|
@@ -4014,7 +4014,7 @@ var de_ExportJobSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4014
4014
|
}, "de_ExportJobSummaryList");
|
|
4015
4015
|
var de_ImportJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
4016
4016
|
return (0, import_smithy_client.take)(output, {
|
|
4017
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4017
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
4018
4018
|
FailedRecordsCount: import_smithy_client.expectInt32,
|
|
4019
4019
|
ImportDestination: import_smithy_client._json,
|
|
4020
4020
|
JobId: import_smithy_client.expectString,
|
|
@@ -4031,7 +4031,7 @@ var de_ImportJobSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4031
4031
|
var de_InsightsEvent = /* @__PURE__ */ __name((output, context) => {
|
|
4032
4032
|
return (0, import_smithy_client.take)(output, {
|
|
4033
4033
|
Details: import_smithy_client._json,
|
|
4034
|
-
Timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4034
|
+
Timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Timestamp"),
|
|
4035
4035
|
Type: import_smithy_client.expectString
|
|
4036
4036
|
});
|
|
4037
4037
|
}, "de_InsightsEvent");
|
|
@@ -4044,7 +4044,7 @@ var de_InsightsEvents = /* @__PURE__ */ __name((output, context) => {
|
|
|
4044
4044
|
var de_IspPlacement = /* @__PURE__ */ __name((output, context) => {
|
|
4045
4045
|
return (0, import_smithy_client.take)(output, {
|
|
4046
4046
|
IspName: import_smithy_client.expectString,
|
|
4047
|
-
PlacementStatistics: (_) => de_PlacementStatistics(_, context)
|
|
4047
|
+
PlacementStatistics: /* @__PURE__ */ __name((_) => de_PlacementStatistics(_, context), "PlacementStatistics")
|
|
4048
4048
|
});
|
|
4049
4049
|
}, "de_IspPlacement");
|
|
4050
4050
|
var de_IspPlacements = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -4067,17 +4067,17 @@ var de_ListOfContacts = /* @__PURE__ */ __name((output, context) => {
|
|
|
4067
4067
|
}, "de_ListOfContacts");
|
|
4068
4068
|
var de_MessageInsightsDataSource = /* @__PURE__ */ __name((output, context) => {
|
|
4069
4069
|
return (0, import_smithy_client.take)(output, {
|
|
4070
|
-
EndDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4070
|
+
EndDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDate"),
|
|
4071
4071
|
Exclude: import_smithy_client._json,
|
|
4072
4072
|
Include: import_smithy_client._json,
|
|
4073
4073
|
MaxResults: import_smithy_client.expectInt32,
|
|
4074
|
-
StartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4074
|
+
StartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDate")
|
|
4075
4075
|
});
|
|
4076
4076
|
}, "de_MessageInsightsDataSource");
|
|
4077
4077
|
var de_MetricDataResult = /* @__PURE__ */ __name((output, context) => {
|
|
4078
4078
|
return (0, import_smithy_client.take)(output, {
|
|
4079
4079
|
Id: import_smithy_client.expectString,
|
|
4080
|
-
Timestamps: (_) => de_TimestampList(_, context),
|
|
4080
|
+
Timestamps: /* @__PURE__ */ __name((_) => de_TimestampList(_, context), "Timestamps"),
|
|
4081
4081
|
Values: import_smithy_client._json
|
|
4082
4082
|
});
|
|
4083
4083
|
}, "de_MetricDataResult");
|
|
@@ -4090,18 +4090,18 @@ var de_MetricDataResultList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4090
4090
|
var de_MetricsDataSource = /* @__PURE__ */ __name((output, context) => {
|
|
4091
4091
|
return (0, import_smithy_client.take)(output, {
|
|
4092
4092
|
Dimensions: import_smithy_client._json,
|
|
4093
|
-
EndDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4093
|
+
EndDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDate"),
|
|
4094
4094
|
Metrics: import_smithy_client._json,
|
|
4095
4095
|
Namespace: import_smithy_client.expectString,
|
|
4096
|
-
StartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
4096
|
+
StartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDate")
|
|
4097
4097
|
});
|
|
4098
4098
|
}, "de_MetricsDataSource");
|
|
4099
4099
|
var de_MultiRegionEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
4100
4100
|
return (0, import_smithy_client.take)(output, {
|
|
4101
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4101
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
4102
4102
|
EndpointId: import_smithy_client.expectString,
|
|
4103
4103
|
EndpointName: import_smithy_client.expectString,
|
|
4104
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4104
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
4105
4105
|
Regions: import_smithy_client._json,
|
|
4106
4106
|
Status: import_smithy_client.expectString
|
|
4107
4107
|
});
|
|
@@ -4114,7 +4114,7 @@ var de_MultiRegionEndpoints = /* @__PURE__ */ __name((output, context) => {
|
|
|
4114
4114
|
}, "de_MultiRegionEndpoints");
|
|
4115
4115
|
var de_OverallVolume = /* @__PURE__ */ __name((output, context) => {
|
|
4116
4116
|
return (0, import_smithy_client.take)(output, {
|
|
4117
|
-
DomainIspPlacements: (_) => de_DomainIspPlacements(_, context),
|
|
4117
|
+
DomainIspPlacements: /* @__PURE__ */ __name((_) => de_DomainIspPlacements(_, context), "DomainIspPlacements"),
|
|
4118
4118
|
ReadRatePercent: import_smithy_client.limitedParseDouble,
|
|
4119
4119
|
VolumeStatistics: import_smithy_client._json
|
|
4120
4120
|
});
|
|
@@ -4130,10 +4130,10 @@ var de_PlacementStatistics = /* @__PURE__ */ __name((output, context) => {
|
|
|
4130
4130
|
}, "de_PlacementStatistics");
|
|
4131
4131
|
var de_Recommendation = /* @__PURE__ */ __name((output, context) => {
|
|
4132
4132
|
return (0, import_smithy_client.take)(output, {
|
|
4133
|
-
CreatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4133
|
+
CreatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTimestamp"),
|
|
4134
4134
|
Description: import_smithy_client.expectString,
|
|
4135
4135
|
Impact: import_smithy_client.expectString,
|
|
4136
|
-
LastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4136
|
+
LastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTimestamp"),
|
|
4137
4137
|
ResourceArn: import_smithy_client.expectString,
|
|
4138
4138
|
Status: import_smithy_client.expectString,
|
|
4139
4139
|
Type: import_smithy_client.expectString
|
|
@@ -4147,7 +4147,7 @@ var de_RecommendationsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4147
4147
|
}, "de_RecommendationsList");
|
|
4148
4148
|
var de_ReputationOptions = /* @__PURE__ */ __name((output, context) => {
|
|
4149
4149
|
return (0, import_smithy_client.take)(output, {
|
|
4150
|
-
LastFreshStart: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4150
|
+
LastFreshStart: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastFreshStart"),
|
|
4151
4151
|
ReputationMetricsEnabled: import_smithy_client.expectBoolean
|
|
4152
4152
|
});
|
|
4153
4153
|
}, "de_ReputationOptions");
|
|
@@ -4162,7 +4162,7 @@ var de_SuppressedDestination = /* @__PURE__ */ __name((output, context) => {
|
|
|
4162
4162
|
return (0, import_smithy_client.take)(output, {
|
|
4163
4163
|
Attributes: import_smithy_client._json,
|
|
4164
4164
|
EmailAddress: import_smithy_client.expectString,
|
|
4165
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4165
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
4166
4166
|
Reason: import_smithy_client.expectString
|
|
4167
4167
|
});
|
|
4168
4168
|
}, "de_SuppressedDestination");
|
|
@@ -4175,7 +4175,7 @@ var de_SuppressedDestinationSummaries = /* @__PURE__ */ __name((output, context)
|
|
|
4175
4175
|
var de_SuppressedDestinationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
4176
4176
|
return (0, import_smithy_client.take)(output, {
|
|
4177
4177
|
EmailAddress: import_smithy_client.expectString,
|
|
4178
|
-
LastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4178
|
+
LastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateTime"),
|
|
4179
4179
|
Reason: import_smithy_client.expectString
|
|
4180
4180
|
});
|
|
4181
4181
|
}, "de_SuppressedDestinationSummary");
|
|
@@ -4188,8 +4188,8 @@ var de_TimestampList = /* @__PURE__ */ __name((output, context) => {
|
|
|
4188
4188
|
var de_VerificationInfo = /* @__PURE__ */ __name((output, context) => {
|
|
4189
4189
|
return (0, import_smithy_client.take)(output, {
|
|
4190
4190
|
ErrorType: import_smithy_client.expectString,
|
|
4191
|
-
LastCheckedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4192
|
-
LastSuccessTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4191
|
+
LastCheckedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastCheckedTimestamp"),
|
|
4192
|
+
LastSuccessTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessTimestamp"),
|
|
4193
4193
|
SOARecord: import_smithy_client._json
|
|
4194
4194
|
});
|
|
4195
4195
|
}, "de_VerificationInfo");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sesv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sesv2",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
30
|
+
"@aws-sdk/signature-v4-multi-region": "3.774.0",
|
|
31
31
|
"@aws-sdk/types": "3.734.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.0.1",
|
|
36
36
|
"@smithy/core": "^3.1.5",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.0.1",
|