@aws-sdk/client-ivs 3.296.0 → 3.298.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 (99) hide show
  1. package/dist-cjs/commands/BatchGetChannelCommand.js +2 -3
  2. package/dist-cjs/commands/BatchGetStreamKeyCommand.js +1 -1
  3. package/dist-cjs/commands/CreateChannelCommand.js +1 -1
  4. package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +2 -3
  5. package/dist-cjs/commands/CreateStreamKeyCommand.js +1 -1
  6. package/dist-cjs/commands/DeleteChannelCommand.js +2 -3
  7. package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteStreamKeyCommand.js +2 -3
  10. package/dist-cjs/commands/GetChannelCommand.js +2 -3
  11. package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +2 -3
  12. package/dist-cjs/commands/GetRecordingConfigurationCommand.js +2 -3
  13. package/dist-cjs/commands/GetStreamCommand.js +2 -3
  14. package/dist-cjs/commands/GetStreamKeyCommand.js +1 -1
  15. package/dist-cjs/commands/GetStreamSessionCommand.js +2 -3
  16. package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +2 -3
  17. package/dist-cjs/commands/ListChannelsCommand.js +2 -3
  18. package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +2 -3
  19. package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +2 -3
  20. package/dist-cjs/commands/ListStreamKeysCommand.js +2 -3
  21. package/dist-cjs/commands/ListStreamSessionsCommand.js +2 -3
  22. package/dist-cjs/commands/ListStreamsCommand.js +2 -3
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  24. package/dist-cjs/commands/PutMetadataCommand.js +1 -1
  25. package/dist-cjs/commands/StopStreamCommand.js +2 -3
  26. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  27. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateChannelCommand.js +2 -3
  29. package/dist-cjs/models/models_0.js +1 -270
  30. package/dist-es/commands/BatchGetChannelCommand.js +2 -3
  31. package/dist-es/commands/BatchGetStreamKeyCommand.js +2 -2
  32. package/dist-es/commands/CreateChannelCommand.js +2 -2
  33. package/dist-es/commands/CreateRecordingConfigurationCommand.js +2 -3
  34. package/dist-es/commands/CreateStreamKeyCommand.js +2 -2
  35. package/dist-es/commands/DeleteChannelCommand.js +2 -3
  36. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +2 -3
  37. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +2 -3
  38. package/dist-es/commands/DeleteStreamKeyCommand.js +2 -3
  39. package/dist-es/commands/GetChannelCommand.js +2 -3
  40. package/dist-es/commands/GetPlaybackKeyPairCommand.js +2 -3
  41. package/dist-es/commands/GetRecordingConfigurationCommand.js +2 -3
  42. package/dist-es/commands/GetStreamCommand.js +2 -3
  43. package/dist-es/commands/GetStreamKeyCommand.js +2 -2
  44. package/dist-es/commands/GetStreamSessionCommand.js +2 -3
  45. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +2 -3
  46. package/dist-es/commands/ListChannelsCommand.js +2 -3
  47. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +2 -3
  48. package/dist-es/commands/ListRecordingConfigurationsCommand.js +2 -3
  49. package/dist-es/commands/ListStreamKeysCommand.js +2 -3
  50. package/dist-es/commands/ListStreamSessionsCommand.js +2 -3
  51. package/dist-es/commands/ListStreamsCommand.js +2 -3
  52. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  53. package/dist-es/commands/PutMetadataCommand.js +1 -1
  54. package/dist-es/commands/StopStreamCommand.js +2 -3
  55. package/dist-es/commands/TagResourceCommand.js +2 -3
  56. package/dist-es/commands/UntagResourceCommand.js +2 -3
  57. package/dist-es/commands/UpdateChannelCommand.js +2 -3
  58. package/dist-es/models/models_0.js +0 -201
  59. package/dist-types/Ivs.d.ts +29 -0
  60. package/dist-types/IvsClient.d.ts +24 -4
  61. package/dist-types/commands/BatchGetChannelCommand.d.ts +16 -0
  62. package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +16 -0
  63. package/dist-types/commands/CreateChannelCommand.d.ts +16 -0
  64. package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +16 -0
  65. package/dist-types/commands/CreateStreamKeyCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteChannelCommand.d.ts +16 -0
  67. package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteStreamKeyCommand.d.ts +16 -0
  70. package/dist-types/commands/GetChannelCommand.d.ts +16 -0
  71. package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +16 -0
  72. package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +16 -0
  73. package/dist-types/commands/GetStreamCommand.d.ts +16 -0
  74. package/dist-types/commands/GetStreamKeyCommand.d.ts +16 -0
  75. package/dist-types/commands/GetStreamSessionCommand.d.ts +16 -0
  76. package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +16 -0
  77. package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +16 -0
  79. package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +16 -0
  80. package/dist-types/commands/ListStreamKeysCommand.d.ts +16 -0
  81. package/dist-types/commands/ListStreamSessionsCommand.d.ts +16 -0
  82. package/dist-types/commands/ListStreamsCommand.d.ts +16 -0
  83. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  84. package/dist-types/commands/PutMetadataCommand.d.ts +16 -0
  85. package/dist-types/commands/StopStreamCommand.d.ts +16 -0
  86. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  87. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
  89. package/dist-types/models/IvsServiceException.d.ts +2 -0
  90. package/dist-types/models/models_0.d.ts +205 -268
  91. package/dist-types/pagination/Interfaces.d.ts +3 -0
  92. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListPlaybackKeyPairsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListRecordingConfigurationsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListStreamKeysPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListStreamSessionsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListStreamsPaginator.d.ts +3 -0
  98. package/dist-types/ts3.4/models/models_0.d.ts +0 -193
  99. package/package.json +4 -3
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListPlaybackKeyPairsRequestFilterSensitiveLog, ListPlaybackKeyPairsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListPlaybackKeyPairsCommand, serializeAws_restJson1ListPlaybackKeyPairsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListPlaybackKeyPairsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListPlaybackKeyPairsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListPlaybackKeyPairsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListPlaybackKeyPairsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListRecordingConfigurationsRequestFilterSensitiveLog, ListRecordingConfigurationsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListRecordingConfigurationsCommand, serializeAws_restJson1ListRecordingConfigurationsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListRecordingConfigurationsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListRecordingConfigurationsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListRecordingConfigurationsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListRecordingConfigurationsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListStreamKeysRequestFilterSensitiveLog, ListStreamKeysResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListStreamKeysCommand, serializeAws_restJson1ListStreamKeysCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListStreamKeysCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListStreamKeysCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListStreamKeysRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListStreamKeysResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListStreamSessionsRequestFilterSensitiveLog, ListStreamSessionsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListStreamSessionsCommand, serializeAws_restJson1ListStreamSessionsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListStreamSessionsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListStreamSessionsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListStreamSessionsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListStreamSessionsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListStreamsRequestFilterSensitiveLog, ListStreamsResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListStreamsCommand, serializeAws_restJson1ListStreamsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListStreamsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListStreamsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListStreamsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListStreamsResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListTagsForResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -28,7 +28,7 @@ export class PutMetadataCommand extends $Command {
28
28
  clientName,
29
29
  commandName,
30
30
  inputFilterSensitiveLog: PutMetadataRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
31
+ outputFilterSensitiveLog: (_) => _,
32
32
  };
33
33
  const { requestHandler } = configuration;
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { StopStreamRequestFilterSensitiveLog, StopStreamResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1StopStreamCommand, serializeAws_restJson1StopStreamCommand, } from "../protocols/Aws_restJson1";
6
5
  export class StopStreamCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class StopStreamCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: StopStreamRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: StopStreamResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class TagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UntagResourceCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateChannelRequestFilterSensitiveLog, UpdateChannelResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1UpdateChannelCommand, serializeAws_restJson1UpdateChannelCommand, } from "../protocols/Aws_restJson1";
6
5
  export class UpdateChannelCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class UpdateChannelCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: UpdateChannelRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: UpdateChannelResponseFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -162,21 +162,6 @@ export class StreamUnavailable extends __BaseException {
162
162
  this.exceptionMessage = opts.exceptionMessage;
163
163
  }
164
164
  }
165
- export const BatchGetChannelRequestFilterSensitiveLog = (obj) => ({
166
- ...obj,
167
- });
168
- export const ChannelFilterSensitiveLog = (obj) => ({
169
- ...obj,
170
- });
171
- export const BatchErrorFilterSensitiveLog = (obj) => ({
172
- ...obj,
173
- });
174
- export const BatchGetChannelResponseFilterSensitiveLog = (obj) => ({
175
- ...obj,
176
- });
177
- export const BatchGetStreamKeyRequestFilterSensitiveLog = (obj) => ({
178
- ...obj,
179
- });
180
165
  export const StreamKeyFilterSensitiveLog = (obj) => ({
181
166
  ...obj,
182
167
  ...(obj.value && { value: SENSITIVE_STRING }),
@@ -185,205 +170,19 @@ export const BatchGetStreamKeyResponseFilterSensitiveLog = (obj) => ({
185
170
  ...obj,
186
171
  ...(obj.streamKeys && { streamKeys: obj.streamKeys.map((item) => StreamKeyFilterSensitiveLog(item)) }),
187
172
  });
188
- export const CreateChannelRequestFilterSensitiveLog = (obj) => ({
189
- ...obj,
190
- });
191
173
  export const CreateChannelResponseFilterSensitiveLog = (obj) => ({
192
174
  ...obj,
193
175
  ...(obj.streamKey && { streamKey: StreamKeyFilterSensitiveLog(obj.streamKey) }),
194
176
  });
195
- export const S3DestinationConfigurationFilterSensitiveLog = (obj) => ({
196
- ...obj,
197
- });
198
- export const DestinationConfigurationFilterSensitiveLog = (obj) => ({
199
- ...obj,
200
- });
201
- export const ThumbnailConfigurationFilterSensitiveLog = (obj) => ({
202
- ...obj,
203
- });
204
- export const CreateRecordingConfigurationRequestFilterSensitiveLog = (obj) => ({
205
- ...obj,
206
- });
207
- export const RecordingConfigurationFilterSensitiveLog = (obj) => ({
208
- ...obj,
209
- });
210
- export const CreateRecordingConfigurationResponseFilterSensitiveLog = (obj) => ({
211
- ...obj,
212
- });
213
- export const CreateStreamKeyRequestFilterSensitiveLog = (obj) => ({
214
- ...obj,
215
- });
216
177
  export const CreateStreamKeyResponseFilterSensitiveLog = (obj) => ({
217
178
  ...obj,
218
179
  ...(obj.streamKey && { streamKey: StreamKeyFilterSensitiveLog(obj.streamKey) }),
219
180
  });
220
- export const DeleteChannelRequestFilterSensitiveLog = (obj) => ({
221
- ...obj,
222
- });
223
- export const DeletePlaybackKeyPairRequestFilterSensitiveLog = (obj) => ({
224
- ...obj,
225
- });
226
- export const DeletePlaybackKeyPairResponseFilterSensitiveLog = (obj) => ({
227
- ...obj,
228
- });
229
- export const DeleteRecordingConfigurationRequestFilterSensitiveLog = (obj) => ({
230
- ...obj,
231
- });
232
- export const DeleteStreamKeyRequestFilterSensitiveLog = (obj) => ({
233
- ...obj,
234
- });
235
- export const GetChannelRequestFilterSensitiveLog = (obj) => ({
236
- ...obj,
237
- });
238
- export const GetChannelResponseFilterSensitiveLog = (obj) => ({
239
- ...obj,
240
- });
241
- export const GetPlaybackKeyPairRequestFilterSensitiveLog = (obj) => ({
242
- ...obj,
243
- });
244
- export const PlaybackKeyPairFilterSensitiveLog = (obj) => ({
245
- ...obj,
246
- });
247
- export const GetPlaybackKeyPairResponseFilterSensitiveLog = (obj) => ({
248
- ...obj,
249
- });
250
- export const GetRecordingConfigurationRequestFilterSensitiveLog = (obj) => ({
251
- ...obj,
252
- });
253
- export const GetRecordingConfigurationResponseFilterSensitiveLog = (obj) => ({
254
- ...obj,
255
- });
256
- export const GetStreamRequestFilterSensitiveLog = (obj) => ({
257
- ...obj,
258
- });
259
- export const _StreamFilterSensitiveLog = (obj) => ({
260
- ...obj,
261
- });
262
- export const GetStreamResponseFilterSensitiveLog = (obj) => ({
263
- ...obj,
264
- });
265
- export const GetStreamKeyRequestFilterSensitiveLog = (obj) => ({
266
- ...obj,
267
- });
268
181
  export const GetStreamKeyResponseFilterSensitiveLog = (obj) => ({
269
182
  ...obj,
270
183
  ...(obj.streamKey && { streamKey: StreamKeyFilterSensitiveLog(obj.streamKey) }),
271
184
  });
272
- export const GetStreamSessionRequestFilterSensitiveLog = (obj) => ({
273
- ...obj,
274
- });
275
- export const AudioConfigurationFilterSensitiveLog = (obj) => ({
276
- ...obj,
277
- });
278
- export const VideoConfigurationFilterSensitiveLog = (obj) => ({
279
- ...obj,
280
- });
281
- export const IngestConfigurationFilterSensitiveLog = (obj) => ({
282
- ...obj,
283
- });
284
- export const StreamEventFilterSensitiveLog = (obj) => ({
285
- ...obj,
286
- });
287
- export const StreamSessionFilterSensitiveLog = (obj) => ({
288
- ...obj,
289
- });
290
- export const GetStreamSessionResponseFilterSensitiveLog = (obj) => ({
291
- ...obj,
292
- });
293
- export const ImportPlaybackKeyPairRequestFilterSensitiveLog = (obj) => ({
294
- ...obj,
295
- });
296
- export const ImportPlaybackKeyPairResponseFilterSensitiveLog = (obj) => ({
297
- ...obj,
298
- });
299
- export const ListChannelsRequestFilterSensitiveLog = (obj) => ({
300
- ...obj,
301
- });
302
- export const ChannelSummaryFilterSensitiveLog = (obj) => ({
303
- ...obj,
304
- });
305
- export const ListChannelsResponseFilterSensitiveLog = (obj) => ({
306
- ...obj,
307
- });
308
- export const ListPlaybackKeyPairsRequestFilterSensitiveLog = (obj) => ({
309
- ...obj,
310
- });
311
- export const PlaybackKeyPairSummaryFilterSensitiveLog = (obj) => ({
312
- ...obj,
313
- });
314
- export const ListPlaybackKeyPairsResponseFilterSensitiveLog = (obj) => ({
315
- ...obj,
316
- });
317
- export const ListRecordingConfigurationsRequestFilterSensitiveLog = (obj) => ({
318
- ...obj,
319
- });
320
- export const RecordingConfigurationSummaryFilterSensitiveLog = (obj) => ({
321
- ...obj,
322
- });
323
- export const ListRecordingConfigurationsResponseFilterSensitiveLog = (obj) => ({
324
- ...obj,
325
- });
326
- export const ListStreamKeysRequestFilterSensitiveLog = (obj) => ({
327
- ...obj,
328
- });
329
- export const StreamKeySummaryFilterSensitiveLog = (obj) => ({
330
- ...obj,
331
- });
332
- export const ListStreamKeysResponseFilterSensitiveLog = (obj) => ({
333
- ...obj,
334
- });
335
- export const StreamFiltersFilterSensitiveLog = (obj) => ({
336
- ...obj,
337
- });
338
- export const ListStreamsRequestFilterSensitiveLog = (obj) => ({
339
- ...obj,
340
- });
341
- export const StreamSummaryFilterSensitiveLog = (obj) => ({
342
- ...obj,
343
- });
344
- export const ListStreamsResponseFilterSensitiveLog = (obj) => ({
345
- ...obj,
346
- });
347
- export const ListStreamSessionsRequestFilterSensitiveLog = (obj) => ({
348
- ...obj,
349
- });
350
- export const StreamSessionSummaryFilterSensitiveLog = (obj) => ({
351
- ...obj,
352
- });
353
- export const ListStreamSessionsResponseFilterSensitiveLog = (obj) => ({
354
- ...obj,
355
- });
356
- export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
357
- ...obj,
358
- });
359
- export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
360
- ...obj,
361
- });
362
185
  export const PutMetadataRequestFilterSensitiveLog = (obj) => ({
363
186
  ...obj,
364
187
  ...(obj.metadata && { metadata: SENSITIVE_STRING }),
365
188
  });
366
- export const StopStreamRequestFilterSensitiveLog = (obj) => ({
367
- ...obj,
368
- });
369
- export const StopStreamResponseFilterSensitiveLog = (obj) => ({
370
- ...obj,
371
- });
372
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
373
- ...obj,
374
- });
375
- export const TagResourceResponseFilterSensitiveLog = (obj) => ({
376
- ...obj,
377
- });
378
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
379
- ...obj,
380
- });
381
- export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
382
- ...obj,
383
- });
384
- export const UpdateChannelRequestFilterSensitiveLog = (obj) => ({
385
- ...obj,
386
- });
387
- export const UpdateChannelResponseFilterSensitiveLog = (obj) => ({
388
- ...obj,
389
- });
@@ -29,6 +29,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
29
29
  import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
30
30
  import { IvsClient } from "./IvsClient";
31
31
  /**
32
+ * @public
32
33
  * <p>
33
34
  * <b>Introduction</b>
34
35
  * </p>
@@ -355,24 +356,28 @@ import { IvsClient } from "./IvsClient";
355
356
  */
356
357
  export declare class Ivs extends IvsClient {
357
358
  /**
359
+ * @public
358
360
  * <p>Performs <a>GetChannel</a> on multiple ARNs simultaneously.</p>
359
361
  */
360
362
  batchGetChannel(args: BatchGetChannelCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetChannelCommandOutput>;
361
363
  batchGetChannel(args: BatchGetChannelCommandInput, cb: (err: any, data?: BatchGetChannelCommandOutput) => void): void;
362
364
  batchGetChannel(args: BatchGetChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetChannelCommandOutput) => void): void;
363
365
  /**
366
+ * @public
364
367
  * <p>Performs <a>GetStreamKey</a> on multiple ARNs simultaneously.</p>
365
368
  */
366
369
  batchGetStreamKey(args: BatchGetStreamKeyCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetStreamKeyCommandOutput>;
367
370
  batchGetStreamKey(args: BatchGetStreamKeyCommandInput, cb: (err: any, data?: BatchGetStreamKeyCommandOutput) => void): void;
368
371
  batchGetStreamKey(args: BatchGetStreamKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetStreamKeyCommandOutput) => void): void;
369
372
  /**
373
+ * @public
370
374
  * <p>Creates a new channel and an associated stream key to start streaming.</p>
371
375
  */
372
376
  createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
373
377
  createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
374
378
  createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
375
379
  /**
380
+ * @public
376
381
  * <p>Creates a new recording configuration, used to enable recording to Amazon S3.</p>
377
382
  * <p>
378
383
  * <b>Known issue:</b> In the us-east-1 region, if you use the
@@ -390,6 +395,7 @@ export declare class Ivs extends IvsClient {
390
395
  createRecordingConfiguration(args: CreateRecordingConfigurationCommandInput, cb: (err: any, data?: CreateRecordingConfigurationCommandOutput) => void): void;
391
396
  createRecordingConfiguration(args: CreateRecordingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRecordingConfigurationCommandOutput) => void): void;
392
397
  /**
398
+ * @public
393
399
  * <p>Creates a stream key, used to initiate a stream, for the specified channel ARN.</p>
394
400
  * <p>Note that <a>CreateChannel</a> creates a stream key. If you subsequently use
395
401
  * CreateStreamKey on the same channel, it will fail because a stream key already exists and
@@ -399,6 +405,7 @@ export declare class Ivs extends IvsClient {
399
405
  createStreamKey(args: CreateStreamKeyCommandInput, cb: (err: any, data?: CreateStreamKeyCommandOutput) => void): void;
400
406
  createStreamKey(args: CreateStreamKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStreamKeyCommandOutput) => void): void;
401
407
  /**
408
+ * @public
402
409
  * <p>Deletes the specified channel and its associated stream keys.</p>
403
410
  * <p>If you try to delete a live channel, you will get an error (409 ConflictException). To
404
411
  * delete a channel that is live, call <a>StopStream</a>, wait for the Amazon
@@ -409,6 +416,7 @@ export declare class Ivs extends IvsClient {
409
416
  deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
410
417
  deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
411
418
  /**
419
+ * @public
412
420
  * <p>Deletes a specified authorization key pair. This invalidates future viewer tokens
413
421
  * generated using the key pair’s <code>privateKey</code>. For more information, see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Setting Up Private
414
422
  * Channels</a> in the <i>Amazon IVS User Guide</i>.</p>
@@ -417,6 +425,7 @@ export declare class Ivs extends IvsClient {
417
425
  deletePlaybackKeyPair(args: DeletePlaybackKeyPairCommandInput, cb: (err: any, data?: DeletePlaybackKeyPairCommandOutput) => void): void;
418
426
  deletePlaybackKeyPair(args: DeletePlaybackKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlaybackKeyPairCommandOutput) => void): void;
419
427
  /**
428
+ * @public
420
429
  * <p>Deletes the recording configuration for the specified ARN.</p>
421
430
  * <p>If you try to delete a recording configuration that is associated with a channel, you will
422
431
  * get an error (409 ConflictException). To avoid this, for all channels that reference the
@@ -428,6 +437,7 @@ export declare class Ivs extends IvsClient {
428
437
  deleteRecordingConfiguration(args: DeleteRecordingConfigurationCommandInput, cb: (err: any, data?: DeleteRecordingConfigurationCommandOutput) => void): void;
429
438
  deleteRecordingConfiguration(args: DeleteRecordingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecordingConfigurationCommandOutput) => void): void;
430
439
  /**
440
+ * @public
431
441
  * <p>Deletes the stream key for the specified ARN, so it can no longer be used to
432
442
  * stream.</p>
433
443
  */
@@ -435,12 +445,14 @@ export declare class Ivs extends IvsClient {
435
445
  deleteStreamKey(args: DeleteStreamKeyCommandInput, cb: (err: any, data?: DeleteStreamKeyCommandOutput) => void): void;
436
446
  deleteStreamKey(args: DeleteStreamKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStreamKeyCommandOutput) => void): void;
437
447
  /**
448
+ * @public
438
449
  * <p>Gets the channel configuration for the specified channel ARN. See also <a>BatchGetChannel</a>.</p>
439
450
  */
440
451
  getChannel(args: GetChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelCommandOutput>;
441
452
  getChannel(args: GetChannelCommandInput, cb: (err: any, data?: GetChannelCommandOutput) => void): void;
442
453
  getChannel(args: GetChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelCommandOutput) => void): void;
443
454
  /**
455
+ * @public
444
456
  * <p>Gets a specified playback authorization key pair and returns the <code>arn</code> and
445
457
  * <code>fingerprint</code>. The <code>privateKey</code> held by the caller can be used to
446
458
  * generate viewer authorization tokens, to grant viewers access to private channels. For more
@@ -451,30 +463,35 @@ export declare class Ivs extends IvsClient {
451
463
  getPlaybackKeyPair(args: GetPlaybackKeyPairCommandInput, cb: (err: any, data?: GetPlaybackKeyPairCommandOutput) => void): void;
452
464
  getPlaybackKeyPair(args: GetPlaybackKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPlaybackKeyPairCommandOutput) => void): void;
453
465
  /**
466
+ * @public
454
467
  * <p>Gets the recording configuration for the specified ARN.</p>
455
468
  */
456
469
  getRecordingConfiguration(args: GetRecordingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetRecordingConfigurationCommandOutput>;
457
470
  getRecordingConfiguration(args: GetRecordingConfigurationCommandInput, cb: (err: any, data?: GetRecordingConfigurationCommandOutput) => void): void;
458
471
  getRecordingConfiguration(args: GetRecordingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecordingConfigurationCommandOutput) => void): void;
459
472
  /**
473
+ * @public
460
474
  * <p>Gets information about the active (live) stream on a specified channel.</p>
461
475
  */
462
476
  getStream(args: GetStreamCommandInput, options?: __HttpHandlerOptions): Promise<GetStreamCommandOutput>;
463
477
  getStream(args: GetStreamCommandInput, cb: (err: any, data?: GetStreamCommandOutput) => void): void;
464
478
  getStream(args: GetStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamCommandOutput) => void): void;
465
479
  /**
480
+ * @public
466
481
  * <p>Gets stream-key information for a specified ARN.</p>
467
482
  */
468
483
  getStreamKey(args: GetStreamKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetStreamKeyCommandOutput>;
469
484
  getStreamKey(args: GetStreamKeyCommandInput, cb: (err: any, data?: GetStreamKeyCommandOutput) => void): void;
470
485
  getStreamKey(args: GetStreamKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamKeyCommandOutput) => void): void;
471
486
  /**
487
+ * @public
472
488
  * <p>Gets metadata on a specified stream.</p>
473
489
  */
474
490
  getStreamSession(args: GetStreamSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetStreamSessionCommandOutput>;
475
491
  getStreamSession(args: GetStreamSessionCommandInput, cb: (err: any, data?: GetStreamSessionCommandOutput) => void): void;
476
492
  getStreamSession(args: GetStreamSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStreamSessionCommandOutput) => void): void;
477
493
  /**
494
+ * @public
478
495
  * <p>Imports the public portion of a new key pair and returns its <code>arn</code> and
479
496
  * <code>fingerprint</code>. The <code>privateKey</code> can then be used to generate viewer
480
497
  * authorization tokens, to grant viewers access to private channels. For more information, see
@@ -485,6 +502,7 @@ export declare class Ivs extends IvsClient {
485
502
  importPlaybackKeyPair(args: ImportPlaybackKeyPairCommandInput, cb: (err: any, data?: ImportPlaybackKeyPairCommandOutput) => void): void;
486
503
  importPlaybackKeyPair(args: ImportPlaybackKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportPlaybackKeyPairCommandOutput) => void): void;
487
504
  /**
505
+ * @public
488
506
  * <p>Gets summary information about all channels in your account, in the Amazon Web Services
489
507
  * region where the API request is processed. This list can be filtered to match a specified name
490
508
  * or recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If
@@ -494,6 +512,7 @@ export declare class Ivs extends IvsClient {
494
512
  listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
495
513
  listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
496
514
  /**
515
+ * @public
497
516
  * <p>Gets summary information about playback key pairs. For more information, see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/private-channels.html">Setting Up Private
498
517
  * Channels</a> in the <i>Amazon IVS User Guide</i>.</p>
499
518
  */
@@ -501,6 +520,7 @@ export declare class Ivs extends IvsClient {
501
520
  listPlaybackKeyPairs(args: ListPlaybackKeyPairsCommandInput, cb: (err: any, data?: ListPlaybackKeyPairsCommandOutput) => void): void;
502
521
  listPlaybackKeyPairs(args: ListPlaybackKeyPairsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaybackKeyPairsCommandOutput) => void): void;
503
522
  /**
523
+ * @public
504
524
  * <p>Gets summary information about all recording configurations in your account, in the
505
525
  * Amazon Web Services region where the API request is processed.</p>
506
526
  */
@@ -508,12 +528,14 @@ export declare class Ivs extends IvsClient {
508
528
  listRecordingConfigurations(args: ListRecordingConfigurationsCommandInput, cb: (err: any, data?: ListRecordingConfigurationsCommandOutput) => void): void;
509
529
  listRecordingConfigurations(args: ListRecordingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecordingConfigurationsCommandOutput) => void): void;
510
530
  /**
531
+ * @public
511
532
  * <p>Gets summary information about stream keys for the specified channel.</p>
512
533
  */
513
534
  listStreamKeys(args: ListStreamKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamKeysCommandOutput>;
514
535
  listStreamKeys(args: ListStreamKeysCommandInput, cb: (err: any, data?: ListStreamKeysCommandOutput) => void): void;
515
536
  listStreamKeys(args: ListStreamKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamKeysCommandOutput) => void): void;
516
537
  /**
538
+ * @public
517
539
  * <p>Gets summary information about live streams in your account, in the Amazon Web Services
518
540
  * region where the API request is processed.</p>
519
541
  */
@@ -521,6 +543,7 @@ export declare class Ivs extends IvsClient {
521
543
  listStreams(args: ListStreamsCommandInput, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
522
544
  listStreams(args: ListStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
523
545
  /**
546
+ * @public
524
547
  * <p>Gets a summary of current and previous streams for a specified channel in your account, in
525
548
  * the AWS region where the API request is processed.</p>
526
549
  */
@@ -528,12 +551,14 @@ export declare class Ivs extends IvsClient {
528
551
  listStreamSessions(args: ListStreamSessionsCommandInput, cb: (err: any, data?: ListStreamSessionsCommandOutput) => void): void;
529
552
  listStreamSessions(args: ListStreamSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamSessionsCommandOutput) => void): void;
530
553
  /**
554
+ * @public
531
555
  * <p>Gets information about Amazon Web Services tags for the specified ARN.</p>
532
556
  */
533
557
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
534
558
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
535
559
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
536
560
  /**
561
+ * @public
537
562
  * <p>Inserts metadata into the active stream of the specified channel. At most 5 requests per
538
563
  * second per channel are allowed, each with a maximum 1 KB payload. (If 5 TPS is not sufficient
539
564
  * for your needs, we recommend batching your data into a single PutMetadata call.) At most 155
@@ -544,6 +569,7 @@ export declare class Ivs extends IvsClient {
544
569
  putMetadata(args: PutMetadataCommandInput, cb: (err: any, data?: PutMetadataCommandOutput) => void): void;
545
570
  putMetadata(args: PutMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMetadataCommandOutput) => void): void;
546
571
  /**
572
+ * @public
547
573
  * <p>Disconnects the incoming RTMPS stream for the specified channel. Can be used in
548
574
  * conjunction with <a>DeleteStreamKey</a> to prevent further streaming to a
549
575
  * channel.</p>
@@ -557,18 +583,21 @@ export declare class Ivs extends IvsClient {
557
583
  stopStream(args: StopStreamCommandInput, cb: (err: any, data?: StopStreamCommandOutput) => void): void;
558
584
  stopStream(args: StopStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopStreamCommandOutput) => void): void;
559
585
  /**
586
+ * @public
560
587
  * <p>Adds or updates tags for the Amazon Web Services resource with the specified ARN.</p>
561
588
  */
562
589
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
563
590
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
564
591
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
565
592
  /**
593
+ * @public
566
594
  * <p>Removes tags from the resource with the specified ARN.</p>
567
595
  */
568
596
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
569
597
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
570
598
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
571
599
  /**
600
+ * @public
572
601
  * <p>Updates a channel's configuration. This does not affect an ongoing stream of this channel.
573
602
  * You must stop and restart the stream for the changes to take effect.</p>
574
603
  */