@aws-sdk/client-ivs-realtime 3.1076.0 → 3.1078.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 (137) hide show
  1. package/dist-cjs/index.js +50 -395
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateEncoderConfigurationCommand.js +2 -14
  4. package/dist-es/commands/CreateIngestConfigurationCommand.js +2 -14
  5. package/dist-es/commands/CreateParticipantTokenCommand.js +2 -14
  6. package/dist-es/commands/CreateStageCommand.js +2 -14
  7. package/dist-es/commands/CreateStorageConfigurationCommand.js +2 -14
  8. package/dist-es/commands/DeleteEncoderConfigurationCommand.js +2 -14
  9. package/dist-es/commands/DeleteIngestConfigurationCommand.js +2 -14
  10. package/dist-es/commands/DeletePublicKeyCommand.js +2 -14
  11. package/dist-es/commands/DeleteStageCommand.js +2 -14
  12. package/dist-es/commands/DeleteStorageConfigurationCommand.js +2 -14
  13. package/dist-es/commands/DisconnectParticipantCommand.js +2 -14
  14. package/dist-es/commands/GetCompositionCommand.js +2 -14
  15. package/dist-es/commands/GetEncoderConfigurationCommand.js +2 -14
  16. package/dist-es/commands/GetIngestConfigurationCommand.js +2 -14
  17. package/dist-es/commands/GetParticipantCommand.js +2 -14
  18. package/dist-es/commands/GetPublicKeyCommand.js +2 -14
  19. package/dist-es/commands/GetStageCommand.js +2 -14
  20. package/dist-es/commands/GetStageSessionCommand.js +2 -14
  21. package/dist-es/commands/GetStorageConfigurationCommand.js +2 -14
  22. package/dist-es/commands/ImportPublicKeyCommand.js +2 -14
  23. package/dist-es/commands/ListCompositionsCommand.js +2 -14
  24. package/dist-es/commands/ListEncoderConfigurationsCommand.js +2 -14
  25. package/dist-es/commands/ListIngestConfigurationsCommand.js +2 -14
  26. package/dist-es/commands/ListParticipantEventsCommand.js +2 -14
  27. package/dist-es/commands/ListParticipantReplicasCommand.js +2 -14
  28. package/dist-es/commands/ListParticipantsCommand.js +2 -14
  29. package/dist-es/commands/ListPublicKeysCommand.js +2 -14
  30. package/dist-es/commands/ListStageSessionsCommand.js +2 -14
  31. package/dist-es/commands/ListStagesCommand.js +2 -14
  32. package/dist-es/commands/ListStorageConfigurationsCommand.js +2 -14
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  34. package/dist-es/commands/StartCompositionCommand.js +2 -14
  35. package/dist-es/commands/StartParticipantReplicationCommand.js +2 -14
  36. package/dist-es/commands/StopCompositionCommand.js +2 -14
  37. package/dist-es/commands/StopParticipantReplicationCommand.js +2 -14
  38. package/dist-es/commands/TagResourceCommand.js +2 -14
  39. package/dist-es/commands/UntagResourceCommand.js +2 -14
  40. package/dist-es/commands/UpdateIngestConfigurationCommand.js +2 -14
  41. package/dist-es/commands/UpdateStageCommand.js +2 -14
  42. package/dist-es/index.js +1 -0
  43. package/dist-es/runtimeConfig.browser.js +0 -2
  44. package/dist-es/runtimeConfig.js +1 -2
  45. package/dist-es/runtimeConfig.native.js +0 -2
  46. package/dist-es/runtimeConfig.shared.js +2 -0
  47. package/dist-types/commandBuilder.d.ts +18 -0
  48. package/dist-types/commands/CreateEncoderConfigurationCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateIngestConfigurationCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateParticipantTokenCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateStageCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateStorageConfigurationCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteEncoderConfigurationCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteIngestConfigurationCommand.d.ts +3 -8
  55. package/dist-types/commands/DeletePublicKeyCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteStageCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteStorageConfigurationCommand.d.ts +3 -8
  58. package/dist-types/commands/DisconnectParticipantCommand.d.ts +3 -8
  59. package/dist-types/commands/GetCompositionCommand.d.ts +3 -8
  60. package/dist-types/commands/GetEncoderConfigurationCommand.d.ts +3 -8
  61. package/dist-types/commands/GetIngestConfigurationCommand.d.ts +3 -8
  62. package/dist-types/commands/GetParticipantCommand.d.ts +3 -8
  63. package/dist-types/commands/GetPublicKeyCommand.d.ts +3 -8
  64. package/dist-types/commands/GetStageCommand.d.ts +3 -8
  65. package/dist-types/commands/GetStageSessionCommand.d.ts +3 -8
  66. package/dist-types/commands/GetStorageConfigurationCommand.d.ts +3 -8
  67. package/dist-types/commands/ImportPublicKeyCommand.d.ts +3 -8
  68. package/dist-types/commands/ListCompositionsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListEncoderConfigurationsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListIngestConfigurationsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListParticipantEventsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListParticipantReplicasCommand.d.ts +3 -8
  73. package/dist-types/commands/ListParticipantsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListPublicKeysCommand.d.ts +3 -8
  75. package/dist-types/commands/ListStageSessionsCommand.d.ts +3 -8
  76. package/dist-types/commands/ListStagesCommand.d.ts +3 -8
  77. package/dist-types/commands/ListStorageConfigurationsCommand.d.ts +3 -8
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  79. package/dist-types/commands/StartCompositionCommand.d.ts +3 -8
  80. package/dist-types/commands/StartParticipantReplicationCommand.d.ts +3 -8
  81. package/dist-types/commands/StopCompositionCommand.d.ts +3 -8
  82. package/dist-types/commands/StopParticipantReplicationCommand.d.ts +3 -8
  83. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateIngestConfigurationCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateStageCommand.d.ts +3 -8
  87. package/dist-types/index.d.ts +1 -0
  88. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  89. package/dist-types/runtimeConfig.d.ts +1 -1
  90. package/dist-types/runtimeConfig.native.d.ts +1 -1
  91. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  92. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  93. package/dist-types/ts3.4/commands/CreateEncoderConfigurationCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateIngestConfigurationCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CreateParticipantTokenCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateStorageConfigurationCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteEncoderConfigurationCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteIngestConfigurationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DeleteStorageConfigurationCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DisconnectParticipantCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetCompositionCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetEncoderConfigurationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetIngestConfigurationCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetParticipantCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetStageSessionCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetStorageConfigurationCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ImportPublicKeyCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListCompositionsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListEncoderConfigurationsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListIngestConfigurationsCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListParticipantEventsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListParticipantReplicasCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListParticipantsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListStageSessionsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListStagesCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListStorageConfigurationsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/StartCompositionCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/StartParticipantReplicationCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/StopCompositionCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/StopParticipantReplicationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/UpdateIngestConfigurationCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/index.d.ts +1 -0
  133. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  135. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  136. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  137. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  DisconnectParticipantRequest,
10
4
  DisconnectParticipantResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisconnectParticipantCommandInput
15
8
  extends DisconnectParticipantRequest {}
16
9
  export interface DisconnectParticipantCommandOutput
@@ -22,22 +15,20 @@ declare const DisconnectParticipantCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisconnectParticipantCommandInput,
24
17
  DisconnectParticipantCommandOutput,
25
- IVSRealTimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").IVSRealTimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisconnectParticipantCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisconnectParticipantCommandInput,
33
26
  DisconnectParticipantCommandOutput,
34
- IVSRealTimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").IVSRealTimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DisconnectParticipantCommand extends DisconnectParticipantCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  GetCompositionRequest,
10
4
  GetCompositionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetCompositionCommandInput extends GetCompositionRequest {}
15
8
  export interface GetCompositionCommandOutput
16
9
  extends GetCompositionResponse,
@@ -21,22 +14,20 @@ declare const GetCompositionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetCompositionCommandInput,
23
16
  GetCompositionCommandOutput,
24
- IVSRealTimeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").IVSRealTimeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetCompositionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetCompositionCommandInput,
32
25
  GetCompositionCommandOutput,
33
- IVSRealTimeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").IVSRealTimeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetCompositionCommand extends GetCompositionCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  GetEncoderConfigurationRequest,
10
4
  GetEncoderConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetEncoderConfigurationCommandInput
15
8
  extends GetEncoderConfigurationRequest {}
16
9
  export interface GetEncoderConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const GetEncoderConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetEncoderConfigurationCommandInput,
24
17
  GetEncoderConfigurationCommandOutput,
25
- IVSRealTimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").IVSRealTimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetEncoderConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetEncoderConfigurationCommandInput,
33
26
  GetEncoderConfigurationCommandOutput,
34
- IVSRealTimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").IVSRealTimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetEncoderConfigurationCommand extends GetEncoderConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  GetIngestConfigurationRequest,
10
4
  GetIngestConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetIngestConfigurationCommandInput
15
8
  extends GetIngestConfigurationRequest {}
16
9
  export interface GetIngestConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const GetIngestConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetIngestConfigurationCommandInput,
24
17
  GetIngestConfigurationCommandOutput,
25
- IVSRealTimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").IVSRealTimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetIngestConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetIngestConfigurationCommandInput,
33
26
  GetIngestConfigurationCommandOutput,
34
- IVSRealTimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").IVSRealTimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetIngestConfigurationCommand extends GetIngestConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  GetParticipantRequest,
10
4
  GetParticipantResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetParticipantCommandInput extends GetParticipantRequest {}
15
8
  export interface GetParticipantCommandOutput
16
9
  extends GetParticipantResponse,
@@ -21,22 +14,20 @@ declare const GetParticipantCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetParticipantCommandInput,
23
16
  GetParticipantCommandOutput,
24
- IVSRealTimeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").IVSRealTimeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetParticipantCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetParticipantCommandInput,
32
25
  GetParticipantCommandOutput,
33
- IVSRealTimeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").IVSRealTimeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetParticipantCommand extends GetParticipantCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {}
12
5
  export interface GetPublicKeyCommandOutput
13
6
  extends GetPublicKeyResponse,
@@ -18,22 +11,20 @@ declare const GetPublicKeyCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetPublicKeyCommandInput,
20
13
  GetPublicKeyCommandOutput,
21
- IVSRealTimeClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").IVSRealTimeClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetPublicKeyCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetPublicKeyCommandInput,
29
22
  GetPublicKeyCommandOutput,
30
- IVSRealTimeClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").IVSRealTimeClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetPublicKeyCommand extends GetPublicKeyCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import { GetStageRequest, GetStageResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetStageCommandInput extends GetStageRequest {}
12
5
  export interface GetStageCommandOutput
13
6
  extends GetStageResponse,
@@ -16,20 +9,18 @@ declare const GetStageCommand_base: {
16
9
  new (input: GetStageCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  GetStageCommandInput,
18
11
  GetStageCommandOutput,
19
- IVSRealTimeClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").IVSRealTimeClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: GetStageCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  GetStageCommandInput,
25
18
  GetStageCommandOutput,
26
- IVSRealTimeClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").IVSRealTimeClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class GetStageCommand extends GetStageCommand_base {
35
26
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  GetStageSessionRequest,
10
4
  GetStageSessionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetStageSessionCommandInput extends GetStageSessionRequest {}
15
8
  export interface GetStageSessionCommandOutput
16
9
  extends GetStageSessionResponse,
@@ -21,22 +14,20 @@ declare const GetStageSessionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetStageSessionCommandInput,
23
16
  GetStageSessionCommandOutput,
24
- IVSRealTimeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").IVSRealTimeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetStageSessionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetStageSessionCommandInput,
32
25
  GetStageSessionCommandOutput,
33
- IVSRealTimeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").IVSRealTimeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetStageSessionCommand extends GetStageSessionCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  GetStorageConfigurationRequest,
10
4
  GetStorageConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetStorageConfigurationCommandInput
15
8
  extends GetStorageConfigurationRequest {}
16
9
  export interface GetStorageConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const GetStorageConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetStorageConfigurationCommandInput,
24
17
  GetStorageConfigurationCommandOutput,
25
- IVSRealTimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").IVSRealTimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetStorageConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetStorageConfigurationCommandInput,
33
26
  GetStorageConfigurationCommandOutput,
34
- IVSRealTimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").IVSRealTimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetStorageConfigurationCommand extends GetStorageConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  ImportPublicKeyRequest,
10
4
  ImportPublicKeyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ImportPublicKeyCommandInput extends ImportPublicKeyRequest {}
15
8
  export interface ImportPublicKeyCommandOutput
16
9
  extends ImportPublicKeyResponse,
@@ -21,22 +14,20 @@ declare const ImportPublicKeyCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ImportPublicKeyCommandInput,
23
16
  ImportPublicKeyCommandOutput,
24
- IVSRealTimeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").IVSRealTimeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ImportPublicKeyCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ImportPublicKeyCommandInput,
32
25
  ImportPublicKeyCommandOutput,
33
- IVSRealTimeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").IVSRealTimeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ImportPublicKeyCommand extends ImportPublicKeyCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  ListCompositionsRequest,
10
4
  ListCompositionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCompositionsCommandInput extends ListCompositionsRequest {}
15
8
  export interface ListCompositionsCommandOutput
16
9
  extends ListCompositionsResponse,
@@ -21,22 +14,20 @@ declare const ListCompositionsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListCompositionsCommandInput,
23
16
  ListCompositionsCommandOutput,
24
- IVSRealTimeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").IVSRealTimeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListCompositionsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListCompositionsCommandInput,
32
25
  ListCompositionsCommandOutput,
33
- IVSRealTimeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").IVSRealTimeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListCompositionsCommand extends ListCompositionsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  ListEncoderConfigurationsRequest,
10
4
  ListEncoderConfigurationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListEncoderConfigurationsCommandInput
15
8
  extends ListEncoderConfigurationsRequest {}
16
9
  export interface ListEncoderConfigurationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListEncoderConfigurationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListEncoderConfigurationsCommandInput,
24
17
  ListEncoderConfigurationsCommandOutput,
25
- IVSRealTimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").IVSRealTimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListEncoderConfigurationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListEncoderConfigurationsCommandInput,
33
26
  ListEncoderConfigurationsCommandOutput,
34
- IVSRealTimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").IVSRealTimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListEncoderConfigurationsCommand extends ListEncoderConfigurationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  ListIngestConfigurationsRequest,
10
4
  ListIngestConfigurationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListIngestConfigurationsCommandInput
15
8
  extends ListIngestConfigurationsRequest {}
16
9
  export interface ListIngestConfigurationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListIngestConfigurationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListIngestConfigurationsCommandInput,
24
17
  ListIngestConfigurationsCommandOutput,
25
- IVSRealTimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").IVSRealTimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListIngestConfigurationsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListIngestConfigurationsCommandInput,
33
26
  ListIngestConfigurationsCommandOutput,
34
- IVSRealTimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").IVSRealTimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListIngestConfigurationsCommand extends ListIngestConfigurationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- IVSRealTimeClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../IVSRealTimeClient";
8
2
  import {
9
3
  ListParticipantEventsRequest,
10
4
  ListParticipantEventsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListParticipantEventsCommandInput
15
8
  extends ListParticipantEventsRequest {}
16
9
  export interface ListParticipantEventsCommandOutput
@@ -22,22 +15,20 @@ declare const ListParticipantEventsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListParticipantEventsCommandInput,
24
17
  ListParticipantEventsCommandOutput,
25
- IVSRealTimeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").IVSRealTimeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListParticipantEventsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListParticipantEventsCommandInput,
33
26
  ListParticipantEventsCommandOutput,
34
- IVSRealTimeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").IVSRealTimeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListParticipantEventsCommand extends ListParticipantEventsCommand_base {
43
34
  protected static __types: {