@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,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AddPermissionInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryAddPermissionCommand, serializeAws_queryAddPermissionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var AddPermissionCommand = (function (_super) {
|
|
7
7
|
__extends(AddPermissionCommand, _super);
|
|
@@ -20,7 +20,7 @@ var AddPermissionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AddPermissionInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog, CheckIfPhoneNumberIsOptedOutResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCheckIfPhoneNumberIsOptedOutCommand, serializeAws_queryCheckIfPhoneNumberIsOptedOutCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CheckIfPhoneNumberIsOptedOutCommand = (function (_super) {
|
|
7
7
|
__extends(CheckIfPhoneNumberIsOptedOutCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CheckIfPhoneNumberIsOptedOutCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CheckIfPhoneNumberIsOptedOutInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CheckIfPhoneNumberIsOptedOutResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ConfirmSubscriptionInputFilterSensitiveLog, ConfirmSubscriptionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryConfirmSubscriptionCommand, serializeAws_queryConfirmSubscriptionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ConfirmSubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(ConfirmSubscriptionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ConfirmSubscriptionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ConfirmSubscriptionInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ConfirmSubscriptionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreatePlatformApplicationInputFilterSensitiveLog, CreatePlatformApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreatePlatformApplicationCommand, serializeAws_queryCreatePlatformApplicationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreatePlatformApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePlatformApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreatePlatformApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreatePlatformApplicationInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreatePlatformApplicationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateEndpointResponseFilterSensitiveLog, CreatePlatformEndpointInputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreatePlatformEndpointCommand, serializeAws_queryCreatePlatformEndpointCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreatePlatformEndpointCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePlatformEndpointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreatePlatformEndpointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreatePlatformEndpointInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateEndpointResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateSMSSandboxPhoneNumberInputFilterSensitiveLog, CreateSMSSandboxPhoneNumberResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateSMSSandboxPhoneNumberCommand, serializeAws_queryCreateSMSSandboxPhoneNumberCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateSMSSandboxPhoneNumberCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSMSSandboxPhoneNumberCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSMSSandboxPhoneNumberCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSMSSandboxPhoneNumberInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSMSSandboxPhoneNumberResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateTopicInputFilterSensitiveLog, CreateTopicResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateTopicCommand, serializeAws_queryCreateTopicCommand } from "../protocols/Aws_query";
|
|
6
6
|
var CreateTopicCommand = (function (_super) {
|
|
7
7
|
__extends(CreateTopicCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateTopicCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateTopicInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateTopicResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteEndpointInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteEndpointCommand, serializeAws_queryDeleteEndpointCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteEndpointCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEndpointCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteEndpointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteEndpointInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeletePlatformApplicationInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeletePlatformApplicationCommand, serializeAws_queryDeletePlatformApplicationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeletePlatformApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePlatformApplicationCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeletePlatformApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePlatformApplicationInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteSMSSandboxPhoneNumberInputFilterSensitiveLog, DeleteSMSSandboxPhoneNumberResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteSMSSandboxPhoneNumberCommand, serializeAws_queryDeleteSMSSandboxPhoneNumberCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteSMSSandboxPhoneNumberCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSMSSandboxPhoneNumberCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteSMSSandboxPhoneNumberCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSMSSandboxPhoneNumberInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteSMSSandboxPhoneNumberResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteTopicInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteTopicCommand, serializeAws_queryDeleteTopicCommand } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteTopicCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteTopicCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteTopicCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteTopicInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetEndpointAttributesInputFilterSensitiveLog, GetEndpointAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetEndpointAttributesCommand, serializeAws_queryGetEndpointAttributesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var GetEndpointAttributesCommand = (function (_super) {
|
|
7
7
|
__extends(GetEndpointAttributesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetEndpointAttributesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetEndpointAttributesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetEndpointAttributesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetPlatformApplicationAttributesInputFilterSensitiveLog, GetPlatformApplicationAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetPlatformApplicationAttributesCommand, serializeAws_queryGetPlatformApplicationAttributesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var GetPlatformApplicationAttributesCommand = (function (_super) {
|
|
7
7
|
__extends(GetPlatformApplicationAttributesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetPlatformApplicationAttributesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetPlatformApplicationAttributesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetPlatformApplicationAttributesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSMSAttributesInputFilterSensitiveLog, GetSMSAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetSMSAttributesCommand, serializeAws_queryGetSMSAttributesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var GetSMSAttributesCommand = (function (_super) {
|
|
7
7
|
__extends(GetSMSAttributesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSMSAttributesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSMSAttributesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSMSAttributesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSMSSandboxAccountStatusInputFilterSensitiveLog, GetSMSSandboxAccountStatusResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetSMSSandboxAccountStatusCommand, serializeAws_queryGetSMSSandboxAccountStatusCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var GetSMSSandboxAccountStatusCommand = (function (_super) {
|
|
7
7
|
__extends(GetSMSSandboxAccountStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSMSSandboxAccountStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSMSSandboxAccountStatusInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSMSSandboxAccountStatusResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSubscriptionAttributesInputFilterSensitiveLog, GetSubscriptionAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetSubscriptionAttributesCommand, serializeAws_queryGetSubscriptionAttributesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var GetSubscriptionAttributesCommand = (function (_super) {
|
|
7
7
|
__extends(GetSubscriptionAttributesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSubscriptionAttributesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSubscriptionAttributesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSubscriptionAttributesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetTopicAttributesInputFilterSensitiveLog, GetTopicAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryGetTopicAttributesCommand, serializeAws_queryGetTopicAttributesCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var GetTopicAttributesCommand = (function (_super) {
|
|
7
7
|
__extends(GetTopicAttributesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetTopicAttributesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetTopicAttributesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTopicAttributesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListEndpointsByPlatformApplicationInputFilterSensitiveLog, ListEndpointsByPlatformApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListEndpointsByPlatformApplicationCommand, serializeAws_queryListEndpointsByPlatformApplicationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListEndpointsByPlatformApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(ListEndpointsByPlatformApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEndpointsByPlatformApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEndpointsByPlatformApplicationInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEndpointsByPlatformApplicationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListOriginationNumbersRequestFilterSensitiveLog, ListOriginationNumbersResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListOriginationNumbersCommand, serializeAws_queryListOriginationNumbersCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListOriginationNumbersCommand = (function (_super) {
|
|
7
7
|
__extends(ListOriginationNumbersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListOriginationNumbersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListOriginationNumbersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListOriginationNumbersResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPhoneNumbersOptedOutInputFilterSensitiveLog, ListPhoneNumbersOptedOutResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListPhoneNumbersOptedOutCommand, serializeAws_queryListPhoneNumbersOptedOutCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListPhoneNumbersOptedOutCommand = (function (_super) {
|
|
7
7
|
__extends(ListPhoneNumbersOptedOutCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPhoneNumbersOptedOutCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPhoneNumbersOptedOutInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPhoneNumbersOptedOutResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPlatformApplicationsInputFilterSensitiveLog, ListPlatformApplicationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListPlatformApplicationsCommand, serializeAws_queryListPlatformApplicationsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListPlatformApplicationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListPlatformApplicationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListPlatformApplicationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListPlatformApplicationsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListPlatformApplicationsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSMSSandboxPhoneNumbersInputFilterSensitiveLog, ListSMSSandboxPhoneNumbersResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListSMSSandboxPhoneNumbersCommand, serializeAws_queryListSMSSandboxPhoneNumbersCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListSMSSandboxPhoneNumbersCommand = (function (_super) {
|
|
7
7
|
__extends(ListSMSSandboxPhoneNumbersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSMSSandboxPhoneNumbersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSMSSandboxPhoneNumbersInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSMSSandboxPhoneNumbersResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSubscriptionsByTopicInputFilterSensitiveLog, ListSubscriptionsByTopicResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListSubscriptionsByTopicCommand, serializeAws_queryListSubscriptionsByTopicCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListSubscriptionsByTopicCommand = (function (_super) {
|
|
7
7
|
__extends(ListSubscriptionsByTopicCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSubscriptionsByTopicCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSubscriptionsByTopicInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSubscriptionsByTopicResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSubscriptionsInputFilterSensitiveLog, ListSubscriptionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListSubscriptionsCommand, serializeAws_queryListSubscriptionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListSubscriptionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListSubscriptionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListSubscriptionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListSubscriptionsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListSubscriptionsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListTagsForResourceCommand, serializeAws_queryListTagsForResourceCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTopicsInputFilterSensitiveLog, ListTopicsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryListTopicsCommand, serializeAws_queryListTopicsCommand } from "../protocols/Aws_query";
|
|
6
6
|
var ListTopicsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTopicsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTopicsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTopicsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTopicsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { OptInPhoneNumberInputFilterSensitiveLog, OptInPhoneNumberResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryOptInPhoneNumberCommand, serializeAws_queryOptInPhoneNumberCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var OptInPhoneNumberCommand = (function (_super) {
|
|
7
7
|
__extends(OptInPhoneNumberCommand, _super);
|
|
@@ -20,8 +20,8 @@ var OptInPhoneNumberCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: OptInPhoneNumberInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: OptInPhoneNumberResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PublishBatchInputFilterSensitiveLog, PublishBatchResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryPublishBatchCommand, serializeAws_queryPublishBatchCommand } from "../protocols/Aws_query";
|
|
6
6
|
var PublishBatchCommand = (function (_super) {
|
|
7
7
|
__extends(PublishBatchCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PublishBatchCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PublishBatchInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PublishBatchResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PublishInputFilterSensitiveLog, PublishResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryPublishCommand, serializeAws_queryPublishCommand } from "../protocols/Aws_query";
|
|
6
6
|
var PublishCommand = (function (_super) {
|
|
7
7
|
__extends(PublishCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PublishCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PublishInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PublishResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RemovePermissionInputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryRemovePermissionCommand, serializeAws_queryRemovePermissionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var RemovePermissionCommand = (function (_super) {
|
|
7
7
|
__extends(RemovePermissionCommand, _super);
|
|
@@ -20,7 +20,7 @@ var RemovePermissionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RemovePermissionInputFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|