@aws-sdk/client-mediaconnect 3.934.0 → 3.935.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 (170) hide show
  1. package/README.md +240 -0
  2. package/dist-cjs/index.js +6833 -1636
  3. package/dist-es/MediaConnect.js +60 -0
  4. package/dist-es/commands/BatchGetRouterInputCommand.js +16 -0
  5. package/dist-es/commands/BatchGetRouterNetworkInterfaceCommand.js +16 -0
  6. package/dist-es/commands/BatchGetRouterOutputCommand.js +16 -0
  7. package/dist-es/commands/CreateRouterInputCommand.js +16 -0
  8. package/dist-es/commands/CreateRouterNetworkInterfaceCommand.js +16 -0
  9. package/dist-es/commands/CreateRouterOutputCommand.js +16 -0
  10. package/dist-es/commands/DeleteRouterInputCommand.js +16 -0
  11. package/dist-es/commands/DeleteRouterNetworkInterfaceCommand.js +16 -0
  12. package/dist-es/commands/DeleteRouterOutputCommand.js +16 -0
  13. package/dist-es/commands/GetRouterInputCommand.js +16 -0
  14. package/dist-es/commands/GetRouterInputSourceMetadataCommand.js +16 -0
  15. package/dist-es/commands/GetRouterInputThumbnailCommand.js +16 -0
  16. package/dist-es/commands/GetRouterNetworkInterfaceCommand.js +16 -0
  17. package/dist-es/commands/GetRouterOutputCommand.js +16 -0
  18. package/dist-es/commands/ListRouterInputsCommand.js +16 -0
  19. package/dist-es/commands/ListRouterNetworkInterfacesCommand.js +16 -0
  20. package/dist-es/commands/ListRouterOutputsCommand.js +16 -0
  21. package/dist-es/commands/ListTagsForGlobalResourceCommand.js +16 -0
  22. package/dist-es/commands/RestartRouterInputCommand.js +16 -0
  23. package/dist-es/commands/RestartRouterOutputCommand.js +16 -0
  24. package/dist-es/commands/StartRouterInputCommand.js +16 -0
  25. package/dist-es/commands/StartRouterOutputCommand.js +16 -0
  26. package/dist-es/commands/StopRouterInputCommand.js +16 -0
  27. package/dist-es/commands/StopRouterOutputCommand.js +16 -0
  28. package/dist-es/commands/TagGlobalResourceCommand.js +16 -0
  29. package/dist-es/commands/TakeRouterInputCommand.js +16 -0
  30. package/dist-es/commands/UntagGlobalResourceCommand.js +16 -0
  31. package/dist-es/commands/UpdateRouterInputCommand.js +16 -0
  32. package/dist-es/commands/UpdateRouterNetworkInterfaceCommand.js +16 -0
  33. package/dist-es/commands/UpdateRouterOutputCommand.js +16 -0
  34. package/dist-es/commands/index.js +30 -0
  35. package/dist-es/index.js +2 -1
  36. package/dist-es/models/enums.js +303 -0
  37. package/dist-es/models/errors.js +215 -0
  38. package/dist-es/models/models_0.js +1 -358
  39. package/dist-es/models/models_1.js +1 -0
  40. package/dist-es/pagination/ListRouterInputsPaginator.js +4 -0
  41. package/dist-es/pagination/ListRouterNetworkInterfacesPaginator.js +4 -0
  42. package/dist-es/pagination/ListRouterOutputsPaginator.js +4 -0
  43. package/dist-es/pagination/index.js +3 -0
  44. package/dist-es/schemas/schemas_0.js +5554 -1351
  45. package/dist-es/waiters/index.js +7 -0
  46. package/dist-es/waiters/waitForInputActive.js +64 -0
  47. package/dist-es/waiters/waitForInputDeleted.js +49 -0
  48. package/dist-es/waiters/waitForInputStandby.js +55 -0
  49. package/dist-es/waiters/waitForOutputActive.js +64 -0
  50. package/dist-es/waiters/waitForOutputDeleted.js +49 -0
  51. package/dist-es/waiters/waitForOutputRouted.js +46 -0
  52. package/dist-es/waiters/waitForOutputStandby.js +55 -0
  53. package/dist-types/MediaConnect.d.ts +213 -0
  54. package/dist-types/MediaConnectClient.d.ts +32 -2
  55. package/dist-types/commands/AddFlowOutputsCommand.d.ts +23 -0
  56. package/dist-types/commands/AddFlowSourcesCommand.d.ts +23 -0
  57. package/dist-types/commands/BatchGetRouterInputCommand.d.ts +278 -0
  58. package/dist-types/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +129 -0
  59. package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +215 -0
  60. package/dist-types/commands/CreateFlowCommand.d.ts +69 -0
  61. package/dist-types/commands/CreateRouterInputCommand.d.ts +400 -0
  62. package/dist-types/commands/CreateRouterNetworkInterfaceCommand.d.ts +144 -0
  63. package/dist-types/commands/CreateRouterOutputCommand.d.ts +293 -0
  64. package/dist-types/commands/DeleteRouterInputCommand.d.ts +97 -0
  65. package/dist-types/commands/DeleteRouterNetworkInterfaceCommand.d.ts +97 -0
  66. package/dist-types/commands/DeleteRouterOutputCommand.d.ts +97 -0
  67. package/dist-types/commands/DescribeFlowCommand.d.ts +36 -0
  68. package/dist-types/commands/GetRouterInputCommand.d.ts +273 -0
  69. package/dist-types/commands/GetRouterInputSourceMetadataCommand.d.ts +129 -0
  70. package/dist-types/commands/GetRouterInputThumbnailCommand.d.ts +104 -0
  71. package/dist-types/commands/GetRouterNetworkInterfaceCommand.d.ts +124 -0
  72. package/dist-types/commands/GetRouterOutputCommand.d.ts +210 -0
  73. package/dist-types/commands/ListRouterInputsCommand.d.ts +135 -0
  74. package/dist-types/commands/ListRouterNetworkInterfacesCommand.d.ts +117 -0
  75. package/dist-types/commands/ListRouterOutputsCommand.d.ts +139 -0
  76. package/dist-types/commands/ListTagsForGlobalResourceCommand.d.ts +85 -0
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  78. package/dist-types/commands/RestartRouterInputCommand.d.ts +97 -0
  79. package/dist-types/commands/RestartRouterOutputCommand.d.ts +97 -0
  80. package/dist-types/commands/StartRouterInputCommand.d.ts +105 -0
  81. package/dist-types/commands/StartRouterOutputCommand.d.ts +105 -0
  82. package/dist-types/commands/StopRouterInputCommand.d.ts +97 -0
  83. package/dist-types/commands/StopRouterOutputCommand.d.ts +97 -0
  84. package/dist-types/commands/TagGlobalResourceCommand.d.ts +84 -0
  85. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  86. package/dist-types/commands/TakeRouterInputCommand.d.ts +100 -0
  87. package/dist-types/commands/UntagGlobalResourceCommand.d.ts +84 -0
  88. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  89. package/dist-types/commands/UpdateFlowCommand.d.ts +36 -0
  90. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +23 -0
  91. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +23 -0
  92. package/dist-types/commands/UpdateRouterInputCommand.d.ts +395 -0
  93. package/dist-types/commands/UpdateRouterNetworkInterfaceCommand.d.ts +137 -0
  94. package/dist-types/commands/UpdateRouterOutputCommand.d.ts +288 -0
  95. package/dist-types/commands/index.d.ts +30 -0
  96. package/dist-types/index.d.ts +4 -1
  97. package/dist-types/models/enums.d.ts +727 -0
  98. package/dist-types/models/errors.d.ts +201 -0
  99. package/dist-types/models/models_0.d.ts +4082 -1520
  100. package/dist-types/models/models_1.d.ts +287 -0
  101. package/dist-types/pagination/ListRouterInputsPaginator.d.ts +7 -0
  102. package/dist-types/pagination/ListRouterNetworkInterfacesPaginator.d.ts +7 -0
  103. package/dist-types/pagination/ListRouterOutputsPaginator.d.ts +7 -0
  104. package/dist-types/pagination/index.d.ts +3 -0
  105. package/dist-types/schemas/schemas_0.d.ts +185 -0
  106. package/dist-types/ts3.4/MediaConnect.d.ts +513 -0
  107. package/dist-types/ts3.4/MediaConnectClient.d.ts +182 -2
  108. package/dist-types/ts3.4/commands/BatchGetRouterInputCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/BatchGetRouterOutputCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/CreateRouterInputCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/CreateRouterNetworkInterfaceCommand.d.ts +51 -0
  113. package/dist-types/ts3.4/commands/CreateRouterOutputCommand.d.ts +51 -0
  114. package/dist-types/ts3.4/commands/DeleteRouterInputCommand.d.ts +51 -0
  115. package/dist-types/ts3.4/commands/DeleteRouterNetworkInterfaceCommand.d.ts +51 -0
  116. package/dist-types/ts3.4/commands/DeleteRouterOutputCommand.d.ts +51 -0
  117. package/dist-types/ts3.4/commands/GetRouterInputCommand.d.ts +50 -0
  118. package/dist-types/ts3.4/commands/GetRouterInputSourceMetadataCommand.d.ts +51 -0
  119. package/dist-types/ts3.4/commands/GetRouterInputThumbnailCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/GetRouterNetworkInterfaceCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/GetRouterOutputCommand.d.ts +50 -0
  122. package/dist-types/ts3.4/commands/ListRouterInputsCommand.d.ts +50 -0
  123. package/dist-types/ts3.4/commands/ListRouterNetworkInterfacesCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/ListRouterOutputsCommand.d.ts +51 -0
  125. package/dist-types/ts3.4/commands/ListTagsForGlobalResourceCommand.d.ts +51 -0
  126. package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +51 -0
  127. package/dist-types/ts3.4/commands/RestartRouterOutputCommand.d.ts +51 -0
  128. package/dist-types/ts3.4/commands/StartRouterInputCommand.d.ts +50 -0
  129. package/dist-types/ts3.4/commands/StartRouterOutputCommand.d.ts +51 -0
  130. package/dist-types/ts3.4/commands/StopRouterInputCommand.d.ts +50 -0
  131. package/dist-types/ts3.4/commands/StopRouterOutputCommand.d.ts +50 -0
  132. package/dist-types/ts3.4/commands/TagGlobalResourceCommand.d.ts +46 -0
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/TakeRouterInputCommand.d.ts +50 -0
  135. package/dist-types/ts3.4/commands/UntagGlobalResourceCommand.d.ts +46 -0
  136. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UpdateRouterInputCommand.d.ts +51 -0
  138. package/dist-types/ts3.4/commands/UpdateRouterNetworkInterfaceCommand.d.ts +51 -0
  139. package/dist-types/ts3.4/commands/UpdateRouterOutputCommand.d.ts +51 -0
  140. package/dist-types/ts3.4/commands/index.d.ts +30 -0
  141. package/dist-types/ts3.4/index.d.ts +4 -1
  142. package/dist-types/ts3.4/models/enums.d.ts +385 -0
  143. package/dist-types/ts3.4/models/errors.d.ts +132 -0
  144. package/dist-types/ts3.4/models/models_0.d.ts +1262 -332
  145. package/dist-types/ts3.4/models/models_1.d.ts +88 -0
  146. package/dist-types/ts3.4/pagination/ListRouterInputsPaginator.d.ts +11 -0
  147. package/dist-types/ts3.4/pagination/ListRouterNetworkInterfacesPaginator.d.ts +11 -0
  148. package/dist-types/ts3.4/pagination/ListRouterOutputsPaginator.d.ts +11 -0
  149. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  150. package/dist-types/ts3.4/schemas/schemas_0.d.ts +185 -0
  151. package/dist-types/ts3.4/waiters/index.d.ts +7 -0
  152. package/dist-types/ts3.4/waiters/waitForInputActive.d.ts +11 -0
  153. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +11 -0
  154. package/dist-types/ts3.4/waiters/waitForInputStandby.d.ts +11 -0
  155. package/dist-types/ts3.4/waiters/waitForOutputActive.d.ts +11 -0
  156. package/dist-types/ts3.4/waiters/waitForOutputDeleted.d.ts +11 -0
  157. package/dist-types/ts3.4/waiters/waitForOutputRouted.d.ts +11 -0
  158. package/dist-types/ts3.4/waiters/waitForOutputStandby.d.ts +11 -0
  159. package/dist-types/waiters/index.d.ts +7 -0
  160. package/dist-types/waiters/waitForInputActive.d.ts +14 -0
  161. package/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
  162. package/dist-types/waiters/waitForInputStandby.d.ts +14 -0
  163. package/dist-types/waiters/waitForOutputActive.d.ts +14 -0
  164. package/dist-types/waiters/waitForOutputDeleted.d.ts +14 -0
  165. package/dist-types/waiters/waitForOutputRouted.d.ts +14 -0
  166. package/dist-types/waiters/waitForOutputStandby.d.ts +14 -0
  167. package/package.json +12 -12
  168. package/dist-es/models/index.js +0 -1
  169. package/dist-types/models/index.d.ts +0 -1
  170. package/dist-types/ts3.4/models/index.d.ts +0 -1
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ DeleteRouterNetworkInterfaceRequest,
10
+ DeleteRouterNetworkInterfaceResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteRouterNetworkInterfaceCommandInput
15
+ extends DeleteRouterNetworkInterfaceRequest {}
16
+ export interface DeleteRouterNetworkInterfaceCommandOutput
17
+ extends DeleteRouterNetworkInterfaceResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteRouterNetworkInterfaceCommand_base: {
20
+ new (
21
+ input: DeleteRouterNetworkInterfaceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteRouterNetworkInterfaceCommandInput,
24
+ DeleteRouterNetworkInterfaceCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteRouterNetworkInterfaceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteRouterNetworkInterfaceCommandInput,
33
+ DeleteRouterNetworkInterfaceCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteRouterNetworkInterfaceCommand extends DeleteRouterNetworkInterfaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteRouterNetworkInterfaceRequest;
44
+ output: DeleteRouterNetworkInterfaceResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteRouterNetworkInterfaceCommandInput;
48
+ output: DeleteRouterNetworkInterfaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ DeleteRouterOutputRequest,
10
+ DeleteRouterOutputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteRouterOutputCommandInput
15
+ extends DeleteRouterOutputRequest {}
16
+ export interface DeleteRouterOutputCommandOutput
17
+ extends DeleteRouterOutputResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteRouterOutputCommand_base: {
20
+ new (
21
+ input: DeleteRouterOutputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteRouterOutputCommandInput,
24
+ DeleteRouterOutputCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteRouterOutputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteRouterOutputCommandInput,
33
+ DeleteRouterOutputCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteRouterOutputCommand extends DeleteRouterOutputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteRouterOutputRequest;
44
+ output: DeleteRouterOutputResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteRouterOutputCommandInput;
48
+ output: DeleteRouterOutputCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ GetRouterInputRequest,
10
+ GetRouterInputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetRouterInputCommandInput extends GetRouterInputRequest {}
15
+ export interface GetRouterInputCommandOutput
16
+ extends GetRouterInputResponse,
17
+ __MetadataBearer {}
18
+ declare const GetRouterInputCommand_base: {
19
+ new (
20
+ input: GetRouterInputCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetRouterInputCommandInput,
23
+ GetRouterInputCommandOutput,
24
+ MediaConnectClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: GetRouterInputCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetRouterInputCommandInput,
32
+ GetRouterInputCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class GetRouterInputCommand extends GetRouterInputCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetRouterInputRequest;
43
+ output: GetRouterInputResponse;
44
+ };
45
+ sdk: {
46
+ input: GetRouterInputCommandInput;
47
+ output: GetRouterInputCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ GetRouterInputSourceMetadataRequest,
10
+ GetRouterInputSourceMetadataResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetRouterInputSourceMetadataCommandInput
15
+ extends GetRouterInputSourceMetadataRequest {}
16
+ export interface GetRouterInputSourceMetadataCommandOutput
17
+ extends GetRouterInputSourceMetadataResponse,
18
+ __MetadataBearer {}
19
+ declare const GetRouterInputSourceMetadataCommand_base: {
20
+ new (
21
+ input: GetRouterInputSourceMetadataCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetRouterInputSourceMetadataCommandInput,
24
+ GetRouterInputSourceMetadataCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetRouterInputSourceMetadataCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetRouterInputSourceMetadataCommandInput,
33
+ GetRouterInputSourceMetadataCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetRouterInputSourceMetadataCommand extends GetRouterInputSourceMetadataCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRouterInputSourceMetadataRequest;
44
+ output: GetRouterInputSourceMetadataResponse;
45
+ };
46
+ sdk: {
47
+ input: GetRouterInputSourceMetadataCommandInput;
48
+ output: GetRouterInputSourceMetadataCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ GetRouterInputThumbnailRequest,
10
+ GetRouterInputThumbnailResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetRouterInputThumbnailCommandInput
15
+ extends GetRouterInputThumbnailRequest {}
16
+ export interface GetRouterInputThumbnailCommandOutput
17
+ extends GetRouterInputThumbnailResponse,
18
+ __MetadataBearer {}
19
+ declare const GetRouterInputThumbnailCommand_base: {
20
+ new (
21
+ input: GetRouterInputThumbnailCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetRouterInputThumbnailCommandInput,
24
+ GetRouterInputThumbnailCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetRouterInputThumbnailCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetRouterInputThumbnailCommandInput,
33
+ GetRouterInputThumbnailCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetRouterInputThumbnailCommand extends GetRouterInputThumbnailCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRouterInputThumbnailRequest;
44
+ output: GetRouterInputThumbnailResponse;
45
+ };
46
+ sdk: {
47
+ input: GetRouterInputThumbnailCommandInput;
48
+ output: GetRouterInputThumbnailCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ GetRouterNetworkInterfaceRequest,
10
+ GetRouterNetworkInterfaceResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetRouterNetworkInterfaceCommandInput
15
+ extends GetRouterNetworkInterfaceRequest {}
16
+ export interface GetRouterNetworkInterfaceCommandOutput
17
+ extends GetRouterNetworkInterfaceResponse,
18
+ __MetadataBearer {}
19
+ declare const GetRouterNetworkInterfaceCommand_base: {
20
+ new (
21
+ input: GetRouterNetworkInterfaceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetRouterNetworkInterfaceCommandInput,
24
+ GetRouterNetworkInterfaceCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetRouterNetworkInterfaceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetRouterNetworkInterfaceCommandInput,
33
+ GetRouterNetworkInterfaceCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetRouterNetworkInterfaceCommand extends GetRouterNetworkInterfaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRouterNetworkInterfaceRequest;
44
+ output: GetRouterNetworkInterfaceResponse;
45
+ };
46
+ sdk: {
47
+ input: GetRouterNetworkInterfaceCommandInput;
48
+ output: GetRouterNetworkInterfaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ GetRouterOutputRequest,
10
+ GetRouterOutputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetRouterOutputCommandInput extends GetRouterOutputRequest {}
15
+ export interface GetRouterOutputCommandOutput
16
+ extends GetRouterOutputResponse,
17
+ __MetadataBearer {}
18
+ declare const GetRouterOutputCommand_base: {
19
+ new (
20
+ input: GetRouterOutputCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetRouterOutputCommandInput,
23
+ GetRouterOutputCommandOutput,
24
+ MediaConnectClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: GetRouterOutputCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetRouterOutputCommandInput,
32
+ GetRouterOutputCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class GetRouterOutputCommand extends GetRouterOutputCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetRouterOutputRequest;
43
+ output: GetRouterOutputResponse;
44
+ };
45
+ sdk: {
46
+ input: GetRouterOutputCommandInput;
47
+ output: GetRouterOutputCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,50 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ ListRouterInputsRequest,
10
+ ListRouterInputsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListRouterInputsCommandInput extends ListRouterInputsRequest {}
15
+ export interface ListRouterInputsCommandOutput
16
+ extends ListRouterInputsResponse,
17
+ __MetadataBearer {}
18
+ declare const ListRouterInputsCommand_base: {
19
+ new (
20
+ input: ListRouterInputsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListRouterInputsCommandInput,
23
+ ListRouterInputsCommandOutput,
24
+ MediaConnectClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ ...[input]: [] | [ListRouterInputsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListRouterInputsCommandInput,
32
+ ListRouterInputsCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListRouterInputsCommand extends ListRouterInputsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListRouterInputsRequest;
43
+ output: ListRouterInputsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListRouterInputsCommandInput;
47
+ output: ListRouterInputsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ ListRouterNetworkInterfacesRequest,
10
+ ListRouterNetworkInterfacesResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListRouterNetworkInterfacesCommandInput
15
+ extends ListRouterNetworkInterfacesRequest {}
16
+ export interface ListRouterNetworkInterfacesCommandOutput
17
+ extends ListRouterNetworkInterfacesResponse,
18
+ __MetadataBearer {}
19
+ declare const ListRouterNetworkInterfacesCommand_base: {
20
+ new (
21
+ input: ListRouterNetworkInterfacesCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListRouterNetworkInterfacesCommandInput,
24
+ ListRouterNetworkInterfacesCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListRouterNetworkInterfacesCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListRouterNetworkInterfacesCommandInput,
33
+ ListRouterNetworkInterfacesCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListRouterNetworkInterfacesCommand extends ListRouterNetworkInterfacesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRouterNetworkInterfacesRequest;
44
+ output: ListRouterNetworkInterfacesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRouterNetworkInterfacesCommandInput;
48
+ output: ListRouterNetworkInterfacesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ ListRouterOutputsRequest,
10
+ ListRouterOutputsResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListRouterOutputsCommandInput
15
+ extends ListRouterOutputsRequest {}
16
+ export interface ListRouterOutputsCommandOutput
17
+ extends ListRouterOutputsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListRouterOutputsCommand_base: {
20
+ new (
21
+ input: ListRouterOutputsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListRouterOutputsCommandInput,
24
+ ListRouterOutputsCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListRouterOutputsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListRouterOutputsCommandInput,
33
+ ListRouterOutputsCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListRouterOutputsCommand extends ListRouterOutputsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRouterOutputsRequest;
44
+ output: ListRouterOutputsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRouterOutputsCommandInput;
48
+ output: ListRouterOutputsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ ListTagsForGlobalResourceRequest,
10
+ ListTagsForGlobalResourceResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListTagsForGlobalResourceCommandInput
15
+ extends ListTagsForGlobalResourceRequest {}
16
+ export interface ListTagsForGlobalResourceCommandOutput
17
+ extends ListTagsForGlobalResourceResponse,
18
+ __MetadataBearer {}
19
+ declare const ListTagsForGlobalResourceCommand_base: {
20
+ new (
21
+ input: ListTagsForGlobalResourceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListTagsForGlobalResourceCommandInput,
24
+ ListTagsForGlobalResourceCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListTagsForGlobalResourceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListTagsForGlobalResourceCommandInput,
33
+ ListTagsForGlobalResourceCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListTagsForGlobalResourceCommand extends ListTagsForGlobalResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForGlobalResourceRequest;
44
+ output: ListTagsForGlobalResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForGlobalResourceCommandInput;
48
+ output: ListTagsForGlobalResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ RestartRouterInputRequest,
10
+ RestartRouterInputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface RestartRouterInputCommandInput
15
+ extends RestartRouterInputRequest {}
16
+ export interface RestartRouterInputCommandOutput
17
+ extends RestartRouterInputResponse,
18
+ __MetadataBearer {}
19
+ declare const RestartRouterInputCommand_base: {
20
+ new (
21
+ input: RestartRouterInputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ RestartRouterInputCommandInput,
24
+ RestartRouterInputCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: RestartRouterInputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ RestartRouterInputCommandInput,
33
+ RestartRouterInputCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class RestartRouterInputCommand extends RestartRouterInputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RestartRouterInputRequest;
44
+ output: RestartRouterInputResponse;
45
+ };
46
+ sdk: {
47
+ input: RestartRouterInputCommandInput;
48
+ output: RestartRouterInputCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaConnectClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaConnectClient";
8
+ import {
9
+ RestartRouterOutputRequest,
10
+ RestartRouterOutputResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface RestartRouterOutputCommandInput
15
+ extends RestartRouterOutputRequest {}
16
+ export interface RestartRouterOutputCommandOutput
17
+ extends RestartRouterOutputResponse,
18
+ __MetadataBearer {}
19
+ declare const RestartRouterOutputCommand_base: {
20
+ new (
21
+ input: RestartRouterOutputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ RestartRouterOutputCommandInput,
24
+ RestartRouterOutputCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: RestartRouterOutputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ RestartRouterOutputCommandInput,
33
+ RestartRouterOutputCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class RestartRouterOutputCommand extends RestartRouterOutputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RestartRouterOutputRequest;
44
+ output: RestartRouterOutputResponse;
45
+ };
46
+ sdk: {
47
+ input: RestartRouterOutputCommandInput;
48
+ output: RestartRouterOutputCommandOutput;
49
+ };
50
+ };
51
+ }