@aws-sdk/client-ivs 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.
Files changed (65) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/BatchGetChannelCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetStreamKeyCommand.js +2 -2
  5. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  6. package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +2 -2
  7. package/dist-cjs/commands/CreateStreamKeyCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteChannelCommand.js +1 -1
  9. package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteStreamKeyCommand.js +1 -1
  12. package/dist-cjs/commands/GetChannelCommand.js +2 -2
  13. package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +2 -2
  14. package/dist-cjs/commands/GetRecordingConfigurationCommand.js +2 -2
  15. package/dist-cjs/commands/GetStreamCommand.js +2 -2
  16. package/dist-cjs/commands/GetStreamKeyCommand.js +2 -2
  17. package/dist-cjs/commands/GetStreamSessionCommand.js +2 -2
  18. package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +2 -2
  19. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  20. package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +2 -2
  21. package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +2 -2
  22. package/dist-cjs/commands/ListStreamKeysCommand.js +2 -2
  23. package/dist-cjs/commands/ListStreamSessionsCommand.js +2 -2
  24. package/dist-cjs/commands/ListStreamsCommand.js +2 -2
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-cjs/commands/PutMetadataCommand.js +1 -1
  27. package/dist-cjs/commands/StopStreamCommand.js +2 -2
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  31. package/dist-cjs/models/models_0.js +300 -446
  32. package/dist-cjs/protocols/Aws_restJson1.js +284 -435
  33. package/dist-es/commands/BatchGetChannelCommand.js +3 -3
  34. package/dist-es/commands/BatchGetStreamKeyCommand.js +3 -3
  35. package/dist-es/commands/CreateChannelCommand.js +3 -3
  36. package/dist-es/commands/CreateRecordingConfigurationCommand.js +3 -3
  37. package/dist-es/commands/CreateStreamKeyCommand.js +3 -3
  38. package/dist-es/commands/DeleteChannelCommand.js +2 -2
  39. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +3 -3
  40. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +2 -2
  41. package/dist-es/commands/DeleteStreamKeyCommand.js +2 -2
  42. package/dist-es/commands/GetChannelCommand.js +3 -3
  43. package/dist-es/commands/GetPlaybackKeyPairCommand.js +3 -3
  44. package/dist-es/commands/GetRecordingConfigurationCommand.js +3 -3
  45. package/dist-es/commands/GetStreamCommand.js +3 -3
  46. package/dist-es/commands/GetStreamKeyCommand.js +3 -3
  47. package/dist-es/commands/GetStreamSessionCommand.js +3 -3
  48. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +3 -3
  49. package/dist-es/commands/ListChannelsCommand.js +3 -3
  50. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +3 -3
  51. package/dist-es/commands/ListRecordingConfigurationsCommand.js +3 -3
  52. package/dist-es/commands/ListStreamKeysCommand.js +3 -3
  53. package/dist-es/commands/ListStreamSessionsCommand.js +3 -3
  54. package/dist-es/commands/ListStreamsCommand.js +3 -3
  55. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  56. package/dist-es/commands/PutMetadataCommand.js +2 -2
  57. package/dist-es/commands/StopStreamCommand.js +3 -3
  58. package/dist-es/commands/TagResourceCommand.js +3 -3
  59. package/dist-es/commands/UntagResourceCommand.js +3 -3
  60. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  61. package/dist-es/models/models_0.js +73 -292
  62. package/dist-es/protocols/Aws_restJson1.js +368 -437
  63. package/dist-types/models/models_0.d.ts +292 -438
  64. package/dist-types/ts3.4/models/models_0.d.ts +146 -292
  65. 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 { BatchGetChannelRequest, BatchGetChannelResponse } from "../models/models_0";
4
+ import { BatchGetChannelRequestFilterSensitiveLog, BatchGetChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1BatchGetChannelCommand, serializeAws_restJson1BatchGetChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var BatchGetChannelCommand = (function (_super) {
7
7
  __extends(BatchGetChannelCommand, _super);
@@ -20,8 +20,8 @@ var BatchGetChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: BatchGetChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: BatchGetChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: BatchGetChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: BatchGetChannelResponseFilterSensitiveLog,
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 { BatchGetStreamKeyRequest, BatchGetStreamKeyResponse } from "../models/models_0";
4
+ import { BatchGetStreamKeyRequestFilterSensitiveLog, BatchGetStreamKeyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1BatchGetStreamKeyCommand, serializeAws_restJson1BatchGetStreamKeyCommand, } from "../protocols/Aws_restJson1";
6
6
  var BatchGetStreamKeyCommand = (function (_super) {
7
7
  __extends(BatchGetStreamKeyCommand, _super);
@@ -20,8 +20,8 @@ var BatchGetStreamKeyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: BatchGetStreamKeyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: BatchGetStreamKeyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: BatchGetStreamKeyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: BatchGetStreamKeyResponseFilterSensitiveLog,
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 { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
4
+ import { CreateChannelRequestFilterSensitiveLog, CreateChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateChannelCommand, serializeAws_restJson1CreateChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateChannelCommand = (function (_super) {
7
7
  __extends(CreateChannelCommand, _super);
@@ -20,8 +20,8 @@ var CreateChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateChannelResponseFilterSensitiveLog,
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 { CreateRecordingConfigurationRequest, CreateRecordingConfigurationResponse } from "../models/models_0";
4
+ import { CreateRecordingConfigurationRequestFilterSensitiveLog, CreateRecordingConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateRecordingConfigurationCommand, serializeAws_restJson1CreateRecordingConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateRecordingConfigurationCommand = (function (_super) {
7
7
  __extends(CreateRecordingConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var CreateRecordingConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateRecordingConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateRecordingConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateRecordingConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateRecordingConfigurationResponseFilterSensitiveLog,
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 { CreateStreamKeyRequest, CreateStreamKeyResponse } from "../models/models_0";
4
+ import { CreateStreamKeyRequestFilterSensitiveLog, CreateStreamKeyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateStreamKeyCommand, serializeAws_restJson1CreateStreamKeyCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateStreamKeyCommand = (function (_super) {
7
7
  __extends(CreateStreamKeyCommand, _super);
@@ -20,8 +20,8 @@ var CreateStreamKeyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: CreateStreamKeyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: CreateStreamKeyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: CreateStreamKeyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: CreateStreamKeyResponseFilterSensitiveLog,
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 { DeleteChannelRequest } from "../models/models_0";
4
+ import { DeleteChannelRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteChannelCommand, serializeAws_restJson1DeleteChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteChannelCommand = (function (_super) {
7
7
  __extends(DeleteChannelCommand, _super);
@@ -20,7 +20,7 @@ var DeleteChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteChannelRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteChannelRequestFilterSensitiveLog,
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 { DeletePlaybackKeyPairRequest, DeletePlaybackKeyPairResponse } from "../models/models_0";
4
+ import { DeletePlaybackKeyPairRequestFilterSensitiveLog, DeletePlaybackKeyPairResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeletePlaybackKeyPairCommand, serializeAws_restJson1DeletePlaybackKeyPairCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeletePlaybackKeyPairCommand = (function (_super) {
7
7
  __extends(DeletePlaybackKeyPairCommand, _super);
@@ -20,8 +20,8 @@ var DeletePlaybackKeyPairCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeletePlaybackKeyPairRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeletePlaybackKeyPairResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeletePlaybackKeyPairRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeletePlaybackKeyPairResponseFilterSensitiveLog,
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 { DeleteRecordingConfigurationRequest } from "../models/models_0";
4
+ import { DeleteRecordingConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteRecordingConfigurationCommand, serializeAws_restJson1DeleteRecordingConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteRecordingConfigurationCommand = (function (_super) {
7
7
  __extends(DeleteRecordingConfigurationCommand, _super);
@@ -20,7 +20,7 @@ var DeleteRecordingConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteRecordingConfigurationRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteRecordingConfigurationRequestFilterSensitiveLog,
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 { DeleteStreamKeyRequest } from "../models/models_0";
4
+ import { DeleteStreamKeyRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteStreamKeyCommand, serializeAws_restJson1DeleteStreamKeyCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteStreamKeyCommand = (function (_super) {
7
7
  __extends(DeleteStreamKeyCommand, _super);
@@ -20,7 +20,7 @@ var DeleteStreamKeyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteStreamKeyRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteStreamKeyRequestFilterSensitiveLog,
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 { GetChannelRequest, GetChannelResponse } from "../models/models_0";
4
+ import { GetChannelRequestFilterSensitiveLog, GetChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetChannelCommand, serializeAws_restJson1GetChannelCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetChannelCommand = (function (_super) {
7
7
  __extends(GetChannelCommand, _super);
@@ -20,8 +20,8 @@ var GetChannelCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetChannelRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetChannelResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetChannelRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetChannelResponseFilterSensitiveLog,
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 { GetPlaybackKeyPairRequest, GetPlaybackKeyPairResponse } from "../models/models_0";
4
+ import { GetPlaybackKeyPairRequestFilterSensitiveLog, GetPlaybackKeyPairResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetPlaybackKeyPairCommand, serializeAws_restJson1GetPlaybackKeyPairCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetPlaybackKeyPairCommand = (function (_super) {
7
7
  __extends(GetPlaybackKeyPairCommand, _super);
@@ -20,8 +20,8 @@ var GetPlaybackKeyPairCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetPlaybackKeyPairRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetPlaybackKeyPairResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetPlaybackKeyPairRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetPlaybackKeyPairResponseFilterSensitiveLog,
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 { GetRecordingConfigurationRequest, GetRecordingConfigurationResponse } from "../models/models_0";
4
+ import { GetRecordingConfigurationRequestFilterSensitiveLog, GetRecordingConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetRecordingConfigurationCommand, serializeAws_restJson1GetRecordingConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetRecordingConfigurationCommand = (function (_super) {
7
7
  __extends(GetRecordingConfigurationCommand, _super);
@@ -20,8 +20,8 @@ var GetRecordingConfigurationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetRecordingConfigurationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetRecordingConfigurationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetRecordingConfigurationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetRecordingConfigurationResponseFilterSensitiveLog,
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 { GetStreamRequest, GetStreamResponse } from "../models/models_0";
4
+ import { GetStreamRequestFilterSensitiveLog, GetStreamResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetStreamCommand, serializeAws_restJson1GetStreamCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetStreamCommand = (function (_super) {
7
7
  __extends(GetStreamCommand, _super);
@@ -20,8 +20,8 @@ var GetStreamCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetStreamRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetStreamResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetStreamRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetStreamResponseFilterSensitiveLog,
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 { GetStreamKeyRequest, GetStreamKeyResponse } from "../models/models_0";
4
+ import { GetStreamKeyRequestFilterSensitiveLog, GetStreamKeyResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetStreamKeyCommand, serializeAws_restJson1GetStreamKeyCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetStreamKeyCommand = (function (_super) {
7
7
  __extends(GetStreamKeyCommand, _super);
@@ -20,8 +20,8 @@ var GetStreamKeyCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetStreamKeyRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetStreamKeyResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetStreamKeyRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetStreamKeyResponseFilterSensitiveLog,
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 { GetStreamSessionRequest, GetStreamSessionResponse } from "../models/models_0";
4
+ import { GetStreamSessionRequestFilterSensitiveLog, GetStreamSessionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetStreamSessionCommand, serializeAws_restJson1GetStreamSessionCommand, } from "../protocols/Aws_restJson1";
6
6
  var GetStreamSessionCommand = (function (_super) {
7
7
  __extends(GetStreamSessionCommand, _super);
@@ -20,8 +20,8 @@ var GetStreamSessionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetStreamSessionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetStreamSessionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetStreamSessionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetStreamSessionResponseFilterSensitiveLog,
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 { ImportPlaybackKeyPairRequest, ImportPlaybackKeyPairResponse } from "../models/models_0";
4
+ import { ImportPlaybackKeyPairRequestFilterSensitiveLog, ImportPlaybackKeyPairResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ImportPlaybackKeyPairCommand, serializeAws_restJson1ImportPlaybackKeyPairCommand, } from "../protocols/Aws_restJson1";
6
6
  var ImportPlaybackKeyPairCommand = (function (_super) {
7
7
  __extends(ImportPlaybackKeyPairCommand, _super);
@@ -20,8 +20,8 @@ var ImportPlaybackKeyPairCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ImportPlaybackKeyPairRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ImportPlaybackKeyPairResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ImportPlaybackKeyPairRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ImportPlaybackKeyPairResponseFilterSensitiveLog,
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 { ListPlaybackKeyPairsRequest, ListPlaybackKeyPairsResponse } from "../models/models_0";
4
+ import { ListPlaybackKeyPairsRequestFilterSensitiveLog, ListPlaybackKeyPairsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListPlaybackKeyPairsCommand, serializeAws_restJson1ListPlaybackKeyPairsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListPlaybackKeyPairsCommand = (function (_super) {
7
7
  __extends(ListPlaybackKeyPairsCommand, _super);
@@ -20,8 +20,8 @@ var ListPlaybackKeyPairsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListPlaybackKeyPairsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListPlaybackKeyPairsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListPlaybackKeyPairsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListPlaybackKeyPairsResponseFilterSensitiveLog,
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 { ListRecordingConfigurationsRequest, ListRecordingConfigurationsResponse } from "../models/models_0";
4
+ import { ListRecordingConfigurationsRequestFilterSensitiveLog, ListRecordingConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListRecordingConfigurationsCommand, serializeAws_restJson1ListRecordingConfigurationsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListRecordingConfigurationsCommand = (function (_super) {
7
7
  __extends(ListRecordingConfigurationsCommand, _super);
@@ -20,8 +20,8 @@ var ListRecordingConfigurationsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListRecordingConfigurationsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListRecordingConfigurationsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListRecordingConfigurationsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListRecordingConfigurationsResponseFilterSensitiveLog,
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 { ListStreamKeysRequest, ListStreamKeysResponse } from "../models/models_0";
4
+ import { ListStreamKeysRequestFilterSensitiveLog, ListStreamKeysResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListStreamKeysCommand, serializeAws_restJson1ListStreamKeysCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListStreamKeysCommand = (function (_super) {
7
7
  __extends(ListStreamKeysCommand, _super);
@@ -20,8 +20,8 @@ var ListStreamKeysCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListStreamKeysRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListStreamKeysResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListStreamKeysRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListStreamKeysResponseFilterSensitiveLog,
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 { ListStreamSessionsRequest, ListStreamSessionsResponse } from "../models/models_0";
4
+ import { ListStreamSessionsRequestFilterSensitiveLog, ListStreamSessionsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListStreamSessionsCommand, serializeAws_restJson1ListStreamSessionsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListStreamSessionsCommand = (function (_super) {
7
7
  __extends(ListStreamSessionsCommand, _super);
@@ -20,8 +20,8 @@ var ListStreamSessionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListStreamSessionsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListStreamSessionsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListStreamSessionsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListStreamSessionsResponseFilterSensitiveLog,
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 { ListStreamsRequest, ListStreamsResponse } from "../models/models_0";
4
+ import { ListStreamsRequestFilterSensitiveLog, ListStreamsResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListStreamsCommand, serializeAws_restJson1ListStreamsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListStreamsCommand = (function (_super) {
7
7
  __extends(ListStreamsCommand, _super);
@@ -20,8 +20,8 @@ var ListStreamsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: ListStreamsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: ListStreamsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: ListStreamsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ListStreamsResponseFilterSensitiveLog,
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 { PutMetadataRequest } from "../models/models_0";
4
+ import { PutMetadataRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_restJson1PutMetadataCommand, serializeAws_restJson1PutMetadataCommand, } from "../protocols/Aws_restJson1";
6
6
  var PutMetadataCommand = (function (_super) {
7
7
  __extends(PutMetadataCommand, _super);
@@ -20,7 +20,7 @@ var PutMetadataCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: PutMetadataRequest.filterSensitiveLog,
23
+ inputFilterSensitiveLog: PutMetadataRequestFilterSensitiveLog,
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 { StopStreamRequest, StopStreamResponse } from "../models/models_0";
4
+ import { StopStreamRequestFilterSensitiveLog, StopStreamResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1StopStreamCommand, serializeAws_restJson1StopStreamCommand, } from "../protocols/Aws_restJson1";
6
6
  var StopStreamCommand = (function (_super) {
7
7
  __extends(StopStreamCommand, _super);
@@ -20,8 +20,8 @@ var StopStreamCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: StopStreamRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: StopStreamResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: StopStreamRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: StopStreamResponseFilterSensitiveLog,
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, TagResourceResponse } from "../models/models_0";
4
+ import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } 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,8 +20,8 @@ var TagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: TagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: TagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } 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,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UntagResourceRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UntagResourceResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
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 { 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) {