@aws-sdk/client-ses 3.53.0 → 3.55.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/CHANGELOG.md +24 -0
- package/dist-cjs/SESClient.js +13 -13
- package/dist-cjs/commands/CloneReceiptRuleSetCommand.js +3 -3
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +3 -3
- package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +3 -3
- package/dist-cjs/commands/CreateConfigurationSetTrackingOptionsCommand.js +3 -3
- package/dist-cjs/commands/CreateCustomVerificationEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/CreateReceiptFilterCommand.js +3 -3
- package/dist-cjs/commands/CreateReceiptRuleCommand.js +3 -3
- package/dist-cjs/commands/CreateReceiptRuleSetCommand.js +3 -3
- package/dist-cjs/commands/CreateTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +3 -3
- package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +3 -3
- package/dist-cjs/commands/DeleteConfigurationSetTrackingOptionsCommand.js +3 -3
- package/dist-cjs/commands/DeleteCustomVerificationEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteIdentityCommand.js +3 -3
- package/dist-cjs/commands/DeleteIdentityPolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteReceiptFilterCommand.js +3 -3
- package/dist-cjs/commands/DeleteReceiptRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteReceiptRuleSetCommand.js +3 -3
- package/dist-cjs/commands/DeleteTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteVerifiedEmailAddressCommand.js +3 -3
- package/dist-cjs/commands/DescribeActiveReceiptRuleSetCommand.js +3 -3
- package/dist-cjs/commands/DescribeConfigurationSetCommand.js +3 -3
- package/dist-cjs/commands/DescribeReceiptRuleCommand.js +3 -3
- package/dist-cjs/commands/DescribeReceiptRuleSetCommand.js +3 -3
- package/dist-cjs/commands/GetAccountSendingEnabledCommand.js +3 -3
- package/dist-cjs/commands/GetCustomVerificationEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/GetIdentityDkimAttributesCommand.js +3 -3
- package/dist-cjs/commands/GetIdentityMailFromDomainAttributesCommand.js +3 -3
- package/dist-cjs/commands/GetIdentityNotificationAttributesCommand.js +3 -3
- package/dist-cjs/commands/GetIdentityPoliciesCommand.js +3 -3
- package/dist-cjs/commands/GetIdentityVerificationAttributesCommand.js +3 -3
- package/dist-cjs/commands/GetSendQuotaCommand.js +3 -3
- package/dist-cjs/commands/GetSendStatisticsCommand.js +3 -3
- package/dist-cjs/commands/GetTemplateCommand.js +3 -3
- package/dist-cjs/commands/ListConfigurationSetsCommand.js +3 -3
- package/dist-cjs/commands/ListCustomVerificationEmailTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListIdentitiesCommand.js +3 -3
- package/dist-cjs/commands/ListIdentityPoliciesCommand.js +3 -3
- package/dist-cjs/commands/ListReceiptFiltersCommand.js +3 -3
- package/dist-cjs/commands/ListReceiptRuleSetsCommand.js +3 -3
- package/dist-cjs/commands/ListTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListVerifiedEmailAddressesCommand.js +3 -3
- package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +3 -3
- package/dist-cjs/commands/PutIdentityPolicyCommand.js +3 -3
- package/dist-cjs/commands/ReorderReceiptRuleSetCommand.js +3 -3
- package/dist-cjs/commands/SendBounceCommand.js +3 -3
- package/dist-cjs/commands/SendBulkTemplatedEmailCommand.js +3 -3
- package/dist-cjs/commands/SendCustomVerificationEmailCommand.js +3 -3
- package/dist-cjs/commands/SendEmailCommand.js +3 -3
- package/dist-cjs/commands/SendRawEmailCommand.js +3 -3
- package/dist-cjs/commands/SendTemplatedEmailCommand.js +3 -3
- package/dist-cjs/commands/SetActiveReceiptRuleSetCommand.js +3 -3
- package/dist-cjs/commands/SetIdentityDkimEnabledCommand.js +3 -3
- package/dist-cjs/commands/SetIdentityFeedbackForwardingEnabledCommand.js +3 -3
- package/dist-cjs/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +3 -3
- package/dist-cjs/commands/SetIdentityMailFromDomainCommand.js +3 -3
- package/dist-cjs/commands/SetIdentityNotificationTopicCommand.js +3 -3
- package/dist-cjs/commands/SetReceiptRulePositionCommand.js +3 -3
- package/dist-cjs/commands/TestRenderTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdateAccountSendingEnabledCommand.js +3 -3
- package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +3 -3
- package/dist-cjs/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +3 -3
- package/dist-cjs/commands/UpdateConfigurationSetSendingEnabledCommand.js +3 -3
- package/dist-cjs/commands/UpdateConfigurationSetTrackingOptionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateCustomVerificationEmailTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdateReceiptRuleCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplateCommand.js +3 -3
- package/dist-cjs/commands/VerifyDomainDkimCommand.js +3 -3
- package/dist-cjs/commands/VerifyDomainIdentityCommand.js +3 -3
- package/dist-cjs/commands/VerifyEmailAddressCommand.js +3 -3
- package/dist-cjs/commands/VerifyEmailIdentityCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +301 -301
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForIdentityExists.js +3 -3
- package/dist-es/SES.js +71 -71
- package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +4 -4
- package/dist-es/pagination/ListIdentitiesPaginator.js +4 -4
- package/dist-es/protocols/Aws_query.js +73 -73
- package/dist-types/SESClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/SESClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +35 -35
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListIdentitiesCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListIdentitiesCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listIdentities.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.listIdentities.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateListIdentities(config, input) {
|
|
|
48
48
|
input.NextToken = token;
|
|
49
49
|
input["MaxItems"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof SES)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof SESClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|
|
@@ -4710,7 +4710,7 @@ var serializeAws_queryAddressList = function (input, context) {
|
|
|
4710
4710
|
if (entry === null) {
|
|
4711
4711
|
continue;
|
|
4712
4712
|
}
|
|
4713
|
-
entries["member."
|
|
4713
|
+
entries["member.".concat(counter)] = entry;
|
|
4714
4714
|
counter++;
|
|
4715
4715
|
}
|
|
4716
4716
|
}
|
|
@@ -4729,7 +4729,7 @@ var serializeAws_queryBody = function (input, context) {
|
|
|
4729
4729
|
var memberEntries = serializeAws_queryContent(input.Text, context);
|
|
4730
4730
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4731
4731
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4732
|
-
var loc = "Text."
|
|
4732
|
+
var loc = "Text.".concat(key);
|
|
4733
4733
|
entries[loc] = value;
|
|
4734
4734
|
});
|
|
4735
4735
|
}
|
|
@@ -4737,7 +4737,7 @@ var serializeAws_queryBody = function (input, context) {
|
|
|
4737
4737
|
var memberEntries = serializeAws_queryContent(input.Html, context);
|
|
4738
4738
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4739
4739
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4740
|
-
var loc = "Html."
|
|
4740
|
+
var loc = "Html.".concat(key);
|
|
4741
4741
|
entries[loc] = value;
|
|
4742
4742
|
});
|
|
4743
4743
|
}
|
|
@@ -4777,7 +4777,7 @@ var serializeAws_queryBouncedRecipientInfo = function (input, context) {
|
|
|
4777
4777
|
var memberEntries = serializeAws_queryRecipientDsnFields(input.RecipientDsnFields, context);
|
|
4778
4778
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4779
4779
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4780
|
-
var loc = "RecipientDsnFields."
|
|
4780
|
+
var loc = "RecipientDsnFields.".concat(key);
|
|
4781
4781
|
entries[loc] = value;
|
|
4782
4782
|
});
|
|
4783
4783
|
}
|
|
@@ -4796,7 +4796,7 @@ var serializeAws_queryBouncedRecipientInfoList = function (input, context) {
|
|
|
4796
4796
|
var memberEntries = serializeAws_queryBouncedRecipientInfo(entry, context);
|
|
4797
4797
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4798
4798
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4799
|
-
entries["member."
|
|
4799
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
4800
4800
|
});
|
|
4801
4801
|
counter++;
|
|
4802
4802
|
}
|
|
@@ -4816,7 +4816,7 @@ var serializeAws_queryBulkEmailDestination = function (input, context) {
|
|
|
4816
4816
|
var memberEntries = serializeAws_queryDestination(input.Destination, context);
|
|
4817
4817
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4818
4818
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4819
|
-
var loc = "Destination."
|
|
4819
|
+
var loc = "Destination.".concat(key);
|
|
4820
4820
|
entries[loc] = value;
|
|
4821
4821
|
});
|
|
4822
4822
|
}
|
|
@@ -4824,7 +4824,7 @@ var serializeAws_queryBulkEmailDestination = function (input, context) {
|
|
|
4824
4824
|
var memberEntries = serializeAws_queryMessageTagList(input.ReplacementTags, context);
|
|
4825
4825
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4826
4826
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4827
|
-
var loc = "ReplacementTags."
|
|
4827
|
+
var loc = "ReplacementTags.".concat(key);
|
|
4828
4828
|
entries[loc] = value;
|
|
4829
4829
|
});
|
|
4830
4830
|
}
|
|
@@ -4846,7 +4846,7 @@ var serializeAws_queryBulkEmailDestinationList = function (input, context) {
|
|
|
4846
4846
|
var memberEntries = serializeAws_queryBulkEmailDestination(entry, context);
|
|
4847
4847
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4848
4848
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4849
|
-
entries["member."
|
|
4849
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
4850
4850
|
});
|
|
4851
4851
|
counter++;
|
|
4852
4852
|
}
|
|
@@ -4876,7 +4876,7 @@ var serializeAws_queryCloudWatchDestination = function (input, context) {
|
|
|
4876
4876
|
var memberEntries = serializeAws_queryCloudWatchDimensionConfigurations(input.DimensionConfigurations, context);
|
|
4877
4877
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4878
4878
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4879
|
-
var loc = "DimensionConfigurations."
|
|
4879
|
+
var loc = "DimensionConfigurations.".concat(key);
|
|
4880
4880
|
entries[loc] = value;
|
|
4881
4881
|
});
|
|
4882
4882
|
}
|
|
@@ -4908,7 +4908,7 @@ var serializeAws_queryCloudWatchDimensionConfigurations = function (input, conte
|
|
|
4908
4908
|
var memberEntries = serializeAws_queryCloudWatchDimensionConfiguration(entry, context);
|
|
4909
4909
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4910
4910
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4911
|
-
entries["member."
|
|
4911
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
4912
4912
|
});
|
|
4913
4913
|
counter++;
|
|
4914
4914
|
}
|
|
@@ -4939,7 +4939,7 @@ var serializeAws_queryConfigurationSetAttributeList = function (input, context)
|
|
|
4939
4939
|
if (entry === null) {
|
|
4940
4940
|
continue;
|
|
4941
4941
|
}
|
|
4942
|
-
entries["member."
|
|
4942
|
+
entries["member.".concat(counter)] = entry;
|
|
4943
4943
|
counter++;
|
|
4944
4944
|
}
|
|
4945
4945
|
}
|
|
@@ -4971,7 +4971,7 @@ var serializeAws_queryCreateConfigurationSetEventDestinationRequest = function (
|
|
|
4971
4971
|
var memberEntries = serializeAws_queryEventDestination(input.EventDestination, context);
|
|
4972
4972
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4973
4973
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4974
|
-
var loc = "EventDestination."
|
|
4974
|
+
var loc = "EventDestination.".concat(key);
|
|
4975
4975
|
entries[loc] = value;
|
|
4976
4976
|
});
|
|
4977
4977
|
}
|
|
@@ -4983,7 +4983,7 @@ var serializeAws_queryCreateConfigurationSetRequest = function (input, context)
|
|
|
4983
4983
|
var memberEntries = serializeAws_queryConfigurationSet(input.ConfigurationSet, context);
|
|
4984
4984
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
4985
4985
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
4986
|
-
var loc = "ConfigurationSet."
|
|
4986
|
+
var loc = "ConfigurationSet.".concat(key);
|
|
4987
4987
|
entries[loc] = value;
|
|
4988
4988
|
});
|
|
4989
4989
|
}
|
|
@@ -4998,7 +4998,7 @@ var serializeAws_queryCreateConfigurationSetTrackingOptionsRequest = function (i
|
|
|
4998
4998
|
var memberEntries = serializeAws_queryTrackingOptions(input.TrackingOptions, context);
|
|
4999
4999
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5000
5000
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5001
|
-
var loc = "TrackingOptions."
|
|
5001
|
+
var loc = "TrackingOptions.".concat(key);
|
|
5002
5002
|
entries[loc] = value;
|
|
5003
5003
|
});
|
|
5004
5004
|
}
|
|
@@ -5032,7 +5032,7 @@ var serializeAws_queryCreateReceiptFilterRequest = function (input, context) {
|
|
|
5032
5032
|
var memberEntries = serializeAws_queryReceiptFilter(input.Filter, context);
|
|
5033
5033
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5034
5034
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5035
|
-
var loc = "Filter."
|
|
5035
|
+
var loc = "Filter.".concat(key);
|
|
5036
5036
|
entries[loc] = value;
|
|
5037
5037
|
});
|
|
5038
5038
|
}
|
|
@@ -5050,7 +5050,7 @@ var serializeAws_queryCreateReceiptRuleRequest = function (input, context) {
|
|
|
5050
5050
|
var memberEntries = serializeAws_queryReceiptRule(input.Rule, context);
|
|
5051
5051
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5052
5052
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5053
|
-
var loc = "Rule."
|
|
5053
|
+
var loc = "Rule.".concat(key);
|
|
5054
5054
|
entries[loc] = value;
|
|
5055
5055
|
});
|
|
5056
5056
|
}
|
|
@@ -5069,7 +5069,7 @@ var serializeAws_queryCreateTemplateRequest = function (input, context) {
|
|
|
5069
5069
|
var memberEntries = serializeAws_queryTemplate(input.Template, context);
|
|
5070
5070
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5071
5071
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5072
|
-
var loc = "Template."
|
|
5072
|
+
var loc = "Template.".concat(key);
|
|
5073
5073
|
entries[loc] = value;
|
|
5074
5074
|
});
|
|
5075
5075
|
}
|
|
@@ -5181,7 +5181,7 @@ var serializeAws_queryDescribeConfigurationSetRequest = function (input, context
|
|
|
5181
5181
|
var memberEntries = serializeAws_queryConfigurationSetAttributeList(input.ConfigurationSetAttributeNames, context);
|
|
5182
5182
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5183
5183
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5184
|
-
var loc = "ConfigurationSetAttributeNames."
|
|
5184
|
+
var loc = "ConfigurationSetAttributeNames.".concat(key);
|
|
5185
5185
|
entries[loc] = value;
|
|
5186
5186
|
});
|
|
5187
5187
|
}
|
|
@@ -5210,7 +5210,7 @@ var serializeAws_queryDestination = function (input, context) {
|
|
|
5210
5210
|
var memberEntries = serializeAws_queryAddressList(input.ToAddresses, context);
|
|
5211
5211
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5212
5212
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5213
|
-
var loc = "ToAddresses."
|
|
5213
|
+
var loc = "ToAddresses.".concat(key);
|
|
5214
5214
|
entries[loc] = value;
|
|
5215
5215
|
});
|
|
5216
5216
|
}
|
|
@@ -5218,7 +5218,7 @@ var serializeAws_queryDestination = function (input, context) {
|
|
|
5218
5218
|
var memberEntries = serializeAws_queryAddressList(input.CcAddresses, context);
|
|
5219
5219
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5220
5220
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5221
|
-
var loc = "CcAddresses."
|
|
5221
|
+
var loc = "CcAddresses.".concat(key);
|
|
5222
5222
|
entries[loc] = value;
|
|
5223
5223
|
});
|
|
5224
5224
|
}
|
|
@@ -5226,7 +5226,7 @@ var serializeAws_queryDestination = function (input, context) {
|
|
|
5226
5226
|
var memberEntries = serializeAws_queryAddressList(input.BccAddresses, context);
|
|
5227
5227
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5228
5228
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5229
|
-
var loc = "BccAddresses."
|
|
5229
|
+
var loc = "BccAddresses.".concat(key);
|
|
5230
5230
|
entries[loc] = value;
|
|
5231
5231
|
});
|
|
5232
5232
|
}
|
|
@@ -5244,7 +5244,7 @@ var serializeAws_queryEventDestination = function (input, context) {
|
|
|
5244
5244
|
var memberEntries = serializeAws_queryEventTypes(input.MatchingEventTypes, context);
|
|
5245
5245
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5246
5246
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5247
|
-
var loc = "MatchingEventTypes."
|
|
5247
|
+
var loc = "MatchingEventTypes.".concat(key);
|
|
5248
5248
|
entries[loc] = value;
|
|
5249
5249
|
});
|
|
5250
5250
|
}
|
|
@@ -5252,7 +5252,7 @@ var serializeAws_queryEventDestination = function (input, context) {
|
|
|
5252
5252
|
var memberEntries = serializeAws_queryKinesisFirehoseDestination(input.KinesisFirehoseDestination, context);
|
|
5253
5253
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5254
5254
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5255
|
-
var loc = "KinesisFirehoseDestination."
|
|
5255
|
+
var loc = "KinesisFirehoseDestination.".concat(key);
|
|
5256
5256
|
entries[loc] = value;
|
|
5257
5257
|
});
|
|
5258
5258
|
}
|
|
@@ -5260,7 +5260,7 @@ var serializeAws_queryEventDestination = function (input, context) {
|
|
|
5260
5260
|
var memberEntries = serializeAws_queryCloudWatchDestination(input.CloudWatchDestination, context);
|
|
5261
5261
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5262
5262
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5263
|
-
var loc = "CloudWatchDestination."
|
|
5263
|
+
var loc = "CloudWatchDestination.".concat(key);
|
|
5264
5264
|
entries[loc] = value;
|
|
5265
5265
|
});
|
|
5266
5266
|
}
|
|
@@ -5268,7 +5268,7 @@ var serializeAws_queryEventDestination = function (input, context) {
|
|
|
5268
5268
|
var memberEntries = serializeAws_querySNSDestination(input.SNSDestination, context);
|
|
5269
5269
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5270
5270
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5271
|
-
var loc = "SNSDestination."
|
|
5271
|
+
var loc = "SNSDestination.".concat(key);
|
|
5272
5272
|
entries[loc] = value;
|
|
5273
5273
|
});
|
|
5274
5274
|
}
|
|
@@ -5284,7 +5284,7 @@ var serializeAws_queryEventTypes = function (input, context) {
|
|
|
5284
5284
|
if (entry === null) {
|
|
5285
5285
|
continue;
|
|
5286
5286
|
}
|
|
5287
|
-
entries["member."
|
|
5287
|
+
entries["member.".concat(counter)] = entry;
|
|
5288
5288
|
counter++;
|
|
5289
5289
|
}
|
|
5290
5290
|
}
|
|
@@ -5320,7 +5320,7 @@ var serializeAws_queryExtensionFieldList = function (input, context) {
|
|
|
5320
5320
|
var memberEntries = serializeAws_queryExtensionField(entry, context);
|
|
5321
5321
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5322
5322
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5323
|
-
entries["member."
|
|
5323
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
5324
5324
|
});
|
|
5325
5325
|
counter++;
|
|
5326
5326
|
}
|
|
@@ -5347,7 +5347,7 @@ var serializeAws_queryGetIdentityDkimAttributesRequest = function (input, contex
|
|
|
5347
5347
|
var memberEntries = serializeAws_queryIdentityList(input.Identities, context);
|
|
5348
5348
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5349
5349
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5350
|
-
var loc = "Identities."
|
|
5350
|
+
var loc = "Identities.".concat(key);
|
|
5351
5351
|
entries[loc] = value;
|
|
5352
5352
|
});
|
|
5353
5353
|
}
|
|
@@ -5359,7 +5359,7 @@ var serializeAws_queryGetIdentityMailFromDomainAttributesRequest = function (inp
|
|
|
5359
5359
|
var memberEntries = serializeAws_queryIdentityList(input.Identities, context);
|
|
5360
5360
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5361
5361
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5362
|
-
var loc = "Identities."
|
|
5362
|
+
var loc = "Identities.".concat(key);
|
|
5363
5363
|
entries[loc] = value;
|
|
5364
5364
|
});
|
|
5365
5365
|
}
|
|
@@ -5371,7 +5371,7 @@ var serializeAws_queryGetIdentityNotificationAttributesRequest = function (input
|
|
|
5371
5371
|
var memberEntries = serializeAws_queryIdentityList(input.Identities, context);
|
|
5372
5372
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5373
5373
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5374
|
-
var loc = "Identities."
|
|
5374
|
+
var loc = "Identities.".concat(key);
|
|
5375
5375
|
entries[loc] = value;
|
|
5376
5376
|
});
|
|
5377
5377
|
}
|
|
@@ -5386,7 +5386,7 @@ var serializeAws_queryGetIdentityPoliciesRequest = function (input, context) {
|
|
|
5386
5386
|
var memberEntries = serializeAws_queryPolicyNameList(input.PolicyNames, context);
|
|
5387
5387
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5388
5388
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5389
|
-
var loc = "PolicyNames."
|
|
5389
|
+
var loc = "PolicyNames.".concat(key);
|
|
5390
5390
|
entries[loc] = value;
|
|
5391
5391
|
});
|
|
5392
5392
|
}
|
|
@@ -5398,7 +5398,7 @@ var serializeAws_queryGetIdentityVerificationAttributesRequest = function (input
|
|
|
5398
5398
|
var memberEntries = serializeAws_queryIdentityList(input.Identities, context);
|
|
5399
5399
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5400
5400
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5401
|
-
var loc = "Identities."
|
|
5401
|
+
var loc = "Identities.".concat(key);
|
|
5402
5402
|
entries[loc] = value;
|
|
5403
5403
|
});
|
|
5404
5404
|
}
|
|
@@ -5421,7 +5421,7 @@ var serializeAws_queryIdentityList = function (input, context) {
|
|
|
5421
5421
|
if (entry === null) {
|
|
5422
5422
|
continue;
|
|
5423
5423
|
}
|
|
5424
|
-
entries["member."
|
|
5424
|
+
entries["member.".concat(counter)] = entry;
|
|
5425
5425
|
counter++;
|
|
5426
5426
|
}
|
|
5427
5427
|
}
|
|
@@ -5524,7 +5524,7 @@ var serializeAws_queryMessage = function (input, context) {
|
|
|
5524
5524
|
var memberEntries = serializeAws_queryContent(input.Subject, context);
|
|
5525
5525
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5526
5526
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5527
|
-
var loc = "Subject."
|
|
5527
|
+
var loc = "Subject.".concat(key);
|
|
5528
5528
|
entries[loc] = value;
|
|
5529
5529
|
});
|
|
5530
5530
|
}
|
|
@@ -5532,7 +5532,7 @@ var serializeAws_queryMessage = function (input, context) {
|
|
|
5532
5532
|
var memberEntries = serializeAws_queryBody(input.Body, context);
|
|
5533
5533
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5534
5534
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5535
|
-
var loc = "Body."
|
|
5535
|
+
var loc = "Body.".concat(key);
|
|
5536
5536
|
entries[loc] = value;
|
|
5537
5537
|
});
|
|
5538
5538
|
}
|
|
@@ -5550,7 +5550,7 @@ var serializeAws_queryMessageDsn = function (input, context) {
|
|
|
5550
5550
|
var memberEntries = serializeAws_queryExtensionFieldList(input.ExtensionFields, context);
|
|
5551
5551
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5552
5552
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5553
|
-
var loc = "ExtensionFields."
|
|
5553
|
+
var loc = "ExtensionFields.".concat(key);
|
|
5554
5554
|
entries[loc] = value;
|
|
5555
5555
|
});
|
|
5556
5556
|
}
|
|
@@ -5579,7 +5579,7 @@ var serializeAws_queryMessageTagList = function (input, context) {
|
|
|
5579
5579
|
var memberEntries = serializeAws_queryMessageTag(entry, context);
|
|
5580
5580
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5581
5581
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5582
|
-
entries["member."
|
|
5582
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
5583
5583
|
});
|
|
5584
5584
|
counter++;
|
|
5585
5585
|
}
|
|
@@ -5603,7 +5603,7 @@ var serializeAws_queryPolicyNameList = function (input, context) {
|
|
|
5603
5603
|
if (entry === null) {
|
|
5604
5604
|
continue;
|
|
5605
5605
|
}
|
|
5606
|
-
entries["member."
|
|
5606
|
+
entries["member.".concat(counter)] = entry;
|
|
5607
5607
|
counter++;
|
|
5608
5608
|
}
|
|
5609
5609
|
}
|
|
@@ -5625,7 +5625,7 @@ var serializeAws_queryPutConfigurationSetDeliveryOptionsRequest = function (inpu
|
|
|
5625
5625
|
var memberEntries = serializeAws_queryDeliveryOptions(input.DeliveryOptions, context);
|
|
5626
5626
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5627
5627
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5628
|
-
var loc = "DeliveryOptions."
|
|
5628
|
+
var loc = "DeliveryOptions.".concat(key);
|
|
5629
5629
|
entries[loc] = value;
|
|
5630
5630
|
});
|
|
5631
5631
|
}
|
|
@@ -5657,7 +5657,7 @@ var serializeAws_queryReceiptAction = function (input, context) {
|
|
|
5657
5657
|
var memberEntries = serializeAws_queryS3Action(input.S3Action, context);
|
|
5658
5658
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5659
5659
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5660
|
-
var loc = "S3Action."
|
|
5660
|
+
var loc = "S3Action.".concat(key);
|
|
5661
5661
|
entries[loc] = value;
|
|
5662
5662
|
});
|
|
5663
5663
|
}
|
|
@@ -5665,7 +5665,7 @@ var serializeAws_queryReceiptAction = function (input, context) {
|
|
|
5665
5665
|
var memberEntries = serializeAws_queryBounceAction(input.BounceAction, context);
|
|
5666
5666
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5667
5667
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5668
|
-
var loc = "BounceAction."
|
|
5668
|
+
var loc = "BounceAction.".concat(key);
|
|
5669
5669
|
entries[loc] = value;
|
|
5670
5670
|
});
|
|
5671
5671
|
}
|
|
@@ -5673,7 +5673,7 @@ var serializeAws_queryReceiptAction = function (input, context) {
|
|
|
5673
5673
|
var memberEntries = serializeAws_queryWorkmailAction(input.WorkmailAction, context);
|
|
5674
5674
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5675
5675
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5676
|
-
var loc = "WorkmailAction."
|
|
5676
|
+
var loc = "WorkmailAction.".concat(key);
|
|
5677
5677
|
entries[loc] = value;
|
|
5678
5678
|
});
|
|
5679
5679
|
}
|
|
@@ -5681,7 +5681,7 @@ var serializeAws_queryReceiptAction = function (input, context) {
|
|
|
5681
5681
|
var memberEntries = serializeAws_queryLambdaAction(input.LambdaAction, context);
|
|
5682
5682
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5683
5683
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5684
|
-
var loc = "LambdaAction."
|
|
5684
|
+
var loc = "LambdaAction.".concat(key);
|
|
5685
5685
|
entries[loc] = value;
|
|
5686
5686
|
});
|
|
5687
5687
|
}
|
|
@@ -5689,7 +5689,7 @@ var serializeAws_queryReceiptAction = function (input, context) {
|
|
|
5689
5689
|
var memberEntries = serializeAws_queryStopAction(input.StopAction, context);
|
|
5690
5690
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5691
5691
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5692
|
-
var loc = "StopAction."
|
|
5692
|
+
var loc = "StopAction.".concat(key);
|
|
5693
5693
|
entries[loc] = value;
|
|
5694
5694
|
});
|
|
5695
5695
|
}
|
|
@@ -5697,7 +5697,7 @@ var serializeAws_queryReceiptAction = function (input, context) {
|
|
|
5697
5697
|
var memberEntries = serializeAws_queryAddHeaderAction(input.AddHeaderAction, context);
|
|
5698
5698
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5699
5699
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5700
|
-
var loc = "AddHeaderAction."
|
|
5700
|
+
var loc = "AddHeaderAction.".concat(key);
|
|
5701
5701
|
entries[loc] = value;
|
|
5702
5702
|
});
|
|
5703
5703
|
}
|
|
@@ -5705,7 +5705,7 @@ var serializeAws_queryReceiptAction = function (input, context) {
|
|
|
5705
5705
|
var memberEntries = serializeAws_querySNSAction(input.SNSAction, context);
|
|
5706
5706
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5707
5707
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5708
|
-
var loc = "SNSAction."
|
|
5708
|
+
var loc = "SNSAction.".concat(key);
|
|
5709
5709
|
entries[loc] = value;
|
|
5710
5710
|
});
|
|
5711
5711
|
}
|
|
@@ -5724,7 +5724,7 @@ var serializeAws_queryReceiptActionsList = function (input, context) {
|
|
|
5724
5724
|
var memberEntries = serializeAws_queryReceiptAction(entry, context);
|
|
5725
5725
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5726
5726
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5727
|
-
entries["member."
|
|
5727
|
+
entries["member.".concat(counter, ".").concat(key)] = value;
|
|
5728
5728
|
});
|
|
5729
5729
|
counter++;
|
|
5730
5730
|
}
|
|
@@ -5747,7 +5747,7 @@ var serializeAws_queryReceiptFilter = function (input, context) {
|
|
|
5747
5747
|
var memberEntries = serializeAws_queryReceiptIpFilter(input.IpFilter, context);
|
|
5748
5748
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5749
5749
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5750
|
-
var loc = "IpFilter."
|
|
5750
|
+
var loc = "IpFilter.".concat(key);
|
|
5751
5751
|
entries[loc] = value;
|
|
5752
5752
|
});
|
|
5753
5753
|
}
|
|
@@ -5778,7 +5778,7 @@ var serializeAws_queryReceiptRule = function (input, context) {
|
|
|
5778
5778
|
var memberEntries = serializeAws_queryRecipientsList(input.Recipients, context);
|
|
5779
5779
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5780
5780
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5781
|
-
var loc = "Recipients."
|
|
5781
|
+
var loc = "Recipients.".concat(key);
|
|
5782
5782
|
entries[loc] = value;
|
|
5783
5783
|
});
|
|
5784
5784
|
}
|
|
@@ -5786,7 +5786,7 @@ var serializeAws_queryReceiptRule = function (input, context) {
|
|
|
5786
5786
|
var memberEntries = serializeAws_queryReceiptActionsList(input.Actions, context);
|
|
5787
5787
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5788
5788
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5789
|
-
var loc = "Actions."
|
|
5789
|
+
var loc = "Actions.".concat(key);
|
|
5790
5790
|
entries[loc] = value;
|
|
5791
5791
|
});
|
|
5792
5792
|
}
|
|
@@ -5805,7 +5805,7 @@ var serializeAws_queryReceiptRuleNamesList = function (input, context) {
|
|
|
5805
5805
|
if (entry === null) {
|
|
5806
5806
|
continue;
|
|
5807
5807
|
}
|
|
5808
|
-
entries["member."
|
|
5808
|
+
entries["member.".concat(counter)] = entry;
|
|
5809
5809
|
counter++;
|
|
5810
5810
|
}
|
|
5811
5811
|
}
|
|
@@ -5842,7 +5842,7 @@ var serializeAws_queryRecipientDsnFields = function (input, context) {
|
|
|
5842
5842
|
var memberEntries = serializeAws_queryExtensionFieldList(input.ExtensionFields, context);
|
|
5843
5843
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5844
5844
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5845
|
-
var loc = "ExtensionFields."
|
|
5845
|
+
var loc = "ExtensionFields.".concat(key);
|
|
5846
5846
|
entries[loc] = value;
|
|
5847
5847
|
});
|
|
5848
5848
|
}
|
|
@@ -5858,7 +5858,7 @@ var serializeAws_queryRecipientsList = function (input, context) {
|
|
|
5858
5858
|
if (entry === null) {
|
|
5859
5859
|
continue;
|
|
5860
5860
|
}
|
|
5861
|
-
entries["member."
|
|
5861
|
+
entries["member.".concat(counter)] = entry;
|
|
5862
5862
|
counter++;
|
|
5863
5863
|
}
|
|
5864
5864
|
}
|
|
@@ -5880,7 +5880,7 @@ var serializeAws_queryReorderReceiptRuleSetRequest = function (input, context) {
|
|
|
5880
5880
|
var memberEntries = serializeAws_queryReceiptRuleNamesList(input.RuleNames, context);
|
|
5881
5881
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5882
5882
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5883
|
-
var loc = "RuleNames."
|
|
5883
|
+
var loc = "RuleNames.".concat(key);
|
|
5884
5884
|
entries[loc] = value;
|
|
5885
5885
|
});
|
|
5886
5886
|
}
|
|
@@ -5917,7 +5917,7 @@ var serializeAws_querySendBounceRequest = function (input, context) {
|
|
|
5917
5917
|
var memberEntries = serializeAws_queryMessageDsn(input.MessageDsn, context);
|
|
5918
5918
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5919
5919
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5920
|
-
var loc = "MessageDsn."
|
|
5920
|
+
var loc = "MessageDsn.".concat(key);
|
|
5921
5921
|
entries[loc] = value;
|
|
5922
5922
|
});
|
|
5923
5923
|
}
|
|
@@ -5925,7 +5925,7 @@ var serializeAws_querySendBounceRequest = function (input, context) {
|
|
|
5925
5925
|
var memberEntries = serializeAws_queryBouncedRecipientInfoList(input.BouncedRecipientInfoList, context);
|
|
5926
5926
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5927
5927
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5928
|
-
var loc = "BouncedRecipientInfoList."
|
|
5928
|
+
var loc = "BouncedRecipientInfoList.".concat(key);
|
|
5929
5929
|
entries[loc] = value;
|
|
5930
5930
|
});
|
|
5931
5931
|
}
|
|
@@ -5946,7 +5946,7 @@ var serializeAws_querySendBulkTemplatedEmailRequest = function (input, context)
|
|
|
5946
5946
|
var memberEntries = serializeAws_queryAddressList(input.ReplyToAddresses, context);
|
|
5947
5947
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5948
5948
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5949
|
-
var loc = "ReplyToAddresses."
|
|
5949
|
+
var loc = "ReplyToAddresses.".concat(key);
|
|
5950
5950
|
entries[loc] = value;
|
|
5951
5951
|
});
|
|
5952
5952
|
}
|
|
@@ -5963,7 +5963,7 @@ var serializeAws_querySendBulkTemplatedEmailRequest = function (input, context)
|
|
|
5963
5963
|
var memberEntries = serializeAws_queryMessageTagList(input.DefaultTags, context);
|
|
5964
5964
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5965
5965
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5966
|
-
var loc = "DefaultTags."
|
|
5966
|
+
var loc = "DefaultTags.".concat(key);
|
|
5967
5967
|
entries[loc] = value;
|
|
5968
5968
|
});
|
|
5969
5969
|
}
|
|
@@ -5980,7 +5980,7 @@ var serializeAws_querySendBulkTemplatedEmailRequest = function (input, context)
|
|
|
5980
5980
|
var memberEntries = serializeAws_queryBulkEmailDestinationList(input.Destinations, context);
|
|
5981
5981
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
5982
5982
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
5983
|
-
var loc = "Destinations."
|
|
5983
|
+
var loc = "Destinations.".concat(key);
|
|
5984
5984
|
entries[loc] = value;
|
|
5985
5985
|
});
|
|
5986
5986
|
}
|
|
@@ -6008,7 +6008,7 @@ var serializeAws_querySendEmailRequest = function (input, context) {
|
|
|
6008
6008
|
var memberEntries = serializeAws_queryDestination(input.Destination, context);
|
|
6009
6009
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6010
6010
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6011
|
-
var loc = "Destination."
|
|
6011
|
+
var loc = "Destination.".concat(key);
|
|
6012
6012
|
entries[loc] = value;
|
|
6013
6013
|
});
|
|
6014
6014
|
}
|
|
@@ -6016,7 +6016,7 @@ var serializeAws_querySendEmailRequest = function (input, context) {
|
|
|
6016
6016
|
var memberEntries = serializeAws_queryMessage(input.Message, context);
|
|
6017
6017
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6018
6018
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6019
|
-
var loc = "Message."
|
|
6019
|
+
var loc = "Message.".concat(key);
|
|
6020
6020
|
entries[loc] = value;
|
|
6021
6021
|
});
|
|
6022
6022
|
}
|
|
@@ -6024,7 +6024,7 @@ var serializeAws_querySendEmailRequest = function (input, context) {
|
|
|
6024
6024
|
var memberEntries = serializeAws_queryAddressList(input.ReplyToAddresses, context);
|
|
6025
6025
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6026
6026
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6027
|
-
var loc = "ReplyToAddresses."
|
|
6027
|
+
var loc = "ReplyToAddresses.".concat(key);
|
|
6028
6028
|
entries[loc] = value;
|
|
6029
6029
|
});
|
|
6030
6030
|
}
|
|
@@ -6041,7 +6041,7 @@ var serializeAws_querySendEmailRequest = function (input, context) {
|
|
|
6041
6041
|
var memberEntries = serializeAws_queryMessageTagList(input.Tags, context);
|
|
6042
6042
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6043
6043
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6044
|
-
var loc = "Tags."
|
|
6044
|
+
var loc = "Tags.".concat(key);
|
|
6045
6045
|
entries[loc] = value;
|
|
6046
6046
|
});
|
|
6047
6047
|
}
|
|
@@ -6059,7 +6059,7 @@ var serializeAws_querySendRawEmailRequest = function (input, context) {
|
|
|
6059
6059
|
var memberEntries = serializeAws_queryAddressList(input.Destinations, context);
|
|
6060
6060
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6061
6061
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6062
|
-
var loc = "Destinations."
|
|
6062
|
+
var loc = "Destinations.".concat(key);
|
|
6063
6063
|
entries[loc] = value;
|
|
6064
6064
|
});
|
|
6065
6065
|
}
|
|
@@ -6067,7 +6067,7 @@ var serializeAws_querySendRawEmailRequest = function (input, context) {
|
|
|
6067
6067
|
var memberEntries = serializeAws_queryRawMessage(input.RawMessage, context);
|
|
6068
6068
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6069
6069
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6070
|
-
var loc = "RawMessage."
|
|
6070
|
+
var loc = "RawMessage.".concat(key);
|
|
6071
6071
|
entries[loc] = value;
|
|
6072
6072
|
});
|
|
6073
6073
|
}
|
|
@@ -6084,7 +6084,7 @@ var serializeAws_querySendRawEmailRequest = function (input, context) {
|
|
|
6084
6084
|
var memberEntries = serializeAws_queryMessageTagList(input.Tags, context);
|
|
6085
6085
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6086
6086
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6087
|
-
var loc = "Tags."
|
|
6087
|
+
var loc = "Tags.".concat(key);
|
|
6088
6088
|
entries[loc] = value;
|
|
6089
6089
|
});
|
|
6090
6090
|
}
|
|
@@ -6102,7 +6102,7 @@ var serializeAws_querySendTemplatedEmailRequest = function (input, context) {
|
|
|
6102
6102
|
var memberEntries = serializeAws_queryDestination(input.Destination, context);
|
|
6103
6103
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6104
6104
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6105
|
-
var loc = "Destination."
|
|
6105
|
+
var loc = "Destination.".concat(key);
|
|
6106
6106
|
entries[loc] = value;
|
|
6107
6107
|
});
|
|
6108
6108
|
}
|
|
@@ -6110,7 +6110,7 @@ var serializeAws_querySendTemplatedEmailRequest = function (input, context) {
|
|
|
6110
6110
|
var memberEntries = serializeAws_queryAddressList(input.ReplyToAddresses, context);
|
|
6111
6111
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6112
6112
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6113
|
-
var loc = "ReplyToAddresses."
|
|
6113
|
+
var loc = "ReplyToAddresses.".concat(key);
|
|
6114
6114
|
entries[loc] = value;
|
|
6115
6115
|
});
|
|
6116
6116
|
}
|
|
@@ -6127,7 +6127,7 @@ var serializeAws_querySendTemplatedEmailRequest = function (input, context) {
|
|
|
6127
6127
|
var memberEntries = serializeAws_queryMessageTagList(input.Tags, context);
|
|
6128
6128
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6129
6129
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6130
|
-
var loc = "Tags."
|
|
6130
|
+
var loc = "Tags.".concat(key);
|
|
6131
6131
|
entries[loc] = value;
|
|
6132
6132
|
});
|
|
6133
6133
|
}
|
|
@@ -6300,7 +6300,7 @@ var serializeAws_queryUpdateConfigurationSetEventDestinationRequest = function (
|
|
|
6300
6300
|
var memberEntries = serializeAws_queryEventDestination(input.EventDestination, context);
|
|
6301
6301
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6302
6302
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6303
|
-
var loc = "EventDestination."
|
|
6303
|
+
var loc = "EventDestination.".concat(key);
|
|
6304
6304
|
entries[loc] = value;
|
|
6305
6305
|
});
|
|
6306
6306
|
}
|
|
@@ -6335,7 +6335,7 @@ var serializeAws_queryUpdateConfigurationSetTrackingOptionsRequest = function (i
|
|
|
6335
6335
|
var memberEntries = serializeAws_queryTrackingOptions(input.TrackingOptions, context);
|
|
6336
6336
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6337
6337
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6338
|
-
var loc = "TrackingOptions."
|
|
6338
|
+
var loc = "TrackingOptions.".concat(key);
|
|
6339
6339
|
entries[loc] = value;
|
|
6340
6340
|
});
|
|
6341
6341
|
}
|
|
@@ -6372,7 +6372,7 @@ var serializeAws_queryUpdateReceiptRuleRequest = function (input, context) {
|
|
|
6372
6372
|
var memberEntries = serializeAws_queryReceiptRule(input.Rule, context);
|
|
6373
6373
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6374
6374
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6375
|
-
var loc = "Rule."
|
|
6375
|
+
var loc = "Rule.".concat(key);
|
|
6376
6376
|
entries[loc] = value;
|
|
6377
6377
|
});
|
|
6378
6378
|
}
|
|
@@ -6384,7 +6384,7 @@ var serializeAws_queryUpdateTemplateRequest = function (input, context) {
|
|
|
6384
6384
|
var memberEntries = serializeAws_queryTemplate(input.Template, context);
|
|
6385
6385
|
Object.entries(memberEntries).forEach(function (_a) {
|
|
6386
6386
|
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
6387
|
-
var loc = "Template."
|
|
6387
|
+
var loc = "Template.".concat(key);
|
|
6388
6388
|
entries[loc] = value;
|
|
6389
6389
|
});
|
|
6390
6390
|
}
|