@aws-sdk/client-chime-sdk-messaging 3.128.0 → 3.137.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 (100) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AssociateChannelFlowCommand.js +1 -1
  3. package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +2 -2
  4. package/dist-cjs/commands/ChannelFlowCallbackCommand.js +2 -2
  5. package/dist-cjs/commands/CreateChannelBanCommand.js +2 -2
  6. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  7. package/dist-cjs/commands/CreateChannelFlowCommand.js +2 -2
  8. package/dist-cjs/commands/CreateChannelMembershipCommand.js +2 -2
  9. package/dist-cjs/commands/CreateChannelModeratorCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteChannelBanCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteChannelCommand.js +1 -1
  12. package/dist-cjs/commands/DeleteChannelFlowCommand.js +1 -1
  13. package/dist-cjs/commands/DeleteChannelMembershipCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteChannelMessageCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteChannelModeratorCommand.js +1 -1
  16. package/dist-cjs/commands/DescribeChannelBanCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeChannelFlowCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeChannelMembershipCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeChannelModeratorCommand.js +2 -2
  23. package/dist-cjs/commands/DisassociateChannelFlowCommand.js +1 -1
  24. package/dist-cjs/commands/GetChannelMembershipPreferencesCommand.js +2 -2
  25. package/dist-cjs/commands/GetChannelMessageCommand.js +2 -2
  26. package/dist-cjs/commands/GetChannelMessageStatusCommand.js +2 -2
  27. package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +2 -2
  28. package/dist-cjs/commands/ListChannelBansCommand.js +2 -2
  29. package/dist-cjs/commands/ListChannelFlowsCommand.js +2 -2
  30. package/dist-cjs/commands/ListChannelMembershipsCommand.js +2 -2
  31. package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -2
  32. package/dist-cjs/commands/ListChannelMessagesCommand.js +2 -2
  33. package/dist-cjs/commands/ListChannelModeratorsCommand.js +2 -2
  34. package/dist-cjs/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -2
  35. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  36. package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -2
  37. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  38. package/dist-cjs/commands/PutChannelMembershipPreferencesCommand.js +2 -2
  39. package/dist-cjs/commands/RedactChannelMessageCommand.js +2 -2
  40. package/dist-cjs/commands/SearchChannelsCommand.js +2 -2
  41. package/dist-cjs/commands/SendChannelMessageCommand.js +2 -2
  42. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  43. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  44. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateChannelFlowCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateChannelMessageCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +2 -2
  48. package/dist-cjs/models/models_0.js +613 -841
  49. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  50. package/dist-es/commands/AssociateChannelFlowCommand.js +2 -2
  51. package/dist-es/commands/BatchCreateChannelMembershipCommand.js +3 -3
  52. package/dist-es/commands/ChannelFlowCallbackCommand.js +3 -3
  53. package/dist-es/commands/CreateChannelBanCommand.js +3 -3
  54. package/dist-es/commands/CreateChannelCommand.js +3 -3
  55. package/dist-es/commands/CreateChannelFlowCommand.js +3 -3
  56. package/dist-es/commands/CreateChannelMembershipCommand.js +3 -3
  57. package/dist-es/commands/CreateChannelModeratorCommand.js +3 -3
  58. package/dist-es/commands/DeleteChannelBanCommand.js +2 -2
  59. package/dist-es/commands/DeleteChannelCommand.js +2 -2
  60. package/dist-es/commands/DeleteChannelFlowCommand.js +2 -2
  61. package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -2
  62. package/dist-es/commands/DeleteChannelMessageCommand.js +2 -2
  63. package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -2
  64. package/dist-es/commands/DescribeChannelBanCommand.js +3 -3
  65. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  66. package/dist-es/commands/DescribeChannelFlowCommand.js +3 -3
  67. package/dist-es/commands/DescribeChannelMembershipCommand.js +3 -3
  68. package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +3 -3
  69. package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +3 -3
  70. package/dist-es/commands/DescribeChannelModeratorCommand.js +3 -3
  71. package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -2
  72. package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +3 -3
  73. package/dist-es/commands/GetChannelMessageCommand.js +3 -3
  74. package/dist-es/commands/GetChannelMessageStatusCommand.js +3 -3
  75. package/dist-es/commands/GetMessagingSessionEndpointCommand.js +3 -3
  76. package/dist-es/commands/ListChannelBansCommand.js +3 -3
  77. package/dist-es/commands/ListChannelFlowsCommand.js +3 -3
  78. package/dist-es/commands/ListChannelMembershipsCommand.js +3 -3
  79. package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +3 -3
  80. package/dist-es/commands/ListChannelMessagesCommand.js +3 -3
  81. package/dist-es/commands/ListChannelModeratorsCommand.js +3 -3
  82. package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +3 -3
  83. package/dist-es/commands/ListChannelsCommand.js +3 -3
  84. package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +3 -3
  85. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  86. package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +3 -3
  87. package/dist-es/commands/RedactChannelMessageCommand.js +3 -3
  88. package/dist-es/commands/SearchChannelsCommand.js +3 -3
  89. package/dist-es/commands/SendChannelMessageCommand.js +3 -3
  90. package/dist-es/commands/TagResourceCommand.js +2 -2
  91. package/dist-es/commands/UntagResourceCommand.js +2 -2
  92. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  93. package/dist-es/commands/UpdateChannelFlowCommand.js +3 -3
  94. package/dist-es/commands/UpdateChannelMessageCommand.js +3 -3
  95. package/dist-es/commands/UpdateChannelReadMarkerCommand.js +3 -3
  96. package/dist-es/models/models_0.js +161 -502
  97. package/dist-es/protocols/Aws_restJson1.js +3 -0
  98. package/dist-types/models/models_0.d.ts +452 -678
  99. package/dist-types/ts3.4/models/models_0.d.ts +226 -452
  100. package/package.json +9 -9
@@ -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 { ListChannelMembershipsForAppInstanceUserRequest, ListChannelMembershipsForAppInstanceUserResponse, } from "../models/models_0";
4
+ import { ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog, ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand, serializeAws_restJson1ListChannelMembershipsForAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListChannelMembershipsForAppInstanceUserCommand = (function (_super) {
7
7
  __extends(ListChannelMembershipsForAppInstanceUserCommand, _super);
@@ -20,8 +20,8 @@ var ListChannelMembershipsForAppInstanceUserCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListChannelMembershipsForAppInstanceUserRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListChannelMembershipsForAppInstanceUserResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog,
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 { ListChannelMessagesRequest, ListChannelMessagesResponse } from "../models/models_0";
4
+ import { ListChannelMessagesRequestFilterSensitiveLog, ListChannelMessagesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListChannelMessagesCommand, serializeAws_restJson1ListChannelMessagesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListChannelMessagesCommand = (function (_super) {
7
7
  __extends(ListChannelMessagesCommand, _super);
@@ -20,8 +20,8 @@ var ListChannelMessagesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListChannelMessagesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListChannelMessagesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListChannelMessagesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListChannelMessagesResponseFilterSensitiveLog,
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 { ListChannelModeratorsRequest, ListChannelModeratorsResponse } from "../models/models_0";
4
+ import { ListChannelModeratorsRequestFilterSensitiveLog, ListChannelModeratorsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListChannelModeratorsCommand, serializeAws_restJson1ListChannelModeratorsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListChannelModeratorsCommand = (function (_super) {
7
7
  __extends(ListChannelModeratorsCommand, _super);
@@ -20,8 +20,8 @@ var ListChannelModeratorsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListChannelModeratorsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListChannelModeratorsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListChannelModeratorsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListChannelModeratorsResponseFilterSensitiveLog,
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 { ListChannelsAssociatedWithChannelFlowRequest, ListChannelsAssociatedWithChannelFlowResponse, } from "../models/models_0";
4
+ import { ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog, ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand, serializeAws_restJson1ListChannelsAssociatedWithChannelFlowCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListChannelsAssociatedWithChannelFlowCommand = (function (_super) {
7
7
  __extends(ListChannelsAssociatedWithChannelFlowCommand, _super);
@@ -20,8 +20,8 @@ var ListChannelsAssociatedWithChannelFlowCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListChannelsAssociatedWithChannelFlowRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListChannelsAssociatedWithChannelFlowResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog,
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 { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
4
+ import { ListChannelsRequestFilterSensitiveLog, ListChannelsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListChannelsCommand, serializeAws_restJson1ListChannelsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListChannelsCommand = (function (_super) {
7
7
  __extends(ListChannelsCommand, _super);
@@ -20,8 +20,8 @@ var ListChannelsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListChannelsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListChannelsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListChannelsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListChannelsResponseFilterSensitiveLog,
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 { ListChannelsModeratedByAppInstanceUserRequest, ListChannelsModeratedByAppInstanceUserResponse, } from "../models/models_0";
4
+ import { ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog, ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand, serializeAws_restJson1ListChannelsModeratedByAppInstanceUserCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListChannelsModeratedByAppInstanceUserCommand = (function (_super) {
7
7
  __extends(ListChannelsModeratedByAppInstanceUserCommand, _super);
@@ -20,8 +20,8 @@ var ListChannelsModeratedByAppInstanceUserCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListChannelsModeratedByAppInstanceUserRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListChannelsModeratedByAppInstanceUserResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog,
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_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
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 { PutChannelMembershipPreferencesRequest, PutChannelMembershipPreferencesResponse } from "../models/models_0";
4
+ import { PutChannelMembershipPreferencesRequestFilterSensitiveLog, PutChannelMembershipPreferencesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutChannelMembershipPreferencesCommand, serializeAws_restJson1PutChannelMembershipPreferencesCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutChannelMembershipPreferencesCommand = (function (_super) {
7
7
  __extends(PutChannelMembershipPreferencesCommand, _super);
@@ -20,8 +20,8 @@ var PutChannelMembershipPreferencesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutChannelMembershipPreferencesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: PutChannelMembershipPreferencesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutChannelMembershipPreferencesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: PutChannelMembershipPreferencesResponseFilterSensitiveLog,
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 { RedactChannelMessageRequest, RedactChannelMessageResponse } from "../models/models_0";
4
+ import { RedactChannelMessageRequestFilterSensitiveLog, RedactChannelMessageResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1RedactChannelMessageCommand, serializeAws_restJson1RedactChannelMessageCommand, } from "../protocols/Aws_restJson1";
6
6
  var RedactChannelMessageCommand = (function (_super) {
7
7
  __extends(RedactChannelMessageCommand, _super);
@@ -20,8 +20,8 @@ var RedactChannelMessageCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RedactChannelMessageRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: RedactChannelMessageResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RedactChannelMessageRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RedactChannelMessageResponseFilterSensitiveLog,
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 { SearchChannelsRequest, SearchChannelsResponse } from "../models/models_0";
4
+ import { SearchChannelsRequestFilterSensitiveLog, SearchChannelsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1SearchChannelsCommand, serializeAws_restJson1SearchChannelsCommand, } from "../protocols/Aws_restJson1";
6
6
  var SearchChannelsCommand = (function (_super) {
7
7
  __extends(SearchChannelsCommand, _super);
@@ -20,8 +20,8 @@ var SearchChannelsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SearchChannelsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: SearchChannelsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SearchChannelsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: SearchChannelsResponseFilterSensitiveLog,
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 { SendChannelMessageRequest, SendChannelMessageResponse } from "../models/models_0";
4
+ import { SendChannelMessageRequestFilterSensitiveLog, SendChannelMessageResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1SendChannelMessageCommand, serializeAws_restJson1SendChannelMessageCommand, } from "../protocols/Aws_restJson1";
6
6
  var SendChannelMessageCommand = (function (_super) {
7
7
  __extends(SendChannelMessageCommand, _super);
@@ -20,8 +20,8 @@ var SendChannelMessageCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SendChannelMessageRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: SendChannelMessageResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SendChannelMessageRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: SendChannelMessageResponseFilterSensitiveLog,
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 { TagResourceRequest } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
@@ -20,7 +20,7 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
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 { UntagResourceRequest } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
@@ -20,7 +20,7 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
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 { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
4
+ import { UpdateChannelRequestFilterSensitiveLog, UpdateChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateChannelCommand, serializeAws_restJson1UpdateChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateChannelCommand = (function (_super) {
7
7
  __extends(UpdateChannelCommand, _super);
@@ -20,8 +20,8 @@ var UpdateChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateChannelResponseFilterSensitiveLog,
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 { UpdateChannelFlowRequest, UpdateChannelFlowResponse } from "../models/models_0";
4
+ import { UpdateChannelFlowRequestFilterSensitiveLog, UpdateChannelFlowResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateChannelFlowCommand, serializeAws_restJson1UpdateChannelFlowCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateChannelFlowCommand = (function (_super) {
7
7
  __extends(UpdateChannelFlowCommand, _super);
@@ -20,8 +20,8 @@ var UpdateChannelFlowCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateChannelFlowRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateChannelFlowResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateChannelFlowRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateChannelFlowResponseFilterSensitiveLog,
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 { UpdateChannelMessageRequest, UpdateChannelMessageResponse } from "../models/models_0";
4
+ import { UpdateChannelMessageRequestFilterSensitiveLog, UpdateChannelMessageResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateChannelMessageCommand, serializeAws_restJson1UpdateChannelMessageCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateChannelMessageCommand = (function (_super) {
7
7
  __extends(UpdateChannelMessageCommand, _super);
@@ -20,8 +20,8 @@ var UpdateChannelMessageCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateChannelMessageRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateChannelMessageResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateChannelMessageRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateChannelMessageResponseFilterSensitiveLog,
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 { UpdateChannelReadMarkerRequest, UpdateChannelReadMarkerResponse } from "../models/models_0";
4
+ import { UpdateChannelReadMarkerRequestFilterSensitiveLog, UpdateChannelReadMarkerResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateChannelReadMarkerCommand, serializeAws_restJson1UpdateChannelReadMarkerCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateChannelReadMarkerCommand = (function (_super) {
7
7
  __extends(UpdateChannelReadMarkerCommand, _super);
@@ -20,8 +20,8 @@ var UpdateChannelReadMarkerCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateChannelReadMarkerRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateChannelReadMarkerResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateChannelReadMarkerRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateChannelReadMarkerResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {