@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 { ListCompositionsRequest, ListCompositionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCompositionsCommandInput extends ListCompositionsRequest {
21
20
  */
22
21
  export interface ListCompositionsCommandOutput extends ListCompositionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCompositionsCommand_base: {
24
+ new (input: ListCompositionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCompositionsCommandInput, ListCompositionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets summary information about all Compositions in your account, in the AWS region
@@ -90,23 +93,5 @@ export interface ListCompositionsCommandOutput extends ListCompositionsResponse,
90
93
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
91
94
  *
92
95
  */
93
- export declare class ListCompositionsCommand extends $Command<ListCompositionsCommandInput, ListCompositionsCommandOutput, IVSRealTimeClientResolvedConfig> {
94
- readonly input: ListCompositionsCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: ListCompositionsCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCompositionsCommandInput, ListCompositionsCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class ListCompositionsCommand extends ListCompositionsCommand_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 { ListEncoderConfigurationsRequest, ListEncoderConfigurationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEncoderConfigurationsCommandInput extends ListEncoderConfig
21
20
  */
22
21
  export interface ListEncoderConfigurationsCommandOutput extends ListEncoderConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListEncoderConfigurationsCommand_base: {
24
+ new (input: ListEncoderConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEncoderConfigurationsCommandInput, ListEncoderConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets summary information about all EncoderConfigurations in your account, in the AWS
@@ -77,23 +80,5 @@ export interface ListEncoderConfigurationsCommandOutput extends ListEncoderConfi
77
80
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
78
81
  *
79
82
  */
80
- export declare class ListEncoderConfigurationsCommand extends $Command<ListEncoderConfigurationsCommandInput, ListEncoderConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig> {
81
- readonly input: ListEncoderConfigurationsCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListEncoderConfigurationsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEncoderConfigurationsCommandInput, ListEncoderConfigurationsCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListEncoderConfigurationsCommand extends ListEncoderConfigurationsCommand_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 { ListParticipantEventsRequest, ListParticipantEventsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListParticipantEventsCommandInput extends ListParticipantEvents
21
20
  */
22
21
  export interface ListParticipantEventsCommandOutput extends ListParticipantEventsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListParticipantEventsCommand_base: {
24
+ new (input: ListParticipantEventsCommandInput): import("@smithy/smithy-client").CommandImpl<ListParticipantEventsCommandInput, ListParticipantEventsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists events for a specified participant that occurred during a specified stage
@@ -71,23 +74,5 @@ export interface ListParticipantEventsCommandOutput extends ListParticipantEvent
71
74
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
72
75
  *
73
76
  */
74
- export declare class ListParticipantEventsCommand extends $Command<ListParticipantEventsCommandInput, ListParticipantEventsCommandOutput, IVSRealTimeClientResolvedConfig> {
75
- readonly input: ListParticipantEventsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListParticipantEventsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListParticipantEventsCommandInput, ListParticipantEventsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListParticipantEventsCommand extends ListParticipantEventsCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { ListParticipantsRequest, ListParticipantsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListParticipantsCommandInput extends ListParticipantsRequest {
21
20
  */
22
21
  export interface ListParticipantsCommandOutput extends ListParticipantsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListParticipantsCommand_base: {
24
+ new (input: ListParticipantsCommandInput): import("@smithy/smithy-client").CommandImpl<ListParticipantsCommandInput, ListParticipantsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all participants in a specified stage session.</p>
@@ -72,23 +75,5 @@ export interface ListParticipantsCommandOutput extends ListParticipantsResponse,
72
75
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
73
76
  *
74
77
  */
75
- export declare class ListParticipantsCommand extends $Command<ListParticipantsCommandInput, ListParticipantsCommandOutput, IVSRealTimeClientResolvedConfig> {
76
- readonly input: ListParticipantsCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListParticipantsCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListParticipantsCommandInput, ListParticipantsCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListParticipantsCommand extends ListParticipantsCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { ListStageSessionsRequest, ListStageSessionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListStageSessionsCommandInput extends ListStageSessionsRequest
21
20
  */
22
21
  export interface ListStageSessionsCommandOutput extends ListStageSessionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListStageSessionsCommand_base: {
24
+ new (input: ListStageSessionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStageSessionsCommandInput, ListStageSessionsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets all sessions for a specified stage.</p>
@@ -66,23 +69,5 @@ export interface ListStageSessionsCommandOutput extends ListStageSessionsRespons
66
69
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
67
70
  *
68
71
  */
69
- export declare class ListStageSessionsCommand extends $Command<ListStageSessionsCommandInput, ListStageSessionsCommandOutput, IVSRealTimeClientResolvedConfig> {
70
- readonly input: ListStageSessionsCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: ListStageSessionsCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStageSessionsCommandInput, ListStageSessionsCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class ListStageSessionsCommand extends ListStageSessionsCommand_base {
88
73
  }
@@ -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 { ListStagesRequest, ListStagesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListStagesCommandInput extends ListStagesRequest {
21
20
  */
22
21
  export interface ListStagesCommandOutput extends ListStagesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListStagesCommand_base: {
24
+ new (input: ListStagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStagesCommandInput, ListStagesCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets summary information about all stages in your account, in the AWS region where the
@@ -72,23 +75,5 @@ export interface ListStagesCommandOutput extends ListStagesResponse, __MetadataB
72
75
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
73
76
  *
74
77
  */
75
- export declare class ListStagesCommand extends $Command<ListStagesCommandInput, ListStagesCommandOutput, IVSRealTimeClientResolvedConfig> {
76
- readonly input: ListStagesCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListStagesCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStagesCommandInput, ListStagesCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListStagesCommand extends ListStagesCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { ListStorageConfigurationsRequest, ListStorageConfigurationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListStorageConfigurationsCommandInput extends ListStorageConfig
21
20
  */
22
21
  export interface ListStorageConfigurationsCommandOutput extends ListStorageConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListStorageConfigurationsCommand_base: {
24
+ new (input: ListStorageConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStorageConfigurationsCommandInput, ListStorageConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets summary information about all storage configurations in your account,
@@ -80,23 +83,5 @@ export interface ListStorageConfigurationsCommandOutput extends ListStorageConfi
80
83
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
81
84
  *
82
85
  */
83
- export declare class ListStorageConfigurationsCommand extends $Command<ListStorageConfigurationsCommandInput, ListStorageConfigurationsCommandOutput, IVSRealTimeClientResolvedConfig> {
84
- readonly input: ListStorageConfigurationsCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListStorageConfigurationsCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListStorageConfigurationsCommandInput, ListStorageConfigurationsCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListStorageConfigurationsCommand extends ListStorageConfigurationsCommand_base {
102
87
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information about AWS tags for the specified ARN.</p>
@@ -62,23 +65,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
62
65
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
63
66
  *
64
67
  */
65
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, IVSRealTimeClientResolvedConfig> {
66
- readonly input: ListTagsForResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: ListTagsForResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
84
69
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IVSRealTimeClient";
5
4
  import { StartCompositionRequest, StartCompositionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartCompositionCommandInput extends StartCompositionRequest {
21
20
  */
22
21
  export interface StartCompositionCommandOutput extends StartCompositionResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartCompositionCommand_base: {
24
+ new (input: StartCompositionCommandInput): import("@smithy/smithy-client").CommandImpl<StartCompositionCommandInput, StartCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a Composition from a stage based on the configuration provided in the
@@ -165,23 +168,5 @@ export interface StartCompositionCommandOutput extends StartCompositionResponse,
165
168
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
166
169
  *
167
170
  */
168
- export declare class StartCompositionCommand extends $Command<StartCompositionCommandInput, StartCompositionCommandOutput, IVSRealTimeClientResolvedConfig> {
169
- readonly input: StartCompositionCommandInput;
170
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
171
- /**
172
- * @public
173
- */
174
- constructor(input: StartCompositionCommandInput);
175
- /**
176
- * @internal
177
- */
178
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartCompositionCommandInput, StartCompositionCommandOutput>;
179
- /**
180
- * @internal
181
- */
182
- private serialize;
183
- /**
184
- * @internal
185
- */
186
- private deserialize;
171
+ export declare class StartCompositionCommand extends StartCompositionCommand_base {
187
172
  }
@@ -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 { StopCompositionRequest, StopCompositionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopCompositionCommandInput extends StopCompositionRequest {
21
20
  */
22
21
  export interface StopCompositionCommandOutput extends StopCompositionResponse, __MetadataBearer {
23
22
  }
23
+ declare const StopCompositionCommand_base: {
24
+ new (input: StopCompositionCommandInput): import("@smithy/smithy-client").CommandImpl<StopCompositionCommandInput, StopCompositionCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops and deletes a Composition resource. Any broadcast from the Composition resource
@@ -68,23 +71,5 @@ export interface StopCompositionCommandOutput extends StopCompositionResponse, _
68
71
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
69
72
  *
70
73
  */
71
- export declare class StopCompositionCommand extends $Command<StopCompositionCommandInput, StopCompositionCommandOutput, IVSRealTimeClientResolvedConfig> {
72
- readonly input: StopCompositionCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: StopCompositionCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopCompositionCommandInput, StopCompositionCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class StopCompositionCommand extends StopCompositionCommand_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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds or updates tags for the AWS resource with the specified ARN.</p>
@@ -61,23 +64,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
61
64
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
62
65
  *
63
66
  */
64
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, IVSRealTimeClientResolvedConfig> {
65
- readonly input: TagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: TagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class TagResourceCommand extends TagResourceCommand_base {
83
68
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from the resource with the specified ARN.</p>
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
61
64
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
62
65
  *
63
66
  */
64
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, IVSRealTimeClientResolvedConfig> {
65
- readonly input: UntagResourceCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: UntagResourceCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
83
68
  }
@@ -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 { UpdateStageRequest, UpdateStageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateStageCommandInput extends UpdateStageRequest {
21
20
  */
22
21
  export interface UpdateStageCommandOutput extends UpdateStageResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateStageCommand_base: {
24
+ new (input: UpdateStageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStageCommandInput, UpdateStageCommandOutput, IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a stage’s configuration.</p>
@@ -74,23 +77,5 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
74
77
  * <p>Base exception class for all service exceptions from IVSRealTime service.</p>
75
78
  *
76
79
  */
77
- export declare class UpdateStageCommand extends $Command<UpdateStageCommandInput, UpdateStageCommandOutput, IVSRealTimeClientResolvedConfig> {
78
- readonly input: UpdateStageCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: UpdateStageCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IVSRealTimeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStageCommandInput, UpdateStageCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class UpdateStageCommand extends UpdateStageCommand_base {
96
81
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -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 CreateEncoderConfigurationCommandInput
21
15
  export interface CreateEncoderConfigurationCommandOutput
22
16
  extends CreateEncoderConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateEncoderConfigurationCommand extends $Command<
25
- CreateEncoderConfigurationCommandInput,
26
- CreateEncoderConfigurationCommandOutput,
27
- IVSRealTimeClientResolvedConfig
28
- > {
29
- readonly input: CreateEncoderConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateEncoderConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: IVSRealTimeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateEncoderConfigurationCommand_base: {
19
+ new (
20
+ input: CreateEncoderConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateEncoderConfigurationCommandInput,
38
- CreateEncoderConfigurationCommandOutput
23
+ CreateEncoderConfigurationCommandOutput,
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 CreateEncoderConfigurationCommand extends CreateEncoderConfigurationCommand_base {}