@aws-sdk/client-ivs 3.533.0 → 3.540.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 (81) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Ivs.d.ts +8 -1
  6. package/dist-types/IvsClient.d.ts +1 -1
  7. package/dist-types/commands/BatchGetChannelCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchStartViewerSessionRevocationCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
  11. package/dist-types/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateStreamKeyCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
  15. package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +2 -1
  16. package/dist-types/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteStreamKeyCommand.d.ts +2 -1
  19. package/dist-types/commands/GetChannelCommand.d.ts +2 -1
  20. package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +2 -1
  21. package/dist-types/commands/GetPlaybackRestrictionPolicyCommand.d.ts +2 -1
  22. package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +2 -1
  23. package/dist-types/commands/GetStreamCommand.d.ts +2 -1
  24. package/dist-types/commands/GetStreamKeyCommand.d.ts +2 -1
  25. package/dist-types/commands/GetStreamSessionCommand.d.ts +2 -1
  26. package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +2 -1
  27. package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListStreamKeysCommand.d.ts +2 -1
  32. package/dist-types/commands/ListStreamSessionsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListStreamsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/PutMetadataCommand.d.ts +2 -1
  36. package/dist-types/commands/StartViewerSessionRevocationCommand.d.ts +2 -1
  37. package/dist-types/commands/StopStreamCommand.d.ts +2 -1
  38. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdatePlaybackRestrictionPolicyCommand.d.ts +2 -1
  42. package/dist-types/index.d.ts +0 -1
  43. package/dist-types/models/models_0.d.ts +288 -288
  44. package/dist-types/ts3.4/Ivs.d.ts +7 -0
  45. package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/BatchStartViewerSessionRevocationCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreatePlaybackRestrictionPolicyCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeletePlaybackRestrictionPolicyCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetPlaybackRestrictionPolicyCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListPlaybackRestrictionPoliciesCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/StartViewerSessionRevocationCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/UpdatePlaybackRestrictionPolicyCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/index.d.ts +0 -1
  81. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2470,9 +2470,6 @@ var paginateListStreamSessions = (0, import_core.createPaginator)(IvsClient, Lis
2470
2470
  // src/pagination/ListStreamsPaginator.ts
2471
2471
 
2472
2472
  var paginateListStreams = (0, import_core.createPaginator)(IvsClient, ListStreamsCommand, "nextToken", "nextToken", "maxResults");
2473
-
2474
- // src/index.ts
2475
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2476
2473
  // Annotate the CommonJS export names for ESM import in node:
2477
2474
 
2478
2475
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./Ivs";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { IvsServiceException } from "./models/IvsServiceException";
@@ -57,12 +57,14 @@ export interface Ivs {
57
57
  /**
58
58
  * @see {@link CreateChannelCommand}
59
59
  */
60
+ createChannel(): Promise<CreateChannelCommandOutput>;
60
61
  createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
61
62
  createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
62
63
  createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
63
64
  /**
64
65
  * @see {@link CreatePlaybackRestrictionPolicyCommand}
65
66
  */
67
+ createPlaybackRestrictionPolicy(): Promise<CreatePlaybackRestrictionPolicyCommandOutput>;
66
68
  createPlaybackRestrictionPolicy(args: CreatePlaybackRestrictionPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreatePlaybackRestrictionPolicyCommandOutput>;
67
69
  createPlaybackRestrictionPolicy(args: CreatePlaybackRestrictionPolicyCommandInput, cb: (err: any, data?: CreatePlaybackRestrictionPolicyCommandOutput) => void): void;
68
70
  createPlaybackRestrictionPolicy(args: CreatePlaybackRestrictionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePlaybackRestrictionPolicyCommandOutput) => void): void;
@@ -159,24 +161,28 @@ export interface Ivs {
159
161
  /**
160
162
  * @see {@link ListChannelsCommand}
161
163
  */
164
+ listChannels(): Promise<ListChannelsCommandOutput>;
162
165
  listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
163
166
  listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
164
167
  listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
165
168
  /**
166
169
  * @see {@link ListPlaybackKeyPairsCommand}
167
170
  */
171
+ listPlaybackKeyPairs(): Promise<ListPlaybackKeyPairsCommandOutput>;
168
172
  listPlaybackKeyPairs(args: ListPlaybackKeyPairsCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaybackKeyPairsCommandOutput>;
169
173
  listPlaybackKeyPairs(args: ListPlaybackKeyPairsCommandInput, cb: (err: any, data?: ListPlaybackKeyPairsCommandOutput) => void): void;
170
174
  listPlaybackKeyPairs(args: ListPlaybackKeyPairsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaybackKeyPairsCommandOutput) => void): void;
171
175
  /**
172
176
  * @see {@link ListPlaybackRestrictionPoliciesCommand}
173
177
  */
178
+ listPlaybackRestrictionPolicies(): Promise<ListPlaybackRestrictionPoliciesCommandOutput>;
174
179
  listPlaybackRestrictionPolicies(args: ListPlaybackRestrictionPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaybackRestrictionPoliciesCommandOutput>;
175
180
  listPlaybackRestrictionPolicies(args: ListPlaybackRestrictionPoliciesCommandInput, cb: (err: any, data?: ListPlaybackRestrictionPoliciesCommandOutput) => void): void;
176
181
  listPlaybackRestrictionPolicies(args: ListPlaybackRestrictionPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaybackRestrictionPoliciesCommandOutput) => void): void;
177
182
  /**
178
183
  * @see {@link ListRecordingConfigurationsCommand}
179
184
  */
185
+ listRecordingConfigurations(): Promise<ListRecordingConfigurationsCommandOutput>;
180
186
  listRecordingConfigurations(args: ListRecordingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecordingConfigurationsCommandOutput>;
181
187
  listRecordingConfigurations(args: ListRecordingConfigurationsCommandInput, cb: (err: any, data?: ListRecordingConfigurationsCommandOutput) => void): void;
182
188
  listRecordingConfigurations(args: ListRecordingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecordingConfigurationsCommandOutput) => void): void;
@@ -189,6 +195,7 @@ export interface Ivs {
189
195
  /**
190
196
  * @see {@link ListStreamsCommand}
191
197
  */
198
+ listStreams(): Promise<ListStreamsCommandOutput>;
192
199
  listStreams(args: ListStreamsCommandInput, options?: __HttpHandlerOptions): Promise<ListStreamsCommandOutput>;
193
200
  listStreams(args: ListStreamsCommandInput, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
194
201
  listStreams(args: ListStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStreamsCommandOutput) => void): void;
@@ -248,7 +255,6 @@ export interface Ivs {
248
255
  updatePlaybackRestrictionPolicy(args: UpdatePlaybackRestrictionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePlaybackRestrictionPolicyCommandOutput) => void): void;
249
256
  }
250
257
  /**
251
- * @public
252
258
  * <p>
253
259
  * <b>Introduction</b>
254
260
  * </p>
@@ -624,6 +630,7 @@ export interface Ivs {
624
630
  * <a>ListTagsForResource</a> — Gets information about Amazon Web Services tags for the specified ARN.</p>
625
631
  * </li>
626
632
  * </ul>
633
+ * @public
627
634
  */
628
635
  export declare class Ivs extends IvsClient implements Ivs {
629
636
  }
@@ -186,7 +186,6 @@ export type IvsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
186
186
  export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
187
187
  }
188
188
  /**
189
- * @public
190
189
  * <p>
191
190
  * <b>Introduction</b>
192
191
  * </p>
@@ -562,6 +561,7 @@ export interface IvsClientResolvedConfig extends IvsClientResolvedConfigType {
562
561
  * <a>ListTagsForResource</a> — Gets information about Amazon Web Services tags for the specified ARN.</p>
563
562
  * </li>
564
563
  * </ul>
564
+ * @public
565
565
  */
566
566
  export declare class IvsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IvsClientResolvedConfig> {
567
567
  /**
@@ -22,10 +22,10 @@ export interface BatchGetChannelCommandOutput extends BatchGetChannelResponse, _
22
22
  }
23
23
  declare const BatchGetChannelCommand_base: {
24
24
  new (input: BatchGetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetChannelCommandInput, BatchGetChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetChannelCommandInput, BatchGetChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Performs <a>GetChannel</a> on multiple ARNs simultaneously.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const BatchGetChannelCommand_base: {
79
79
  * @throws {@link IvsServiceException}
80
80
  * <p>Base exception class for all service exceptions from Ivs service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class BatchGetChannelCommand extends BatchGetChannelCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface BatchGetStreamKeyCommandOutput extends BatchGetStreamKeyRespons
22
22
  }
23
23
  declare const BatchGetStreamKeyCommand_base: {
24
24
  new (input: BatchGetStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetStreamKeyCommandInput, BatchGetStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetStreamKeyCommandInput, BatchGetStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Performs <a>GetStreamKey</a> on multiple ARNs simultaneously.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const BatchGetStreamKeyCommand_base: {
71
71
  * @throws {@link IvsServiceException}
72
72
  * <p>Base exception class for all service exceptions from Ivs service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class BatchGetStreamKeyCommand extends BatchGetStreamKeyCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface BatchStartViewerSessionRevocationCommandOutput extends BatchSta
22
22
  }
23
23
  declare const BatchStartViewerSessionRevocationCommand_base: {
24
24
  new (input: BatchStartViewerSessionRevocationCommandInput): import("@smithy/smithy-client").CommandImpl<BatchStartViewerSessionRevocationCommandInput, BatchStartViewerSessionRevocationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchStartViewerSessionRevocationCommandInput): import("@smithy/smithy-client").CommandImpl<BatchStartViewerSessionRevocationCommandInput, BatchStartViewerSessionRevocationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Performs <a>StartViewerSessionRevocation</a> on multiple channel ARN and viewer
30
30
  * ID pairs simultaneously.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const BatchStartViewerSessionRevocationCommand_base: {
79
79
  * @throws {@link IvsServiceException}
80
80
  * <p>Base exception class for all service exceptions from Ivs service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class BatchStartViewerSessionRevocationCommand extends BatchStartViewerSessionRevocationCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
22
22
  }
23
23
  declare const CreateChannelCommand_base: {
24
24
  new (input: CreateChannelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateChannelCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new channel and an associated stream key to start streaming.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const CreateChannelCommand_base: {
101
101
  * @throws {@link IvsServiceException}
102
102
  * <p>Base exception class for all service exceptions from Ivs service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class CreateChannelCommand extends CreateChannelCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface CreatePlaybackRestrictionPolicyCommandOutput extends CreatePlay
22
22
  }
23
23
  declare const CreatePlaybackRestrictionPolicyCommand_base: {
24
24
  new (input: CreatePlaybackRestrictionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePlaybackRestrictionPolicyCommandInput, CreatePlaybackRestrictionPolicyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreatePlaybackRestrictionPolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<CreatePlaybackRestrictionPolicyCommandInput, CreatePlaybackRestrictionPolicyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new playback restriction policy, for constraining playback by countries and/or
30
30
  * origins.</p>
31
31
  * @example
@@ -92,6 +92,7 @@ declare const CreatePlaybackRestrictionPolicyCommand_base: {
92
92
  * @throws {@link IvsServiceException}
93
93
  * <p>Base exception class for all service exceptions from Ivs service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class CreatePlaybackRestrictionPolicyCommand extends CreatePlaybackRestrictionPolicyCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface CreateRecordingConfigurationCommandOutput extends CreateRecordi
22
22
  }
23
23
  declare const CreateRecordingConfigurationCommand_base: {
24
24
  new (input: CreateRecordingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecordingConfigurationCommandInput, CreateRecordingConfigurationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRecordingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecordingConfigurationCommandInput, CreateRecordingConfigurationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new recording configuration, used to enable recording to Amazon S3.</p>
30
30
  * <p>
31
31
  * <b>Known issue:</b> In the us-east-1 region, if you use the
@@ -132,6 +132,7 @@ declare const CreateRecordingConfigurationCommand_base: {
132
132
  * @throws {@link IvsServiceException}
133
133
  * <p>Base exception class for all service exceptions from Ivs service.</p>
134
134
  *
135
+ * @public
135
136
  */
136
137
  export declare class CreateRecordingConfigurationCommand extends CreateRecordingConfigurationCommand_base {
137
138
  }
@@ -22,10 +22,10 @@ export interface CreateStreamKeyCommandOutput extends CreateStreamKeyResponse, _
22
22
  }
23
23
  declare const CreateStreamKeyCommand_base: {
24
24
  new (input: CreateStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamKeyCommandInput, CreateStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamKeyCommandInput, CreateStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a stream key, used to initiate a stream, for the specified channel ARN.</p>
30
30
  * <p>Note that <a>CreateChannel</a> creates a stream key. If you subsequently use
31
31
  * CreateStreamKey on the same channel, it will fail because a stream key already exists and
@@ -81,6 +81,7 @@ declare const CreateStreamKeyCommand_base: {
81
81
  * @throws {@link IvsServiceException}
82
82
  * <p>Base exception class for all service exceptions from Ivs service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class CreateStreamKeyCommand extends CreateStreamKeyCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteChannelCommand_base: {
24
24
  new (input: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified channel and its associated stream keys.</p>
30
30
  * <p>If you try to delete a live channel, you will get an error (409 ConflictException). To
31
31
  * delete a channel that is live, call <a>StopStream</a>, wait for the Amazon
@@ -71,6 +71,7 @@ declare const DeleteChannelCommand_base: {
71
71
  * @throws {@link IvsServiceException}
72
72
  * <p>Base exception class for all service exceptions from Ivs service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeletePlaybackKeyPairCommandOutput extends DeletePlaybackKeyPai
22
22
  }
23
23
  declare const DeletePlaybackKeyPairCommand_base: {
24
24
  new (input: DeletePlaybackKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaybackKeyPairCommandInput, DeletePlaybackKeyPairCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePlaybackKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaybackKeyPairCommandInput, DeletePlaybackKeyPairCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a specified authorization key pair. This invalidates future viewer tokens
30
30
  * 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
31
31
  * Channels</a> in the <i>Amazon IVS User Guide</i>.</p>
@@ -65,6 +65,7 @@ declare const DeletePlaybackKeyPairCommand_base: {
65
65
  * @throws {@link IvsServiceException}
66
66
  * <p>Base exception class for all service exceptions from Ivs service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeletePlaybackKeyPairCommand extends DeletePlaybackKeyPairCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeletePlaybackRestrictionPolicyCommandOutput extends __Metadata
22
22
  }
23
23
  declare const DeletePlaybackRestrictionPolicyCommand_base: {
24
24
  new (input: DeletePlaybackRestrictionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaybackRestrictionPolicyCommandInput, DeletePlaybackRestrictionPolicyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePlaybackRestrictionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaybackRestrictionPolicyCommandInput, DeletePlaybackRestrictionPolicyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the specified playback restriction policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeletePlaybackRestrictionPolicyCommand_base: {
66
66
  * @throws {@link IvsServiceException}
67
67
  * <p>Base exception class for all service exceptions from Ivs service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeletePlaybackRestrictionPolicyCommand extends DeletePlaybackRestrictionPolicyCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteRecordingConfigurationCommandOutput extends __MetadataBea
22
22
  }
23
23
  declare const DeleteRecordingConfigurationCommand_base: {
24
24
  new (input: DeleteRecordingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecordingConfigurationCommandInput, DeleteRecordingConfigurationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRecordingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecordingConfigurationCommandInput, DeleteRecordingConfigurationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the recording configuration for the specified ARN.</p>
30
30
  * <p>If you try to delete a recording configuration that is associated with a channel, you will
31
31
  * get an error (409 ConflictException). To avoid this, for all channels that reference the
@@ -71,6 +71,7 @@ declare const DeleteRecordingConfigurationCommand_base: {
71
71
  * @throws {@link IvsServiceException}
72
72
  * <p>Base exception class for all service exceptions from Ivs service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteRecordingConfigurationCommand extends DeleteRecordingConfigurationCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteStreamKeyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteStreamKeyCommand_base: {
24
24
  new (input: DeleteStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStreamKeyCommandInput, DeleteStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStreamKeyCommandInput, DeleteStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the stream key for the specified ARN, so it can no longer be used to
30
30
  * stream.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteStreamKeyCommand_base: {
64
64
  * @throws {@link IvsServiceException}
65
65
  * <p>Base exception class for all service exceptions from Ivs service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteStreamKeyCommand extends DeleteStreamKeyCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataB
22
22
  }
23
23
  declare const GetChannelCommand_base: {
24
24
  new (input: GetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the channel configuration for the specified channel ARN. See also <a>BatchGetChannel</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const GetChannelCommand_base: {
77
77
  * @throws {@link IvsServiceException}
78
78
  * <p>Base exception class for all service exceptions from Ivs service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetChannelCommand extends GetChannelCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetPlaybackKeyPairCommandOutput extends GetPlaybackKeyPairRespo
22
22
  }
23
23
  declare const GetPlaybackKeyPairCommand_base: {
24
24
  new (input: GetPlaybackKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaybackKeyPairCommandInput, GetPlaybackKeyPairCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPlaybackKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaybackKeyPairCommandInput, GetPlaybackKeyPairCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a specified playback authorization key pair and returns the <code>arn</code> and
30
30
  * <code>fingerprint</code>. The <code>privateKey</code> held by the caller can be used to
31
31
  * generate viewer authorization tokens, to grant viewers access to private channels. For more
@@ -73,6 +73,7 @@ declare const GetPlaybackKeyPairCommand_base: {
73
73
  * @throws {@link IvsServiceException}
74
74
  * <p>Base exception class for all service exceptions from Ivs service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetPlaybackKeyPairCommand extends GetPlaybackKeyPairCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetPlaybackRestrictionPolicyCommandOutput extends GetPlaybackRe
22
22
  }
23
23
  declare const GetPlaybackRestrictionPolicyCommand_base: {
24
24
  new (input: GetPlaybackRestrictionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaybackRestrictionPolicyCommandInput, GetPlaybackRestrictionPolicyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPlaybackRestrictionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaybackRestrictionPolicyCommandInput, GetPlaybackRestrictionPolicyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the specified playback restriction policy.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const GetPlaybackRestrictionPolicyCommand_base: {
78
78
  * @throws {@link IvsServiceException}
79
79
  * <p>Base exception class for all service exceptions from Ivs service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class GetPlaybackRestrictionPolicyCommand extends GetPlaybackRestrictionPolicyCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetRecordingConfigurationCommandOutput extends GetRecordingConf
22
22
  }
23
23
  declare const GetRecordingConfigurationCommand_base: {
24
24
  new (input: GetRecordingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecordingConfigurationCommandInput, GetRecordingConfigurationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRecordingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecordingConfigurationCommandInput, GetRecordingConfigurationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the recording configuration for the specified ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const GetRecordingConfigurationCommand_base: {
92
92
  * @throws {@link IvsServiceException}
93
93
  * <p>Base exception class for all service exceptions from Ivs service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class GetRecordingConfigurationCommand extends GetRecordingConfigurationCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface GetStreamCommandOutput extends GetStreamResponse, __MetadataBea
22
22
  }
23
23
  declare const GetStreamCommand_base: {
24
24
  new (input: GetStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamCommandInput, GetStreamCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamCommandInput, GetStreamCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about the active (live) stream on a specified channel.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const GetStreamCommand_base: {
73
73
  * @throws {@link IvsServiceException}
74
74
  * <p>Base exception class for all service exceptions from Ivs service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetStreamCommand extends GetStreamCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetStreamKeyCommandOutput extends GetStreamKeyResponse, __Metad
22
22
  }
23
23
  declare const GetStreamKeyCommand_base: {
24
24
  new (input: GetStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamKeyCommandInput, GetStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamKeyCommandInput, GetStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets stream-key information for a specified ARN.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const GetStreamKeyCommand_base: {
69
69
  * @throws {@link IvsServiceException}
70
70
  * <p>Base exception class for all service exceptions from Ivs service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetStreamKeyCommand extends GetStreamKeyCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface GetStreamSessionCommandOutput extends GetStreamSessionResponse,
22
22
  }
23
23
  declare const GetStreamSessionCommand_base: {
24
24
  new (input: GetStreamSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamSessionCommandInput, GetStreamSessionCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetStreamSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamSessionCommandInput, GetStreamSessionCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets metadata on a specified stream.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -136,6 +136,7 @@ declare const GetStreamSessionCommand_base: {
136
136
  * @throws {@link IvsServiceException}
137
137
  * <p>Base exception class for all service exceptions from Ivs service.</p>
138
138
  *
139
+ * @public
139
140
  */
140
141
  export declare class GetStreamSessionCommand extends GetStreamSessionCommand_base {
141
142
  }
@@ -22,10 +22,10 @@ export interface ImportPlaybackKeyPairCommandOutput extends ImportPlaybackKeyPai
22
22
  }
23
23
  declare const ImportPlaybackKeyPairCommand_base: {
24
24
  new (input: ImportPlaybackKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<ImportPlaybackKeyPairCommandInput, ImportPlaybackKeyPairCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportPlaybackKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<ImportPlaybackKeyPairCommandInput, ImportPlaybackKeyPairCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Imports the public portion of a new key pair and returns its <code>arn</code> and
30
30
  * <code>fingerprint</code>. The <code>privateKey</code> can then be used to generate viewer
31
31
  * authorization tokens, to grant viewers access to private channels. For more information, see
@@ -83,6 +83,7 @@ declare const ImportPlaybackKeyPairCommand_base: {
83
83
  * @throws {@link IvsServiceException}
84
84
  * <p>Base exception class for all service exceptions from Ivs service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ImportPlaybackKeyPairCommand extends ImportPlaybackKeyPairCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
22
22
  }
23
23
  declare const ListChannelsCommand_base: {
24
24
  new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListChannelsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets summary information about all channels in your account, in the Amazon Web Services
30
30
  * region where the API request is processed. This list can be filtered to match a specified name
31
31
  * or recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If
@@ -85,6 +85,7 @@ declare const ListChannelsCommand_base: {
85
85
  * @throws {@link IvsServiceException}
86
86
  * <p>Base exception class for all service exceptions from Ivs service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class ListChannelsCommand extends ListChannelsCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface ListPlaybackKeyPairsCommandOutput extends ListPlaybackKeyPairsR
22
22
  }
23
23
  declare const ListPlaybackKeyPairsCommand_base: {
24
24
  new (input: ListPlaybackKeyPairsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPlaybackKeyPairsCommandInput, ListPlaybackKeyPairsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPlaybackKeyPairsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPlaybackKeyPairsCommandInput, ListPlaybackKeyPairsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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
30
30
  * Channels</a> in the <i>Amazon IVS User Guide</i>.</p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const ListPlaybackKeyPairsCommand_base: {
70
70
  * @throws {@link IvsServiceException}
71
71
  * <p>Base exception class for all service exceptions from Ivs service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class ListPlaybackKeyPairsCommand extends ListPlaybackKeyPairsCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface ListPlaybackRestrictionPoliciesCommandOutput extends ListPlayba
22
22
  }
23
23
  declare const ListPlaybackRestrictionPoliciesCommand_base: {
24
24
  new (input: ListPlaybackRestrictionPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPlaybackRestrictionPoliciesCommandInput, ListPlaybackRestrictionPoliciesCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPlaybackRestrictionPoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPlaybackRestrictionPoliciesCommandInput, ListPlaybackRestrictionPoliciesCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets summary information about playback restriction policies.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const ListPlaybackRestrictionPoliciesCommand_base: {
82
82
  * @throws {@link IvsServiceException}
83
83
  * <p>Base exception class for all service exceptions from Ivs service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListPlaybackRestrictionPoliciesCommand extends ListPlaybackRestrictionPoliciesCommand_base {
87
88
  }