@aws-sdk/client-sns 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddPermissionCommand.js +1 -1
- package/dist-cjs/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -2
- package/dist-cjs/commands/ConfirmSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreatePlatformApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreatePlatformEndpointCommand.js +2 -2
- package/dist-cjs/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-cjs/commands/CreateTopicCommand.js +2 -2
- package/dist-cjs/commands/DeleteEndpointCommand.js +1 -1
- package/dist-cjs/commands/DeletePlatformApplicationCommand.js +1 -1
- package/dist-cjs/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-cjs/commands/DeleteTopicCommand.js +1 -1
- package/dist-cjs/commands/GetEndpointAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetPlatformApplicationAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetSMSAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetSMSSandboxAccountStatusCommand.js +2 -2
- package/dist-cjs/commands/GetSubscriptionAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetTopicAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointsByPlatformApplicationCommand.js +2 -2
- package/dist-cjs/commands/ListOriginationNumbersCommand.js +2 -2
- package/dist-cjs/commands/ListPhoneNumbersOptedOutCommand.js +2 -2
- package/dist-cjs/commands/ListPlatformApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -2
- package/dist-cjs/commands/ListSubscriptionsByTopicCommand.js +2 -2
- package/dist-cjs/commands/ListSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTopicsCommand.js +2 -2
- package/dist-cjs/commands/OptInPhoneNumberCommand.js +2 -2
- package/dist-cjs/commands/PublishBatchCommand.js +2 -2
- package/dist-cjs/commands/PublishCommand.js +2 -2
- package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
- package/dist-cjs/commands/SetEndpointAttributesCommand.js +1 -1
- package/dist-cjs/commands/SetPlatformApplicationAttributesCommand.js +1 -1
- package/dist-cjs/commands/SetSMSAttributesCommand.js +2 -2
- package/dist-cjs/commands/SetSubscriptionAttributesCommand.js +1 -1
- package/dist-cjs/commands/SetTopicAttributesCommand.js +1 -1
- package/dist-cjs/commands/SubscribeCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UnsubscribeCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -2
- package/dist-cjs/models/models_0.js +327 -489
- package/dist-cjs/protocols/Aws_query.js +291 -444
- package/dist-es/commands/AddPermissionCommand.js +2 -2
- package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +3 -3
- package/dist-es/commands/ConfirmSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreatePlatformApplicationCommand.js +3 -3
- package/dist-es/commands/CreatePlatformEndpointCommand.js +3 -3
- package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +3 -3
- package/dist-es/commands/CreateTopicCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointCommand.js +2 -2
- package/dist-es/commands/DeletePlatformApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +3 -3
- package/dist-es/commands/DeleteTopicCommand.js +2 -2
- package/dist-es/commands/GetEndpointAttributesCommand.js +3 -3
- package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +3 -3
- package/dist-es/commands/GetSMSAttributesCommand.js +3 -3
- package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +3 -3
- package/dist-es/commands/GetSubscriptionAttributesCommand.js +3 -3
- package/dist-es/commands/GetTopicAttributesCommand.js +3 -3
- package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +3 -3
- package/dist-es/commands/ListOriginationNumbersCommand.js +3 -3
- package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +3 -3
- package/dist-es/commands/ListPlatformApplicationsCommand.js +3 -3
- package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +3 -3
- package/dist-es/commands/ListSubscriptionsByTopicCommand.js +3 -3
- package/dist-es/commands/ListSubscriptionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTopicsCommand.js +3 -3
- package/dist-es/commands/OptInPhoneNumberCommand.js +3 -3
- package/dist-es/commands/PublishBatchCommand.js +3 -3
- package/dist-es/commands/PublishCommand.js +3 -3
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/SetEndpointAttributesCommand.js +2 -2
- package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +2 -2
- package/dist-es/commands/SetSMSAttributesCommand.js +3 -3
- package/dist-es/commands/SetSubscriptionAttributesCommand.js +2 -2
- package/dist-es/commands/SetTopicAttributesCommand.js +2 -2
- package/dist-es/commands/SubscribeCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UnsubscribeCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +3 -3
- package/dist-es/models/models_0.js +81 -324
- package/dist-es/protocols/Aws_query.js +412 -445
- package/dist-types/models/models_0.d.ts +324 -486
- package/dist-types/ts3.4/models/models_0.d.ts +162 -324
- package/package.json +6 -6
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.CreateTopicResponseFilterSensitiveLog = exports.CreateTopicInputFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.CreateSMSSandboxPhoneNumberResultFilterSensitiveLog = exports.CreateSMSSandboxPhoneNumberInputFilterSensitiveLog = exports.CreatePlatformEndpointInputFilterSensitiveLog = exports.CreateEndpointResponseFilterSensitiveLog = exports.CreatePlatformApplicationResponseFilterSensitiveLog = exports.CreatePlatformApplicationInputFilterSensitiveLog = exports.ConfirmSubscriptionResponseFilterSensitiveLog = exports.ConfirmSubscriptionInputFilterSensitiveLog = exports.CheckIfPhoneNumberIsOptedOutResponseFilterSensitiveLog = exports.CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog = exports.AddPermissionInputFilterSensitiveLog = exports.VerificationException = exports.TooManyEntriesInBatchRequestException = exports.InvalidBatchEntryIdException = exports.EmptyBatchRequestException = exports.BatchRequestTooLongException = exports.BatchEntryIdsNotDistinctException = exports.PlatformApplicationDisabledException = exports.KMSThrottlingException = exports.KMSOptInRequired = exports.KMSNotFoundException = exports.KMSInvalidStateException = exports.KMSDisabledException = exports.KMSAccessDeniedException = exports.InvalidParameterValueException = exports.EndpointDisabledException = exports.SMSSandboxPhoneNumberVerificationStatus = exports.ValidationException = exports.RouteType = exports.NumberCapability = exports.ResourceNotFoundException = exports.TopicLimitExceededException = exports.TagPolicyException = exports.TagLimitExceededException = exports.StaleTagException = exports.InvalidSecurityException = exports.ConcurrentAccessException = exports.UserErrorException = exports.OptedOutException = exports.LanguageCodeString = exports.SubscriptionLimitExceededException = exports.FilterPolicyLimitExceededException = exports.ThrottledException = exports.NotFoundException = exports.InvalidParameterException = exports.InternalErrorException = exports.AuthorizationErrorException = void 0;
|
|
4
|
+
exports.PublishBatchResultEntryFilterSensitiveLog = exports.BatchResultErrorEntryFilterSensitiveLog = exports.PublishBatchInputFilterSensitiveLog = exports.PublishBatchRequestEntryFilterSensitiveLog = exports.PublishResponseFilterSensitiveLog = exports.PublishInputFilterSensitiveLog = exports.MessageAttributeValueFilterSensitiveLog = exports.OptInPhoneNumberResponseFilterSensitiveLog = exports.OptInPhoneNumberInputFilterSensitiveLog = exports.ListTopicsResponseFilterSensitiveLog = exports.TopicFilterSensitiveLog = exports.ListTopicsInputFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListSubscriptionsByTopicResponseFilterSensitiveLog = exports.ListSubscriptionsByTopicInputFilterSensitiveLog = exports.ListSubscriptionsResponseFilterSensitiveLog = exports.SubscriptionFilterSensitiveLog = exports.ListSubscriptionsInputFilterSensitiveLog = exports.ListSMSSandboxPhoneNumbersResultFilterSensitiveLog = exports.SMSSandboxPhoneNumberFilterSensitiveLog = exports.ListSMSSandboxPhoneNumbersInputFilterSensitiveLog = exports.ListPlatformApplicationsResponseFilterSensitiveLog = exports.PlatformApplicationFilterSensitiveLog = exports.ListPlatformApplicationsInputFilterSensitiveLog = exports.ListPhoneNumbersOptedOutResponseFilterSensitiveLog = exports.ListPhoneNumbersOptedOutInputFilterSensitiveLog = exports.ListOriginationNumbersResultFilterSensitiveLog = exports.PhoneNumberInformationFilterSensitiveLog = exports.ListOriginationNumbersRequestFilterSensitiveLog = exports.ListEndpointsByPlatformApplicationResponseFilterSensitiveLog = exports.EndpointFilterSensitiveLog = exports.ListEndpointsByPlatformApplicationInputFilterSensitiveLog = exports.GetTopicAttributesResponseFilterSensitiveLog = exports.GetTopicAttributesInputFilterSensitiveLog = exports.GetSubscriptionAttributesResponseFilterSensitiveLog = exports.GetSubscriptionAttributesInputFilterSensitiveLog = exports.GetSMSSandboxAccountStatusResultFilterSensitiveLog = exports.GetSMSSandboxAccountStatusInputFilterSensitiveLog = exports.GetSMSAttributesResponseFilterSensitiveLog = exports.GetSMSAttributesInputFilterSensitiveLog = exports.GetPlatformApplicationAttributesResponseFilterSensitiveLog = exports.GetPlatformApplicationAttributesInputFilterSensitiveLog = exports.GetEndpointAttributesResponseFilterSensitiveLog = exports.GetEndpointAttributesInputFilterSensitiveLog = exports.DeleteTopicInputFilterSensitiveLog = exports.DeleteSMSSandboxPhoneNumberResultFilterSensitiveLog = exports.DeleteSMSSandboxPhoneNumberInputFilterSensitiveLog = exports.DeletePlatformApplicationInputFilterSensitiveLog = exports.DeleteEndpointInputFilterSensitiveLog = void 0;
|
|
5
|
+
exports.VerifySMSSandboxPhoneNumberResultFilterSensitiveLog = exports.VerifySMSSandboxPhoneNumberInputFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.UnsubscribeInputFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.SubscribeResponseFilterSensitiveLog = exports.SubscribeInputFilterSensitiveLog = exports.SetTopicAttributesInputFilterSensitiveLog = exports.SetSubscriptionAttributesInputFilterSensitiveLog = exports.SetSMSAttributesResponseFilterSensitiveLog = exports.SetSMSAttributesInputFilterSensitiveLog = exports.SetPlatformApplicationAttributesInputFilterSensitiveLog = exports.SetEndpointAttributesInputFilterSensitiveLog = exports.RemovePermissionInputFilterSensitiveLog = exports.PublishBatchResponseFilterSensitiveLog = void 0;
|
|
6
6
|
const SNSServiceException_1 = require("./SNSServiceException");
|
|
7
|
-
var AddPermissionInput;
|
|
8
|
-
(function (AddPermissionInput) {
|
|
9
|
-
AddPermissionInput.filterSensitiveLog = (obj) => ({
|
|
10
|
-
...obj,
|
|
11
|
-
});
|
|
12
|
-
})(AddPermissionInput = exports.AddPermissionInput || (exports.AddPermissionInput = {}));
|
|
13
7
|
class AuthorizationErrorException extends SNSServiceException_1.SNSServiceException {
|
|
14
8
|
constructor(opts) {
|
|
15
9
|
super({
|
|
@@ -62,18 +56,6 @@ class NotFoundException extends SNSServiceException_1.SNSServiceException {
|
|
|
62
56
|
}
|
|
63
57
|
}
|
|
64
58
|
exports.NotFoundException = NotFoundException;
|
|
65
|
-
var CheckIfPhoneNumberIsOptedOutInput;
|
|
66
|
-
(function (CheckIfPhoneNumberIsOptedOutInput) {
|
|
67
|
-
CheckIfPhoneNumberIsOptedOutInput.filterSensitiveLog = (obj) => ({
|
|
68
|
-
...obj,
|
|
69
|
-
});
|
|
70
|
-
})(CheckIfPhoneNumberIsOptedOutInput = exports.CheckIfPhoneNumberIsOptedOutInput || (exports.CheckIfPhoneNumberIsOptedOutInput = {}));
|
|
71
|
-
var CheckIfPhoneNumberIsOptedOutResponse;
|
|
72
|
-
(function (CheckIfPhoneNumberIsOptedOutResponse) {
|
|
73
|
-
CheckIfPhoneNumberIsOptedOutResponse.filterSensitiveLog = (obj) => ({
|
|
74
|
-
...obj,
|
|
75
|
-
});
|
|
76
|
-
})(CheckIfPhoneNumberIsOptedOutResponse = exports.CheckIfPhoneNumberIsOptedOutResponse || (exports.CheckIfPhoneNumberIsOptedOutResponse = {}));
|
|
77
59
|
class ThrottledException extends SNSServiceException_1.SNSServiceException {
|
|
78
60
|
constructor(opts) {
|
|
79
61
|
super({
|
|
@@ -87,18 +69,6 @@ class ThrottledException extends SNSServiceException_1.SNSServiceException {
|
|
|
87
69
|
}
|
|
88
70
|
}
|
|
89
71
|
exports.ThrottledException = ThrottledException;
|
|
90
|
-
var ConfirmSubscriptionInput;
|
|
91
|
-
(function (ConfirmSubscriptionInput) {
|
|
92
|
-
ConfirmSubscriptionInput.filterSensitiveLog = (obj) => ({
|
|
93
|
-
...obj,
|
|
94
|
-
});
|
|
95
|
-
})(ConfirmSubscriptionInput = exports.ConfirmSubscriptionInput || (exports.ConfirmSubscriptionInput = {}));
|
|
96
|
-
var ConfirmSubscriptionResponse;
|
|
97
|
-
(function (ConfirmSubscriptionResponse) {
|
|
98
|
-
ConfirmSubscriptionResponse.filterSensitiveLog = (obj) => ({
|
|
99
|
-
...obj,
|
|
100
|
-
});
|
|
101
|
-
})(ConfirmSubscriptionResponse = exports.ConfirmSubscriptionResponse || (exports.ConfirmSubscriptionResponse = {}));
|
|
102
72
|
class FilterPolicyLimitExceededException extends SNSServiceException_1.SNSServiceException {
|
|
103
73
|
constructor(opts) {
|
|
104
74
|
super({
|
|
@@ -125,30 +95,6 @@ class SubscriptionLimitExceededException extends SNSServiceException_1.SNSServic
|
|
|
125
95
|
}
|
|
126
96
|
}
|
|
127
97
|
exports.SubscriptionLimitExceededException = SubscriptionLimitExceededException;
|
|
128
|
-
var CreatePlatformApplicationInput;
|
|
129
|
-
(function (CreatePlatformApplicationInput) {
|
|
130
|
-
CreatePlatformApplicationInput.filterSensitiveLog = (obj) => ({
|
|
131
|
-
...obj,
|
|
132
|
-
});
|
|
133
|
-
})(CreatePlatformApplicationInput = exports.CreatePlatformApplicationInput || (exports.CreatePlatformApplicationInput = {}));
|
|
134
|
-
var CreatePlatformApplicationResponse;
|
|
135
|
-
(function (CreatePlatformApplicationResponse) {
|
|
136
|
-
CreatePlatformApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
137
|
-
...obj,
|
|
138
|
-
});
|
|
139
|
-
})(CreatePlatformApplicationResponse = exports.CreatePlatformApplicationResponse || (exports.CreatePlatformApplicationResponse = {}));
|
|
140
|
-
var CreateEndpointResponse;
|
|
141
|
-
(function (CreateEndpointResponse) {
|
|
142
|
-
CreateEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
143
|
-
...obj,
|
|
144
|
-
});
|
|
145
|
-
})(CreateEndpointResponse = exports.CreateEndpointResponse || (exports.CreateEndpointResponse = {}));
|
|
146
|
-
var CreatePlatformEndpointInput;
|
|
147
|
-
(function (CreatePlatformEndpointInput) {
|
|
148
|
-
CreatePlatformEndpointInput.filterSensitiveLog = (obj) => ({
|
|
149
|
-
...obj,
|
|
150
|
-
});
|
|
151
|
-
})(CreatePlatformEndpointInput = exports.CreatePlatformEndpointInput || (exports.CreatePlatformEndpointInput = {}));
|
|
152
98
|
var LanguageCodeString;
|
|
153
99
|
(function (LanguageCodeString) {
|
|
154
100
|
LanguageCodeString["de_DE"] = "de-DE";
|
|
@@ -165,18 +111,6 @@ var LanguageCodeString;
|
|
|
165
111
|
LanguageCodeString["zh_CN"] = "zh-CN";
|
|
166
112
|
LanguageCodeString["zh_TW"] = "zh-TW";
|
|
167
113
|
})(LanguageCodeString = exports.LanguageCodeString || (exports.LanguageCodeString = {}));
|
|
168
|
-
var CreateSMSSandboxPhoneNumberInput;
|
|
169
|
-
(function (CreateSMSSandboxPhoneNumberInput) {
|
|
170
|
-
CreateSMSSandboxPhoneNumberInput.filterSensitiveLog = (obj) => ({
|
|
171
|
-
...obj,
|
|
172
|
-
});
|
|
173
|
-
})(CreateSMSSandboxPhoneNumberInput = exports.CreateSMSSandboxPhoneNumberInput || (exports.CreateSMSSandboxPhoneNumberInput = {}));
|
|
174
|
-
var CreateSMSSandboxPhoneNumberResult;
|
|
175
|
-
(function (CreateSMSSandboxPhoneNumberResult) {
|
|
176
|
-
CreateSMSSandboxPhoneNumberResult.filterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
});
|
|
179
|
-
})(CreateSMSSandboxPhoneNumberResult = exports.CreateSMSSandboxPhoneNumberResult || (exports.CreateSMSSandboxPhoneNumberResult = {}));
|
|
180
114
|
class OptedOutException extends SNSServiceException_1.SNSServiceException {
|
|
181
115
|
constructor(opts) {
|
|
182
116
|
super({
|
|
@@ -216,24 +150,6 @@ class ConcurrentAccessException extends SNSServiceException_1.SNSServiceExceptio
|
|
|
216
150
|
}
|
|
217
151
|
}
|
|
218
152
|
exports.ConcurrentAccessException = ConcurrentAccessException;
|
|
219
|
-
var Tag;
|
|
220
|
-
(function (Tag) {
|
|
221
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
});
|
|
224
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
225
|
-
var CreateTopicInput;
|
|
226
|
-
(function (CreateTopicInput) {
|
|
227
|
-
CreateTopicInput.filterSensitiveLog = (obj) => ({
|
|
228
|
-
...obj,
|
|
229
|
-
});
|
|
230
|
-
})(CreateTopicInput = exports.CreateTopicInput || (exports.CreateTopicInput = {}));
|
|
231
|
-
var CreateTopicResponse;
|
|
232
|
-
(function (CreateTopicResponse) {
|
|
233
|
-
CreateTopicResponse.filterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
})(CreateTopicResponse = exports.CreateTopicResponse || (exports.CreateTopicResponse = {}));
|
|
237
153
|
class InvalidSecurityException extends SNSServiceException_1.SNSServiceException {
|
|
238
154
|
constructor(opts) {
|
|
239
155
|
super({
|
|
@@ -299,30 +215,6 @@ class TopicLimitExceededException extends SNSServiceException_1.SNSServiceExcept
|
|
|
299
215
|
}
|
|
300
216
|
}
|
|
301
217
|
exports.TopicLimitExceededException = TopicLimitExceededException;
|
|
302
|
-
var DeleteEndpointInput;
|
|
303
|
-
(function (DeleteEndpointInput) {
|
|
304
|
-
DeleteEndpointInput.filterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
});
|
|
307
|
-
})(DeleteEndpointInput = exports.DeleteEndpointInput || (exports.DeleteEndpointInput = {}));
|
|
308
|
-
var DeletePlatformApplicationInput;
|
|
309
|
-
(function (DeletePlatformApplicationInput) {
|
|
310
|
-
DeletePlatformApplicationInput.filterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
});
|
|
313
|
-
})(DeletePlatformApplicationInput = exports.DeletePlatformApplicationInput || (exports.DeletePlatformApplicationInput = {}));
|
|
314
|
-
var DeleteSMSSandboxPhoneNumberInput;
|
|
315
|
-
(function (DeleteSMSSandboxPhoneNumberInput) {
|
|
316
|
-
DeleteSMSSandboxPhoneNumberInput.filterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
});
|
|
319
|
-
})(DeleteSMSSandboxPhoneNumberInput = exports.DeleteSMSSandboxPhoneNumberInput || (exports.DeleteSMSSandboxPhoneNumberInput = {}));
|
|
320
|
-
var DeleteSMSSandboxPhoneNumberResult;
|
|
321
|
-
(function (DeleteSMSSandboxPhoneNumberResult) {
|
|
322
|
-
DeleteSMSSandboxPhoneNumberResult.filterSensitiveLog = (obj) => ({
|
|
323
|
-
...obj,
|
|
324
|
-
});
|
|
325
|
-
})(DeleteSMSSandboxPhoneNumberResult = exports.DeleteSMSSandboxPhoneNumberResult || (exports.DeleteSMSSandboxPhoneNumberResult = {}));
|
|
326
218
|
class ResourceNotFoundException extends SNSServiceException_1.SNSServiceException {
|
|
327
219
|
constructor(opts) {
|
|
328
220
|
super({
|
|
@@ -336,108 +228,6 @@ class ResourceNotFoundException extends SNSServiceException_1.SNSServiceExceptio
|
|
|
336
228
|
}
|
|
337
229
|
}
|
|
338
230
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
339
|
-
var DeleteTopicInput;
|
|
340
|
-
(function (DeleteTopicInput) {
|
|
341
|
-
DeleteTopicInput.filterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
})(DeleteTopicInput = exports.DeleteTopicInput || (exports.DeleteTopicInput = {}));
|
|
345
|
-
var GetEndpointAttributesInput;
|
|
346
|
-
(function (GetEndpointAttributesInput) {
|
|
347
|
-
GetEndpointAttributesInput.filterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
})(GetEndpointAttributesInput = exports.GetEndpointAttributesInput || (exports.GetEndpointAttributesInput = {}));
|
|
351
|
-
var GetEndpointAttributesResponse;
|
|
352
|
-
(function (GetEndpointAttributesResponse) {
|
|
353
|
-
GetEndpointAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
});
|
|
356
|
-
})(GetEndpointAttributesResponse = exports.GetEndpointAttributesResponse || (exports.GetEndpointAttributesResponse = {}));
|
|
357
|
-
var GetPlatformApplicationAttributesInput;
|
|
358
|
-
(function (GetPlatformApplicationAttributesInput) {
|
|
359
|
-
GetPlatformApplicationAttributesInput.filterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
})(GetPlatformApplicationAttributesInput = exports.GetPlatformApplicationAttributesInput || (exports.GetPlatformApplicationAttributesInput = {}));
|
|
363
|
-
var GetPlatformApplicationAttributesResponse;
|
|
364
|
-
(function (GetPlatformApplicationAttributesResponse) {
|
|
365
|
-
GetPlatformApplicationAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
})(GetPlatformApplicationAttributesResponse = exports.GetPlatformApplicationAttributesResponse || (exports.GetPlatformApplicationAttributesResponse = {}));
|
|
369
|
-
var GetSMSAttributesInput;
|
|
370
|
-
(function (GetSMSAttributesInput) {
|
|
371
|
-
GetSMSAttributesInput.filterSensitiveLog = (obj) => ({
|
|
372
|
-
...obj,
|
|
373
|
-
});
|
|
374
|
-
})(GetSMSAttributesInput = exports.GetSMSAttributesInput || (exports.GetSMSAttributesInput = {}));
|
|
375
|
-
var GetSMSAttributesResponse;
|
|
376
|
-
(function (GetSMSAttributesResponse) {
|
|
377
|
-
GetSMSAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
})(GetSMSAttributesResponse = exports.GetSMSAttributesResponse || (exports.GetSMSAttributesResponse = {}));
|
|
381
|
-
var GetSMSSandboxAccountStatusInput;
|
|
382
|
-
(function (GetSMSSandboxAccountStatusInput) {
|
|
383
|
-
GetSMSSandboxAccountStatusInput.filterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
})(GetSMSSandboxAccountStatusInput = exports.GetSMSSandboxAccountStatusInput || (exports.GetSMSSandboxAccountStatusInput = {}));
|
|
387
|
-
var GetSMSSandboxAccountStatusResult;
|
|
388
|
-
(function (GetSMSSandboxAccountStatusResult) {
|
|
389
|
-
GetSMSSandboxAccountStatusResult.filterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
})(GetSMSSandboxAccountStatusResult = exports.GetSMSSandboxAccountStatusResult || (exports.GetSMSSandboxAccountStatusResult = {}));
|
|
393
|
-
var GetSubscriptionAttributesInput;
|
|
394
|
-
(function (GetSubscriptionAttributesInput) {
|
|
395
|
-
GetSubscriptionAttributesInput.filterSensitiveLog = (obj) => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
})(GetSubscriptionAttributesInput = exports.GetSubscriptionAttributesInput || (exports.GetSubscriptionAttributesInput = {}));
|
|
399
|
-
var GetSubscriptionAttributesResponse;
|
|
400
|
-
(function (GetSubscriptionAttributesResponse) {
|
|
401
|
-
GetSubscriptionAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
})(GetSubscriptionAttributesResponse = exports.GetSubscriptionAttributesResponse || (exports.GetSubscriptionAttributesResponse = {}));
|
|
405
|
-
var GetTopicAttributesInput;
|
|
406
|
-
(function (GetTopicAttributesInput) {
|
|
407
|
-
GetTopicAttributesInput.filterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
})(GetTopicAttributesInput = exports.GetTopicAttributesInput || (exports.GetTopicAttributesInput = {}));
|
|
411
|
-
var GetTopicAttributesResponse;
|
|
412
|
-
(function (GetTopicAttributesResponse) {
|
|
413
|
-
GetTopicAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
})(GetTopicAttributesResponse = exports.GetTopicAttributesResponse || (exports.GetTopicAttributesResponse = {}));
|
|
417
|
-
var ListEndpointsByPlatformApplicationInput;
|
|
418
|
-
(function (ListEndpointsByPlatformApplicationInput) {
|
|
419
|
-
ListEndpointsByPlatformApplicationInput.filterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
})(ListEndpointsByPlatformApplicationInput = exports.ListEndpointsByPlatformApplicationInput || (exports.ListEndpointsByPlatformApplicationInput = {}));
|
|
423
|
-
var Endpoint;
|
|
424
|
-
(function (Endpoint) {
|
|
425
|
-
Endpoint.filterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
})(Endpoint = exports.Endpoint || (exports.Endpoint = {}));
|
|
429
|
-
var ListEndpointsByPlatformApplicationResponse;
|
|
430
|
-
(function (ListEndpointsByPlatformApplicationResponse) {
|
|
431
|
-
ListEndpointsByPlatformApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
});
|
|
434
|
-
})(ListEndpointsByPlatformApplicationResponse = exports.ListEndpointsByPlatformApplicationResponse || (exports.ListEndpointsByPlatformApplicationResponse = {}));
|
|
435
|
-
var ListOriginationNumbersRequest;
|
|
436
|
-
(function (ListOriginationNumbersRequest) {
|
|
437
|
-
ListOriginationNumbersRequest.filterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
});
|
|
440
|
-
})(ListOriginationNumbersRequest = exports.ListOriginationNumbersRequest || (exports.ListOriginationNumbersRequest = {}));
|
|
441
231
|
var NumberCapability;
|
|
442
232
|
(function (NumberCapability) {
|
|
443
233
|
NumberCapability["MMS"] = "MMS";
|
|
@@ -450,18 +240,6 @@ var RouteType;
|
|
|
450
240
|
RouteType["Promotional"] = "Promotional";
|
|
451
241
|
RouteType["Transactional"] = "Transactional";
|
|
452
242
|
})(RouteType = exports.RouteType || (exports.RouteType = {}));
|
|
453
|
-
var PhoneNumberInformation;
|
|
454
|
-
(function (PhoneNumberInformation) {
|
|
455
|
-
PhoneNumberInformation.filterSensitiveLog = (obj) => ({
|
|
456
|
-
...obj,
|
|
457
|
-
});
|
|
458
|
-
})(PhoneNumberInformation = exports.PhoneNumberInformation || (exports.PhoneNumberInformation = {}));
|
|
459
|
-
var ListOriginationNumbersResult;
|
|
460
|
-
(function (ListOriginationNumbersResult) {
|
|
461
|
-
ListOriginationNumbersResult.filterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
})(ListOriginationNumbersResult = exports.ListOriginationNumbersResult || (exports.ListOriginationNumbersResult = {}));
|
|
465
243
|
class ValidationException extends SNSServiceException_1.SNSServiceException {
|
|
466
244
|
constructor(opts) {
|
|
467
245
|
super({
|
|
@@ -476,131 +254,11 @@ class ValidationException extends SNSServiceException_1.SNSServiceException {
|
|
|
476
254
|
}
|
|
477
255
|
}
|
|
478
256
|
exports.ValidationException = ValidationException;
|
|
479
|
-
var ListPhoneNumbersOptedOutInput;
|
|
480
|
-
(function (ListPhoneNumbersOptedOutInput) {
|
|
481
|
-
ListPhoneNumbersOptedOutInput.filterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
})(ListPhoneNumbersOptedOutInput = exports.ListPhoneNumbersOptedOutInput || (exports.ListPhoneNumbersOptedOutInput = {}));
|
|
485
|
-
var ListPhoneNumbersOptedOutResponse;
|
|
486
|
-
(function (ListPhoneNumbersOptedOutResponse) {
|
|
487
|
-
ListPhoneNumbersOptedOutResponse.filterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
|
-
})(ListPhoneNumbersOptedOutResponse = exports.ListPhoneNumbersOptedOutResponse || (exports.ListPhoneNumbersOptedOutResponse = {}));
|
|
491
|
-
var ListPlatformApplicationsInput;
|
|
492
|
-
(function (ListPlatformApplicationsInput) {
|
|
493
|
-
ListPlatformApplicationsInput.filterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
});
|
|
496
|
-
})(ListPlatformApplicationsInput = exports.ListPlatformApplicationsInput || (exports.ListPlatformApplicationsInput = {}));
|
|
497
|
-
var PlatformApplication;
|
|
498
|
-
(function (PlatformApplication) {
|
|
499
|
-
PlatformApplication.filterSensitiveLog = (obj) => ({
|
|
500
|
-
...obj,
|
|
501
|
-
});
|
|
502
|
-
})(PlatformApplication = exports.PlatformApplication || (exports.PlatformApplication = {}));
|
|
503
|
-
var ListPlatformApplicationsResponse;
|
|
504
|
-
(function (ListPlatformApplicationsResponse) {
|
|
505
|
-
ListPlatformApplicationsResponse.filterSensitiveLog = (obj) => ({
|
|
506
|
-
...obj,
|
|
507
|
-
});
|
|
508
|
-
})(ListPlatformApplicationsResponse = exports.ListPlatformApplicationsResponse || (exports.ListPlatformApplicationsResponse = {}));
|
|
509
|
-
var ListSMSSandboxPhoneNumbersInput;
|
|
510
|
-
(function (ListSMSSandboxPhoneNumbersInput) {
|
|
511
|
-
ListSMSSandboxPhoneNumbersInput.filterSensitiveLog = (obj) => ({
|
|
512
|
-
...obj,
|
|
513
|
-
});
|
|
514
|
-
})(ListSMSSandboxPhoneNumbersInput = exports.ListSMSSandboxPhoneNumbersInput || (exports.ListSMSSandboxPhoneNumbersInput = {}));
|
|
515
257
|
var SMSSandboxPhoneNumberVerificationStatus;
|
|
516
258
|
(function (SMSSandboxPhoneNumberVerificationStatus) {
|
|
517
259
|
SMSSandboxPhoneNumberVerificationStatus["Pending"] = "Pending";
|
|
518
260
|
SMSSandboxPhoneNumberVerificationStatus["Verified"] = "Verified";
|
|
519
261
|
})(SMSSandboxPhoneNumberVerificationStatus = exports.SMSSandboxPhoneNumberVerificationStatus || (exports.SMSSandboxPhoneNumberVerificationStatus = {}));
|
|
520
|
-
var SMSSandboxPhoneNumber;
|
|
521
|
-
(function (SMSSandboxPhoneNumber) {
|
|
522
|
-
SMSSandboxPhoneNumber.filterSensitiveLog = (obj) => ({
|
|
523
|
-
...obj,
|
|
524
|
-
});
|
|
525
|
-
})(SMSSandboxPhoneNumber = exports.SMSSandboxPhoneNumber || (exports.SMSSandboxPhoneNumber = {}));
|
|
526
|
-
var ListSMSSandboxPhoneNumbersResult;
|
|
527
|
-
(function (ListSMSSandboxPhoneNumbersResult) {
|
|
528
|
-
ListSMSSandboxPhoneNumbersResult.filterSensitiveLog = (obj) => ({
|
|
529
|
-
...obj,
|
|
530
|
-
});
|
|
531
|
-
})(ListSMSSandboxPhoneNumbersResult = exports.ListSMSSandboxPhoneNumbersResult || (exports.ListSMSSandboxPhoneNumbersResult = {}));
|
|
532
|
-
var ListSubscriptionsInput;
|
|
533
|
-
(function (ListSubscriptionsInput) {
|
|
534
|
-
ListSubscriptionsInput.filterSensitiveLog = (obj) => ({
|
|
535
|
-
...obj,
|
|
536
|
-
});
|
|
537
|
-
})(ListSubscriptionsInput = exports.ListSubscriptionsInput || (exports.ListSubscriptionsInput = {}));
|
|
538
|
-
var Subscription;
|
|
539
|
-
(function (Subscription) {
|
|
540
|
-
Subscription.filterSensitiveLog = (obj) => ({
|
|
541
|
-
...obj,
|
|
542
|
-
});
|
|
543
|
-
})(Subscription = exports.Subscription || (exports.Subscription = {}));
|
|
544
|
-
var ListSubscriptionsResponse;
|
|
545
|
-
(function (ListSubscriptionsResponse) {
|
|
546
|
-
ListSubscriptionsResponse.filterSensitiveLog = (obj) => ({
|
|
547
|
-
...obj,
|
|
548
|
-
});
|
|
549
|
-
})(ListSubscriptionsResponse = exports.ListSubscriptionsResponse || (exports.ListSubscriptionsResponse = {}));
|
|
550
|
-
var ListSubscriptionsByTopicInput;
|
|
551
|
-
(function (ListSubscriptionsByTopicInput) {
|
|
552
|
-
ListSubscriptionsByTopicInput.filterSensitiveLog = (obj) => ({
|
|
553
|
-
...obj,
|
|
554
|
-
});
|
|
555
|
-
})(ListSubscriptionsByTopicInput = exports.ListSubscriptionsByTopicInput || (exports.ListSubscriptionsByTopicInput = {}));
|
|
556
|
-
var ListSubscriptionsByTopicResponse;
|
|
557
|
-
(function (ListSubscriptionsByTopicResponse) {
|
|
558
|
-
ListSubscriptionsByTopicResponse.filterSensitiveLog = (obj) => ({
|
|
559
|
-
...obj,
|
|
560
|
-
});
|
|
561
|
-
})(ListSubscriptionsByTopicResponse = exports.ListSubscriptionsByTopicResponse || (exports.ListSubscriptionsByTopicResponse = {}));
|
|
562
|
-
var ListTagsForResourceRequest;
|
|
563
|
-
(function (ListTagsForResourceRequest) {
|
|
564
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
565
|
-
...obj,
|
|
566
|
-
});
|
|
567
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
568
|
-
var ListTagsForResourceResponse;
|
|
569
|
-
(function (ListTagsForResourceResponse) {
|
|
570
|
-
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
571
|
-
...obj,
|
|
572
|
-
});
|
|
573
|
-
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
574
|
-
var ListTopicsInput;
|
|
575
|
-
(function (ListTopicsInput) {
|
|
576
|
-
ListTopicsInput.filterSensitiveLog = (obj) => ({
|
|
577
|
-
...obj,
|
|
578
|
-
});
|
|
579
|
-
})(ListTopicsInput = exports.ListTopicsInput || (exports.ListTopicsInput = {}));
|
|
580
|
-
var Topic;
|
|
581
|
-
(function (Topic) {
|
|
582
|
-
Topic.filterSensitiveLog = (obj) => ({
|
|
583
|
-
...obj,
|
|
584
|
-
});
|
|
585
|
-
})(Topic = exports.Topic || (exports.Topic = {}));
|
|
586
|
-
var ListTopicsResponse;
|
|
587
|
-
(function (ListTopicsResponse) {
|
|
588
|
-
ListTopicsResponse.filterSensitiveLog = (obj) => ({
|
|
589
|
-
...obj,
|
|
590
|
-
});
|
|
591
|
-
})(ListTopicsResponse = exports.ListTopicsResponse || (exports.ListTopicsResponse = {}));
|
|
592
|
-
var OptInPhoneNumberInput;
|
|
593
|
-
(function (OptInPhoneNumberInput) {
|
|
594
|
-
OptInPhoneNumberInput.filterSensitiveLog = (obj) => ({
|
|
595
|
-
...obj,
|
|
596
|
-
});
|
|
597
|
-
})(OptInPhoneNumberInput = exports.OptInPhoneNumberInput || (exports.OptInPhoneNumberInput = {}));
|
|
598
|
-
var OptInPhoneNumberResponse;
|
|
599
|
-
(function (OptInPhoneNumberResponse) {
|
|
600
|
-
OptInPhoneNumberResponse.filterSensitiveLog = (obj) => ({
|
|
601
|
-
...obj,
|
|
602
|
-
});
|
|
603
|
-
})(OptInPhoneNumberResponse = exports.OptInPhoneNumberResponse || (exports.OptInPhoneNumberResponse = {}));
|
|
604
262
|
class EndpointDisabledException extends SNSServiceException_1.SNSServiceException {
|
|
605
263
|
constructor(opts) {
|
|
606
264
|
super({
|
|
@@ -718,24 +376,6 @@ class PlatformApplicationDisabledException extends SNSServiceException_1.SNSServ
|
|
|
718
376
|
}
|
|
719
377
|
}
|
|
720
378
|
exports.PlatformApplicationDisabledException = PlatformApplicationDisabledException;
|
|
721
|
-
var MessageAttributeValue;
|
|
722
|
-
(function (MessageAttributeValue) {
|
|
723
|
-
MessageAttributeValue.filterSensitiveLog = (obj) => ({
|
|
724
|
-
...obj,
|
|
725
|
-
});
|
|
726
|
-
})(MessageAttributeValue = exports.MessageAttributeValue || (exports.MessageAttributeValue = {}));
|
|
727
|
-
var PublishInput;
|
|
728
|
-
(function (PublishInput) {
|
|
729
|
-
PublishInput.filterSensitiveLog = (obj) => ({
|
|
730
|
-
...obj,
|
|
731
|
-
});
|
|
732
|
-
})(PublishInput = exports.PublishInput || (exports.PublishInput = {}));
|
|
733
|
-
var PublishResponse;
|
|
734
|
-
(function (PublishResponse) {
|
|
735
|
-
PublishResponse.filterSensitiveLog = (obj) => ({
|
|
736
|
-
...obj,
|
|
737
|
-
});
|
|
738
|
-
})(PublishResponse = exports.PublishResponse || (exports.PublishResponse = {}));
|
|
739
379
|
class BatchEntryIdsNotDistinctException extends SNSServiceException_1.SNSServiceException {
|
|
740
380
|
constructor(opts) {
|
|
741
381
|
super({
|
|
@@ -788,36 +428,6 @@ class InvalidBatchEntryIdException extends SNSServiceException_1.SNSServiceExcep
|
|
|
788
428
|
}
|
|
789
429
|
}
|
|
790
430
|
exports.InvalidBatchEntryIdException = InvalidBatchEntryIdException;
|
|
791
|
-
var PublishBatchRequestEntry;
|
|
792
|
-
(function (PublishBatchRequestEntry) {
|
|
793
|
-
PublishBatchRequestEntry.filterSensitiveLog = (obj) => ({
|
|
794
|
-
...obj,
|
|
795
|
-
});
|
|
796
|
-
})(PublishBatchRequestEntry = exports.PublishBatchRequestEntry || (exports.PublishBatchRequestEntry = {}));
|
|
797
|
-
var PublishBatchInput;
|
|
798
|
-
(function (PublishBatchInput) {
|
|
799
|
-
PublishBatchInput.filterSensitiveLog = (obj) => ({
|
|
800
|
-
...obj,
|
|
801
|
-
});
|
|
802
|
-
})(PublishBatchInput = exports.PublishBatchInput || (exports.PublishBatchInput = {}));
|
|
803
|
-
var BatchResultErrorEntry;
|
|
804
|
-
(function (BatchResultErrorEntry) {
|
|
805
|
-
BatchResultErrorEntry.filterSensitiveLog = (obj) => ({
|
|
806
|
-
...obj,
|
|
807
|
-
});
|
|
808
|
-
})(BatchResultErrorEntry = exports.BatchResultErrorEntry || (exports.BatchResultErrorEntry = {}));
|
|
809
|
-
var PublishBatchResultEntry;
|
|
810
|
-
(function (PublishBatchResultEntry) {
|
|
811
|
-
PublishBatchResultEntry.filterSensitiveLog = (obj) => ({
|
|
812
|
-
...obj,
|
|
813
|
-
});
|
|
814
|
-
})(PublishBatchResultEntry = exports.PublishBatchResultEntry || (exports.PublishBatchResultEntry = {}));
|
|
815
|
-
var PublishBatchResponse;
|
|
816
|
-
(function (PublishBatchResponse) {
|
|
817
|
-
PublishBatchResponse.filterSensitiveLog = (obj) => ({
|
|
818
|
-
...obj,
|
|
819
|
-
});
|
|
820
|
-
})(PublishBatchResponse = exports.PublishBatchResponse || (exports.PublishBatchResponse = {}));
|
|
821
431
|
class TooManyEntriesInBatchRequestException extends SNSServiceException_1.SNSServiceException {
|
|
822
432
|
constructor(opts) {
|
|
823
433
|
super({
|
|
@@ -831,90 +441,6 @@ class TooManyEntriesInBatchRequestException extends SNSServiceException_1.SNSSer
|
|
|
831
441
|
}
|
|
832
442
|
}
|
|
833
443
|
exports.TooManyEntriesInBatchRequestException = TooManyEntriesInBatchRequestException;
|
|
834
|
-
var RemovePermissionInput;
|
|
835
|
-
(function (RemovePermissionInput) {
|
|
836
|
-
RemovePermissionInput.filterSensitiveLog = (obj) => ({
|
|
837
|
-
...obj,
|
|
838
|
-
});
|
|
839
|
-
})(RemovePermissionInput = exports.RemovePermissionInput || (exports.RemovePermissionInput = {}));
|
|
840
|
-
var SetEndpointAttributesInput;
|
|
841
|
-
(function (SetEndpointAttributesInput) {
|
|
842
|
-
SetEndpointAttributesInput.filterSensitiveLog = (obj) => ({
|
|
843
|
-
...obj,
|
|
844
|
-
});
|
|
845
|
-
})(SetEndpointAttributesInput = exports.SetEndpointAttributesInput || (exports.SetEndpointAttributesInput = {}));
|
|
846
|
-
var SetPlatformApplicationAttributesInput;
|
|
847
|
-
(function (SetPlatformApplicationAttributesInput) {
|
|
848
|
-
SetPlatformApplicationAttributesInput.filterSensitiveLog = (obj) => ({
|
|
849
|
-
...obj,
|
|
850
|
-
});
|
|
851
|
-
})(SetPlatformApplicationAttributesInput = exports.SetPlatformApplicationAttributesInput || (exports.SetPlatformApplicationAttributesInput = {}));
|
|
852
|
-
var SetSMSAttributesInput;
|
|
853
|
-
(function (SetSMSAttributesInput) {
|
|
854
|
-
SetSMSAttributesInput.filterSensitiveLog = (obj) => ({
|
|
855
|
-
...obj,
|
|
856
|
-
});
|
|
857
|
-
})(SetSMSAttributesInput = exports.SetSMSAttributesInput || (exports.SetSMSAttributesInput = {}));
|
|
858
|
-
var SetSMSAttributesResponse;
|
|
859
|
-
(function (SetSMSAttributesResponse) {
|
|
860
|
-
SetSMSAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
861
|
-
...obj,
|
|
862
|
-
});
|
|
863
|
-
})(SetSMSAttributesResponse = exports.SetSMSAttributesResponse || (exports.SetSMSAttributesResponse = {}));
|
|
864
|
-
var SetSubscriptionAttributesInput;
|
|
865
|
-
(function (SetSubscriptionAttributesInput) {
|
|
866
|
-
SetSubscriptionAttributesInput.filterSensitiveLog = (obj) => ({
|
|
867
|
-
...obj,
|
|
868
|
-
});
|
|
869
|
-
})(SetSubscriptionAttributesInput = exports.SetSubscriptionAttributesInput || (exports.SetSubscriptionAttributesInput = {}));
|
|
870
|
-
var SetTopicAttributesInput;
|
|
871
|
-
(function (SetTopicAttributesInput) {
|
|
872
|
-
SetTopicAttributesInput.filterSensitiveLog = (obj) => ({
|
|
873
|
-
...obj,
|
|
874
|
-
});
|
|
875
|
-
})(SetTopicAttributesInput = exports.SetTopicAttributesInput || (exports.SetTopicAttributesInput = {}));
|
|
876
|
-
var SubscribeInput;
|
|
877
|
-
(function (SubscribeInput) {
|
|
878
|
-
SubscribeInput.filterSensitiveLog = (obj) => ({
|
|
879
|
-
...obj,
|
|
880
|
-
});
|
|
881
|
-
})(SubscribeInput = exports.SubscribeInput || (exports.SubscribeInput = {}));
|
|
882
|
-
var SubscribeResponse;
|
|
883
|
-
(function (SubscribeResponse) {
|
|
884
|
-
SubscribeResponse.filterSensitiveLog = (obj) => ({
|
|
885
|
-
...obj,
|
|
886
|
-
});
|
|
887
|
-
})(SubscribeResponse = exports.SubscribeResponse || (exports.SubscribeResponse = {}));
|
|
888
|
-
var TagResourceRequest;
|
|
889
|
-
(function (TagResourceRequest) {
|
|
890
|
-
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
891
|
-
...obj,
|
|
892
|
-
});
|
|
893
|
-
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
894
|
-
var TagResourceResponse;
|
|
895
|
-
(function (TagResourceResponse) {
|
|
896
|
-
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
897
|
-
...obj,
|
|
898
|
-
});
|
|
899
|
-
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
900
|
-
var UnsubscribeInput;
|
|
901
|
-
(function (UnsubscribeInput) {
|
|
902
|
-
UnsubscribeInput.filterSensitiveLog = (obj) => ({
|
|
903
|
-
...obj,
|
|
904
|
-
});
|
|
905
|
-
})(UnsubscribeInput = exports.UnsubscribeInput || (exports.UnsubscribeInput = {}));
|
|
906
|
-
var UntagResourceRequest;
|
|
907
|
-
(function (UntagResourceRequest) {
|
|
908
|
-
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
909
|
-
...obj,
|
|
910
|
-
});
|
|
911
|
-
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
912
|
-
var UntagResourceResponse;
|
|
913
|
-
(function (UntagResourceResponse) {
|
|
914
|
-
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
915
|
-
...obj,
|
|
916
|
-
});
|
|
917
|
-
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
918
444
|
class VerificationException extends SNSServiceException_1.SNSServiceException {
|
|
919
445
|
constructor(opts) {
|
|
920
446
|
super({
|
|
@@ -930,15 +456,327 @@ class VerificationException extends SNSServiceException_1.SNSServiceException {
|
|
|
930
456
|
}
|
|
931
457
|
}
|
|
932
458
|
exports.VerificationException = VerificationException;
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
459
|
+
const AddPermissionInputFilterSensitiveLog = (obj) => ({
|
|
460
|
+
...obj,
|
|
461
|
+
});
|
|
462
|
+
exports.AddPermissionInputFilterSensitiveLog = AddPermissionInputFilterSensitiveLog;
|
|
463
|
+
const CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog = (obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
});
|
|
466
|
+
exports.CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog = CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog;
|
|
467
|
+
const CheckIfPhoneNumberIsOptedOutResponseFilterSensitiveLog = (obj) => ({
|
|
468
|
+
...obj,
|
|
469
|
+
});
|
|
470
|
+
exports.CheckIfPhoneNumberIsOptedOutResponseFilterSensitiveLog = CheckIfPhoneNumberIsOptedOutResponseFilterSensitiveLog;
|
|
471
|
+
const ConfirmSubscriptionInputFilterSensitiveLog = (obj) => ({
|
|
472
|
+
...obj,
|
|
473
|
+
});
|
|
474
|
+
exports.ConfirmSubscriptionInputFilterSensitiveLog = ConfirmSubscriptionInputFilterSensitiveLog;
|
|
475
|
+
const ConfirmSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
476
|
+
...obj,
|
|
477
|
+
});
|
|
478
|
+
exports.ConfirmSubscriptionResponseFilterSensitiveLog = ConfirmSubscriptionResponseFilterSensitiveLog;
|
|
479
|
+
const CreatePlatformApplicationInputFilterSensitiveLog = (obj) => ({
|
|
480
|
+
...obj,
|
|
481
|
+
});
|
|
482
|
+
exports.CreatePlatformApplicationInputFilterSensitiveLog = CreatePlatformApplicationInputFilterSensitiveLog;
|
|
483
|
+
const CreatePlatformApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
484
|
+
...obj,
|
|
485
|
+
});
|
|
486
|
+
exports.CreatePlatformApplicationResponseFilterSensitiveLog = CreatePlatformApplicationResponseFilterSensitiveLog;
|
|
487
|
+
const CreateEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
488
|
+
...obj,
|
|
489
|
+
});
|
|
490
|
+
exports.CreateEndpointResponseFilterSensitiveLog = CreateEndpointResponseFilterSensitiveLog;
|
|
491
|
+
const CreatePlatformEndpointInputFilterSensitiveLog = (obj) => ({
|
|
492
|
+
...obj,
|
|
493
|
+
});
|
|
494
|
+
exports.CreatePlatformEndpointInputFilterSensitiveLog = CreatePlatformEndpointInputFilterSensitiveLog;
|
|
495
|
+
const CreateSMSSandboxPhoneNumberInputFilterSensitiveLog = (obj) => ({
|
|
496
|
+
...obj,
|
|
497
|
+
});
|
|
498
|
+
exports.CreateSMSSandboxPhoneNumberInputFilterSensitiveLog = CreateSMSSandboxPhoneNumberInputFilterSensitiveLog;
|
|
499
|
+
const CreateSMSSandboxPhoneNumberResultFilterSensitiveLog = (obj) => ({
|
|
500
|
+
...obj,
|
|
501
|
+
});
|
|
502
|
+
exports.CreateSMSSandboxPhoneNumberResultFilterSensitiveLog = CreateSMSSandboxPhoneNumberResultFilterSensitiveLog;
|
|
503
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
504
|
+
...obj,
|
|
505
|
+
});
|
|
506
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
507
|
+
const CreateTopicInputFilterSensitiveLog = (obj) => ({
|
|
508
|
+
...obj,
|
|
509
|
+
});
|
|
510
|
+
exports.CreateTopicInputFilterSensitiveLog = CreateTopicInputFilterSensitiveLog;
|
|
511
|
+
const CreateTopicResponseFilterSensitiveLog = (obj) => ({
|
|
512
|
+
...obj,
|
|
513
|
+
});
|
|
514
|
+
exports.CreateTopicResponseFilterSensitiveLog = CreateTopicResponseFilterSensitiveLog;
|
|
515
|
+
const DeleteEndpointInputFilterSensitiveLog = (obj) => ({
|
|
516
|
+
...obj,
|
|
517
|
+
});
|
|
518
|
+
exports.DeleteEndpointInputFilterSensitiveLog = DeleteEndpointInputFilterSensitiveLog;
|
|
519
|
+
const DeletePlatformApplicationInputFilterSensitiveLog = (obj) => ({
|
|
520
|
+
...obj,
|
|
521
|
+
});
|
|
522
|
+
exports.DeletePlatformApplicationInputFilterSensitiveLog = DeletePlatformApplicationInputFilterSensitiveLog;
|
|
523
|
+
const DeleteSMSSandboxPhoneNumberInputFilterSensitiveLog = (obj) => ({
|
|
524
|
+
...obj,
|
|
525
|
+
});
|
|
526
|
+
exports.DeleteSMSSandboxPhoneNumberInputFilterSensitiveLog = DeleteSMSSandboxPhoneNumberInputFilterSensitiveLog;
|
|
527
|
+
const DeleteSMSSandboxPhoneNumberResultFilterSensitiveLog = (obj) => ({
|
|
528
|
+
...obj,
|
|
529
|
+
});
|
|
530
|
+
exports.DeleteSMSSandboxPhoneNumberResultFilterSensitiveLog = DeleteSMSSandboxPhoneNumberResultFilterSensitiveLog;
|
|
531
|
+
const DeleteTopicInputFilterSensitiveLog = (obj) => ({
|
|
532
|
+
...obj,
|
|
533
|
+
});
|
|
534
|
+
exports.DeleteTopicInputFilterSensitiveLog = DeleteTopicInputFilterSensitiveLog;
|
|
535
|
+
const GetEndpointAttributesInputFilterSensitiveLog = (obj) => ({
|
|
536
|
+
...obj,
|
|
537
|
+
});
|
|
538
|
+
exports.GetEndpointAttributesInputFilterSensitiveLog = GetEndpointAttributesInputFilterSensitiveLog;
|
|
539
|
+
const GetEndpointAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
540
|
+
...obj,
|
|
541
|
+
});
|
|
542
|
+
exports.GetEndpointAttributesResponseFilterSensitiveLog = GetEndpointAttributesResponseFilterSensitiveLog;
|
|
543
|
+
const GetPlatformApplicationAttributesInputFilterSensitiveLog = (obj) => ({
|
|
544
|
+
...obj,
|
|
545
|
+
});
|
|
546
|
+
exports.GetPlatformApplicationAttributesInputFilterSensitiveLog = GetPlatformApplicationAttributesInputFilterSensitiveLog;
|
|
547
|
+
const GetPlatformApplicationAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
548
|
+
...obj,
|
|
549
|
+
});
|
|
550
|
+
exports.GetPlatformApplicationAttributesResponseFilterSensitiveLog = GetPlatformApplicationAttributesResponseFilterSensitiveLog;
|
|
551
|
+
const GetSMSAttributesInputFilterSensitiveLog = (obj) => ({
|
|
552
|
+
...obj,
|
|
553
|
+
});
|
|
554
|
+
exports.GetSMSAttributesInputFilterSensitiveLog = GetSMSAttributesInputFilterSensitiveLog;
|
|
555
|
+
const GetSMSAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
556
|
+
...obj,
|
|
557
|
+
});
|
|
558
|
+
exports.GetSMSAttributesResponseFilterSensitiveLog = GetSMSAttributesResponseFilterSensitiveLog;
|
|
559
|
+
const GetSMSSandboxAccountStatusInputFilterSensitiveLog = (obj) => ({
|
|
560
|
+
...obj,
|
|
561
|
+
});
|
|
562
|
+
exports.GetSMSSandboxAccountStatusInputFilterSensitiveLog = GetSMSSandboxAccountStatusInputFilterSensitiveLog;
|
|
563
|
+
const GetSMSSandboxAccountStatusResultFilterSensitiveLog = (obj) => ({
|
|
564
|
+
...obj,
|
|
565
|
+
});
|
|
566
|
+
exports.GetSMSSandboxAccountStatusResultFilterSensitiveLog = GetSMSSandboxAccountStatusResultFilterSensitiveLog;
|
|
567
|
+
const GetSubscriptionAttributesInputFilterSensitiveLog = (obj) => ({
|
|
568
|
+
...obj,
|
|
569
|
+
});
|
|
570
|
+
exports.GetSubscriptionAttributesInputFilterSensitiveLog = GetSubscriptionAttributesInputFilterSensitiveLog;
|
|
571
|
+
const GetSubscriptionAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
572
|
+
...obj,
|
|
573
|
+
});
|
|
574
|
+
exports.GetSubscriptionAttributesResponseFilterSensitiveLog = GetSubscriptionAttributesResponseFilterSensitiveLog;
|
|
575
|
+
const GetTopicAttributesInputFilterSensitiveLog = (obj) => ({
|
|
576
|
+
...obj,
|
|
577
|
+
});
|
|
578
|
+
exports.GetTopicAttributesInputFilterSensitiveLog = GetTopicAttributesInputFilterSensitiveLog;
|
|
579
|
+
const GetTopicAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
580
|
+
...obj,
|
|
581
|
+
});
|
|
582
|
+
exports.GetTopicAttributesResponseFilterSensitiveLog = GetTopicAttributesResponseFilterSensitiveLog;
|
|
583
|
+
const ListEndpointsByPlatformApplicationInputFilterSensitiveLog = (obj) => ({
|
|
584
|
+
...obj,
|
|
585
|
+
});
|
|
586
|
+
exports.ListEndpointsByPlatformApplicationInputFilterSensitiveLog = ListEndpointsByPlatformApplicationInputFilterSensitiveLog;
|
|
587
|
+
const EndpointFilterSensitiveLog = (obj) => ({
|
|
588
|
+
...obj,
|
|
589
|
+
});
|
|
590
|
+
exports.EndpointFilterSensitiveLog = EndpointFilterSensitiveLog;
|
|
591
|
+
const ListEndpointsByPlatformApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
592
|
+
...obj,
|
|
593
|
+
});
|
|
594
|
+
exports.ListEndpointsByPlatformApplicationResponseFilterSensitiveLog = ListEndpointsByPlatformApplicationResponseFilterSensitiveLog;
|
|
595
|
+
const ListOriginationNumbersRequestFilterSensitiveLog = (obj) => ({
|
|
596
|
+
...obj,
|
|
597
|
+
});
|
|
598
|
+
exports.ListOriginationNumbersRequestFilterSensitiveLog = ListOriginationNumbersRequestFilterSensitiveLog;
|
|
599
|
+
const PhoneNumberInformationFilterSensitiveLog = (obj) => ({
|
|
600
|
+
...obj,
|
|
601
|
+
});
|
|
602
|
+
exports.PhoneNumberInformationFilterSensitiveLog = PhoneNumberInformationFilterSensitiveLog;
|
|
603
|
+
const ListOriginationNumbersResultFilterSensitiveLog = (obj) => ({
|
|
604
|
+
...obj,
|
|
605
|
+
});
|
|
606
|
+
exports.ListOriginationNumbersResultFilterSensitiveLog = ListOriginationNumbersResultFilterSensitiveLog;
|
|
607
|
+
const ListPhoneNumbersOptedOutInputFilterSensitiveLog = (obj) => ({
|
|
608
|
+
...obj,
|
|
609
|
+
});
|
|
610
|
+
exports.ListPhoneNumbersOptedOutInputFilterSensitiveLog = ListPhoneNumbersOptedOutInputFilterSensitiveLog;
|
|
611
|
+
const ListPhoneNumbersOptedOutResponseFilterSensitiveLog = (obj) => ({
|
|
612
|
+
...obj,
|
|
613
|
+
});
|
|
614
|
+
exports.ListPhoneNumbersOptedOutResponseFilterSensitiveLog = ListPhoneNumbersOptedOutResponseFilterSensitiveLog;
|
|
615
|
+
const ListPlatformApplicationsInputFilterSensitiveLog = (obj) => ({
|
|
616
|
+
...obj,
|
|
617
|
+
});
|
|
618
|
+
exports.ListPlatformApplicationsInputFilterSensitiveLog = ListPlatformApplicationsInputFilterSensitiveLog;
|
|
619
|
+
const PlatformApplicationFilterSensitiveLog = (obj) => ({
|
|
620
|
+
...obj,
|
|
621
|
+
});
|
|
622
|
+
exports.PlatformApplicationFilterSensitiveLog = PlatformApplicationFilterSensitiveLog;
|
|
623
|
+
const ListPlatformApplicationsResponseFilterSensitiveLog = (obj) => ({
|
|
624
|
+
...obj,
|
|
625
|
+
});
|
|
626
|
+
exports.ListPlatformApplicationsResponseFilterSensitiveLog = ListPlatformApplicationsResponseFilterSensitiveLog;
|
|
627
|
+
const ListSMSSandboxPhoneNumbersInputFilterSensitiveLog = (obj) => ({
|
|
628
|
+
...obj,
|
|
629
|
+
});
|
|
630
|
+
exports.ListSMSSandboxPhoneNumbersInputFilterSensitiveLog = ListSMSSandboxPhoneNumbersInputFilterSensitiveLog;
|
|
631
|
+
const SMSSandboxPhoneNumberFilterSensitiveLog = (obj) => ({
|
|
632
|
+
...obj,
|
|
633
|
+
});
|
|
634
|
+
exports.SMSSandboxPhoneNumberFilterSensitiveLog = SMSSandboxPhoneNumberFilterSensitiveLog;
|
|
635
|
+
const ListSMSSandboxPhoneNumbersResultFilterSensitiveLog = (obj) => ({
|
|
636
|
+
...obj,
|
|
637
|
+
});
|
|
638
|
+
exports.ListSMSSandboxPhoneNumbersResultFilterSensitiveLog = ListSMSSandboxPhoneNumbersResultFilterSensitiveLog;
|
|
639
|
+
const ListSubscriptionsInputFilterSensitiveLog = (obj) => ({
|
|
640
|
+
...obj,
|
|
641
|
+
});
|
|
642
|
+
exports.ListSubscriptionsInputFilterSensitiveLog = ListSubscriptionsInputFilterSensitiveLog;
|
|
643
|
+
const SubscriptionFilterSensitiveLog = (obj) => ({
|
|
644
|
+
...obj,
|
|
645
|
+
});
|
|
646
|
+
exports.SubscriptionFilterSensitiveLog = SubscriptionFilterSensitiveLog;
|
|
647
|
+
const ListSubscriptionsResponseFilterSensitiveLog = (obj) => ({
|
|
648
|
+
...obj,
|
|
649
|
+
});
|
|
650
|
+
exports.ListSubscriptionsResponseFilterSensitiveLog = ListSubscriptionsResponseFilterSensitiveLog;
|
|
651
|
+
const ListSubscriptionsByTopicInputFilterSensitiveLog = (obj) => ({
|
|
652
|
+
...obj,
|
|
653
|
+
});
|
|
654
|
+
exports.ListSubscriptionsByTopicInputFilterSensitiveLog = ListSubscriptionsByTopicInputFilterSensitiveLog;
|
|
655
|
+
const ListSubscriptionsByTopicResponseFilterSensitiveLog = (obj) => ({
|
|
656
|
+
...obj,
|
|
657
|
+
});
|
|
658
|
+
exports.ListSubscriptionsByTopicResponseFilterSensitiveLog = ListSubscriptionsByTopicResponseFilterSensitiveLog;
|
|
659
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
660
|
+
...obj,
|
|
661
|
+
});
|
|
662
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
663
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
664
|
+
...obj,
|
|
665
|
+
});
|
|
666
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
667
|
+
const ListTopicsInputFilterSensitiveLog = (obj) => ({
|
|
668
|
+
...obj,
|
|
669
|
+
});
|
|
670
|
+
exports.ListTopicsInputFilterSensitiveLog = ListTopicsInputFilterSensitiveLog;
|
|
671
|
+
const TopicFilterSensitiveLog = (obj) => ({
|
|
672
|
+
...obj,
|
|
673
|
+
});
|
|
674
|
+
exports.TopicFilterSensitiveLog = TopicFilterSensitiveLog;
|
|
675
|
+
const ListTopicsResponseFilterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
});
|
|
678
|
+
exports.ListTopicsResponseFilterSensitiveLog = ListTopicsResponseFilterSensitiveLog;
|
|
679
|
+
const OptInPhoneNumberInputFilterSensitiveLog = (obj) => ({
|
|
680
|
+
...obj,
|
|
681
|
+
});
|
|
682
|
+
exports.OptInPhoneNumberInputFilterSensitiveLog = OptInPhoneNumberInputFilterSensitiveLog;
|
|
683
|
+
const OptInPhoneNumberResponseFilterSensitiveLog = (obj) => ({
|
|
684
|
+
...obj,
|
|
685
|
+
});
|
|
686
|
+
exports.OptInPhoneNumberResponseFilterSensitiveLog = OptInPhoneNumberResponseFilterSensitiveLog;
|
|
687
|
+
const MessageAttributeValueFilterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
});
|
|
690
|
+
exports.MessageAttributeValueFilterSensitiveLog = MessageAttributeValueFilterSensitiveLog;
|
|
691
|
+
const PublishInputFilterSensitiveLog = (obj) => ({
|
|
692
|
+
...obj,
|
|
693
|
+
});
|
|
694
|
+
exports.PublishInputFilterSensitiveLog = PublishInputFilterSensitiveLog;
|
|
695
|
+
const PublishResponseFilterSensitiveLog = (obj) => ({
|
|
696
|
+
...obj,
|
|
697
|
+
});
|
|
698
|
+
exports.PublishResponseFilterSensitiveLog = PublishResponseFilterSensitiveLog;
|
|
699
|
+
const PublishBatchRequestEntryFilterSensitiveLog = (obj) => ({
|
|
700
|
+
...obj,
|
|
701
|
+
});
|
|
702
|
+
exports.PublishBatchRequestEntryFilterSensitiveLog = PublishBatchRequestEntryFilterSensitiveLog;
|
|
703
|
+
const PublishBatchInputFilterSensitiveLog = (obj) => ({
|
|
704
|
+
...obj,
|
|
705
|
+
});
|
|
706
|
+
exports.PublishBatchInputFilterSensitiveLog = PublishBatchInputFilterSensitiveLog;
|
|
707
|
+
const BatchResultErrorEntryFilterSensitiveLog = (obj) => ({
|
|
708
|
+
...obj,
|
|
709
|
+
});
|
|
710
|
+
exports.BatchResultErrorEntryFilterSensitiveLog = BatchResultErrorEntryFilterSensitiveLog;
|
|
711
|
+
const PublishBatchResultEntryFilterSensitiveLog = (obj) => ({
|
|
712
|
+
...obj,
|
|
713
|
+
});
|
|
714
|
+
exports.PublishBatchResultEntryFilterSensitiveLog = PublishBatchResultEntryFilterSensitiveLog;
|
|
715
|
+
const PublishBatchResponseFilterSensitiveLog = (obj) => ({
|
|
716
|
+
...obj,
|
|
717
|
+
});
|
|
718
|
+
exports.PublishBatchResponseFilterSensitiveLog = PublishBatchResponseFilterSensitiveLog;
|
|
719
|
+
const RemovePermissionInputFilterSensitiveLog = (obj) => ({
|
|
720
|
+
...obj,
|
|
721
|
+
});
|
|
722
|
+
exports.RemovePermissionInputFilterSensitiveLog = RemovePermissionInputFilterSensitiveLog;
|
|
723
|
+
const SetEndpointAttributesInputFilterSensitiveLog = (obj) => ({
|
|
724
|
+
...obj,
|
|
725
|
+
});
|
|
726
|
+
exports.SetEndpointAttributesInputFilterSensitiveLog = SetEndpointAttributesInputFilterSensitiveLog;
|
|
727
|
+
const SetPlatformApplicationAttributesInputFilterSensitiveLog = (obj) => ({
|
|
728
|
+
...obj,
|
|
729
|
+
});
|
|
730
|
+
exports.SetPlatformApplicationAttributesInputFilterSensitiveLog = SetPlatformApplicationAttributesInputFilterSensitiveLog;
|
|
731
|
+
const SetSMSAttributesInputFilterSensitiveLog = (obj) => ({
|
|
732
|
+
...obj,
|
|
733
|
+
});
|
|
734
|
+
exports.SetSMSAttributesInputFilterSensitiveLog = SetSMSAttributesInputFilterSensitiveLog;
|
|
735
|
+
const SetSMSAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
736
|
+
...obj,
|
|
737
|
+
});
|
|
738
|
+
exports.SetSMSAttributesResponseFilterSensitiveLog = SetSMSAttributesResponseFilterSensitiveLog;
|
|
739
|
+
const SetSubscriptionAttributesInputFilterSensitiveLog = (obj) => ({
|
|
740
|
+
...obj,
|
|
741
|
+
});
|
|
742
|
+
exports.SetSubscriptionAttributesInputFilterSensitiveLog = SetSubscriptionAttributesInputFilterSensitiveLog;
|
|
743
|
+
const SetTopicAttributesInputFilterSensitiveLog = (obj) => ({
|
|
744
|
+
...obj,
|
|
745
|
+
});
|
|
746
|
+
exports.SetTopicAttributesInputFilterSensitiveLog = SetTopicAttributesInputFilterSensitiveLog;
|
|
747
|
+
const SubscribeInputFilterSensitiveLog = (obj) => ({
|
|
748
|
+
...obj,
|
|
749
|
+
});
|
|
750
|
+
exports.SubscribeInputFilterSensitiveLog = SubscribeInputFilterSensitiveLog;
|
|
751
|
+
const SubscribeResponseFilterSensitiveLog = (obj) => ({
|
|
752
|
+
...obj,
|
|
753
|
+
});
|
|
754
|
+
exports.SubscribeResponseFilterSensitiveLog = SubscribeResponseFilterSensitiveLog;
|
|
755
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
756
|
+
...obj,
|
|
757
|
+
});
|
|
758
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
759
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
760
|
+
...obj,
|
|
761
|
+
});
|
|
762
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
763
|
+
const UnsubscribeInputFilterSensitiveLog = (obj) => ({
|
|
764
|
+
...obj,
|
|
765
|
+
});
|
|
766
|
+
exports.UnsubscribeInputFilterSensitiveLog = UnsubscribeInputFilterSensitiveLog;
|
|
767
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
768
|
+
...obj,
|
|
769
|
+
});
|
|
770
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
771
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
772
|
+
...obj,
|
|
773
|
+
});
|
|
774
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
775
|
+
const VerifySMSSandboxPhoneNumberInputFilterSensitiveLog = (obj) => ({
|
|
776
|
+
...obj,
|
|
777
|
+
});
|
|
778
|
+
exports.VerifySMSSandboxPhoneNumberInputFilterSensitiveLog = VerifySMSSandboxPhoneNumberInputFilterSensitiveLog;
|
|
779
|
+
const VerifySMSSandboxPhoneNumberResultFilterSensitiveLog = (obj) => ({
|
|
780
|
+
...obj,
|
|
781
|
+
});
|
|
782
|
+
exports.VerifySMSSandboxPhoneNumberResultFilterSensitiveLog = VerifySMSSandboxPhoneNumberResultFilterSensitiveLog;
|