@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
@@ -5,12 +5,21 @@ import { AddFlowMediaStreamsCommand, } from "./commands/AddFlowMediaStreamsComma
5
5
  import { AddFlowOutputsCommand, } from "./commands/AddFlowOutputsCommand";
6
6
  import { AddFlowSourcesCommand, } from "./commands/AddFlowSourcesCommand";
7
7
  import { AddFlowVpcInterfacesCommand, } from "./commands/AddFlowVpcInterfacesCommand";
8
+ import { BatchGetRouterInputCommand, } from "./commands/BatchGetRouterInputCommand";
9
+ import { BatchGetRouterNetworkInterfaceCommand, } from "./commands/BatchGetRouterNetworkInterfaceCommand";
10
+ import { BatchGetRouterOutputCommand, } from "./commands/BatchGetRouterOutputCommand";
8
11
  import { CreateBridgeCommand, } from "./commands/CreateBridgeCommand";
9
12
  import { CreateFlowCommand } from "./commands/CreateFlowCommand";
10
13
  import { CreateGatewayCommand, } from "./commands/CreateGatewayCommand";
14
+ import { CreateRouterInputCommand, } from "./commands/CreateRouterInputCommand";
15
+ import { CreateRouterNetworkInterfaceCommand, } from "./commands/CreateRouterNetworkInterfaceCommand";
16
+ import { CreateRouterOutputCommand, } from "./commands/CreateRouterOutputCommand";
11
17
  import { DeleteBridgeCommand, } from "./commands/DeleteBridgeCommand";
12
18
  import { DeleteFlowCommand } from "./commands/DeleteFlowCommand";
13
19
  import { DeleteGatewayCommand, } from "./commands/DeleteGatewayCommand";
20
+ import { DeleteRouterInputCommand, } from "./commands/DeleteRouterInputCommand";
21
+ import { DeleteRouterNetworkInterfaceCommand, } from "./commands/DeleteRouterNetworkInterfaceCommand";
22
+ import { DeleteRouterOutputCommand, } from "./commands/DeleteRouterOutputCommand";
14
23
  import { DeregisterGatewayInstanceCommand, } from "./commands/DeregisterGatewayInstanceCommand";
15
24
  import { DescribeBridgeCommand, } from "./commands/DescribeBridgeCommand";
16
25
  import { DescribeFlowCommand, } from "./commands/DescribeFlowCommand";
@@ -20,6 +29,11 @@ import { DescribeGatewayCommand, } from "./commands/DescribeGatewayCommand";
20
29
  import { DescribeGatewayInstanceCommand, } from "./commands/DescribeGatewayInstanceCommand";
21
30
  import { DescribeOfferingCommand, } from "./commands/DescribeOfferingCommand";
22
31
  import { DescribeReservationCommand, } from "./commands/DescribeReservationCommand";
32
+ import { GetRouterInputCommand, } from "./commands/GetRouterInputCommand";
33
+ import { GetRouterInputSourceMetadataCommand, } from "./commands/GetRouterInputSourceMetadataCommand";
34
+ import { GetRouterInputThumbnailCommand, } from "./commands/GetRouterInputThumbnailCommand";
35
+ import { GetRouterNetworkInterfaceCommand, } from "./commands/GetRouterNetworkInterfaceCommand";
36
+ import { GetRouterOutputCommand, } from "./commands/GetRouterOutputCommand";
23
37
  import { GrantFlowEntitlementsCommand, } from "./commands/GrantFlowEntitlementsCommand";
24
38
  import { ListBridgesCommand } from "./commands/ListBridgesCommand";
25
39
  import { ListEntitlementsCommand, } from "./commands/ListEntitlementsCommand";
@@ -28,6 +42,10 @@ import { ListGatewayInstancesCommand, } from "./commands/ListGatewayInstancesCom
28
42
  import { ListGatewaysCommand, } from "./commands/ListGatewaysCommand";
29
43
  import { ListOfferingsCommand, } from "./commands/ListOfferingsCommand";
30
44
  import { ListReservationsCommand, } from "./commands/ListReservationsCommand";
45
+ import { ListRouterInputsCommand, } from "./commands/ListRouterInputsCommand";
46
+ import { ListRouterNetworkInterfacesCommand, } from "./commands/ListRouterNetworkInterfacesCommand";
47
+ import { ListRouterOutputsCommand, } from "./commands/ListRouterOutputsCommand";
48
+ import { ListTagsForGlobalResourceCommand, } from "./commands/ListTagsForGlobalResourceCommand";
31
49
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
32
50
  import { PurchaseOfferingCommand, } from "./commands/PurchaseOfferingCommand";
33
51
  import { RemoveBridgeOutputCommand, } from "./commands/RemoveBridgeOutputCommand";
@@ -36,10 +54,19 @@ import { RemoveFlowMediaStreamCommand, } from "./commands/RemoveFlowMediaStreamC
36
54
  import { RemoveFlowOutputCommand, } from "./commands/RemoveFlowOutputCommand";
37
55
  import { RemoveFlowSourceCommand, } from "./commands/RemoveFlowSourceCommand";
38
56
  import { RemoveFlowVpcInterfaceCommand, } from "./commands/RemoveFlowVpcInterfaceCommand";
57
+ import { RestartRouterInputCommand, } from "./commands/RestartRouterInputCommand";
58
+ import { RestartRouterOutputCommand, } from "./commands/RestartRouterOutputCommand";
39
59
  import { RevokeFlowEntitlementCommand, } from "./commands/RevokeFlowEntitlementCommand";
40
60
  import { StartFlowCommand } from "./commands/StartFlowCommand";
61
+ import { StartRouterInputCommand, } from "./commands/StartRouterInputCommand";
62
+ import { StartRouterOutputCommand, } from "./commands/StartRouterOutputCommand";
41
63
  import { StopFlowCommand } from "./commands/StopFlowCommand";
64
+ import { StopRouterInputCommand, } from "./commands/StopRouterInputCommand";
65
+ import { StopRouterOutputCommand, } from "./commands/StopRouterOutputCommand";
66
+ import { TagGlobalResourceCommand, } from "./commands/TagGlobalResourceCommand";
42
67
  import { TagResourceCommand } from "./commands/TagResourceCommand";
68
+ import { TakeRouterInputCommand, } from "./commands/TakeRouterInputCommand";
69
+ import { UntagGlobalResourceCommand, } from "./commands/UntagGlobalResourceCommand";
43
70
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
44
71
  import { UpdateBridgeCommand, } from "./commands/UpdateBridgeCommand";
45
72
  import { UpdateBridgeOutputCommand, } from "./commands/UpdateBridgeOutputCommand";
@@ -51,6 +78,9 @@ import { UpdateFlowMediaStreamCommand, } from "./commands/UpdateFlowMediaStreamC
51
78
  import { UpdateFlowOutputCommand, } from "./commands/UpdateFlowOutputCommand";
52
79
  import { UpdateFlowSourceCommand, } from "./commands/UpdateFlowSourceCommand";
53
80
  import { UpdateGatewayInstanceCommand, } from "./commands/UpdateGatewayInstanceCommand";
81
+ import { UpdateRouterInputCommand, } from "./commands/UpdateRouterInputCommand";
82
+ import { UpdateRouterNetworkInterfaceCommand, } from "./commands/UpdateRouterNetworkInterfaceCommand";
83
+ import { UpdateRouterOutputCommand, } from "./commands/UpdateRouterOutputCommand";
54
84
  import { MediaConnectClient } from "./MediaConnectClient";
55
85
  const commands = {
56
86
  AddBridgeOutputsCommand,
@@ -59,12 +89,21 @@ const commands = {
59
89
  AddFlowOutputsCommand,
60
90
  AddFlowSourcesCommand,
61
91
  AddFlowVpcInterfacesCommand,
92
+ BatchGetRouterInputCommand,
93
+ BatchGetRouterNetworkInterfaceCommand,
94
+ BatchGetRouterOutputCommand,
62
95
  CreateBridgeCommand,
63
96
  CreateFlowCommand,
64
97
  CreateGatewayCommand,
98
+ CreateRouterInputCommand,
99
+ CreateRouterNetworkInterfaceCommand,
100
+ CreateRouterOutputCommand,
65
101
  DeleteBridgeCommand,
66
102
  DeleteFlowCommand,
67
103
  DeleteGatewayCommand,
104
+ DeleteRouterInputCommand,
105
+ DeleteRouterNetworkInterfaceCommand,
106
+ DeleteRouterOutputCommand,
68
107
  DeregisterGatewayInstanceCommand,
69
108
  DescribeBridgeCommand,
70
109
  DescribeFlowCommand,
@@ -74,6 +113,11 @@ const commands = {
74
113
  DescribeGatewayInstanceCommand,
75
114
  DescribeOfferingCommand,
76
115
  DescribeReservationCommand,
116
+ GetRouterInputCommand,
117
+ GetRouterInputSourceMetadataCommand,
118
+ GetRouterInputThumbnailCommand,
119
+ GetRouterNetworkInterfaceCommand,
120
+ GetRouterOutputCommand,
77
121
  GrantFlowEntitlementsCommand,
78
122
  ListBridgesCommand,
79
123
  ListEntitlementsCommand,
@@ -82,6 +126,10 @@ const commands = {
82
126
  ListGatewaysCommand,
83
127
  ListOfferingsCommand,
84
128
  ListReservationsCommand,
129
+ ListRouterInputsCommand,
130
+ ListRouterNetworkInterfacesCommand,
131
+ ListRouterOutputsCommand,
132
+ ListTagsForGlobalResourceCommand,
85
133
  ListTagsForResourceCommand,
86
134
  PurchaseOfferingCommand,
87
135
  RemoveBridgeOutputCommand,
@@ -90,10 +138,19 @@ const commands = {
90
138
  RemoveFlowOutputCommand,
91
139
  RemoveFlowSourceCommand,
92
140
  RemoveFlowVpcInterfaceCommand,
141
+ RestartRouterInputCommand,
142
+ RestartRouterOutputCommand,
93
143
  RevokeFlowEntitlementCommand,
94
144
  StartFlowCommand,
145
+ StartRouterInputCommand,
146
+ StartRouterOutputCommand,
95
147
  StopFlowCommand,
148
+ StopRouterInputCommand,
149
+ StopRouterOutputCommand,
150
+ TagGlobalResourceCommand,
96
151
  TagResourceCommand,
152
+ TakeRouterInputCommand,
153
+ UntagGlobalResourceCommand,
97
154
  UntagResourceCommand,
98
155
  UpdateBridgeCommand,
99
156
  UpdateBridgeOutputCommand,
@@ -105,6 +162,9 @@ const commands = {
105
162
  UpdateFlowOutputCommand,
106
163
  UpdateFlowSourceCommand,
107
164
  UpdateGatewayInstanceCommand,
165
+ UpdateRouterInputCommand,
166
+ UpdateRouterNetworkInterfaceCommand,
167
+ UpdateRouterOutputCommand,
108
168
  };
109
169
  export class MediaConnect extends MediaConnectClient {
110
170
  }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { BatchGetRouterInput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class BatchGetRouterInputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "BatchGetRouterInput", {})
13
+ .n("MediaConnectClient", "BatchGetRouterInputCommand")
14
+ .sc(BatchGetRouterInput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { BatchGetRouterNetworkInterface } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class BatchGetRouterNetworkInterfaceCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "BatchGetRouterNetworkInterface", {})
13
+ .n("MediaConnectClient", "BatchGetRouterNetworkInterfaceCommand")
14
+ .sc(BatchGetRouterNetworkInterface)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { BatchGetRouterOutput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class BatchGetRouterOutputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "BatchGetRouterOutput", {})
13
+ .n("MediaConnectClient", "BatchGetRouterOutputCommand")
14
+ .sc(BatchGetRouterOutput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateRouterInput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateRouterInputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "CreateRouterInput", {})
13
+ .n("MediaConnectClient", "CreateRouterInputCommand")
14
+ .sc(CreateRouterInput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateRouterNetworkInterface } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateRouterNetworkInterfaceCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "CreateRouterNetworkInterface", {})
13
+ .n("MediaConnectClient", "CreateRouterNetworkInterfaceCommand")
14
+ .sc(CreateRouterNetworkInterface)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateRouterOutput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateRouterOutputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "CreateRouterOutput", {})
13
+ .n("MediaConnectClient", "CreateRouterOutputCommand")
14
+ .sc(CreateRouterOutput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteRouterInput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteRouterInputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "DeleteRouterInput", {})
13
+ .n("MediaConnectClient", "DeleteRouterInputCommand")
14
+ .sc(DeleteRouterInput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteRouterNetworkInterface } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteRouterNetworkInterfaceCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "DeleteRouterNetworkInterface", {})
13
+ .n("MediaConnectClient", "DeleteRouterNetworkInterfaceCommand")
14
+ .sc(DeleteRouterNetworkInterface)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteRouterOutput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteRouterOutputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "DeleteRouterOutput", {})
13
+ .n("MediaConnectClient", "DeleteRouterOutputCommand")
14
+ .sc(DeleteRouterOutput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetRouterInput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetRouterInputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "GetRouterInput", {})
13
+ .n("MediaConnectClient", "GetRouterInputCommand")
14
+ .sc(GetRouterInput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetRouterInputSourceMetadata } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetRouterInputSourceMetadataCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "GetRouterInputSourceMetadata", {})
13
+ .n("MediaConnectClient", "GetRouterInputSourceMetadataCommand")
14
+ .sc(GetRouterInputSourceMetadata)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetRouterInputThumbnail } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetRouterInputThumbnailCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "GetRouterInputThumbnail", {})
13
+ .n("MediaConnectClient", "GetRouterInputThumbnailCommand")
14
+ .sc(GetRouterInputThumbnail)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetRouterNetworkInterface } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetRouterNetworkInterfaceCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "GetRouterNetworkInterface", {})
13
+ .n("MediaConnectClient", "GetRouterNetworkInterfaceCommand")
14
+ .sc(GetRouterNetworkInterface)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetRouterOutput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetRouterOutputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "GetRouterOutput", {})
13
+ .n("MediaConnectClient", "GetRouterOutputCommand")
14
+ .sc(GetRouterOutput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListRouterInputs } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListRouterInputsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "ListRouterInputs", {})
13
+ .n("MediaConnectClient", "ListRouterInputsCommand")
14
+ .sc(ListRouterInputs)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListRouterNetworkInterfaces } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListRouterNetworkInterfacesCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "ListRouterNetworkInterfaces", {})
13
+ .n("MediaConnectClient", "ListRouterNetworkInterfacesCommand")
14
+ .sc(ListRouterNetworkInterfaces)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListRouterOutputs } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListRouterOutputsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "ListRouterOutputs", {})
13
+ .n("MediaConnectClient", "ListRouterOutputsCommand")
14
+ .sc(ListRouterOutputs)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListTagsForGlobalResource } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListTagsForGlobalResourceCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "ListTagsForGlobalResource", {})
13
+ .n("MediaConnectClient", "ListTagsForGlobalResourceCommand")
14
+ .sc(ListTagsForGlobalResource)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { RestartRouterInput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class RestartRouterInputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "RestartRouterInput", {})
13
+ .n("MediaConnectClient", "RestartRouterInputCommand")
14
+ .sc(RestartRouterInput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { RestartRouterOutput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class RestartRouterOutputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "RestartRouterOutput", {})
13
+ .n("MediaConnectClient", "RestartRouterOutputCommand")
14
+ .sc(RestartRouterOutput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { StartRouterInput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class StartRouterInputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "StartRouterInput", {})
13
+ .n("MediaConnectClient", "StartRouterInputCommand")
14
+ .sc(StartRouterInput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { StartRouterOutput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class StartRouterOutputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "StartRouterOutput", {})
13
+ .n("MediaConnectClient", "StartRouterOutputCommand")
14
+ .sc(StartRouterOutput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { StopRouterInput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class StopRouterInputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "StopRouterInput", {})
13
+ .n("MediaConnectClient", "StopRouterInputCommand")
14
+ .sc(StopRouterInput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { StopRouterOutput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class StopRouterOutputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "StopRouterOutput", {})
13
+ .n("MediaConnectClient", "StopRouterOutputCommand")
14
+ .sc(StopRouterOutput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { TagGlobalResource } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class TagGlobalResourceCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "TagGlobalResource", {})
13
+ .n("MediaConnectClient", "TagGlobalResourceCommand")
14
+ .sc(TagGlobalResource)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { TakeRouterInput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class TakeRouterInputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "TakeRouterInput", {})
13
+ .n("MediaConnectClient", "TakeRouterInputCommand")
14
+ .sc(TakeRouterInput)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UntagGlobalResource } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UntagGlobalResourceCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "UntagGlobalResource", {})
13
+ .n("MediaConnectClient", "UntagGlobalResourceCommand")
14
+ .sc(UntagGlobalResource)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateRouterInput } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateRouterInputCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("MediaConnect", "UpdateRouterInput", {})
13
+ .n("MediaConnectClient", "UpdateRouterInputCommand")
14
+ .sc(UpdateRouterInput)
15
+ .build() {
16
+ }