@aws-sdk/client-ivs 3.477.0 → 3.481.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 (149) hide show
  1. package/dist-cjs/commands/BatchGetChannelCommand.js +18 -41
  2. package/dist-cjs/commands/BatchGetStreamKeyCommand.js +18 -41
  3. package/dist-cjs/commands/BatchStartViewerSessionRevocationCommand.js +18 -41
  4. package/dist-cjs/commands/CreateChannelCommand.js +18 -41
  5. package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +18 -41
  6. package/dist-cjs/commands/CreateStreamKeyCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteChannelCommand.js +18 -41
  8. package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteStreamKeyCommand.js +18 -41
  11. package/dist-cjs/commands/GetChannelCommand.js +18 -41
  12. package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +18 -41
  13. package/dist-cjs/commands/GetRecordingConfigurationCommand.js +18 -41
  14. package/dist-cjs/commands/GetStreamCommand.js +18 -41
  15. package/dist-cjs/commands/GetStreamKeyCommand.js +18 -41
  16. package/dist-cjs/commands/GetStreamSessionCommand.js +18 -41
  17. package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +18 -41
  18. package/dist-cjs/commands/ListChannelsCommand.js +18 -41
  19. package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +18 -41
  20. package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +18 -41
  21. package/dist-cjs/commands/ListStreamKeysCommand.js +18 -41
  22. package/dist-cjs/commands/ListStreamSessionsCommand.js +18 -41
  23. package/dist-cjs/commands/ListStreamsCommand.js +18 -41
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  25. package/dist-cjs/commands/PutMetadataCommand.js +18 -41
  26. package/dist-cjs/commands/StartViewerSessionRevocationCommand.js +18 -41
  27. package/dist-cjs/commands/StopStreamCommand.js +18 -41
  28. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateChannelCommand.js +18 -41
  31. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  32. package/dist-cjs/pagination/ListChannelsPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListPlaybackKeyPairsPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListRecordingConfigurationsPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListStreamKeysPaginator.js +2 -24
  36. package/dist-cjs/pagination/ListStreamSessionsPaginator.js +2 -24
  37. package/dist-cjs/pagination/ListStreamsPaginator.js +2 -24
  38. package/dist-es/commands/BatchGetChannelCommand.js +18 -41
  39. package/dist-es/commands/BatchGetStreamKeyCommand.js +18 -41
  40. package/dist-es/commands/BatchStartViewerSessionRevocationCommand.js +18 -41
  41. package/dist-es/commands/CreateChannelCommand.js +18 -41
  42. package/dist-es/commands/CreateRecordingConfigurationCommand.js +18 -41
  43. package/dist-es/commands/CreateStreamKeyCommand.js +18 -41
  44. package/dist-es/commands/DeleteChannelCommand.js +18 -41
  45. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +18 -41
  46. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +18 -41
  47. package/dist-es/commands/DeleteStreamKeyCommand.js +18 -41
  48. package/dist-es/commands/GetChannelCommand.js +18 -41
  49. package/dist-es/commands/GetPlaybackKeyPairCommand.js +18 -41
  50. package/dist-es/commands/GetRecordingConfigurationCommand.js +18 -41
  51. package/dist-es/commands/GetStreamCommand.js +18 -41
  52. package/dist-es/commands/GetStreamKeyCommand.js +18 -41
  53. package/dist-es/commands/GetStreamSessionCommand.js +18 -41
  54. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +18 -41
  55. package/dist-es/commands/ListChannelsCommand.js +18 -41
  56. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +18 -41
  57. package/dist-es/commands/ListRecordingConfigurationsCommand.js +18 -41
  58. package/dist-es/commands/ListStreamKeysCommand.js +18 -41
  59. package/dist-es/commands/ListStreamSessionsCommand.js +18 -41
  60. package/dist-es/commands/ListStreamsCommand.js +18 -41
  61. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  62. package/dist-es/commands/PutMetadataCommand.js +18 -41
  63. package/dist-es/commands/StartViewerSessionRevocationCommand.js +18 -41
  64. package/dist-es/commands/StopStreamCommand.js +18 -41
  65. package/dist-es/commands/TagResourceCommand.js +18 -41
  66. package/dist-es/commands/UntagResourceCommand.js +18 -41
  67. package/dist-es/commands/UpdateChannelCommand.js +18 -41
  68. package/dist-es/endpoint/EndpointParameters.js +6 -0
  69. package/dist-es/pagination/ListChannelsPaginator.js +2 -23
  70. package/dist-es/pagination/ListPlaybackKeyPairsPaginator.js +2 -23
  71. package/dist-es/pagination/ListRecordingConfigurationsPaginator.js +2 -23
  72. package/dist-es/pagination/ListStreamKeysPaginator.js +2 -23
  73. package/dist-es/pagination/ListStreamSessionsPaginator.js +2 -23
  74. package/dist-es/pagination/ListStreamsPaginator.js +2 -23
  75. package/dist-types/commands/BatchGetChannelCommand.d.ts +6 -21
  76. package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +6 -21
  77. package/dist-types/commands/BatchStartViewerSessionRevocationCommand.d.ts +6 -21
  78. package/dist-types/commands/CreateChannelCommand.d.ts +6 -21
  79. package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +6 -21
  80. package/dist-types/commands/CreateStreamKeyCommand.d.ts +6 -21
  81. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -21
  82. package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +6 -21
  84. package/dist-types/commands/DeleteStreamKeyCommand.d.ts +6 -21
  85. package/dist-types/commands/GetChannelCommand.d.ts +6 -21
  86. package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +6 -21
  87. package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +6 -21
  88. package/dist-types/commands/GetStreamCommand.d.ts +6 -21
  89. package/dist-types/commands/GetStreamKeyCommand.d.ts +6 -21
  90. package/dist-types/commands/GetStreamSessionCommand.d.ts +6 -21
  91. package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +6 -21
  92. package/dist-types/commands/ListChannelsCommand.d.ts +6 -21
  93. package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +6 -21
  94. package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +6 -21
  95. package/dist-types/commands/ListStreamKeysCommand.d.ts +6 -21
  96. package/dist-types/commands/ListStreamSessionsCommand.d.ts +6 -21
  97. package/dist-types/commands/ListStreamsCommand.d.ts +6 -21
  98. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  99. package/dist-types/commands/PutMetadataCommand.d.ts +6 -21
  100. package/dist-types/commands/StartViewerSessionRevocationCommand.d.ts +6 -21
  101. package/dist-types/commands/StopStreamCommand.d.ts +6 -21
  102. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  103. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  104. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -21
  105. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  106. package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListPlaybackKeyPairsPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListRecordingConfigurationsPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListStreamKeysPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListStreamSessionsPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListStreamsPaginator.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/BatchStartViewerSessionRevocationCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +12 -24
  121. package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +12 -24
  132. package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/StartViewerSessionRevocationCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  143. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +3 -3
  144. package/dist-types/ts3.4/pagination/ListPlaybackKeyPairsPaginator.d.ts +3 -3
  145. package/dist-types/ts3.4/pagination/ListRecordingConfigurationsPaginator.d.ts +3 -3
  146. package/dist-types/ts3.4/pagination/ListStreamKeysPaginator.d.ts +3 -3
  147. package/dist-types/ts3.4/pagination/ListStreamSessionsPaginator.d.ts +3 -3
  148. package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +3 -3
  149. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { GetPlaybackKeyPairRequest, GetPlaybackKeyPairResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPlaybackKeyPairCommandInput extends GetPlaybackKeyPairReques
21
20
  */
22
21
  export interface GetPlaybackKeyPairCommandOutput extends GetPlaybackKeyPairResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetPlaybackKeyPairCommand_base: {
24
+ new (input: GetPlaybackKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<GetPlaybackKeyPairCommandInput, GetPlaybackKeyPairCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a specified playback authorization key pair and returns the <code>arn</code> and
@@ -71,23 +74,5 @@ export interface GetPlaybackKeyPairCommandOutput extends GetPlaybackKeyPairRespo
71
74
  * <p>Base exception class for all service exceptions from Ivs service.</p>
72
75
  *
73
76
  */
74
- export declare class GetPlaybackKeyPairCommand extends $Command<GetPlaybackKeyPairCommandInput, GetPlaybackKeyPairCommandOutput, IvsClientResolvedConfig> {
75
- readonly input: GetPlaybackKeyPairCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetPlaybackKeyPairCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPlaybackKeyPairCommandInput, GetPlaybackKeyPairCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetPlaybackKeyPairCommand extends GetPlaybackKeyPairCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { GetRecordingConfigurationRequest, GetRecordingConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRecordingConfigurationCommandInput extends GetRecordingConfi
21
20
  */
22
21
  export interface GetRecordingConfigurationCommandOutput extends GetRecordingConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRecordingConfigurationCommand_base: {
24
+ new (input: GetRecordingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecordingConfigurationCommandInput, GetRecordingConfigurationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the recording configuration for the specified ARN.</p>
@@ -90,23 +93,5 @@ export interface GetRecordingConfigurationCommandOutput extends GetRecordingConf
90
93
  * <p>Base exception class for all service exceptions from Ivs service.</p>
91
94
  *
92
95
  */
93
- export declare class GetRecordingConfigurationCommand extends $Command<GetRecordingConfigurationCommandInput, GetRecordingConfigurationCommandOutput, IvsClientResolvedConfig> {
94
- readonly input: GetRecordingConfigurationCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: GetRecordingConfigurationCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecordingConfigurationCommandInput, GetRecordingConfigurationCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class GetRecordingConfigurationCommand extends GetRecordingConfigurationCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { GetStreamRequest, GetStreamResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetStreamCommandInput extends GetStreamRequest {
21
20
  */
22
21
  export interface GetStreamCommandOutput extends GetStreamResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetStreamCommand_base: {
24
+ new (input: GetStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamCommandInput, GetStreamCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the active (live) stream on a specified channel.</p>
@@ -71,23 +74,5 @@ export interface GetStreamCommandOutput extends GetStreamResponse, __MetadataBea
71
74
  * <p>Base exception class for all service exceptions from Ivs service.</p>
72
75
  *
73
76
  */
74
- export declare class GetStreamCommand extends $Command<GetStreamCommandInput, GetStreamCommandOutput, IvsClientResolvedConfig> {
75
- readonly input: GetStreamCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetStreamCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStreamCommandInput, GetStreamCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetStreamCommand extends GetStreamCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { GetStreamKeyRequest, GetStreamKeyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetStreamKeyCommandInput extends GetStreamKeyRequest {
21
20
  */
22
21
  export interface GetStreamKeyCommandOutput extends GetStreamKeyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetStreamKeyCommand_base: {
24
+ new (input: GetStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamKeyCommandInput, GetStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets stream-key information for a specified ARN.</p>
@@ -67,23 +70,5 @@ export interface GetStreamKeyCommandOutput extends GetStreamKeyResponse, __Metad
67
70
  * <p>Base exception class for all service exceptions from Ivs service.</p>
68
71
  *
69
72
  */
70
- export declare class GetStreamKeyCommand extends $Command<GetStreamKeyCommandInput, GetStreamKeyCommandOutput, IvsClientResolvedConfig> {
71
- readonly input: GetStreamKeyCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: GetStreamKeyCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStreamKeyCommandInput, GetStreamKeyCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class GetStreamKeyCommand extends GetStreamKeyCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { GetStreamSessionRequest, GetStreamSessionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetStreamSessionCommandInput extends GetStreamSessionRequest {
21
20
  */
22
21
  export interface GetStreamSessionCommandOutput extends GetStreamSessionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetStreamSessionCommand_base: {
24
+ new (input: GetStreamSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetStreamSessionCommandInput, GetStreamSessionCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets metadata on a specified stream.</p>
@@ -133,23 +136,5 @@ export interface GetStreamSessionCommandOutput extends GetStreamSessionResponse,
133
136
  * <p>Base exception class for all service exceptions from Ivs service.</p>
134
137
  *
135
138
  */
136
- export declare class GetStreamSessionCommand extends $Command<GetStreamSessionCommandInput, GetStreamSessionCommandOutput, IvsClientResolvedConfig> {
137
- readonly input: GetStreamSessionCommandInput;
138
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
139
- /**
140
- * @public
141
- */
142
- constructor(input: GetStreamSessionCommandInput);
143
- /**
144
- * @internal
145
- */
146
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStreamSessionCommandInput, GetStreamSessionCommandOutput>;
147
- /**
148
- * @internal
149
- */
150
- private serialize;
151
- /**
152
- * @internal
153
- */
154
- private deserialize;
139
+ export declare class GetStreamSessionCommand extends GetStreamSessionCommand_base {
155
140
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { ImportPlaybackKeyPairRequest, ImportPlaybackKeyPairResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportPlaybackKeyPairCommandInput extends ImportPlaybackKeyPair
21
20
  */
22
21
  export interface ImportPlaybackKeyPairCommandOutput extends ImportPlaybackKeyPairResponse, __MetadataBearer {
23
22
  }
23
+ declare const ImportPlaybackKeyPairCommand_base: {
24
+ new (input: ImportPlaybackKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<ImportPlaybackKeyPairCommandInput, ImportPlaybackKeyPairCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Imports the public portion of a new key pair and returns its <code>arn</code> and
@@ -81,23 +84,5 @@ export interface ImportPlaybackKeyPairCommandOutput extends ImportPlaybackKeyPai
81
84
  * <p>Base exception class for all service exceptions from Ivs service.</p>
82
85
  *
83
86
  */
84
- export declare class ImportPlaybackKeyPairCommand extends $Command<ImportPlaybackKeyPairCommandInput, ImportPlaybackKeyPairCommandOutput, IvsClientResolvedConfig> {
85
- readonly input: ImportPlaybackKeyPairCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ImportPlaybackKeyPairCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportPlaybackKeyPairCommandInput, ImportPlaybackKeyPairCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ImportPlaybackKeyPairCommand extends ImportPlaybackKeyPairCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
21
20
  */
22
21
  export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListChannelsCommand_base: {
24
+ new (input: ListChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets summary information about all channels in your account, in the Amazon Web Services
@@ -81,23 +84,5 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
81
84
  * <p>Base exception class for all service exceptions from Ivs service.</p>
82
85
  *
83
86
  */
84
- export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, IvsClientResolvedConfig> {
85
- readonly input: ListChannelsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListChannelsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListChannelsCommand extends ListChannelsCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { ListPlaybackKeyPairsRequest, ListPlaybackKeyPairsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPlaybackKeyPairsCommandInput extends ListPlaybackKeyPairsRe
21
20
  */
22
21
  export interface ListPlaybackKeyPairsCommandOutput extends ListPlaybackKeyPairsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPlaybackKeyPairsCommand_base: {
24
+ new (input: ListPlaybackKeyPairsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPlaybackKeyPairsCommandInput, ListPlaybackKeyPairsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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
@@ -68,23 +71,5 @@ export interface ListPlaybackKeyPairsCommandOutput extends ListPlaybackKeyPairsR
68
71
  * <p>Base exception class for all service exceptions from Ivs service.</p>
69
72
  *
70
73
  */
71
- export declare class ListPlaybackKeyPairsCommand extends $Command<ListPlaybackKeyPairsCommandInput, ListPlaybackKeyPairsCommandOutput, IvsClientResolvedConfig> {
72
- readonly input: ListPlaybackKeyPairsCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: ListPlaybackKeyPairsCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPlaybackKeyPairsCommandInput, ListPlaybackKeyPairsCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class ListPlaybackKeyPairsCommand extends ListPlaybackKeyPairsCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { ListRecordingConfigurationsRequest, ListRecordingConfigurationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRecordingConfigurationsCommandInput extends ListRecordingCo
21
20
  */
22
21
  export interface ListRecordingConfigurationsCommandOutput extends ListRecordingConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRecordingConfigurationsCommand_base: {
24
+ new (input: ListRecordingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecordingConfigurationsCommandInput, ListRecordingConfigurationsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets summary information about all recording configurations in your account, in the
@@ -77,23 +80,5 @@ export interface ListRecordingConfigurationsCommandOutput extends ListRecordingC
77
80
  * <p>Base exception class for all service exceptions from Ivs service.</p>
78
81
  *
79
82
  */
80
- export declare class ListRecordingConfigurationsCommand extends $Command<ListRecordingConfigurationsCommandInput, ListRecordingConfigurationsCommandOutput, IvsClientResolvedConfig> {
81
- readonly input: ListRecordingConfigurationsCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListRecordingConfigurationsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecordingConfigurationsCommandInput, ListRecordingConfigurationsCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListRecordingConfigurationsCommand extends ListRecordingConfigurationsCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { ListStreamKeysRequest, ListStreamKeysResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListStreamKeysCommandInput extends ListStreamKeysRequest {
21
20
  */
22
21
  export interface ListStreamKeysCommandOutput extends ListStreamKeysResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListStreamKeysCommand_base: {
24
+ new (input: ListStreamKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamKeysCommandInput, ListStreamKeysCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets summary information about stream keys for the specified channel.</p>
@@ -71,23 +74,5 @@ export interface ListStreamKeysCommandOutput extends ListStreamKeysResponse, __M
71
74
  * <p>Base exception class for all service exceptions from Ivs service.</p>
72
75
  *
73
76
  */
74
- export declare class ListStreamKeysCommand extends $Command<ListStreamKeysCommandInput, ListStreamKeysCommandOutput, IvsClientResolvedConfig> {
75
- readonly input: ListStreamKeysCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListStreamKeysCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStreamKeysCommandInput, ListStreamKeysCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListStreamKeysCommand extends ListStreamKeysCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { ListStreamSessionsRequest, ListStreamSessionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListStreamSessionsCommandInput extends ListStreamSessionsReques
21
20
  */
22
21
  export interface ListStreamSessionsCommandOutput extends ListStreamSessionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListStreamSessionsCommand_base: {
24
+ new (input: ListStreamSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a summary of current and previous streams for a specified channel in your account, in
@@ -71,23 +74,5 @@ export interface ListStreamSessionsCommandOutput extends ListStreamSessionsRespo
71
74
  * <p>Base exception class for all service exceptions from Ivs service.</p>
72
75
  *
73
76
  */
74
- export declare class ListStreamSessionsCommand extends $Command<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput, IvsClientResolvedConfig> {
75
- readonly input: ListStreamSessionsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListStreamSessionsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStreamSessionsCommandInput, ListStreamSessionsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListStreamSessionsCommand extends ListStreamSessionsCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { ListStreamsRequest, ListStreamsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListStreamsCommandInput extends ListStreamsRequest {
21
20
  */
22
21
  export interface ListStreamsCommandOutput extends ListStreamsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListStreamsCommand_base: {
24
+ new (input: ListStreamsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStreamsCommandInput, ListStreamsCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets summary information about live streams in your account, in the Amazon Web Services
@@ -72,23 +75,5 @@ export interface ListStreamsCommandOutput extends ListStreamsResponse, __Metadat
72
75
  * <p>Base exception class for all service exceptions from Ivs service.</p>
73
76
  *
74
77
  */
75
- export declare class ListStreamsCommand extends $Command<ListStreamsCommandInput, ListStreamsCommandOutput, IvsClientResolvedConfig> {
76
- readonly input: ListStreamsCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListStreamsCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStreamsCommandInput, ListStreamsCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListStreamsCommand extends ListStreamsCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about Amazon Web Services tags for the specified ARN.</p>
@@ -62,23 +65,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
62
65
  * <p>Base exception class for all service exceptions from Ivs service.</p>
63
66
  *
64
67
  */
65
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IvsClientResolvedConfig> {
66
- readonly input: ListTagsForResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: ListTagsForResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IvsClient";
5
4
  import { PutMetadataRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutMetadataCommandInput extends PutMetadataRequest {
21
20
  */
22
21
  export interface PutMetadataCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const PutMetadataCommand_base: {
24
+ new (input: PutMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetadataCommandInput, PutMetadataCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Inserts metadata into the active stream of the specified channel. At most 5 requests per
@@ -69,23 +72,5 @@ export interface PutMetadataCommandOutput extends __MetadataBearer {
69
72
  * <p>Base exception class for all service exceptions from Ivs service.</p>
70
73
  *
71
74
  */
72
- export declare class PutMetadataCommand extends $Command<PutMetadataCommandInput, PutMetadataCommandOutput, IvsClientResolvedConfig> {
73
- readonly input: PutMetadataCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: PutMetadataCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetadataCommandInput, PutMetadataCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class PutMetadataCommand extends PutMetadataCommand_base {
91
76
  }