@aws-sdk/client-sns 3.130.0 → 3.141.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.
Files changed (87) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddPermissionCommand.js +1 -1
  4. package/dist-cjs/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -2
  5. package/dist-cjs/commands/ConfirmSubscriptionCommand.js +2 -2
  6. package/dist-cjs/commands/CreatePlatformApplicationCommand.js +2 -2
  7. package/dist-cjs/commands/CreatePlatformEndpointCommand.js +2 -2
  8. package/dist-cjs/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -2
  9. package/dist-cjs/commands/CreateTopicCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteEndpointCommand.js +1 -1
  11. package/dist-cjs/commands/DeletePlatformApplicationCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteTopicCommand.js +1 -1
  14. package/dist-cjs/commands/GetEndpointAttributesCommand.js +2 -2
  15. package/dist-cjs/commands/GetPlatformApplicationAttributesCommand.js +2 -2
  16. package/dist-cjs/commands/GetSMSAttributesCommand.js +2 -2
  17. package/dist-cjs/commands/GetSMSSandboxAccountStatusCommand.js +2 -2
  18. package/dist-cjs/commands/GetSubscriptionAttributesCommand.js +2 -2
  19. package/dist-cjs/commands/GetTopicAttributesCommand.js +2 -2
  20. package/dist-cjs/commands/ListEndpointsByPlatformApplicationCommand.js +2 -2
  21. package/dist-cjs/commands/ListOriginationNumbersCommand.js +2 -2
  22. package/dist-cjs/commands/ListPhoneNumbersOptedOutCommand.js +2 -2
  23. package/dist-cjs/commands/ListPlatformApplicationsCommand.js +2 -2
  24. package/dist-cjs/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -2
  25. package/dist-cjs/commands/ListSubscriptionsByTopicCommand.js +2 -2
  26. package/dist-cjs/commands/ListSubscriptionsCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-cjs/commands/ListTopicsCommand.js +2 -2
  29. package/dist-cjs/commands/OptInPhoneNumberCommand.js +2 -2
  30. package/dist-cjs/commands/PublishBatchCommand.js +2 -2
  31. package/dist-cjs/commands/PublishCommand.js +2 -2
  32. package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
  33. package/dist-cjs/commands/SetEndpointAttributesCommand.js +1 -1
  34. package/dist-cjs/commands/SetPlatformApplicationAttributesCommand.js +1 -1
  35. package/dist-cjs/commands/SetSMSAttributesCommand.js +2 -2
  36. package/dist-cjs/commands/SetSubscriptionAttributesCommand.js +1 -1
  37. package/dist-cjs/commands/SetTopicAttributesCommand.js +1 -1
  38. package/dist-cjs/commands/SubscribeCommand.js +2 -2
  39. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UnsubscribeCommand.js +1 -1
  41. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  42. package/dist-cjs/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -2
  43. package/dist-cjs/models/models_0.js +327 -489
  44. package/dist-es/commands/AddPermissionCommand.js +2 -2
  45. package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +3 -3
  46. package/dist-es/commands/ConfirmSubscriptionCommand.js +3 -3
  47. package/dist-es/commands/CreatePlatformApplicationCommand.js +3 -3
  48. package/dist-es/commands/CreatePlatformEndpointCommand.js +3 -3
  49. package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +3 -3
  50. package/dist-es/commands/CreateTopicCommand.js +3 -3
  51. package/dist-es/commands/DeleteEndpointCommand.js +2 -2
  52. package/dist-es/commands/DeletePlatformApplicationCommand.js +2 -2
  53. package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +3 -3
  54. package/dist-es/commands/DeleteTopicCommand.js +2 -2
  55. package/dist-es/commands/GetEndpointAttributesCommand.js +3 -3
  56. package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +3 -3
  57. package/dist-es/commands/GetSMSAttributesCommand.js +3 -3
  58. package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +3 -3
  59. package/dist-es/commands/GetSubscriptionAttributesCommand.js +3 -3
  60. package/dist-es/commands/GetTopicAttributesCommand.js +3 -3
  61. package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +3 -3
  62. package/dist-es/commands/ListOriginationNumbersCommand.js +3 -3
  63. package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +3 -3
  64. package/dist-es/commands/ListPlatformApplicationsCommand.js +3 -3
  65. package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +3 -3
  66. package/dist-es/commands/ListSubscriptionsByTopicCommand.js +3 -3
  67. package/dist-es/commands/ListSubscriptionsCommand.js +3 -3
  68. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  69. package/dist-es/commands/ListTopicsCommand.js +3 -3
  70. package/dist-es/commands/OptInPhoneNumberCommand.js +3 -3
  71. package/dist-es/commands/PublishBatchCommand.js +3 -3
  72. package/dist-es/commands/PublishCommand.js +3 -3
  73. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  74. package/dist-es/commands/SetEndpointAttributesCommand.js +2 -2
  75. package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +2 -2
  76. package/dist-es/commands/SetSMSAttributesCommand.js +3 -3
  77. package/dist-es/commands/SetSubscriptionAttributesCommand.js +2 -2
  78. package/dist-es/commands/SetTopicAttributesCommand.js +2 -2
  79. package/dist-es/commands/SubscribeCommand.js +3 -3
  80. package/dist-es/commands/TagResourceCommand.js +3 -3
  81. package/dist-es/commands/UnsubscribeCommand.js +2 -2
  82. package/dist-es/commands/UntagResourceCommand.js +3 -3
  83. package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +3 -3
  84. package/dist-es/models/models_0.js +81 -324
  85. package/dist-types/models/models_0.d.ts +324 -486
  86. package/dist-types/ts3.4/models/models_0.d.ts +162 -324
  87. package/package.json +7 -7
@@ -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 { AddPermissionInput } from "../models/models_0";
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: AddPermissionInput.filterSensitiveLog,
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 { CheckIfPhoneNumberIsOptedOutInput, CheckIfPhoneNumberIsOptedOutResponse } from "../models/models_0";
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: CheckIfPhoneNumberIsOptedOutInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CheckIfPhoneNumberIsOptedOutResponse.filterSensitiveLog,
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 { ConfirmSubscriptionInput, ConfirmSubscriptionResponse } from "../models/models_0";
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: ConfirmSubscriptionInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ConfirmSubscriptionResponse.filterSensitiveLog,
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 { CreatePlatformApplicationInput, CreatePlatformApplicationResponse } from "../models/models_0";
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: CreatePlatformApplicationInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreatePlatformApplicationResponse.filterSensitiveLog,
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 { CreateEndpointResponse, CreatePlatformEndpointInput } from "../models/models_0";
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: CreatePlatformEndpointInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateEndpointResponse.filterSensitiveLog,
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 { CreateSMSSandboxPhoneNumberInput, CreateSMSSandboxPhoneNumberResult } from "../models/models_0";
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: CreateSMSSandboxPhoneNumberInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateSMSSandboxPhoneNumberResult.filterSensitiveLog,
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 { CreateTopicInput, CreateTopicResponse } from "../models/models_0";
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: CreateTopicInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateTopicResponse.filterSensitiveLog,
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 { DeleteEndpointInput } from "../models/models_0";
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: DeleteEndpointInput.filterSensitiveLog,
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 { DeletePlatformApplicationInput } from "../models/models_0";
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: DeletePlatformApplicationInput.filterSensitiveLog,
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 { DeleteSMSSandboxPhoneNumberInput, DeleteSMSSandboxPhoneNumberResult } from "../models/models_0";
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: DeleteSMSSandboxPhoneNumberInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteSMSSandboxPhoneNumberResult.filterSensitiveLog,
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 { DeleteTopicInput } from "../models/models_0";
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: DeleteTopicInput.filterSensitiveLog,
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 { GetEndpointAttributesInput, GetEndpointAttributesResponse } from "../models/models_0";
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: GetEndpointAttributesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetEndpointAttributesResponse.filterSensitiveLog,
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 { GetPlatformApplicationAttributesInput, GetPlatformApplicationAttributesResponse } from "../models/models_0";
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: GetPlatformApplicationAttributesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetPlatformApplicationAttributesResponse.filterSensitiveLog,
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 { GetSMSAttributesInput, GetSMSAttributesResponse } from "../models/models_0";
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: GetSMSAttributesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetSMSAttributesResponse.filterSensitiveLog,
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 { GetSMSSandboxAccountStatusInput, GetSMSSandboxAccountStatusResult } from "../models/models_0";
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: GetSMSSandboxAccountStatusInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetSMSSandboxAccountStatusResult.filterSensitiveLog,
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 { GetSubscriptionAttributesInput, GetSubscriptionAttributesResponse } from "../models/models_0";
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: GetSubscriptionAttributesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetSubscriptionAttributesResponse.filterSensitiveLog,
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 { GetTopicAttributesInput, GetTopicAttributesResponse } from "../models/models_0";
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: GetTopicAttributesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetTopicAttributesResponse.filterSensitiveLog,
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 { ListEndpointsByPlatformApplicationInput, ListEndpointsByPlatformApplicationResponse, } from "../models/models_0";
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: ListEndpointsByPlatformApplicationInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListEndpointsByPlatformApplicationResponse.filterSensitiveLog,
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 { ListOriginationNumbersRequest, ListOriginationNumbersResult } from "../models/models_0";
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: ListOriginationNumbersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListOriginationNumbersResult.filterSensitiveLog,
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 { ListPhoneNumbersOptedOutInput, ListPhoneNumbersOptedOutResponse } from "../models/models_0";
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: ListPhoneNumbersOptedOutInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPhoneNumbersOptedOutResponse.filterSensitiveLog,
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 { ListPlatformApplicationsInput, ListPlatformApplicationsResponse } from "../models/models_0";
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: ListPlatformApplicationsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPlatformApplicationsResponse.filterSensitiveLog,
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 { ListSMSSandboxPhoneNumbersInput, ListSMSSandboxPhoneNumbersResult } from "../models/models_0";
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: ListSMSSandboxPhoneNumbersInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListSMSSandboxPhoneNumbersResult.filterSensitiveLog,
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 { ListSubscriptionsByTopicInput, ListSubscriptionsByTopicResponse } from "../models/models_0";
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: ListSubscriptionsByTopicInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListSubscriptionsByTopicResponse.filterSensitiveLog,
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 { ListSubscriptionsInput, ListSubscriptionsResponse } from "../models/models_0";
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: ListSubscriptionsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListSubscriptionsResponse.filterSensitiveLog,
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
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: ListTagsForResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTagsForResourceResponse.filterSensitiveLog,
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 { ListTopicsInput, ListTopicsResponse } from "../models/models_0";
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: ListTopicsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListTopicsResponse.filterSensitiveLog,
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 { OptInPhoneNumberInput, OptInPhoneNumberResponse } from "../models/models_0";
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: OptInPhoneNumberInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: OptInPhoneNumberResponse.filterSensitiveLog,
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 { PublishBatchInput, PublishBatchResponse } from "../models/models_0";
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: PublishBatchInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PublishBatchResponse.filterSensitiveLog,
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 { PublishInput, PublishResponse } from "../models/models_0";
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: PublishInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: PublishResponse.filterSensitiveLog,
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 { RemovePermissionInput } from "../models/models_0";
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: RemovePermissionInput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RemovePermissionInputFilterSensitiveLog,
24
24
  outputFilterSensitiveLog: function (output) { return output; },
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;