@aws-sdk/client-mediaconnect 3.934.0 → 3.936.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 +19 -19
  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,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
+ StartRouterInputRequest,
10
+ StartRouterInputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface StartRouterInputCommandInput extends StartRouterInputRequest {}
15
+ export interface StartRouterInputCommandOutput
16
+ extends StartRouterInputResponse,
17
+ __MetadataBearer {}
18
+ declare const StartRouterInputCommand_base: {
19
+ new (
20
+ input: StartRouterInputCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StartRouterInputCommandInput,
23
+ StartRouterInputCommandOutput,
24
+ MediaConnectClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: StartRouterInputCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartRouterInputCommandInput,
32
+ StartRouterInputCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class StartRouterInputCommand extends StartRouterInputCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StartRouterInputRequest;
43
+ output: StartRouterInputResponse;
44
+ };
45
+ sdk: {
46
+ input: StartRouterInputCommandInput;
47
+ output: StartRouterInputCommandOutput;
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
+ StartRouterOutputRequest,
10
+ StartRouterOutputResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface StartRouterOutputCommandInput
15
+ extends StartRouterOutputRequest {}
16
+ export interface StartRouterOutputCommandOutput
17
+ extends StartRouterOutputResponse,
18
+ __MetadataBearer {}
19
+ declare const StartRouterOutputCommand_base: {
20
+ new (
21
+ input: StartRouterOutputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ StartRouterOutputCommandInput,
24
+ StartRouterOutputCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: StartRouterOutputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ StartRouterOutputCommandInput,
33
+ StartRouterOutputCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class StartRouterOutputCommand extends StartRouterOutputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartRouterOutputRequest;
44
+ output: StartRouterOutputResponse;
45
+ };
46
+ sdk: {
47
+ input: StartRouterOutputCommandInput;
48
+ output: StartRouterOutputCommandOutput;
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
+ StopRouterInputRequest,
10
+ StopRouterInputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface StopRouterInputCommandInput extends StopRouterInputRequest {}
15
+ export interface StopRouterInputCommandOutput
16
+ extends StopRouterInputResponse,
17
+ __MetadataBearer {}
18
+ declare const StopRouterInputCommand_base: {
19
+ new (
20
+ input: StopRouterInputCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StopRouterInputCommandInput,
23
+ StopRouterInputCommandOutput,
24
+ MediaConnectClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: StopRouterInputCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopRouterInputCommandInput,
32
+ StopRouterInputCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class StopRouterInputCommand extends StopRouterInputCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StopRouterInputRequest;
43
+ output: StopRouterInputResponse;
44
+ };
45
+ sdk: {
46
+ input: StopRouterInputCommandInput;
47
+ output: StopRouterInputCommandOutput;
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
+ StopRouterOutputRequest,
10
+ StopRouterOutputResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface StopRouterOutputCommandInput extends StopRouterOutputRequest {}
15
+ export interface StopRouterOutputCommandOutput
16
+ extends StopRouterOutputResponse,
17
+ __MetadataBearer {}
18
+ declare const StopRouterOutputCommand_base: {
19
+ new (
20
+ input: StopRouterOutputCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StopRouterOutputCommandInput,
23
+ StopRouterOutputCommandOutput,
24
+ MediaConnectClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: StopRouterOutputCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopRouterOutputCommandInput,
32
+ StopRouterOutputCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class StopRouterOutputCommand extends StopRouterOutputCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StopRouterOutputRequest;
43
+ output: StopRouterOutputResponse;
44
+ };
45
+ sdk: {
46
+ input: StopRouterOutputCommandInput;
47
+ output: StopRouterOutputCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,46 @@
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 { TagGlobalResourceRequest } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface TagGlobalResourceCommandInput
12
+ extends TagGlobalResourceRequest {}
13
+ export interface TagGlobalResourceCommandOutput extends __MetadataBearer {}
14
+ declare const TagGlobalResourceCommand_base: {
15
+ new (
16
+ input: TagGlobalResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagGlobalResourceCommandInput,
19
+ TagGlobalResourceCommandOutput,
20
+ MediaConnectClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ input: TagGlobalResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagGlobalResourceCommandInput,
28
+ TagGlobalResourceCommandOutput,
29
+ MediaConnectClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class TagGlobalResourceCommand extends TagGlobalResourceCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: TagGlobalResourceRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: TagGlobalResourceCommandInput;
43
+ output: TagGlobalResourceCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaConnectClient";
8
- import { TagResourceRequest } from "../models/models_0";
8
+ import { TagResourceRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
@@ -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
+ TakeRouterInputRequest,
10
+ TakeRouterInputResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface TakeRouterInputCommandInput extends TakeRouterInputRequest {}
15
+ export interface TakeRouterInputCommandOutput
16
+ extends TakeRouterInputResponse,
17
+ __MetadataBearer {}
18
+ declare const TakeRouterInputCommand_base: {
19
+ new (
20
+ input: TakeRouterInputCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ TakeRouterInputCommandInput,
23
+ TakeRouterInputCommandOutput,
24
+ MediaConnectClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ input: TakeRouterInputCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ TakeRouterInputCommandInput,
32
+ TakeRouterInputCommandOutput,
33
+ MediaConnectClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class TakeRouterInputCommand extends TakeRouterInputCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: TakeRouterInputRequest;
43
+ output: TakeRouterInputResponse;
44
+ };
45
+ sdk: {
46
+ input: TakeRouterInputCommandInput;
47
+ output: TakeRouterInputCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -0,0 +1,46 @@
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 { UntagGlobalResourceRequest } from "../models/models_1";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface UntagGlobalResourceCommandInput
12
+ extends UntagGlobalResourceRequest {}
13
+ export interface UntagGlobalResourceCommandOutput extends __MetadataBearer {}
14
+ declare const UntagGlobalResourceCommand_base: {
15
+ new (
16
+ input: UntagGlobalResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ UntagGlobalResourceCommandInput,
19
+ UntagGlobalResourceCommandOutput,
20
+ MediaConnectClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ new (
25
+ input: UntagGlobalResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UntagGlobalResourceCommandInput,
28
+ UntagGlobalResourceCommandOutput,
29
+ MediaConnectClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
33
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ };
35
+ export declare class UntagGlobalResourceCommand extends UntagGlobalResourceCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: UntagGlobalResourceRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: UntagGlobalResourceCommandInput;
43
+ output: UntagGlobalResourceCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../MediaConnectClient";
8
- import { UntagResourceRequest } from "../models/models_0";
8
+ import { UntagResourceRequest } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
@@ -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
+ UpdateRouterInputRequest,
10
+ UpdateRouterInputResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateRouterInputCommandInput
15
+ extends UpdateRouterInputRequest {}
16
+ export interface UpdateRouterInputCommandOutput
17
+ extends UpdateRouterInputResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateRouterInputCommand_base: {
20
+ new (
21
+ input: UpdateRouterInputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateRouterInputCommandInput,
24
+ UpdateRouterInputCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateRouterInputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateRouterInputCommandInput,
33
+ UpdateRouterInputCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateRouterInputCommand extends UpdateRouterInputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateRouterInputRequest;
44
+ output: UpdateRouterInputResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateRouterInputCommandInput;
48
+ output: UpdateRouterInputCommandOutput;
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
+ UpdateRouterNetworkInterfaceRequest,
10
+ UpdateRouterNetworkInterfaceResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateRouterNetworkInterfaceCommandInput
15
+ extends UpdateRouterNetworkInterfaceRequest {}
16
+ export interface UpdateRouterNetworkInterfaceCommandOutput
17
+ extends UpdateRouterNetworkInterfaceResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateRouterNetworkInterfaceCommand_base: {
20
+ new (
21
+ input: UpdateRouterNetworkInterfaceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateRouterNetworkInterfaceCommandInput,
24
+ UpdateRouterNetworkInterfaceCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateRouterNetworkInterfaceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateRouterNetworkInterfaceCommandInput,
33
+ UpdateRouterNetworkInterfaceCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateRouterNetworkInterfaceCommand extends UpdateRouterNetworkInterfaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateRouterNetworkInterfaceRequest;
44
+ output: UpdateRouterNetworkInterfaceResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateRouterNetworkInterfaceCommandInput;
48
+ output: UpdateRouterNetworkInterfaceCommandOutput;
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
+ UpdateRouterOutputRequest,
10
+ UpdateRouterOutputResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateRouterOutputCommandInput
15
+ extends UpdateRouterOutputRequest {}
16
+ export interface UpdateRouterOutputCommandOutput
17
+ extends UpdateRouterOutputResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateRouterOutputCommand_base: {
20
+ new (
21
+ input: UpdateRouterOutputCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateRouterOutputCommandInput,
24
+ UpdateRouterOutputCommandOutput,
25
+ MediaConnectClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: UpdateRouterOutputCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateRouterOutputCommandInput,
33
+ UpdateRouterOutputCommandOutput,
34
+ MediaConnectClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateRouterOutputCommand extends UpdateRouterOutputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateRouterOutputRequest;
44
+ output: UpdateRouterOutputResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateRouterOutputCommandInput;
48
+ output: UpdateRouterOutputCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -4,12 +4,21 @@ export * from "./AddFlowMediaStreamsCommand";
4
4
  export * from "./AddFlowOutputsCommand";
5
5
  export * from "./AddFlowSourcesCommand";
6
6
  export * from "./AddFlowVpcInterfacesCommand";
7
+ export * from "./BatchGetRouterInputCommand";
8
+ export * from "./BatchGetRouterNetworkInterfaceCommand";
9
+ export * from "./BatchGetRouterOutputCommand";
7
10
  export * from "./CreateBridgeCommand";
8
11
  export * from "./CreateFlowCommand";
9
12
  export * from "./CreateGatewayCommand";
13
+ export * from "./CreateRouterInputCommand";
14
+ export * from "./CreateRouterNetworkInterfaceCommand";
15
+ export * from "./CreateRouterOutputCommand";
10
16
  export * from "./DeleteBridgeCommand";
11
17
  export * from "./DeleteFlowCommand";
12
18
  export * from "./DeleteGatewayCommand";
19
+ export * from "./DeleteRouterInputCommand";
20
+ export * from "./DeleteRouterNetworkInterfaceCommand";
21
+ export * from "./DeleteRouterOutputCommand";
13
22
  export * from "./DeregisterGatewayInstanceCommand";
14
23
  export * from "./DescribeBridgeCommand";
15
24
  export * from "./DescribeFlowCommand";
@@ -19,6 +28,11 @@ export * from "./DescribeGatewayCommand";
19
28
  export * from "./DescribeGatewayInstanceCommand";
20
29
  export * from "./DescribeOfferingCommand";
21
30
  export * from "./DescribeReservationCommand";
31
+ export * from "./GetRouterInputCommand";
32
+ export * from "./GetRouterInputSourceMetadataCommand";
33
+ export * from "./GetRouterInputThumbnailCommand";
34
+ export * from "./GetRouterNetworkInterfaceCommand";
35
+ export * from "./GetRouterOutputCommand";
22
36
  export * from "./GrantFlowEntitlementsCommand";
23
37
  export * from "./ListBridgesCommand";
24
38
  export * from "./ListEntitlementsCommand";
@@ -27,6 +41,10 @@ export * from "./ListGatewayInstancesCommand";
27
41
  export * from "./ListGatewaysCommand";
28
42
  export * from "./ListOfferingsCommand";
29
43
  export * from "./ListReservationsCommand";
44
+ export * from "./ListRouterInputsCommand";
45
+ export * from "./ListRouterNetworkInterfacesCommand";
46
+ export * from "./ListRouterOutputsCommand";
47
+ export * from "./ListTagsForGlobalResourceCommand";
30
48
  export * from "./ListTagsForResourceCommand";
31
49
  export * from "./PurchaseOfferingCommand";
32
50
  export * from "./RemoveBridgeOutputCommand";
@@ -35,10 +53,19 @@ export * from "./RemoveFlowMediaStreamCommand";
35
53
  export * from "./RemoveFlowOutputCommand";
36
54
  export * from "./RemoveFlowSourceCommand";
37
55
  export * from "./RemoveFlowVpcInterfaceCommand";
56
+ export * from "./RestartRouterInputCommand";
57
+ export * from "./RestartRouterOutputCommand";
38
58
  export * from "./RevokeFlowEntitlementCommand";
39
59
  export * from "./StartFlowCommand";
60
+ export * from "./StartRouterInputCommand";
61
+ export * from "./StartRouterOutputCommand";
40
62
  export * from "./StopFlowCommand";
63
+ export * from "./StopRouterInputCommand";
64
+ export * from "./StopRouterOutputCommand";
65
+ export * from "./TagGlobalResourceCommand";
41
66
  export * from "./TagResourceCommand";
67
+ export * from "./TakeRouterInputCommand";
68
+ export * from "./UntagGlobalResourceCommand";
42
69
  export * from "./UntagResourceCommand";
43
70
  export * from "./UpdateBridgeCommand";
44
71
  export * from "./UpdateBridgeOutputCommand";
@@ -50,3 +77,6 @@ export * from "./UpdateFlowMediaStreamCommand";
50
77
  export * from "./UpdateFlowOutputCommand";
51
78
  export * from "./UpdateFlowSourceCommand";
52
79
  export * from "./UpdateGatewayInstanceCommand";
80
+ export * from "./UpdateRouterInputCommand";
81
+ export * from "./UpdateRouterNetworkInterfaceCommand";
82
+ export * from "./UpdateRouterOutputCommand";
@@ -6,5 +6,8 @@ export { MediaConnectExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./waiters";
9
- export * from "./models";
9
+ export * from "./models/enums";
10
+ export * from "./models/errors";
11
+ export * from "./models/models_0";
12
+ export * from "./models/models_1";
10
13
  export { MediaConnectServiceException } from "./models/MediaConnectServiceException";