@aws-sdk/client-ivs-realtime 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 (113) hide show
  1. package/dist-cjs/commands/CreateEncoderConfigurationCommand.js +18 -41
  2. package/dist-cjs/commands/CreateParticipantTokenCommand.js +18 -41
  3. package/dist-cjs/commands/CreateStageCommand.js +18 -41
  4. package/dist-cjs/commands/CreateStorageConfigurationCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteEncoderConfigurationCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteStageCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteStorageConfigurationCommand.js +18 -41
  8. package/dist-cjs/commands/DisconnectParticipantCommand.js +18 -41
  9. package/dist-cjs/commands/GetCompositionCommand.js +18 -41
  10. package/dist-cjs/commands/GetEncoderConfigurationCommand.js +18 -41
  11. package/dist-cjs/commands/GetParticipantCommand.js +18 -41
  12. package/dist-cjs/commands/GetStageCommand.js +18 -41
  13. package/dist-cjs/commands/GetStageSessionCommand.js +18 -41
  14. package/dist-cjs/commands/GetStorageConfigurationCommand.js +18 -41
  15. package/dist-cjs/commands/ListCompositionsCommand.js +18 -41
  16. package/dist-cjs/commands/ListEncoderConfigurationsCommand.js +18 -41
  17. package/dist-cjs/commands/ListParticipantEventsCommand.js +18 -41
  18. package/dist-cjs/commands/ListParticipantsCommand.js +18 -41
  19. package/dist-cjs/commands/ListStageSessionsCommand.js +18 -41
  20. package/dist-cjs/commands/ListStagesCommand.js +18 -41
  21. package/dist-cjs/commands/ListStorageConfigurationsCommand.js +18 -41
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  23. package/dist-cjs/commands/StartCompositionCommand.js +18 -41
  24. package/dist-cjs/commands/StopCompositionCommand.js +18 -41
  25. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateStageCommand.js +18 -41
  28. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  29. package/dist-es/commands/CreateEncoderConfigurationCommand.js +18 -41
  30. package/dist-es/commands/CreateParticipantTokenCommand.js +18 -41
  31. package/dist-es/commands/CreateStageCommand.js +18 -41
  32. package/dist-es/commands/CreateStorageConfigurationCommand.js +18 -41
  33. package/dist-es/commands/DeleteEncoderConfigurationCommand.js +18 -41
  34. package/dist-es/commands/DeleteStageCommand.js +18 -41
  35. package/dist-es/commands/DeleteStorageConfigurationCommand.js +18 -41
  36. package/dist-es/commands/DisconnectParticipantCommand.js +18 -41
  37. package/dist-es/commands/GetCompositionCommand.js +18 -41
  38. package/dist-es/commands/GetEncoderConfigurationCommand.js +18 -41
  39. package/dist-es/commands/GetParticipantCommand.js +18 -41
  40. package/dist-es/commands/GetStageCommand.js +18 -41
  41. package/dist-es/commands/GetStageSessionCommand.js +18 -41
  42. package/dist-es/commands/GetStorageConfigurationCommand.js +18 -41
  43. package/dist-es/commands/ListCompositionsCommand.js +18 -41
  44. package/dist-es/commands/ListEncoderConfigurationsCommand.js +18 -41
  45. package/dist-es/commands/ListParticipantEventsCommand.js +18 -41
  46. package/dist-es/commands/ListParticipantsCommand.js +18 -41
  47. package/dist-es/commands/ListStageSessionsCommand.js +18 -41
  48. package/dist-es/commands/ListStagesCommand.js +18 -41
  49. package/dist-es/commands/ListStorageConfigurationsCommand.js +18 -41
  50. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  51. package/dist-es/commands/StartCompositionCommand.js +18 -41
  52. package/dist-es/commands/StopCompositionCommand.js +18 -41
  53. package/dist-es/commands/TagResourceCommand.js +18 -41
  54. package/dist-es/commands/UntagResourceCommand.js +18 -41
  55. package/dist-es/commands/UpdateStageCommand.js +18 -41
  56. package/dist-es/endpoint/EndpointParameters.js +6 -0
  57. package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +6 -21
  58. package/dist-types/commands/CreateParticipantTokenCommand.d.ts +6 -21
  59. package/dist-types/commands/CreateStageCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteStageCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +6 -21
  64. package/dist-types/commands/DisconnectParticipantCommand.d.ts +6 -21
  65. package/dist-types/commands/GetCompositionCommand.d.ts +6 -21
  66. package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +6 -21
  67. package/dist-types/commands/GetParticipantCommand.d.ts +6 -21
  68. package/dist-types/commands/GetStageCommand.d.ts +6 -21
  69. package/dist-types/commands/GetStageSessionCommand.d.ts +6 -21
  70. package/dist-types/commands/GetStorageConfigurationCommand.d.ts +6 -21
  71. package/dist-types/commands/ListCompositionsCommand.d.ts +6 -21
  72. package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +6 -21
  73. package/dist-types/commands/ListParticipantEventsCommand.d.ts +6 -21
  74. package/dist-types/commands/ListParticipantsCommand.d.ts +6 -21
  75. package/dist-types/commands/ListStageSessionsCommand.d.ts +6 -21
  76. package/dist-types/commands/ListStagesCommand.d.ts +6 -21
  77. package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  79. package/dist-types/commands/StartCompositionCommand.d.ts +6 -21
  80. package/dist-types/commands/StopCompositionCommand.d.ts +6 -21
  81. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  82. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdateStageCommand.d.ts +6 -21
  84. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  85. package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  113. 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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { CreateEncoderConfigurationRequest, CreateEncoderConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateEncoderConfigurationCommandInput extends CreateEncoderCon
21
20
  */
22
21
  export interface CreateEncoderConfigurationCommandOutput extends CreateEncoderConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateEncoderConfigurationCommand_base: {
24
+ new (input: CreateEncoderConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEncoderConfigurationCommandInput, CreateEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an EncoderConfiguration object.</p>
@@ -93,23 +96,5 @@ export interface CreateEncoderConfigurationCommandOutput extends CreateEncoderCo
93
96
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
94
97
  *
95
98
  */
96
- export declare class CreateEncoderConfigurationCommand extends $Command<CreateEncoderConfigurationCommandInput, CreateEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig> {
97
- readonly input: CreateEncoderConfigurationCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: CreateEncoderConfigurationCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEncoderConfigurationCommandInput, CreateEncoderConfigurationCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class CreateEncoderConfigurationCommand extends CreateEncoderConfigurationCommand_base {
115
100
  }
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { CreateParticipantTokenRequest, CreateParticipantTokenResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateParticipantTokenCommandInput extends CreateParticipantTok
21
20
  */
22
21
  export interface CreateParticipantTokenCommandOutput extends CreateParticipantTokenResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateParticipantTokenCommand_base: {
24
+ new (input: CreateParticipantTokenCommandInput): import("@smithy/smithy-client").CommandImpl<CreateParticipantTokenCommandInput, CreateParticipantTokenCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an additional token for a specified stage. This can be done after stage creation
@@ -90,23 +93,5 @@ export interface CreateParticipantTokenCommandOutput extends CreateParticipantTo
90
93
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
91
94
  *
92
95
  */
93
- export declare class CreateParticipantTokenCommand extends $Command<CreateParticipantTokenCommandInput, CreateParticipantTokenCommandOutput, IVSRealTimeClientResolvedConfig> {
94
- readonly input: CreateParticipantTokenCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: CreateParticipantTokenCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateParticipantTokenCommandInput, CreateParticipantTokenCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { CreateStageRequest, CreateStageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateStageCommandInput extends CreateStageRequest {
21
20
  */
22
21
  export interface CreateStageCommandOutput extends CreateStageResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateStageCommand_base: {
24
+ new (input: CreateStageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new stage (and optionally participant tokens).</p>
@@ -100,23 +103,5 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
100
103
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
101
104
  *
102
105
  */
103
- export declare class CreateStageCommand extends $Command<CreateStageCommandInput, CreateStageCommandOutput, IVSRealTimeClientResolvedConfig> {
104
- readonly input: CreateStageCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: CreateStageCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStageCommandInput, CreateStageCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class CreateStageCommand extends CreateStageCommand_base {
122
107
  }
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { CreateStorageConfigurationRequest, CreateStorageConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateStorageConfigurationCommandInput extends CreateStorageCon
21
20
  */
22
21
  export interface CreateStorageConfigurationCommandOutput extends CreateStorageConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateStorageConfigurationCommand_base: {
24
+ new (input: CreateStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStorageConfigurationCommandInput, CreateStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new storage configuration, used to enable recording to Amazon S3.
@@ -89,23 +92,5 @@ export interface CreateStorageConfigurationCommandOutput extends CreateStorageCo
89
92
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
90
93
  *
91
94
  */
92
- export declare class CreateStorageConfigurationCommand extends $Command<CreateStorageConfigurationCommandInput, CreateStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig> {
93
- readonly input: CreateStorageConfigurationCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: CreateStorageConfigurationCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStorageConfigurationCommandInput, CreateStorageConfigurationCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class CreateStorageConfigurationCommand extends CreateStorageConfigurationCommand_base {
111
96
  }
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { DeleteEncoderConfigurationRequest, DeleteEncoderConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteEncoderConfigurationCommandInput extends DeleteEncoderCon
21
20
  */
22
21
  export interface DeleteEncoderConfigurationCommandOutput extends DeleteEncoderConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteEncoderConfigurationCommand_base: {
24
+ new (input: DeleteEncoderConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEncoderConfigurationCommandInput, DeleteEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an EncoderConfiguration resource. Ensures that no Compositions are using this
@@ -68,23 +71,5 @@ export interface DeleteEncoderConfigurationCommandOutput extends DeleteEncoderCo
68
71
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
69
72
  *
70
73
  */
71
- export declare class DeleteEncoderConfigurationCommand extends $Command<DeleteEncoderConfigurationCommandInput, DeleteEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig> {
72
- readonly input: DeleteEncoderConfigurationCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteEncoderConfigurationCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEncoderConfigurationCommandInput, DeleteEncoderConfigurationCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteEncoderConfigurationCommand extends DeleteEncoderConfigurationCommand_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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { DeleteStageRequest, DeleteStageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteStageCommandInput extends DeleteStageRequest {
21
20
  */
22
21
  export interface DeleteStageCommandOutput extends DeleteStageResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteStageCommand_base: {
24
+ new (input: DeleteStageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Shuts down and deletes the specified stage (disconnecting all participants).</p>
@@ -64,23 +67,5 @@ export interface DeleteStageCommandOutput extends DeleteStageResponse, __Metadat
64
67
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
65
68
  *
66
69
  */
67
- export declare class DeleteStageCommand extends $Command<DeleteStageCommandInput, DeleteStageCommandOutput, IVSRealTimeClientResolvedConfig> {
68
- readonly input: DeleteStageCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DeleteStageCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStageCommandInput, DeleteStageCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DeleteStageCommand extends DeleteStageCommand_base {
86
71
  }
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { DeleteStorageConfigurationRequest, DeleteStorageConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteStorageConfigurationCommandInput extends DeleteStorageCon
21
20
  */
22
21
  export interface DeleteStorageConfigurationCommandOutput extends DeleteStorageConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteStorageConfigurationCommand_base: {
24
+ new (input: DeleteStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStorageConfigurationCommandInput, DeleteStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the storage configuration for the specified ARN.</p>
@@ -70,23 +73,5 @@ export interface DeleteStorageConfigurationCommandOutput extends DeleteStorageCo
70
73
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
71
74
  *
72
75
  */
73
- export declare class DeleteStorageConfigurationCommand extends $Command<DeleteStorageConfigurationCommandInput, DeleteStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig> {
74
- readonly input: DeleteStorageConfigurationCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DeleteStorageConfigurationCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteStorageConfigurationCommandInput, DeleteStorageConfigurationCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DeleteStorageConfigurationCommand extends DeleteStorageConfigurationCommand_base {
92
77
  }
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { DisconnectParticipantRequest, DisconnectParticipantResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisconnectParticipantCommandInput extends DisconnectParticipant
21
20
  */
22
21
  export interface DisconnectParticipantCommandOutput extends DisconnectParticipantResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisconnectParticipantCommand_base: {
24
+ new (input: DisconnectParticipantCommandInput): import("@smithy/smithy-client").CommandImpl<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disconnects a specified participant and revokes the participant permanently from a
@@ -64,23 +67,5 @@ export interface DisconnectParticipantCommandOutput extends DisconnectParticipan
64
67
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
65
68
  *
66
69
  */
67
- export declare class DisconnectParticipantCommand extends $Command<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput, IVSRealTimeClientResolvedConfig> {
68
- readonly input: DisconnectParticipantCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DisconnectParticipantCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisconnectParticipantCommandInput, DisconnectParticipantCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {
86
71
  }
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { GetCompositionRequest, GetCompositionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCompositionCommandInput extends GetCompositionRequest {
21
20
  */
22
21
  export interface GetCompositionCommandOutput extends GetCompositionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetCompositionCommand_base: {
24
+ new (input: GetCompositionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompositionCommandInput, GetCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get information about the specified Composition resource.</p>
@@ -112,23 +115,5 @@ export interface GetCompositionCommandOutput extends GetCompositionResponse, __M
112
115
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
113
116
  *
114
117
  */
115
- export declare class GetCompositionCommand extends $Command<GetCompositionCommandInput, GetCompositionCommandOutput, IVSRealTimeClientResolvedConfig> {
116
- readonly input: GetCompositionCommandInput;
117
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
118
- /**
119
- * @public
120
- */
121
- constructor(input: GetCompositionCommandInput);
122
- /**
123
- * @internal
124
- */
125
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCompositionCommandInput, GetCompositionCommandOutput>;
126
- /**
127
- * @internal
128
- */
129
- private serialize;
130
- /**
131
- * @internal
132
- */
133
- private deserialize;
118
+ export declare class GetCompositionCommand extends GetCompositionCommand_base {
134
119
  }
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { GetEncoderConfigurationRequest, GetEncoderConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEncoderConfigurationCommandInput extends GetEncoderConfigura
21
20
  */
22
21
  export interface GetEncoderConfigurationCommandOutput extends GetEncoderConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetEncoderConfigurationCommand_base: {
24
+ new (input: GetEncoderConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEncoderConfigurationCommandInput, GetEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the specified EncoderConfiguration resource. </p>
@@ -81,23 +84,5 @@ export interface GetEncoderConfigurationCommandOutput extends GetEncoderConfigur
81
84
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
82
85
  *
83
86
  */
84
- export declare class GetEncoderConfigurationCommand extends $Command<GetEncoderConfigurationCommandInput, GetEncoderConfigurationCommandOutput, IVSRealTimeClientResolvedConfig> {
85
- readonly input: GetEncoderConfigurationCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: GetEncoderConfigurationCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEncoderConfigurationCommandInput, GetEncoderConfigurationCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class GetEncoderConfigurationCommand extends GetEncoderConfigurationCommand_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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { GetParticipantRequest, GetParticipantResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetParticipantCommandInput extends GetParticipantRequest {
21
20
  */
22
21
  export interface GetParticipantCommandOutput extends GetParticipantResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetParticipantCommand_base: {
24
+ new (input: GetParticipantCommandInput): import("@smithy/smithy-client").CommandImpl<GetParticipantCommandInput, GetParticipantCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about the specified participant token.</p>
@@ -77,23 +80,5 @@ export interface GetParticipantCommandOutput extends GetParticipantResponse, __M
77
80
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
78
81
  *
79
82
  */
80
- export declare class GetParticipantCommand extends $Command<GetParticipantCommandInput, GetParticipantCommandOutput, IVSRealTimeClientResolvedConfig> {
81
- readonly input: GetParticipantCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: GetParticipantCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetParticipantCommandInput, GetParticipantCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class GetParticipantCommand extends GetParticipantCommand_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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { GetStageRequest, GetStageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetStageCommandInput extends GetStageRequest {
21
20
  */
22
21
  export interface GetStageCommandOutput extends GetStageResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetStageCommand_base: {
24
+ new (input: GetStageCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageCommandInput, GetStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information for the specified stage.</p>
@@ -67,23 +70,5 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
67
70
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
68
71
  *
69
72
  */
70
- export declare class GetStageCommand extends $Command<GetStageCommandInput, GetStageCommandOutput, IVSRealTimeClientResolvedConfig> {
71
- readonly input: GetStageCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: GetStageCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStageCommandInput, GetStageCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class GetStageCommand extends GetStageCommand_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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { GetStageSessionRequest, GetStageSessionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetStageSessionCommandInput extends GetStageSessionRequest {
21
20
  */
22
21
  export interface GetStageSessionCommandOutput extends GetStageSessionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetStageSessionCommand_base: {
24
+ new (input: GetStageSessionCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageSessionCommandInput, GetStageSessionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information for the specified stage session.</p>
@@ -65,23 +68,5 @@ export interface GetStageSessionCommandOutput extends GetStageSessionResponse, _
65
68
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
66
69
  *
67
70
  */
68
- export declare class GetStageSessionCommand extends $Command<GetStageSessionCommandInput, GetStageSessionCommandOutput, IVSRealTimeClientResolvedConfig> {
69
- readonly input: GetStageSessionCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: GetStageSessionCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStageSessionCommandInput, GetStageSessionCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class GetStageSessionCommand extends GetStageSessionCommand_base {
87
72
  }
@@ -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 { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { GetStorageConfigurationRequest, GetStorageConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetStorageConfigurationCommandInput extends GetStorageConfigura
21
20
  */
22
21
  export interface GetStorageConfigurationCommandOutput extends GetStorageConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetStorageConfigurationCommand_base: {
24
+ new (input: GetStorageConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetStorageConfigurationCommandInput, GetStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the storage configuration for the specified ARN.</p>
@@ -78,23 +81,5 @@ export interface GetStorageConfigurationCommandOutput extends GetStorageConfigur
78
81
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
79
82
  *
80
83
  */
81
- export declare class GetStorageConfigurationCommand extends $Command<GetStorageConfigurationCommandInput, GetStorageConfigurationCommandOutput, IVSRealTimeClientResolvedConfig> {
82
- readonly input: GetStorageConfigurationCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetStorageConfigurationCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStorageConfigurationCommandInput, GetStorageConfigurationCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetStorageConfigurationCommand extends GetStorageConfigurationCommand_base {
100
85
  }