@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.
- package/README.md +240 -0
- package/dist-cjs/index.js +6833 -1636
- package/dist-es/MediaConnect.js +60 -0
- package/dist-es/commands/BatchGetRouterInputCommand.js +16 -0
- package/dist-es/commands/BatchGetRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/BatchGetRouterOutputCommand.js +16 -0
- package/dist-es/commands/CreateRouterInputCommand.js +16 -0
- package/dist-es/commands/CreateRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/CreateRouterOutputCommand.js +16 -0
- package/dist-es/commands/DeleteRouterInputCommand.js +16 -0
- package/dist-es/commands/DeleteRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/DeleteRouterOutputCommand.js +16 -0
- package/dist-es/commands/GetRouterInputCommand.js +16 -0
- package/dist-es/commands/GetRouterInputSourceMetadataCommand.js +16 -0
- package/dist-es/commands/GetRouterInputThumbnailCommand.js +16 -0
- package/dist-es/commands/GetRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/GetRouterOutputCommand.js +16 -0
- package/dist-es/commands/ListRouterInputsCommand.js +16 -0
- package/dist-es/commands/ListRouterNetworkInterfacesCommand.js +16 -0
- package/dist-es/commands/ListRouterOutputsCommand.js +16 -0
- package/dist-es/commands/ListTagsForGlobalResourceCommand.js +16 -0
- package/dist-es/commands/RestartRouterInputCommand.js +16 -0
- package/dist-es/commands/RestartRouterOutputCommand.js +16 -0
- package/dist-es/commands/StartRouterInputCommand.js +16 -0
- package/dist-es/commands/StartRouterOutputCommand.js +16 -0
- package/dist-es/commands/StopRouterInputCommand.js +16 -0
- package/dist-es/commands/StopRouterOutputCommand.js +16 -0
- package/dist-es/commands/TagGlobalResourceCommand.js +16 -0
- package/dist-es/commands/TakeRouterInputCommand.js +16 -0
- package/dist-es/commands/UntagGlobalResourceCommand.js +16 -0
- package/dist-es/commands/UpdateRouterInputCommand.js +16 -0
- package/dist-es/commands/UpdateRouterNetworkInterfaceCommand.js +16 -0
- package/dist-es/commands/UpdateRouterOutputCommand.js +16 -0
- package/dist-es/commands/index.js +30 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +303 -0
- package/dist-es/models/errors.js +215 -0
- package/dist-es/models/models_0.js +1 -358
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/pagination/ListRouterInputsPaginator.js +4 -0
- package/dist-es/pagination/ListRouterNetworkInterfacesPaginator.js +4 -0
- package/dist-es/pagination/ListRouterOutputsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +5554 -1351
- package/dist-es/waiters/index.js +7 -0
- package/dist-es/waiters/waitForInputActive.js +64 -0
- package/dist-es/waiters/waitForInputDeleted.js +49 -0
- package/dist-es/waiters/waitForInputStandby.js +55 -0
- package/dist-es/waiters/waitForOutputActive.js +64 -0
- package/dist-es/waiters/waitForOutputDeleted.js +49 -0
- package/dist-es/waiters/waitForOutputRouted.js +46 -0
- package/dist-es/waiters/waitForOutputStandby.js +55 -0
- package/dist-types/MediaConnect.d.ts +213 -0
- package/dist-types/MediaConnectClient.d.ts +32 -2
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +23 -0
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +23 -0
- package/dist-types/commands/BatchGetRouterInputCommand.d.ts +278 -0
- package/dist-types/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +129 -0
- package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +215 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +69 -0
- package/dist-types/commands/CreateRouterInputCommand.d.ts +400 -0
- package/dist-types/commands/CreateRouterNetworkInterfaceCommand.d.ts +144 -0
- package/dist-types/commands/CreateRouterOutputCommand.d.ts +293 -0
- package/dist-types/commands/DeleteRouterInputCommand.d.ts +97 -0
- package/dist-types/commands/DeleteRouterNetworkInterfaceCommand.d.ts +97 -0
- package/dist-types/commands/DeleteRouterOutputCommand.d.ts +97 -0
- package/dist-types/commands/DescribeFlowCommand.d.ts +36 -0
- package/dist-types/commands/GetRouterInputCommand.d.ts +273 -0
- package/dist-types/commands/GetRouterInputSourceMetadataCommand.d.ts +129 -0
- package/dist-types/commands/GetRouterInputThumbnailCommand.d.ts +104 -0
- package/dist-types/commands/GetRouterNetworkInterfaceCommand.d.ts +124 -0
- package/dist-types/commands/GetRouterOutputCommand.d.ts +210 -0
- package/dist-types/commands/ListRouterInputsCommand.d.ts +135 -0
- package/dist-types/commands/ListRouterNetworkInterfacesCommand.d.ts +117 -0
- package/dist-types/commands/ListRouterOutputsCommand.d.ts +139 -0
- package/dist-types/commands/ListTagsForGlobalResourceCommand.d.ts +85 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RestartRouterInputCommand.d.ts +97 -0
- package/dist-types/commands/RestartRouterOutputCommand.d.ts +97 -0
- package/dist-types/commands/StartRouterInputCommand.d.ts +105 -0
- package/dist-types/commands/StartRouterOutputCommand.d.ts +105 -0
- package/dist-types/commands/StopRouterInputCommand.d.ts +97 -0
- package/dist-types/commands/StopRouterOutputCommand.d.ts +97 -0
- package/dist-types/commands/TagGlobalResourceCommand.d.ts +84 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/TakeRouterInputCommand.d.ts +100 -0
- package/dist-types/commands/UntagGlobalResourceCommand.d.ts +84 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFlowCommand.d.ts +36 -0
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +23 -0
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +23 -0
- package/dist-types/commands/UpdateRouterInputCommand.d.ts +395 -0
- package/dist-types/commands/UpdateRouterNetworkInterfaceCommand.d.ts +137 -0
- package/dist-types/commands/UpdateRouterOutputCommand.d.ts +288 -0
- package/dist-types/commands/index.d.ts +30 -0
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +727 -0
- package/dist-types/models/errors.d.ts +201 -0
- package/dist-types/models/models_0.d.ts +4082 -1520
- package/dist-types/models/models_1.d.ts +287 -0
- package/dist-types/pagination/ListRouterInputsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRouterNetworkInterfacesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRouterOutputsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +185 -0
- package/dist-types/ts3.4/MediaConnect.d.ts +513 -0
- package/dist-types/ts3.4/MediaConnectClient.d.ts +182 -2
- package/dist-types/ts3.4/commands/BatchGetRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchGetRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchGetRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetRouterInputSourceMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterInputThumbnailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouterOutputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListRouterInputsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListRouterNetworkInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRouterOutputsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForGlobalResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RestartRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StopRouterOutputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/TagGlobalResourceCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TakeRouterInputCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UntagGlobalResourceCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRouterInputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRouterNetworkInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateRouterOutputCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +30 -0
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +385 -0
- package/dist-types/ts3.4/models/errors.d.ts +132 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1262 -332
- package/dist-types/ts3.4/models/models_1.d.ts +88 -0
- package/dist-types/ts3.4/pagination/ListRouterInputsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRouterNetworkInterfacesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRouterOutputsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +185 -0
- package/dist-types/ts3.4/waiters/index.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputActive.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForInputStandby.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputActive.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputRouted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForOutputStandby.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +7 -0
- package/dist-types/waiters/waitForInputActive.d.ts +14 -0
- package/dist-types/waiters/waitForInputDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForInputStandby.d.ts +14 -0
- package/dist-types/waiters/waitForOutputActive.d.ts +14 -0
- package/dist-types/waiters/waitForOutputDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForOutputRouted.d.ts +14 -0
- package/dist-types/waiters/waitForOutputStandby.d.ts +14 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
import { MaintenanceScheduleType, RouterOutputRoutedState, RouterOutputState, RouterOutputTier, RoutingScope } from "./enums";
|
|
2
|
+
import { MaintenanceConfiguration, MaintenanceSchedule, RouterNetworkInterface, RouterNetworkInterfaceConfiguration, RouterOutput, RouterOutputConfiguration } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface UpdateRouterNetworkInterfaceRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The Amazon Resource Name (ARN) of the router network interface that you want to update.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
Arn: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The updated name for the router network interface.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
Name?: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The updated configuration settings for the router network interface. Changing the type of the configuration is not supported.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
Configuration?: RouterNetworkInterfaceConfiguration | undefined;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export interface UpdateRouterNetworkInterfaceResponse {
|
|
27
|
+
/**
|
|
28
|
+
* <p>The updated router network interface.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
RouterNetworkInterface: RouterNetworkInterface | undefined;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export interface RestartRouterOutputRequest {
|
|
37
|
+
/**
|
|
38
|
+
* <p>The Amazon Resource Name (ARN) of the router output that you want to restart.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
Arn: string | undefined;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
export interface RestartRouterOutputResponse {
|
|
47
|
+
/**
|
|
48
|
+
* <p>The ARN of the router output that was restarted.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
Arn: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The name of the router output that was restarted.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
Name: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The current state of the router output after the restart operation.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
State: RouterOutputState | undefined;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
export interface StartRouterOutputRequest {
|
|
67
|
+
/**
|
|
68
|
+
* <p>The Amazon Resource Name (ARN) of the router output that you want to start.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
Arn: string | undefined;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
export interface StartRouterOutputResponse {
|
|
77
|
+
/**
|
|
78
|
+
* <p>The Amazon Resource Name (ARN) of the router output that was started.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
Arn: string | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>The name of the router output that was started.</p>
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
Name: string | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* <p>The current state of the router output after being started.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
State: RouterOutputState | undefined;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The type of maintenance schedule associated with the router output.</p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
MaintenanceScheduleType: MaintenanceScheduleType | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The details of the maintenance schedule for the router output.</p>
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
MaintenanceSchedule: MaintenanceSchedule | undefined;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export interface StopRouterOutputRequest {
|
|
107
|
+
/**
|
|
108
|
+
* <p>The Amazon Resource Name (ARN) of the router output that you want to stop.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
Arn: string | undefined;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export interface StopRouterOutputResponse {
|
|
117
|
+
/**
|
|
118
|
+
* <p>The ARN of the router output that was stopped.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
Arn: string | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* <p>The name of the router output that was stopped.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
Name: string | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* <p>The current state of the router output after being stopped.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
State: RouterOutputState | undefined;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
export interface TakeRouterInputRequest {
|
|
137
|
+
/**
|
|
138
|
+
* <p>The Amazon Resource Name (ARN) of the router output that you want to associate with a router input.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
RouterOutputArn: string | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* <p>The Amazon Resource Name (ARN) of the router input that you want to associate with a router output.</p>
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
RouterInputArn?: string | undefined;
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
export interface TakeRouterInputResponse {
|
|
152
|
+
/**
|
|
153
|
+
* <p>The state of the association between the router input and output.</p>
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
RoutedState: RouterOutputRoutedState | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* <p>The ARN of the associated router output.</p>
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
RouterOutputArn: string | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* <p>The name of the associated router output.</p>
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
RouterOutputName: string | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* <p>The ARN of the associated router input.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
RouterInputArn?: string | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* <p>The name of the associated router input.</p>
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
RouterInputName?: string | undefined;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
export interface UpdateRouterOutputRequest {
|
|
182
|
+
/**
|
|
183
|
+
* <p>The Amazon Resource Name (ARN) of the router output that you want to update.</p>
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
Arn: string | undefined;
|
|
187
|
+
/**
|
|
188
|
+
* <p>The updated name for the router output.</p>
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
Name?: string | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* <p>The updated configuration settings for the router output. Changing the type of the configuration is not supported.</p>
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
196
|
+
Configuration?: RouterOutputConfiguration | undefined;
|
|
197
|
+
/**
|
|
198
|
+
* <p>The updated maximum bitrate for the router output.</p>
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
201
|
+
MaximumBitrate?: number | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* <p>Specifies whether the router output can take inputs that are in different Regions. REGIONAL (default) - can only take inputs from same Region. GLOBAL - can take inputs from any Region.</p>
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
RoutingScope?: RoutingScope | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* <p>The updated tier level for the router output.</p>
|
|
209
|
+
* @public
|
|
210
|
+
*/
|
|
211
|
+
Tier?: RouterOutputTier | undefined;
|
|
212
|
+
/**
|
|
213
|
+
* <p>The updated maintenance configuration settings for the router output, including any changes to preferred maintenance windows and schedules.</p>
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
MaintenanceConfiguration?: MaintenanceConfiguration | undefined;
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
export interface UpdateRouterOutputResponse {
|
|
222
|
+
/**
|
|
223
|
+
* <p>The updated router output.</p>
|
|
224
|
+
* @public
|
|
225
|
+
*/
|
|
226
|
+
RouterOutput: RouterOutput | undefined;
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
231
|
+
export interface TagGlobalResourceRequest {
|
|
232
|
+
/**
|
|
233
|
+
* <p>The Amazon Resource Name (ARN) of the global resource to tag.</p>
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
ResourceArn: string | undefined;
|
|
237
|
+
/**
|
|
238
|
+
* <p>A map of tag keys and values to add to the global resource.</p>
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
Tags: Record<string, string> | undefined;
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
export interface TagResourceRequest {
|
|
247
|
+
/**
|
|
248
|
+
* <p> The Amazon Resource Name (ARN) that identifies the MediaConnect resource to which to add tags.</p>
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
ResourceArn: string | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* <p> A map from tag keys to values. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.</p>
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
256
|
+
Tags: Record<string, string> | undefined;
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
export interface UntagGlobalResourceRequest {
|
|
262
|
+
/**
|
|
263
|
+
* <p>The Amazon Resource Name (ARN) of the global resource to remove tags from.</p>
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
266
|
+
ResourceArn: string | undefined;
|
|
267
|
+
/**
|
|
268
|
+
* <p>The keys of the tags to remove from the global resource.</p>
|
|
269
|
+
* @public
|
|
270
|
+
*/
|
|
271
|
+
TagKeys: string[] | undefined;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export interface UntagResourceRequest {
|
|
277
|
+
/**
|
|
278
|
+
* <p> The Amazon Resource Name (ARN) of the resource that you want to untag. </p>
|
|
279
|
+
* @public
|
|
280
|
+
*/
|
|
281
|
+
ResourceArn: string | undefined;
|
|
282
|
+
/**
|
|
283
|
+
* <p>The keys of the tags to be removed. </p>
|
|
284
|
+
* @public
|
|
285
|
+
*/
|
|
286
|
+
TagKeys: string[] | undefined;
|
|
287
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListRouterInputsCommandInput, ListRouterInputsCommandOutput } from "../commands/ListRouterInputsCommand";
|
|
3
|
+
import { MediaConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListRouterInputs: (config: MediaConnectPaginationConfiguration, input: ListRouterInputsCommandInput, ...rest: any[]) => Paginator<ListRouterInputsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListRouterNetworkInterfacesCommandInput, ListRouterNetworkInterfacesCommandOutput } from "../commands/ListRouterNetworkInterfacesCommand";
|
|
3
|
+
import { MediaConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListRouterNetworkInterfaces: (config: MediaConnectPaginationConfiguration, input: ListRouterNetworkInterfacesCommandInput, ...rest: any[]) => Paginator<ListRouterNetworkInterfacesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListRouterOutputsCommandInput, ListRouterOutputsCommandOutput } from "../commands/ListRouterOutputsCommand";
|
|
3
|
+
import { MediaConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListRouterOutputs: (config: MediaConnectPaginationConfiguration, input: ListRouterOutputsCommandInput, ...rest: any[]) => Paginator<ListRouterOutputsCommandOutput>;
|
|
@@ -6,3 +6,6 @@ export * from "./ListGatewayInstancesPaginator";
|
|
|
6
6
|
export * from "./ListGatewaysPaginator";
|
|
7
7
|
export * from "./ListOfferingsPaginator";
|
|
8
8
|
export * from "./ListReservationsPaginator";
|
|
9
|
+
export * from "./ListRouterInputsPaginator";
|
|
10
|
+
export * from "./ListRouterNetworkInterfacesPaginator";
|
|
11
|
+
export * from "./ListRouterOutputsPaginator";
|
|
@@ -23,7 +23,17 @@ export declare var AddMaintenance: StaticStructureSchema;
|
|
|
23
23
|
export declare var AddMediaStreamRequest: StaticStructureSchema;
|
|
24
24
|
export declare var AddOutputRequest: StaticStructureSchema;
|
|
25
25
|
export declare var AudioMonitoringSetting: StaticStructureSchema;
|
|
26
|
+
export declare var AutomaticEncryptionKeyConfiguration: StaticStructureSchema;
|
|
26
27
|
export declare var BadRequestException: StaticErrorSchema;
|
|
28
|
+
export declare var BatchGetRouterInputError: StaticStructureSchema;
|
|
29
|
+
export declare var BatchGetRouterInputRequest: StaticStructureSchema;
|
|
30
|
+
export declare var BatchGetRouterInputResponse: StaticStructureSchema;
|
|
31
|
+
export declare var BatchGetRouterNetworkInterfaceError: StaticStructureSchema;
|
|
32
|
+
export declare var BatchGetRouterNetworkInterfaceRequest: StaticStructureSchema;
|
|
33
|
+
export declare var BatchGetRouterNetworkInterfaceResponse: StaticStructureSchema;
|
|
34
|
+
export declare var BatchGetRouterOutputError: StaticStructureSchema;
|
|
35
|
+
export declare var BatchGetRouterOutputRequest: StaticStructureSchema;
|
|
36
|
+
export declare var BatchGetRouterOutputResponse: StaticStructureSchema;
|
|
27
37
|
export declare var BlackFrames: StaticStructureSchema;
|
|
28
38
|
export declare var Bridge: StaticStructureSchema;
|
|
29
39
|
export declare var BridgeFlowOutput: StaticStructureSchema;
|
|
@@ -42,12 +52,25 @@ export declare var CreateFlowResponse: StaticStructureSchema;
|
|
|
42
52
|
export declare var CreateGateway420Exception: StaticErrorSchema;
|
|
43
53
|
export declare var CreateGatewayRequest: StaticStructureSchema;
|
|
44
54
|
export declare var CreateGatewayResponse: StaticStructureSchema;
|
|
55
|
+
export declare var CreateRouterInputRequest: StaticStructureSchema;
|
|
56
|
+
export declare var CreateRouterInputResponse: StaticStructureSchema;
|
|
57
|
+
export declare var CreateRouterNetworkInterfaceRequest: StaticStructureSchema;
|
|
58
|
+
export declare var CreateRouterNetworkInterfaceResponse: StaticStructureSchema;
|
|
59
|
+
export declare var CreateRouterOutputRequest: StaticStructureSchema;
|
|
60
|
+
export declare var CreateRouterOutputResponse: StaticStructureSchema;
|
|
61
|
+
export declare var DefaultMaintenanceConfiguration: StaticStructureSchema;
|
|
45
62
|
export declare var DeleteBridgeRequest: StaticStructureSchema;
|
|
46
63
|
export declare var DeleteBridgeResponse: StaticStructureSchema;
|
|
47
64
|
export declare var DeleteFlowRequest: StaticStructureSchema;
|
|
48
65
|
export declare var DeleteFlowResponse: StaticStructureSchema;
|
|
49
66
|
export declare var DeleteGatewayRequest: StaticStructureSchema;
|
|
50
67
|
export declare var DeleteGatewayResponse: StaticStructureSchema;
|
|
68
|
+
export declare var DeleteRouterInputRequest: StaticStructureSchema;
|
|
69
|
+
export declare var DeleteRouterInputResponse: StaticStructureSchema;
|
|
70
|
+
export declare var DeleteRouterNetworkInterfaceRequest: StaticStructureSchema;
|
|
71
|
+
export declare var DeleteRouterNetworkInterfaceResponse: StaticStructureSchema;
|
|
72
|
+
export declare var DeleteRouterOutputRequest: StaticStructureSchema;
|
|
73
|
+
export declare var DeleteRouterOutputResponse: StaticStructureSchema;
|
|
51
74
|
export declare var DeregisterGatewayInstanceRequest: StaticStructureSchema;
|
|
52
75
|
export declare var DeregisterGatewayInstanceResponse: StaticStructureSchema;
|
|
53
76
|
export declare var DescribeBridgeRequest: StaticStructureSchema;
|
|
@@ -74,7 +97,11 @@ export declare var EncodingParametersRequest: StaticStructureSchema;
|
|
|
74
97
|
export declare var Encryption: StaticStructureSchema;
|
|
75
98
|
export declare var Entitlement: StaticStructureSchema;
|
|
76
99
|
export declare var FailoverConfig: StaticStructureSchema;
|
|
100
|
+
export declare var FailoverRouterInputConfiguration: StaticStructureSchema;
|
|
101
|
+
export declare var FailoverRouterInputIndexedStreamDetails: StaticStructureSchema;
|
|
102
|
+
export declare var FailoverRouterInputStreamDetails: StaticStructureSchema;
|
|
77
103
|
export declare var Flow: StaticStructureSchema;
|
|
104
|
+
export declare var FlowTransitEncryption: StaticStructureSchema;
|
|
78
105
|
export declare var Fmtp: StaticStructureSchema;
|
|
79
106
|
export declare var FmtpRequest: StaticStructureSchema;
|
|
80
107
|
export declare var ForbiddenException: StaticErrorSchema;
|
|
@@ -84,6 +111,16 @@ export declare var Gateway: StaticStructureSchema;
|
|
|
84
111
|
export declare var GatewayBridgeSource: StaticStructureSchema;
|
|
85
112
|
export declare var GatewayInstance: StaticStructureSchema;
|
|
86
113
|
export declare var GatewayNetwork: StaticStructureSchema;
|
|
114
|
+
export declare var GetRouterInputRequest: StaticStructureSchema;
|
|
115
|
+
export declare var GetRouterInputResponse: StaticStructureSchema;
|
|
116
|
+
export declare var GetRouterInputSourceMetadataRequest: StaticStructureSchema;
|
|
117
|
+
export declare var GetRouterInputSourceMetadataResponse: StaticStructureSchema;
|
|
118
|
+
export declare var GetRouterInputThumbnailRequest: StaticStructureSchema;
|
|
119
|
+
export declare var GetRouterInputThumbnailResponse: StaticStructureSchema;
|
|
120
|
+
export declare var GetRouterNetworkInterfaceRequest: StaticStructureSchema;
|
|
121
|
+
export declare var GetRouterNetworkInterfaceResponse: StaticStructureSchema;
|
|
122
|
+
export declare var GetRouterOutputRequest: StaticStructureSchema;
|
|
123
|
+
export declare var GetRouterOutputResponse: StaticStructureSchema;
|
|
87
124
|
export declare var GrantEntitlementRequest: StaticStructureSchema;
|
|
88
125
|
export declare var GrantFlowEntitlements420Exception: StaticErrorSchema;
|
|
89
126
|
export declare var GrantFlowEntitlementsRequest: StaticStructureSchema;
|
|
@@ -101,6 +138,9 @@ export declare var ListedEntitlement: StaticStructureSchema;
|
|
|
101
138
|
export declare var ListedFlow: StaticStructureSchema;
|
|
102
139
|
export declare var ListedGateway: StaticStructureSchema;
|
|
103
140
|
export declare var ListedGatewayInstance: StaticStructureSchema;
|
|
141
|
+
export declare var ListedRouterInput: StaticStructureSchema;
|
|
142
|
+
export declare var ListedRouterNetworkInterface: StaticStructureSchema;
|
|
143
|
+
export declare var ListedRouterOutput: StaticStructureSchema;
|
|
104
144
|
export declare var ListEntitlementsRequest: StaticStructureSchema;
|
|
105
145
|
export declare var ListEntitlementsResponse: StaticStructureSchema;
|
|
106
146
|
export declare var ListFlowsRequest: StaticStructureSchema;
|
|
@@ -113,9 +153,24 @@ export declare var ListOfferingsRequest: StaticStructureSchema;
|
|
|
113
153
|
export declare var ListOfferingsResponse: StaticStructureSchema;
|
|
114
154
|
export declare var ListReservationsRequest: StaticStructureSchema;
|
|
115
155
|
export declare var ListReservationsResponse: StaticStructureSchema;
|
|
156
|
+
export declare var ListRouterInputsRequest: StaticStructureSchema;
|
|
157
|
+
export declare var ListRouterInputsResponse: StaticStructureSchema;
|
|
158
|
+
export declare var ListRouterNetworkInterfacesRequest: StaticStructureSchema;
|
|
159
|
+
export declare var ListRouterNetworkInterfacesResponse: StaticStructureSchema;
|
|
160
|
+
export declare var ListRouterOutputsRequest: StaticStructureSchema;
|
|
161
|
+
export declare var ListRouterOutputsResponse: StaticStructureSchema;
|
|
162
|
+
export declare var ListTagsForGlobalResourceRequest: StaticStructureSchema;
|
|
163
|
+
export declare var ListTagsForGlobalResourceResponse: StaticStructureSchema;
|
|
116
164
|
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
117
165
|
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
118
166
|
export declare var Maintenance: StaticStructureSchema;
|
|
167
|
+
export declare var MediaConnectFlowRouterInputConfiguration: StaticStructureSchema;
|
|
168
|
+
export declare var MediaConnectFlowRouterInputStreamDetails: StaticStructureSchema;
|
|
169
|
+
export declare var MediaConnectFlowRouterOutputConfiguration: StaticStructureSchema;
|
|
170
|
+
export declare var MediaConnectFlowRouterOutputStreamDetails: StaticStructureSchema;
|
|
171
|
+
export declare var MediaLiveInputRouterOutputConfiguration: StaticStructureSchema;
|
|
172
|
+
export declare var MediaLiveInputRouterOutputStreamDetails: StaticStructureSchema;
|
|
173
|
+
export declare var MediaLiveTransitEncryption: StaticStructureSchema;
|
|
119
174
|
export declare var MediaStream: StaticStructureSchema;
|
|
120
175
|
export declare var MediaStreamAttributes: StaticStructureSchema;
|
|
121
176
|
export declare var MediaStreamAttributesRequest: StaticStructureSchema;
|
|
@@ -123,6 +178,9 @@ export declare var MediaStreamOutputConfiguration: StaticStructureSchema;
|
|
|
123
178
|
export declare var MediaStreamOutputConfigurationRequest: StaticStructureSchema;
|
|
124
179
|
export declare var MediaStreamSourceConfiguration: StaticStructureSchema;
|
|
125
180
|
export declare var MediaStreamSourceConfigurationRequest: StaticStructureSchema;
|
|
181
|
+
export declare var MergeRouterInputConfiguration: StaticStructureSchema;
|
|
182
|
+
export declare var MergeRouterInputIndexedStreamDetails: StaticStructureSchema;
|
|
183
|
+
export declare var MergeRouterInputStreamDetails: StaticStructureSchema;
|
|
126
184
|
export declare var MessageDetail: StaticStructureSchema;
|
|
127
185
|
export declare var Messages: StaticStructureSchema;
|
|
128
186
|
export declare var MonitoringConfig: StaticStructureSchema;
|
|
@@ -132,6 +190,9 @@ export declare var NdiDiscoveryServerConfig: StaticStructureSchema;
|
|
|
132
190
|
export declare var NotFoundException: StaticErrorSchema;
|
|
133
191
|
export declare var Offering: StaticStructureSchema;
|
|
134
192
|
export declare var Output: StaticStructureSchema;
|
|
193
|
+
export declare var PreferredDayTimeMaintenanceConfiguration: StaticStructureSchema;
|
|
194
|
+
export declare var PublicRouterNetworkInterfaceConfiguration: StaticStructureSchema;
|
|
195
|
+
export declare var PublicRouterNetworkInterfaceRule: StaticStructureSchema;
|
|
135
196
|
export declare var PurchaseOfferingRequest: StaticStructureSchema;
|
|
136
197
|
export declare var PurchaseOfferingResponse: StaticStructureSchema;
|
|
137
198
|
export declare var RemoveBridgeOutputRequest: StaticStructureSchema;
|
|
@@ -148,25 +209,67 @@ export declare var RemoveFlowVpcInterfaceRequest: StaticStructureSchema;
|
|
|
148
209
|
export declare var RemoveFlowVpcInterfaceResponse: StaticStructureSchema;
|
|
149
210
|
export declare var Reservation: StaticStructureSchema;
|
|
150
211
|
export declare var ResourceSpecification: StaticStructureSchema;
|
|
212
|
+
export declare var RestartRouterInputRequest: StaticStructureSchema;
|
|
213
|
+
export declare var RestartRouterInputResponse: StaticStructureSchema;
|
|
214
|
+
export declare var RestartRouterOutputRequest: StaticStructureSchema;
|
|
215
|
+
export declare var RestartRouterOutputResponse: StaticStructureSchema;
|
|
151
216
|
export declare var RevokeFlowEntitlementRequest: StaticStructureSchema;
|
|
152
217
|
export declare var RevokeFlowEntitlementResponse: StaticStructureSchema;
|
|
218
|
+
export declare var RistRouterInputConfiguration: StaticStructureSchema;
|
|
219
|
+
export declare var RistRouterOutputConfiguration: StaticStructureSchema;
|
|
220
|
+
export declare var RouterInput: StaticStructureSchema;
|
|
221
|
+
export declare var RouterInputMessage: StaticStructureSchema;
|
|
222
|
+
export declare var RouterInputServiceQuotaExceededException: StaticErrorSchema;
|
|
223
|
+
export declare var RouterInputSourceMetadataDetails: StaticStructureSchema;
|
|
224
|
+
export declare var RouterInputThumbnailDetails: StaticStructureSchema;
|
|
225
|
+
export declare var RouterInputTransitEncryption: StaticStructureSchema;
|
|
226
|
+
export declare var RouterNetworkInterface: StaticStructureSchema;
|
|
227
|
+
export declare var RouterNetworkInterfaceServiceQuotaExceededException: StaticErrorSchema;
|
|
228
|
+
export declare var RouterOutput: StaticStructureSchema;
|
|
229
|
+
export declare var RouterOutputMessage: StaticStructureSchema;
|
|
230
|
+
export declare var RouterOutputServiceQuotaExceededException: StaticErrorSchema;
|
|
231
|
+
export declare var RtpRouterInputConfiguration: StaticStructureSchema;
|
|
232
|
+
export declare var RtpRouterOutputConfiguration: StaticStructureSchema;
|
|
233
|
+
export declare var SecretsManagerEncryptionKeyConfiguration: StaticStructureSchema;
|
|
153
234
|
export declare var ServiceUnavailableException: StaticErrorSchema;
|
|
154
235
|
export declare var SetGatewayBridgeSourceRequest: StaticStructureSchema;
|
|
155
236
|
export declare var SetSourceRequest: StaticStructureSchema;
|
|
156
237
|
export declare var SilentAudio: StaticStructureSchema;
|
|
157
238
|
export declare var Source: StaticStructureSchema;
|
|
158
239
|
export declare var SourcePriority: StaticStructureSchema;
|
|
240
|
+
export declare var SrtCallerRouterInputConfiguration: StaticStructureSchema;
|
|
241
|
+
export declare var SrtCallerRouterOutputConfiguration: StaticStructureSchema;
|
|
242
|
+
export declare var SrtDecryptionConfiguration: StaticStructureSchema;
|
|
243
|
+
export declare var SrtEncryptionConfiguration: StaticStructureSchema;
|
|
244
|
+
export declare var SrtListenerRouterInputConfiguration: StaticStructureSchema;
|
|
245
|
+
export declare var SrtListenerRouterOutputConfiguration: StaticStructureSchema;
|
|
246
|
+
export declare var StandardRouterInputConfiguration: StaticStructureSchema;
|
|
247
|
+
export declare var StandardRouterInputStreamDetails: StaticStructureSchema;
|
|
248
|
+
export declare var StandardRouterOutputConfiguration: StaticStructureSchema;
|
|
249
|
+
export declare var StandardRouterOutputStreamDetails: StaticStructureSchema;
|
|
159
250
|
export declare var StartFlowRequest: StaticStructureSchema;
|
|
160
251
|
export declare var StartFlowResponse: StaticStructureSchema;
|
|
252
|
+
export declare var StartRouterInputRequest: StaticStructureSchema;
|
|
253
|
+
export declare var StartRouterInputResponse: StaticStructureSchema;
|
|
254
|
+
export declare var StartRouterOutputRequest: StaticStructureSchema;
|
|
255
|
+
export declare var StartRouterOutputResponse: StaticStructureSchema;
|
|
161
256
|
export declare var StopFlowRequest: StaticStructureSchema;
|
|
162
257
|
export declare var StopFlowResponse: StaticStructureSchema;
|
|
258
|
+
export declare var StopRouterInputRequest: StaticStructureSchema;
|
|
259
|
+
export declare var StopRouterInputResponse: StaticStructureSchema;
|
|
260
|
+
export declare var StopRouterOutputRequest: StaticStructureSchema;
|
|
261
|
+
export declare var StopRouterOutputResponse: StaticStructureSchema;
|
|
262
|
+
export declare var TagGlobalResourceRequest: StaticStructureSchema;
|
|
163
263
|
export declare var TagResourceRequest: StaticStructureSchema;
|
|
264
|
+
export declare var TakeRouterInputRequest: StaticStructureSchema;
|
|
265
|
+
export declare var TakeRouterInputResponse: StaticStructureSchema;
|
|
164
266
|
export declare var ThumbnailDetails: StaticStructureSchema;
|
|
165
267
|
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
166
268
|
export declare var Transport: StaticStructureSchema;
|
|
167
269
|
export declare var TransportMediaInfo: StaticStructureSchema;
|
|
168
270
|
export declare var TransportStream: StaticStructureSchema;
|
|
169
271
|
export declare var TransportStreamProgram: StaticStructureSchema;
|
|
272
|
+
export declare var UntagGlobalResourceRequest: StaticStructureSchema;
|
|
170
273
|
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
171
274
|
export declare var UpdateBridgeFlowSourceRequest: StaticStructureSchema;
|
|
172
275
|
export declare var UpdateBridgeNetworkOutputRequest: StaticStructureSchema;
|
|
@@ -197,10 +300,18 @@ export declare var UpdateGatewayInstanceRequest: StaticStructureSchema;
|
|
|
197
300
|
export declare var UpdateGatewayInstanceResponse: StaticStructureSchema;
|
|
198
301
|
export declare var UpdateIngressGatewayBridgeRequest: StaticStructureSchema;
|
|
199
302
|
export declare var UpdateMaintenance: StaticStructureSchema;
|
|
303
|
+
export declare var UpdateRouterInputRequest: StaticStructureSchema;
|
|
304
|
+
export declare var UpdateRouterInputResponse: StaticStructureSchema;
|
|
305
|
+
export declare var UpdateRouterNetworkInterfaceRequest: StaticStructureSchema;
|
|
306
|
+
export declare var UpdateRouterNetworkInterfaceResponse: StaticStructureSchema;
|
|
307
|
+
export declare var UpdateRouterOutputRequest: StaticStructureSchema;
|
|
308
|
+
export declare var UpdateRouterOutputResponse: StaticStructureSchema;
|
|
200
309
|
export declare var VideoMonitoringSetting: StaticStructureSchema;
|
|
201
310
|
export declare var VpcInterface: StaticStructureSchema;
|
|
202
311
|
export declare var VpcInterfaceAttachment: StaticStructureSchema;
|
|
203
312
|
export declare var VpcInterfaceRequest: StaticStructureSchema;
|
|
313
|
+
export declare var VpcRouterNetworkInterfaceConfiguration: StaticStructureSchema;
|
|
314
|
+
export declare var WindowMaintenanceSchedule: StaticStructureSchema;
|
|
204
315
|
export declare var __Unit: "unit";
|
|
205
316
|
export declare var MediaConnectServiceException: StaticErrorSchema;
|
|
206
317
|
export declare var __listOfAddBridgeOutputRequest: StaticListSchema;
|
|
@@ -241,19 +352,72 @@ export declare var __listOfTransportStreamProgram: StaticListSchema;
|
|
|
241
352
|
export declare var __listOfVideoMonitoringSetting: StaticListSchema;
|
|
242
353
|
export declare var __listOfVpcInterface: StaticListSchema;
|
|
243
354
|
export declare var __listOfVpcInterfaceRequest: StaticListSchema;
|
|
355
|
+
export declare var BatchGetRouterInputErrorList: StaticListSchema;
|
|
356
|
+
export declare var BatchGetRouterNetworkInterfaceErrorList: StaticListSchema;
|
|
357
|
+
export declare var BatchGetRouterOutputErrorList: StaticListSchema;
|
|
358
|
+
export declare var FailoverRouterInputProtocolConfigurationList: StaticListSchema;
|
|
359
|
+
export declare var ListedRouterInputList: StaticListSchema;
|
|
360
|
+
export declare var ListedRouterNetworkInterfaceList: StaticListSchema;
|
|
361
|
+
export declare var ListedRouterOutputList: StaticListSchema;
|
|
362
|
+
export declare var MergeRouterInputProtocolConfigurationList: StaticListSchema;
|
|
363
|
+
export declare var NetworkInterfaceRuleList: StaticListSchema;
|
|
364
|
+
export declare var RouterInputArnList: number;
|
|
365
|
+
export declare var RouterInputFilterList: StaticListSchema;
|
|
366
|
+
export declare var RouterInputList: StaticListSchema;
|
|
367
|
+
export declare var RouterInputMessages: StaticListSchema;
|
|
368
|
+
export declare var RouterInputTypeList: number;
|
|
369
|
+
export declare var RouterNetworkInterfaceArnList: number;
|
|
370
|
+
export declare var RouterNetworkInterfaceFilterList: StaticListSchema;
|
|
371
|
+
export declare var RouterNetworkInterfaceList: StaticListSchema;
|
|
372
|
+
export declare var RouterNetworkInterfaceTypeList: number;
|
|
373
|
+
export declare var RouterOutputArnList: number;
|
|
374
|
+
export declare var RouterOutputFilterList: StaticListSchema;
|
|
375
|
+
export declare var RouterOutputList: StaticListSchema;
|
|
376
|
+
export declare var RouterOutputMessages: StaticListSchema;
|
|
377
|
+
export declare var RouterOutputTypeList: number;
|
|
378
|
+
export declare var RoutingScopeList: number;
|
|
379
|
+
export declare var SecurityGroupIdList: number;
|
|
380
|
+
export declare var StringList: number;
|
|
244
381
|
export declare var __mapOfString: number;
|
|
382
|
+
export declare var FailoverRouterInputProtocolConfiguration: StaticStructureSchema;
|
|
383
|
+
export declare var FlowTransitEncryptionKeyConfiguration: StaticStructureSchema;
|
|
384
|
+
export declare var MaintenanceConfiguration: StaticStructureSchema;
|
|
385
|
+
export declare var MaintenanceSchedule: StaticStructureSchema;
|
|
386
|
+
export declare var MediaLiveTransitEncryptionKeyConfiguration: StaticStructureSchema;
|
|
387
|
+
export declare var MergeRouterInputProtocolConfiguration: StaticStructureSchema;
|
|
388
|
+
export declare var RouterInputConfiguration: StaticStructureSchema;
|
|
389
|
+
export declare var RouterInputFilter: StaticStructureSchema;
|
|
390
|
+
export declare var RouterInputMetadata: StaticStructureSchema;
|
|
391
|
+
export declare var RouterInputProtocolConfiguration: StaticStructureSchema;
|
|
392
|
+
export declare var RouterInputStreamDetails: StaticStructureSchema;
|
|
393
|
+
export declare var RouterInputTransitEncryptionKeyConfiguration: StaticStructureSchema;
|
|
394
|
+
export declare var RouterNetworkInterfaceConfiguration: StaticStructureSchema;
|
|
395
|
+
export declare var RouterNetworkInterfaceFilter: StaticStructureSchema;
|
|
396
|
+
export declare var RouterOutputConfiguration: StaticStructureSchema;
|
|
397
|
+
export declare var RouterOutputFilter: StaticStructureSchema;
|
|
398
|
+
export declare var RouterOutputProtocolConfiguration: StaticStructureSchema;
|
|
399
|
+
export declare var RouterOutputStreamDetails: StaticStructureSchema;
|
|
245
400
|
export declare var AddBridgeOutputs: StaticOperationSchema;
|
|
246
401
|
export declare var AddBridgeSources: StaticOperationSchema;
|
|
247
402
|
export declare var AddFlowMediaStreams: StaticOperationSchema;
|
|
248
403
|
export declare var AddFlowOutputs: StaticOperationSchema;
|
|
249
404
|
export declare var AddFlowSources: StaticOperationSchema;
|
|
250
405
|
export declare var AddFlowVpcInterfaces: StaticOperationSchema;
|
|
406
|
+
export declare var BatchGetRouterInput: StaticOperationSchema;
|
|
407
|
+
export declare var BatchGetRouterNetworkInterface: StaticOperationSchema;
|
|
408
|
+
export declare var BatchGetRouterOutput: StaticOperationSchema;
|
|
251
409
|
export declare var CreateBridge: StaticOperationSchema;
|
|
252
410
|
export declare var CreateFlow: StaticOperationSchema;
|
|
253
411
|
export declare var CreateGateway: StaticOperationSchema;
|
|
412
|
+
export declare var CreateRouterInput: StaticOperationSchema;
|
|
413
|
+
export declare var CreateRouterNetworkInterface: StaticOperationSchema;
|
|
414
|
+
export declare var CreateRouterOutput: StaticOperationSchema;
|
|
254
415
|
export declare var DeleteBridge: StaticOperationSchema;
|
|
255
416
|
export declare var DeleteFlow: StaticOperationSchema;
|
|
256
417
|
export declare var DeleteGateway: StaticOperationSchema;
|
|
418
|
+
export declare var DeleteRouterInput: StaticOperationSchema;
|
|
419
|
+
export declare var DeleteRouterNetworkInterface: StaticOperationSchema;
|
|
420
|
+
export declare var DeleteRouterOutput: StaticOperationSchema;
|
|
257
421
|
export declare var DeregisterGatewayInstance: StaticOperationSchema;
|
|
258
422
|
export declare var DescribeBridge: StaticOperationSchema;
|
|
259
423
|
export declare var DescribeFlow: StaticOperationSchema;
|
|
@@ -263,6 +427,11 @@ export declare var DescribeGateway: StaticOperationSchema;
|
|
|
263
427
|
export declare var DescribeGatewayInstance: StaticOperationSchema;
|
|
264
428
|
export declare var DescribeOffering: StaticOperationSchema;
|
|
265
429
|
export declare var DescribeReservation: StaticOperationSchema;
|
|
430
|
+
export declare var GetRouterInput: StaticOperationSchema;
|
|
431
|
+
export declare var GetRouterInputSourceMetadata: StaticOperationSchema;
|
|
432
|
+
export declare var GetRouterInputThumbnail: StaticOperationSchema;
|
|
433
|
+
export declare var GetRouterNetworkInterface: StaticOperationSchema;
|
|
434
|
+
export declare var GetRouterOutput: StaticOperationSchema;
|
|
266
435
|
export declare var GrantFlowEntitlements: StaticOperationSchema;
|
|
267
436
|
export declare var ListBridges: StaticOperationSchema;
|
|
268
437
|
export declare var ListEntitlements: StaticOperationSchema;
|
|
@@ -271,6 +440,10 @@ export declare var ListGatewayInstances: StaticOperationSchema;
|
|
|
271
440
|
export declare var ListGateways: StaticOperationSchema;
|
|
272
441
|
export declare var ListOfferings: StaticOperationSchema;
|
|
273
442
|
export declare var ListReservations: StaticOperationSchema;
|
|
443
|
+
export declare var ListRouterInputs: StaticOperationSchema;
|
|
444
|
+
export declare var ListRouterNetworkInterfaces: StaticOperationSchema;
|
|
445
|
+
export declare var ListRouterOutputs: StaticOperationSchema;
|
|
446
|
+
export declare var ListTagsForGlobalResource: StaticOperationSchema;
|
|
274
447
|
export declare var ListTagsForResource: StaticOperationSchema;
|
|
275
448
|
export declare var PurchaseOffering: StaticOperationSchema;
|
|
276
449
|
export declare var RemoveBridgeOutput: StaticOperationSchema;
|
|
@@ -279,10 +452,19 @@ export declare var RemoveFlowMediaStream: StaticOperationSchema;
|
|
|
279
452
|
export declare var RemoveFlowOutput: StaticOperationSchema;
|
|
280
453
|
export declare var RemoveFlowSource: StaticOperationSchema;
|
|
281
454
|
export declare var RemoveFlowVpcInterface: StaticOperationSchema;
|
|
455
|
+
export declare var RestartRouterInput: StaticOperationSchema;
|
|
456
|
+
export declare var RestartRouterOutput: StaticOperationSchema;
|
|
282
457
|
export declare var RevokeFlowEntitlement: StaticOperationSchema;
|
|
283
458
|
export declare var StartFlow: StaticOperationSchema;
|
|
459
|
+
export declare var StartRouterInput: StaticOperationSchema;
|
|
460
|
+
export declare var StartRouterOutput: StaticOperationSchema;
|
|
284
461
|
export declare var StopFlow: StaticOperationSchema;
|
|
462
|
+
export declare var StopRouterInput: StaticOperationSchema;
|
|
463
|
+
export declare var StopRouterOutput: StaticOperationSchema;
|
|
464
|
+
export declare var TagGlobalResource: StaticOperationSchema;
|
|
285
465
|
export declare var TagResource: StaticOperationSchema;
|
|
466
|
+
export declare var TakeRouterInput: StaticOperationSchema;
|
|
467
|
+
export declare var UntagGlobalResource: StaticOperationSchema;
|
|
286
468
|
export declare var UntagResource: StaticOperationSchema;
|
|
287
469
|
export declare var UpdateBridge: StaticOperationSchema;
|
|
288
470
|
export declare var UpdateBridgeOutput: StaticOperationSchema;
|
|
@@ -294,3 +476,6 @@ export declare var UpdateFlowMediaStream: StaticOperationSchema;
|
|
|
294
476
|
export declare var UpdateFlowOutput: StaticOperationSchema;
|
|
295
477
|
export declare var UpdateFlowSource: StaticOperationSchema;
|
|
296
478
|
export declare var UpdateGatewayInstance: StaticOperationSchema;
|
|
479
|
+
export declare var UpdateRouterInput: StaticOperationSchema;
|
|
480
|
+
export declare var UpdateRouterNetworkInterface: StaticOperationSchema;
|
|
481
|
+
export declare var UpdateRouterOutput: StaticOperationSchema;
|