@aws-sdk/client-ivs-realtime 3.478.0 → 3.484.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 +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateParticipantTokenCommandInput
21
15
  export interface CreateParticipantTokenCommandOutput
22
16
  extends CreateParticipantTokenResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateParticipantTokenCommand extends $Command<
25
- CreateParticipantTokenCommandInput,
26
- CreateParticipantTokenCommandOutput,
27
- IVSRealTimeClientResolvedConfig
28
- > {
29
- readonly input: CreateParticipantTokenCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateParticipantTokenCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IVSRealTimeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateParticipantTokenCommand_base: {
19
+ new (
20
+ input: CreateParticipantTokenCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateParticipantTokenCommandInput,
38
- CreateParticipantTokenCommandOutput
23
+ CreateParticipantTokenCommandOutput,
24
+ IVSRealTimeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateParticipantTokenCommand extends CreateParticipantTokenCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateStageCommandInput extends CreateStageRequest {}
17
11
  export interface CreateStageCommandOutput
18
12
  extends CreateStageResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateStageCommand extends $Command<
21
- CreateStageCommandInput,
22
- CreateStageCommandOutput,
23
- IVSRealTimeClientResolvedConfig
24
- > {
25
- readonly input: CreateStageCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateStageCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IVSRealTimeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateStageCommandInput, CreateStageCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateStageCommand_base: {
15
+ new (
16
+ input: CreateStageCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateStageCommandInput,
19
+ CreateStageCommandOutput,
20
+ IVSRealTimeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateStageCommand extends CreateStageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateStorageConfigurationCommandInput
21
15
  export interface CreateStorageConfigurationCommandOutput
22
16
  extends CreateStorageConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateStorageConfigurationCommand extends $Command<
25
- CreateStorageConfigurationCommandInput,
26
- CreateStorageConfigurationCommandOutput,
27
- IVSRealTimeClientResolvedConfig
28
- > {
29
- readonly input: CreateStorageConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateStorageConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IVSRealTimeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateStorageConfigurationCommand_base: {
19
+ new (
20
+ input: CreateStorageConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateStorageConfigurationCommandInput,
38
- CreateStorageConfigurationCommandOutput
23
+ CreateStorageConfigurationCommandOutput,
24
+ IVSRealTimeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateStorageConfigurationCommand extends CreateStorageConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteEncoderConfigurationCommandInput
21
15
  export interface DeleteEncoderConfigurationCommandOutput
22
16
  extends DeleteEncoderConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteEncoderConfigurationCommand extends $Command<
25
- DeleteEncoderConfigurationCommandInput,
26
- DeleteEncoderConfigurationCommandOutput,
27
- IVSRealTimeClientResolvedConfig
28
- > {
29
- readonly input: DeleteEncoderConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteEncoderConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IVSRealTimeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteEncoderConfigurationCommand_base: {
19
+ new (
20
+ input: DeleteEncoderConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteEncoderConfigurationCommandInput,
38
- DeleteEncoderConfigurationCommandOutput
23
+ DeleteEncoderConfigurationCommandOutput,
24
+ IVSRealTimeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteEncoderConfigurationCommand extends DeleteEncoderConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteStageCommandInput extends DeleteStageRequest {}
17
11
  export interface DeleteStageCommandOutput
18
12
  extends DeleteStageResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteStageCommand extends $Command<
21
- DeleteStageCommandInput,
22
- DeleteStageCommandOutput,
23
- IVSRealTimeClientResolvedConfig
24
- > {
25
- readonly input: DeleteStageCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteStageCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IVSRealTimeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteStageCommandInput, DeleteStageCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteStageCommand_base: {
15
+ new (
16
+ input: DeleteStageCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteStageCommandInput,
19
+ DeleteStageCommandOutput,
20
+ IVSRealTimeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteStageCommand extends DeleteStageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteStorageConfigurationCommandInput
21
15
  export interface DeleteStorageConfigurationCommandOutput
22
16
  extends DeleteStorageConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteStorageConfigurationCommand extends $Command<
25
- DeleteStorageConfigurationCommandInput,
26
- DeleteStorageConfigurationCommandOutput,
27
- IVSRealTimeClientResolvedConfig
28
- > {
29
- readonly input: DeleteStorageConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteStorageConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IVSRealTimeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteStorageConfigurationCommand_base: {
19
+ new (
20
+ input: DeleteStorageConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteStorageConfigurationCommandInput,
38
- DeleteStorageConfigurationCommandOutput
23
+ DeleteStorageConfigurationCommandOutput,
24
+ IVSRealTimeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteStorageConfigurationCommand extends DeleteStorageConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DisconnectParticipantCommandInput
21
15
  export interface DisconnectParticipantCommandOutput
22
16
  extends DisconnectParticipantResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisconnectParticipantCommand extends $Command<
25
- DisconnectParticipantCommandInput,
26
- DisconnectParticipantCommandOutput,
27
- IVSRealTimeClientResolvedConfig
28
- > {
29
- readonly input: DisconnectParticipantCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisconnectParticipantCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IVSRealTimeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisconnectParticipantCommand_base: {
19
+ new (
20
+ input: DisconnectParticipantCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisconnectParticipantCommandInput,
38
- DisconnectParticipantCommandOutput
23
+ DisconnectParticipantCommandOutput,
24
+ IVSRealTimeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetCompositionCommandInput extends GetCompositionRequest {}
20
14
  export interface GetCompositionCommandOutput
21
15
  extends GetCompositionResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetCompositionCommand extends $Command<
24
- GetCompositionCommandInput,
25
- GetCompositionCommandOutput,
26
- IVSRealTimeClientResolvedConfig
27
- > {
28
- readonly input: GetCompositionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetCompositionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IVSRealTimeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetCompositionCommandInput, GetCompositionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetCompositionCommand_base: {
18
+ new (
19
+ input: GetCompositionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetCompositionCommandInput,
22
+ GetCompositionCommandOutput,
23
+ IVSRealTimeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetCompositionCommand extends GetCompositionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetEncoderConfigurationCommandInput
21
15
  export interface GetEncoderConfigurationCommandOutput
22
16
  extends GetEncoderConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetEncoderConfigurationCommand extends $Command<
25
- GetEncoderConfigurationCommandInput,
26
- GetEncoderConfigurationCommandOutput,
27
- IVSRealTimeClientResolvedConfig
28
- > {
29
- readonly input: GetEncoderConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetEncoderConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IVSRealTimeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetEncoderConfigurationCommand_base: {
19
+ new (
20
+ input: GetEncoderConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetEncoderConfigurationCommandInput,
38
- GetEncoderConfigurationCommandOutput
23
+ GetEncoderConfigurationCommandOutput,
24
+ IVSRealTimeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetEncoderConfigurationCommand extends GetEncoderConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetParticipantCommandInput extends GetParticipantRequest {}
20
14
  export interface GetParticipantCommandOutput
21
15
  extends GetParticipantResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetParticipantCommand extends $Command<
24
- GetParticipantCommandInput,
25
- GetParticipantCommandOutput,
26
- IVSRealTimeClientResolvedConfig
27
- > {
28
- readonly input: GetParticipantCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetParticipantCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IVSRealTimeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetParticipantCommandInput, GetParticipantCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetParticipantCommand_base: {
18
+ new (
19
+ input: GetParticipantCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetParticipantCommandInput,
22
+ GetParticipantCommandOutput,
23
+ IVSRealTimeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetParticipantCommand extends GetParticipantCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetStageCommandInput extends GetStageRequest {}
17
11
  export interface GetStageCommandOutput
18
12
  extends GetStageResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetStageCommand extends $Command<
21
- GetStageCommandInput,
22
- GetStageCommandOutput,
23
- IVSRealTimeClientResolvedConfig
24
- > {
25
- readonly input: GetStageCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetStageCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: IVSRealTimeClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetStageCommandInput, GetStageCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetStageCommand_base: {
15
+ new (
16
+ input: GetStageCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetStageCommandInput,
19
+ GetStageCommandOutput,
20
+ IVSRealTimeClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetStageCommand extends GetStageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetStageSessionCommandInput extends GetStageSessionRequest {}
20
14
  export interface GetStageSessionCommandOutput
21
15
  extends GetStageSessionResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetStageSessionCommand extends $Command<
24
- GetStageSessionCommandInput,
25
- GetStageSessionCommandOutput,
26
- IVSRealTimeClientResolvedConfig
27
- > {
28
- readonly input: GetStageSessionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetStageSessionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IVSRealTimeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetStageSessionCommandInput, GetStageSessionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetStageSessionCommand_base: {
18
+ new (
19
+ input: GetStageSessionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetStageSessionCommandInput,
22
+ GetStageSessionCommandOutput,
23
+ IVSRealTimeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetStageSessionCommand extends GetStageSessionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetStorageConfigurationCommandInput
21
15
  export interface GetStorageConfigurationCommandOutput
22
16
  extends GetStorageConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetStorageConfigurationCommand extends $Command<
25
- GetStorageConfigurationCommandInput,
26
- GetStorageConfigurationCommandOutput,
27
- IVSRealTimeClientResolvedConfig
28
- > {
29
- readonly input: GetStorageConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetStorageConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IVSRealTimeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetStorageConfigurationCommand_base: {
19
+ new (
20
+ input: GetStorageConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetStorageConfigurationCommandInput,
38
- GetStorageConfigurationCommandOutput
23
+ GetStorageConfigurationCommandOutput,
24
+ IVSRealTimeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetStorageConfigurationCommand extends GetStorageConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  IVSRealTimeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListCompositionsCommandInput extends ListCompositionsRequest {}
20
14
  export interface ListCompositionsCommandOutput
21
15
  extends ListCompositionsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListCompositionsCommand extends $Command<
24
- ListCompositionsCommandInput,
25
- ListCompositionsCommandOutput,
26
- IVSRealTimeClientResolvedConfig
27
- > {
28
- readonly input: ListCompositionsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListCompositionsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: IVSRealTimeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListCompositionsCommandInput, ListCompositionsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListCompositionsCommand_base: {
18
+ new (
19
+ input: ListCompositionsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListCompositionsCommandInput,
22
+ ListCompositionsCommandOutput,
23
+ IVSRealTimeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListCompositionsCommand extends ListCompositionsCommand_base {}