@aws-sdk/client-ivs 3.478.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 (125) 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-es/commands/BatchGetChannelCommand.js +18 -41
  33. package/dist-es/commands/BatchGetStreamKeyCommand.js +18 -41
  34. package/dist-es/commands/BatchStartViewerSessionRevocationCommand.js +18 -41
  35. package/dist-es/commands/CreateChannelCommand.js +18 -41
  36. package/dist-es/commands/CreateRecordingConfigurationCommand.js +18 -41
  37. package/dist-es/commands/CreateStreamKeyCommand.js +18 -41
  38. package/dist-es/commands/DeleteChannelCommand.js +18 -41
  39. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +18 -41
  40. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +18 -41
  41. package/dist-es/commands/DeleteStreamKeyCommand.js +18 -41
  42. package/dist-es/commands/GetChannelCommand.js +18 -41
  43. package/dist-es/commands/GetPlaybackKeyPairCommand.js +18 -41
  44. package/dist-es/commands/GetRecordingConfigurationCommand.js +18 -41
  45. package/dist-es/commands/GetStreamCommand.js +18 -41
  46. package/dist-es/commands/GetStreamKeyCommand.js +18 -41
  47. package/dist-es/commands/GetStreamSessionCommand.js +18 -41
  48. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +18 -41
  49. package/dist-es/commands/ListChannelsCommand.js +18 -41
  50. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +18 -41
  51. package/dist-es/commands/ListRecordingConfigurationsCommand.js +18 -41
  52. package/dist-es/commands/ListStreamKeysCommand.js +18 -41
  53. package/dist-es/commands/ListStreamSessionsCommand.js +18 -41
  54. package/dist-es/commands/ListStreamsCommand.js +18 -41
  55. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  56. package/dist-es/commands/PutMetadataCommand.js +18 -41
  57. package/dist-es/commands/StartViewerSessionRevocationCommand.js +18 -41
  58. package/dist-es/commands/StopStreamCommand.js +18 -41
  59. package/dist-es/commands/TagResourceCommand.js +18 -41
  60. package/dist-es/commands/UntagResourceCommand.js +18 -41
  61. package/dist-es/commands/UpdateChannelCommand.js +18 -41
  62. package/dist-es/endpoint/EndpointParameters.js +6 -0
  63. package/dist-types/commands/BatchGetChannelCommand.d.ts +6 -21
  64. package/dist-types/commands/BatchGetStreamKeyCommand.d.ts +6 -21
  65. package/dist-types/commands/BatchStartViewerSessionRevocationCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateChannelCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateRecordingConfigurationCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateStreamKeyCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -21
  70. package/dist-types/commands/DeletePlaybackKeyPairCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteRecordingConfigurationCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteStreamKeyCommand.d.ts +6 -21
  73. package/dist-types/commands/GetChannelCommand.d.ts +6 -21
  74. package/dist-types/commands/GetPlaybackKeyPairCommand.d.ts +6 -21
  75. package/dist-types/commands/GetRecordingConfigurationCommand.d.ts +6 -21
  76. package/dist-types/commands/GetStreamCommand.d.ts +6 -21
  77. package/dist-types/commands/GetStreamKeyCommand.d.ts +6 -21
  78. package/dist-types/commands/GetStreamSessionCommand.d.ts +6 -21
  79. package/dist-types/commands/ImportPlaybackKeyPairCommand.d.ts +6 -21
  80. package/dist-types/commands/ListChannelsCommand.d.ts +6 -21
  81. package/dist-types/commands/ListPlaybackKeyPairsCommand.d.ts +6 -21
  82. package/dist-types/commands/ListRecordingConfigurationsCommand.d.ts +6 -21
  83. package/dist-types/commands/ListStreamKeysCommand.d.ts +6 -21
  84. package/dist-types/commands/ListStreamSessionsCommand.d.ts +6 -21
  85. package/dist-types/commands/ListStreamsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  87. package/dist-types/commands/PutMetadataCommand.d.ts +6 -21
  88. package/dist-types/commands/StartViewerSessionRevocationCommand.d.ts +6 -21
  89. package/dist-types/commands/StopStreamCommand.d.ts +6 -21
  90. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  91. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -21
  93. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  94. package/dist-types/ts3.4/commands/BatchGetChannelCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/BatchGetStreamKeyCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/BatchStartViewerSessionRevocationCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateRecordingConfigurationCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/CreateStreamKeyCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DeletePlaybackKeyPairCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/DeleteRecordingConfigurationCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/DeleteStreamKeyCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/GetPlaybackKeyPairCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/GetRecordingConfigurationCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/GetStreamCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/GetStreamKeyCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/GetStreamSessionCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/ImportPlaybackKeyPairCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/ListPlaybackKeyPairsCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/ListRecordingConfigurationsCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/ListStreamKeysCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/ListStreamSessionsCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/PutMetadataCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/StartViewerSessionRevocationCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/StopStreamCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  125. package/package.json +9 -9
@@ -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 { CreateStreamKeyRequest, CreateStreamKeyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateStreamKeyCommandInput extends CreateStreamKeyRequest {
21
20
  */
22
21
  export interface CreateStreamKeyCommandOutput extends CreateStreamKeyResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateStreamKeyCommand_base: {
24
+ new (input: CreateStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStreamKeyCommandInput, CreateStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a stream key, used to initiate a stream, for the specified channel ARN.</p>
@@ -79,23 +82,5 @@ export interface CreateStreamKeyCommandOutput extends CreateStreamKeyResponse, _
79
82
  * <p>Base exception class for all service exceptions from Ivs service.</p>
80
83
  *
81
84
  */
82
- export declare class CreateStreamKeyCommand extends $Command<CreateStreamKeyCommandInput, CreateStreamKeyCommandOutput, IvsClientResolvedConfig> {
83
- readonly input: CreateStreamKeyCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: CreateStreamKeyCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStreamKeyCommandInput, CreateStreamKeyCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class CreateStreamKeyCommand extends CreateStreamKeyCommand_base {
101
86
  }
@@ -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 { DeleteChannelRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {
21
20
  */
22
21
  export interface DeleteChannelCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteChannelCommand_base: {
24
+ new (input: DeleteChannelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChannelCommandInput, DeleteChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified channel and its associated stream keys.</p>
@@ -69,23 +72,5 @@ export interface DeleteChannelCommandOutput extends __MetadataBearer {
69
72
  * <p>Base exception class for all service exceptions from Ivs service.</p>
70
73
  *
71
74
  */
72
- export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, IvsClientResolvedConfig> {
73
- readonly input: DeleteChannelCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: DeleteChannelCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
91
76
  }
@@ -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 { DeletePlaybackKeyPairRequest, DeletePlaybackKeyPairResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePlaybackKeyPairCommandInput extends DeletePlaybackKeyPair
21
20
  */
22
21
  export interface DeletePlaybackKeyPairCommandOutput extends DeletePlaybackKeyPairResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeletePlaybackKeyPairCommand_base: {
24
+ new (input: DeletePlaybackKeyPairCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePlaybackKeyPairCommandInput, DeletePlaybackKeyPairCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a specified authorization key pair. This invalidates future viewer tokens
@@ -63,23 +66,5 @@ export interface DeletePlaybackKeyPairCommandOutput extends DeletePlaybackKeyPai
63
66
  * <p>Base exception class for all service exceptions from Ivs service.</p>
64
67
  *
65
68
  */
66
- export declare class DeletePlaybackKeyPairCommand extends $Command<DeletePlaybackKeyPairCommandInput, DeletePlaybackKeyPairCommandOutput, IvsClientResolvedConfig> {
67
- readonly input: DeletePlaybackKeyPairCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: DeletePlaybackKeyPairCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePlaybackKeyPairCommandInput, DeletePlaybackKeyPairCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class DeletePlaybackKeyPairCommand extends DeletePlaybackKeyPairCommand_base {
85
70
  }
@@ -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 { DeleteRecordingConfigurationRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRecordingConfigurationCommandInput extends DeleteRecordin
21
20
  */
22
21
  export interface DeleteRecordingConfigurationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteRecordingConfigurationCommand_base: {
24
+ new (input: DeleteRecordingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecordingConfigurationCommandInput, DeleteRecordingConfigurationCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the recording configuration for the specified ARN.</p>
@@ -69,23 +72,5 @@ export interface DeleteRecordingConfigurationCommandOutput extends __MetadataBea
69
72
  * <p>Base exception class for all service exceptions from Ivs service.</p>
70
73
  *
71
74
  */
72
- export declare class DeleteRecordingConfigurationCommand extends $Command<DeleteRecordingConfigurationCommandInput, DeleteRecordingConfigurationCommandOutput, IvsClientResolvedConfig> {
73
- readonly input: DeleteRecordingConfigurationCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: DeleteRecordingConfigurationCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecordingConfigurationCommandInput, DeleteRecordingConfigurationCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class DeleteRecordingConfigurationCommand extends DeleteRecordingConfigurationCommand_base {
91
76
  }
@@ -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 { DeleteStreamKeyRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteStreamKeyCommandInput extends DeleteStreamKeyRequest {
21
20
  */
22
21
  export interface DeleteStreamKeyCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteStreamKeyCommand_base: {
24
+ new (input: DeleteStreamKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStreamKeyCommandInput, DeleteStreamKeyCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the stream key for the specified ARN, so it can no longer be used to
@@ -62,23 +65,5 @@ export interface DeleteStreamKeyCommandOutput extends __MetadataBearer {
62
65
  * <p>Base exception class for all service exceptions from Ivs service.</p>
63
66
  *
64
67
  */
65
- export declare class DeleteStreamKeyCommand extends $Command<DeleteStreamKeyCommandInput, DeleteStreamKeyCommandOutput, IvsClientResolvedConfig> {
66
- readonly input: DeleteStreamKeyCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: DeleteStreamKeyCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStreamKeyCommandInput, DeleteStreamKeyCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class DeleteStreamKeyCommand extends DeleteStreamKeyCommand_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 { GetChannelRequest, GetChannelResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetChannelCommandInput extends GetChannelRequest {
21
20
  */
22
21
  export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetChannelCommand_base: {
24
+ new (input: GetChannelCommandInput): import("@smithy/smithy-client").CommandImpl<GetChannelCommandInput, GetChannelCommandOutput, IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the channel configuration for the specified channel ARN. See also <a>BatchGetChannel</a>.</p>
@@ -74,23 +77,5 @@ export interface GetChannelCommandOutput extends GetChannelResponse, __MetadataB
74
77
  * <p>Base exception class for all service exceptions from Ivs service.</p>
75
78
  *
76
79
  */
77
- export declare class GetChannelCommand extends $Command<GetChannelCommandInput, GetChannelCommandOutput, IvsClientResolvedConfig> {
78
- readonly input: GetChannelCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: GetChannelCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IvsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChannelCommandInput, GetChannelCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class GetChannelCommand extends GetChannelCommand_base {
96
81
  }
@@ -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
  }