@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,88 @@
|
|
|
1
|
+
import {
|
|
2
|
+
MaintenanceScheduleType,
|
|
3
|
+
RouterOutputRoutedState,
|
|
4
|
+
RouterOutputState,
|
|
5
|
+
RouterOutputTier,
|
|
6
|
+
RoutingScope,
|
|
7
|
+
} from "./enums";
|
|
8
|
+
import {
|
|
9
|
+
MaintenanceConfiguration,
|
|
10
|
+
MaintenanceSchedule,
|
|
11
|
+
RouterNetworkInterface,
|
|
12
|
+
RouterNetworkInterfaceConfiguration,
|
|
13
|
+
RouterOutput,
|
|
14
|
+
RouterOutputConfiguration,
|
|
15
|
+
} from "./models_0";
|
|
16
|
+
export interface UpdateRouterNetworkInterfaceRequest {
|
|
17
|
+
Arn: string | undefined;
|
|
18
|
+
Name?: string | undefined;
|
|
19
|
+
Configuration?: RouterNetworkInterfaceConfiguration | undefined;
|
|
20
|
+
}
|
|
21
|
+
export interface UpdateRouterNetworkInterfaceResponse {
|
|
22
|
+
RouterNetworkInterface: RouterNetworkInterface | undefined;
|
|
23
|
+
}
|
|
24
|
+
export interface RestartRouterOutputRequest {
|
|
25
|
+
Arn: string | undefined;
|
|
26
|
+
}
|
|
27
|
+
export interface RestartRouterOutputResponse {
|
|
28
|
+
Arn: string | undefined;
|
|
29
|
+
Name: string | undefined;
|
|
30
|
+
State: RouterOutputState | undefined;
|
|
31
|
+
}
|
|
32
|
+
export interface StartRouterOutputRequest {
|
|
33
|
+
Arn: string | undefined;
|
|
34
|
+
}
|
|
35
|
+
export interface StartRouterOutputResponse {
|
|
36
|
+
Arn: string | undefined;
|
|
37
|
+
Name: string | undefined;
|
|
38
|
+
State: RouterOutputState | undefined;
|
|
39
|
+
MaintenanceScheduleType: MaintenanceScheduleType | undefined;
|
|
40
|
+
MaintenanceSchedule: MaintenanceSchedule | undefined;
|
|
41
|
+
}
|
|
42
|
+
export interface StopRouterOutputRequest {
|
|
43
|
+
Arn: string | undefined;
|
|
44
|
+
}
|
|
45
|
+
export interface StopRouterOutputResponse {
|
|
46
|
+
Arn: string | undefined;
|
|
47
|
+
Name: string | undefined;
|
|
48
|
+
State: RouterOutputState | undefined;
|
|
49
|
+
}
|
|
50
|
+
export interface TakeRouterInputRequest {
|
|
51
|
+
RouterOutputArn: string | undefined;
|
|
52
|
+
RouterInputArn?: string | undefined;
|
|
53
|
+
}
|
|
54
|
+
export interface TakeRouterInputResponse {
|
|
55
|
+
RoutedState: RouterOutputRoutedState | undefined;
|
|
56
|
+
RouterOutputArn: string | undefined;
|
|
57
|
+
RouterOutputName: string | undefined;
|
|
58
|
+
RouterInputArn?: string | undefined;
|
|
59
|
+
RouterInputName?: string | undefined;
|
|
60
|
+
}
|
|
61
|
+
export interface UpdateRouterOutputRequest {
|
|
62
|
+
Arn: string | undefined;
|
|
63
|
+
Name?: string | undefined;
|
|
64
|
+
Configuration?: RouterOutputConfiguration | undefined;
|
|
65
|
+
MaximumBitrate?: number | undefined;
|
|
66
|
+
RoutingScope?: RoutingScope | undefined;
|
|
67
|
+
Tier?: RouterOutputTier | undefined;
|
|
68
|
+
MaintenanceConfiguration?: MaintenanceConfiguration | undefined;
|
|
69
|
+
}
|
|
70
|
+
export interface UpdateRouterOutputResponse {
|
|
71
|
+
RouterOutput: RouterOutput | undefined;
|
|
72
|
+
}
|
|
73
|
+
export interface TagGlobalResourceRequest {
|
|
74
|
+
ResourceArn: string | undefined;
|
|
75
|
+
Tags: Record<string, string> | undefined;
|
|
76
|
+
}
|
|
77
|
+
export interface TagResourceRequest {
|
|
78
|
+
ResourceArn: string | undefined;
|
|
79
|
+
Tags: Record<string, string> | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface UntagGlobalResourceRequest {
|
|
82
|
+
ResourceArn: string | undefined;
|
|
83
|
+
TagKeys: string[] | undefined;
|
|
84
|
+
}
|
|
85
|
+
export interface UntagResourceRequest {
|
|
86
|
+
ResourceArn: string | undefined;
|
|
87
|
+
TagKeys: string[] | undefined;
|
|
88
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRouterInputsCommandInput,
|
|
4
|
+
ListRouterInputsCommandOutput,
|
|
5
|
+
} from "../commands/ListRouterInputsCommand";
|
|
6
|
+
import { MediaConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListRouterInputs: (
|
|
8
|
+
config: MediaConnectPaginationConfiguration,
|
|
9
|
+
input: ListRouterInputsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListRouterInputsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRouterNetworkInterfacesCommandInput,
|
|
4
|
+
ListRouterNetworkInterfacesCommandOutput,
|
|
5
|
+
} from "../commands/ListRouterNetworkInterfacesCommand";
|
|
6
|
+
import { MediaConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListRouterNetworkInterfaces: (
|
|
8
|
+
config: MediaConnectPaginationConfiguration,
|
|
9
|
+
input: ListRouterNetworkInterfacesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListRouterNetworkInterfacesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRouterOutputsCommandInput,
|
|
4
|
+
ListRouterOutputsCommandOutput,
|
|
5
|
+
} from "../commands/ListRouterOutputsCommand";
|
|
6
|
+
import { MediaConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListRouterOutputs: (
|
|
8
|
+
config: MediaConnectPaginationConfiguration,
|
|
9
|
+
input: ListRouterOutputsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => 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";
|
|
@@ -28,7 +28,17 @@ export declare var AddMaintenance: StaticStructureSchema;
|
|
|
28
28
|
export declare var AddMediaStreamRequest: StaticStructureSchema;
|
|
29
29
|
export declare var AddOutputRequest: StaticStructureSchema;
|
|
30
30
|
export declare var AudioMonitoringSetting: StaticStructureSchema;
|
|
31
|
+
export declare var AutomaticEncryptionKeyConfiguration: StaticStructureSchema;
|
|
31
32
|
export declare var BadRequestException: StaticErrorSchema;
|
|
33
|
+
export declare var BatchGetRouterInputError: StaticStructureSchema;
|
|
34
|
+
export declare var BatchGetRouterInputRequest: StaticStructureSchema;
|
|
35
|
+
export declare var BatchGetRouterInputResponse: StaticStructureSchema;
|
|
36
|
+
export declare var BatchGetRouterNetworkInterfaceError: StaticStructureSchema;
|
|
37
|
+
export declare var BatchGetRouterNetworkInterfaceRequest: StaticStructureSchema;
|
|
38
|
+
export declare var BatchGetRouterNetworkInterfaceResponse: StaticStructureSchema;
|
|
39
|
+
export declare var BatchGetRouterOutputError: StaticStructureSchema;
|
|
40
|
+
export declare var BatchGetRouterOutputRequest: StaticStructureSchema;
|
|
41
|
+
export declare var BatchGetRouterOutputResponse: StaticStructureSchema;
|
|
32
42
|
export declare var BlackFrames: StaticStructureSchema;
|
|
33
43
|
export declare var Bridge: StaticStructureSchema;
|
|
34
44
|
export declare var BridgeFlowOutput: StaticStructureSchema;
|
|
@@ -47,12 +57,25 @@ export declare var CreateFlowResponse: StaticStructureSchema;
|
|
|
47
57
|
export declare var CreateGateway420Exception: StaticErrorSchema;
|
|
48
58
|
export declare var CreateGatewayRequest: StaticStructureSchema;
|
|
49
59
|
export declare var CreateGatewayResponse: StaticStructureSchema;
|
|
60
|
+
export declare var CreateRouterInputRequest: StaticStructureSchema;
|
|
61
|
+
export declare var CreateRouterInputResponse: StaticStructureSchema;
|
|
62
|
+
export declare var CreateRouterNetworkInterfaceRequest: StaticStructureSchema;
|
|
63
|
+
export declare var CreateRouterNetworkInterfaceResponse: StaticStructureSchema;
|
|
64
|
+
export declare var CreateRouterOutputRequest: StaticStructureSchema;
|
|
65
|
+
export declare var CreateRouterOutputResponse: StaticStructureSchema;
|
|
66
|
+
export declare var DefaultMaintenanceConfiguration: StaticStructureSchema;
|
|
50
67
|
export declare var DeleteBridgeRequest: StaticStructureSchema;
|
|
51
68
|
export declare var DeleteBridgeResponse: StaticStructureSchema;
|
|
52
69
|
export declare var DeleteFlowRequest: StaticStructureSchema;
|
|
53
70
|
export declare var DeleteFlowResponse: StaticStructureSchema;
|
|
54
71
|
export declare var DeleteGatewayRequest: StaticStructureSchema;
|
|
55
72
|
export declare var DeleteGatewayResponse: StaticStructureSchema;
|
|
73
|
+
export declare var DeleteRouterInputRequest: StaticStructureSchema;
|
|
74
|
+
export declare var DeleteRouterInputResponse: StaticStructureSchema;
|
|
75
|
+
export declare var DeleteRouterNetworkInterfaceRequest: StaticStructureSchema;
|
|
76
|
+
export declare var DeleteRouterNetworkInterfaceResponse: StaticStructureSchema;
|
|
77
|
+
export declare var DeleteRouterOutputRequest: StaticStructureSchema;
|
|
78
|
+
export declare var DeleteRouterOutputResponse: StaticStructureSchema;
|
|
56
79
|
export declare var DeregisterGatewayInstanceRequest: StaticStructureSchema;
|
|
57
80
|
export declare var DeregisterGatewayInstanceResponse: StaticStructureSchema;
|
|
58
81
|
export declare var DescribeBridgeRequest: StaticStructureSchema;
|
|
@@ -79,7 +102,11 @@ export declare var EncodingParametersRequest: StaticStructureSchema;
|
|
|
79
102
|
export declare var Encryption: StaticStructureSchema;
|
|
80
103
|
export declare var Entitlement: StaticStructureSchema;
|
|
81
104
|
export declare var FailoverConfig: StaticStructureSchema;
|
|
105
|
+
export declare var FailoverRouterInputConfiguration: StaticStructureSchema;
|
|
106
|
+
export declare var FailoverRouterInputIndexedStreamDetails: StaticStructureSchema;
|
|
107
|
+
export declare var FailoverRouterInputStreamDetails: StaticStructureSchema;
|
|
82
108
|
export declare var Flow: StaticStructureSchema;
|
|
109
|
+
export declare var FlowTransitEncryption: StaticStructureSchema;
|
|
83
110
|
export declare var Fmtp: StaticStructureSchema;
|
|
84
111
|
export declare var FmtpRequest: StaticStructureSchema;
|
|
85
112
|
export declare var ForbiddenException: StaticErrorSchema;
|
|
@@ -89,6 +116,16 @@ export declare var Gateway: StaticStructureSchema;
|
|
|
89
116
|
export declare var GatewayBridgeSource: StaticStructureSchema;
|
|
90
117
|
export declare var GatewayInstance: StaticStructureSchema;
|
|
91
118
|
export declare var GatewayNetwork: StaticStructureSchema;
|
|
119
|
+
export declare var GetRouterInputRequest: StaticStructureSchema;
|
|
120
|
+
export declare var GetRouterInputResponse: StaticStructureSchema;
|
|
121
|
+
export declare var GetRouterInputSourceMetadataRequest: StaticStructureSchema;
|
|
122
|
+
export declare var GetRouterInputSourceMetadataResponse: StaticStructureSchema;
|
|
123
|
+
export declare var GetRouterInputThumbnailRequest: StaticStructureSchema;
|
|
124
|
+
export declare var GetRouterInputThumbnailResponse: StaticStructureSchema;
|
|
125
|
+
export declare var GetRouterNetworkInterfaceRequest: StaticStructureSchema;
|
|
126
|
+
export declare var GetRouterNetworkInterfaceResponse: StaticStructureSchema;
|
|
127
|
+
export declare var GetRouterOutputRequest: StaticStructureSchema;
|
|
128
|
+
export declare var GetRouterOutputResponse: StaticStructureSchema;
|
|
92
129
|
export declare var GrantEntitlementRequest: StaticStructureSchema;
|
|
93
130
|
export declare var GrantFlowEntitlements420Exception: StaticErrorSchema;
|
|
94
131
|
export declare var GrantFlowEntitlementsRequest: StaticStructureSchema;
|
|
@@ -106,6 +143,9 @@ export declare var ListedEntitlement: StaticStructureSchema;
|
|
|
106
143
|
export declare var ListedFlow: StaticStructureSchema;
|
|
107
144
|
export declare var ListedGateway: StaticStructureSchema;
|
|
108
145
|
export declare var ListedGatewayInstance: StaticStructureSchema;
|
|
146
|
+
export declare var ListedRouterInput: StaticStructureSchema;
|
|
147
|
+
export declare var ListedRouterNetworkInterface: StaticStructureSchema;
|
|
148
|
+
export declare var ListedRouterOutput: StaticStructureSchema;
|
|
109
149
|
export declare var ListEntitlementsRequest: StaticStructureSchema;
|
|
110
150
|
export declare var ListEntitlementsResponse: StaticStructureSchema;
|
|
111
151
|
export declare var ListFlowsRequest: StaticStructureSchema;
|
|
@@ -118,9 +158,24 @@ export declare var ListOfferingsRequest: StaticStructureSchema;
|
|
|
118
158
|
export declare var ListOfferingsResponse: StaticStructureSchema;
|
|
119
159
|
export declare var ListReservationsRequest: StaticStructureSchema;
|
|
120
160
|
export declare var ListReservationsResponse: StaticStructureSchema;
|
|
161
|
+
export declare var ListRouterInputsRequest: StaticStructureSchema;
|
|
162
|
+
export declare var ListRouterInputsResponse: StaticStructureSchema;
|
|
163
|
+
export declare var ListRouterNetworkInterfacesRequest: StaticStructureSchema;
|
|
164
|
+
export declare var ListRouterNetworkInterfacesResponse: StaticStructureSchema;
|
|
165
|
+
export declare var ListRouterOutputsRequest: StaticStructureSchema;
|
|
166
|
+
export declare var ListRouterOutputsResponse: StaticStructureSchema;
|
|
167
|
+
export declare var ListTagsForGlobalResourceRequest: StaticStructureSchema;
|
|
168
|
+
export declare var ListTagsForGlobalResourceResponse: StaticStructureSchema;
|
|
121
169
|
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
122
170
|
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
123
171
|
export declare var Maintenance: StaticStructureSchema;
|
|
172
|
+
export declare var MediaConnectFlowRouterInputConfiguration: StaticStructureSchema;
|
|
173
|
+
export declare var MediaConnectFlowRouterInputStreamDetails: StaticStructureSchema;
|
|
174
|
+
export declare var MediaConnectFlowRouterOutputConfiguration: StaticStructureSchema;
|
|
175
|
+
export declare var MediaConnectFlowRouterOutputStreamDetails: StaticStructureSchema;
|
|
176
|
+
export declare var MediaLiveInputRouterOutputConfiguration: StaticStructureSchema;
|
|
177
|
+
export declare var MediaLiveInputRouterOutputStreamDetails: StaticStructureSchema;
|
|
178
|
+
export declare var MediaLiveTransitEncryption: StaticStructureSchema;
|
|
124
179
|
export declare var MediaStream: StaticStructureSchema;
|
|
125
180
|
export declare var MediaStreamAttributes: StaticStructureSchema;
|
|
126
181
|
export declare var MediaStreamAttributesRequest: StaticStructureSchema;
|
|
@@ -128,6 +183,9 @@ export declare var MediaStreamOutputConfiguration: StaticStructureSchema;
|
|
|
128
183
|
export declare var MediaStreamOutputConfigurationRequest: StaticStructureSchema;
|
|
129
184
|
export declare var MediaStreamSourceConfiguration: StaticStructureSchema;
|
|
130
185
|
export declare var MediaStreamSourceConfigurationRequest: StaticStructureSchema;
|
|
186
|
+
export declare var MergeRouterInputConfiguration: StaticStructureSchema;
|
|
187
|
+
export declare var MergeRouterInputIndexedStreamDetails: StaticStructureSchema;
|
|
188
|
+
export declare var MergeRouterInputStreamDetails: StaticStructureSchema;
|
|
131
189
|
export declare var MessageDetail: StaticStructureSchema;
|
|
132
190
|
export declare var Messages: StaticStructureSchema;
|
|
133
191
|
export declare var MonitoringConfig: StaticStructureSchema;
|
|
@@ -137,6 +195,9 @@ export declare var NdiDiscoveryServerConfig: StaticStructureSchema;
|
|
|
137
195
|
export declare var NotFoundException: StaticErrorSchema;
|
|
138
196
|
export declare var Offering: StaticStructureSchema;
|
|
139
197
|
export declare var Output: StaticStructureSchema;
|
|
198
|
+
export declare var PreferredDayTimeMaintenanceConfiguration: StaticStructureSchema;
|
|
199
|
+
export declare var PublicRouterNetworkInterfaceConfiguration: StaticStructureSchema;
|
|
200
|
+
export declare var PublicRouterNetworkInterfaceRule: StaticStructureSchema;
|
|
140
201
|
export declare var PurchaseOfferingRequest: StaticStructureSchema;
|
|
141
202
|
export declare var PurchaseOfferingResponse: StaticStructureSchema;
|
|
142
203
|
export declare var RemoveBridgeOutputRequest: StaticStructureSchema;
|
|
@@ -153,25 +214,67 @@ export declare var RemoveFlowVpcInterfaceRequest: StaticStructureSchema;
|
|
|
153
214
|
export declare var RemoveFlowVpcInterfaceResponse: StaticStructureSchema;
|
|
154
215
|
export declare var Reservation: StaticStructureSchema;
|
|
155
216
|
export declare var ResourceSpecification: StaticStructureSchema;
|
|
217
|
+
export declare var RestartRouterInputRequest: StaticStructureSchema;
|
|
218
|
+
export declare var RestartRouterInputResponse: StaticStructureSchema;
|
|
219
|
+
export declare var RestartRouterOutputRequest: StaticStructureSchema;
|
|
220
|
+
export declare var RestartRouterOutputResponse: StaticStructureSchema;
|
|
156
221
|
export declare var RevokeFlowEntitlementRequest: StaticStructureSchema;
|
|
157
222
|
export declare var RevokeFlowEntitlementResponse: StaticStructureSchema;
|
|
223
|
+
export declare var RistRouterInputConfiguration: StaticStructureSchema;
|
|
224
|
+
export declare var RistRouterOutputConfiguration: StaticStructureSchema;
|
|
225
|
+
export declare var RouterInput: StaticStructureSchema;
|
|
226
|
+
export declare var RouterInputMessage: StaticStructureSchema;
|
|
227
|
+
export declare var RouterInputServiceQuotaExceededException: StaticErrorSchema;
|
|
228
|
+
export declare var RouterInputSourceMetadataDetails: StaticStructureSchema;
|
|
229
|
+
export declare var RouterInputThumbnailDetails: StaticStructureSchema;
|
|
230
|
+
export declare var RouterInputTransitEncryption: StaticStructureSchema;
|
|
231
|
+
export declare var RouterNetworkInterface: StaticStructureSchema;
|
|
232
|
+
export declare var RouterNetworkInterfaceServiceQuotaExceededException: StaticErrorSchema;
|
|
233
|
+
export declare var RouterOutput: StaticStructureSchema;
|
|
234
|
+
export declare var RouterOutputMessage: StaticStructureSchema;
|
|
235
|
+
export declare var RouterOutputServiceQuotaExceededException: StaticErrorSchema;
|
|
236
|
+
export declare var RtpRouterInputConfiguration: StaticStructureSchema;
|
|
237
|
+
export declare var RtpRouterOutputConfiguration: StaticStructureSchema;
|
|
238
|
+
export declare var SecretsManagerEncryptionKeyConfiguration: StaticStructureSchema;
|
|
158
239
|
export declare var ServiceUnavailableException: StaticErrorSchema;
|
|
159
240
|
export declare var SetGatewayBridgeSourceRequest: StaticStructureSchema;
|
|
160
241
|
export declare var SetSourceRequest: StaticStructureSchema;
|
|
161
242
|
export declare var SilentAudio: StaticStructureSchema;
|
|
162
243
|
export declare var Source: StaticStructureSchema;
|
|
163
244
|
export declare var SourcePriority: StaticStructureSchema;
|
|
245
|
+
export declare var SrtCallerRouterInputConfiguration: StaticStructureSchema;
|
|
246
|
+
export declare var SrtCallerRouterOutputConfiguration: StaticStructureSchema;
|
|
247
|
+
export declare var SrtDecryptionConfiguration: StaticStructureSchema;
|
|
248
|
+
export declare var SrtEncryptionConfiguration: StaticStructureSchema;
|
|
249
|
+
export declare var SrtListenerRouterInputConfiguration: StaticStructureSchema;
|
|
250
|
+
export declare var SrtListenerRouterOutputConfiguration: StaticStructureSchema;
|
|
251
|
+
export declare var StandardRouterInputConfiguration: StaticStructureSchema;
|
|
252
|
+
export declare var StandardRouterInputStreamDetails: StaticStructureSchema;
|
|
253
|
+
export declare var StandardRouterOutputConfiguration: StaticStructureSchema;
|
|
254
|
+
export declare var StandardRouterOutputStreamDetails: StaticStructureSchema;
|
|
164
255
|
export declare var StartFlowRequest: StaticStructureSchema;
|
|
165
256
|
export declare var StartFlowResponse: StaticStructureSchema;
|
|
257
|
+
export declare var StartRouterInputRequest: StaticStructureSchema;
|
|
258
|
+
export declare var StartRouterInputResponse: StaticStructureSchema;
|
|
259
|
+
export declare var StartRouterOutputRequest: StaticStructureSchema;
|
|
260
|
+
export declare var StartRouterOutputResponse: StaticStructureSchema;
|
|
166
261
|
export declare var StopFlowRequest: StaticStructureSchema;
|
|
167
262
|
export declare var StopFlowResponse: StaticStructureSchema;
|
|
263
|
+
export declare var StopRouterInputRequest: StaticStructureSchema;
|
|
264
|
+
export declare var StopRouterInputResponse: StaticStructureSchema;
|
|
265
|
+
export declare var StopRouterOutputRequest: StaticStructureSchema;
|
|
266
|
+
export declare var StopRouterOutputResponse: StaticStructureSchema;
|
|
267
|
+
export declare var TagGlobalResourceRequest: StaticStructureSchema;
|
|
168
268
|
export declare var TagResourceRequest: StaticStructureSchema;
|
|
269
|
+
export declare var TakeRouterInputRequest: StaticStructureSchema;
|
|
270
|
+
export declare var TakeRouterInputResponse: StaticStructureSchema;
|
|
169
271
|
export declare var ThumbnailDetails: StaticStructureSchema;
|
|
170
272
|
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
171
273
|
export declare var Transport: StaticStructureSchema;
|
|
172
274
|
export declare var TransportMediaInfo: StaticStructureSchema;
|
|
173
275
|
export declare var TransportStream: StaticStructureSchema;
|
|
174
276
|
export declare var TransportStreamProgram: StaticStructureSchema;
|
|
277
|
+
export declare var UntagGlobalResourceRequest: StaticStructureSchema;
|
|
175
278
|
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
176
279
|
export declare var UpdateBridgeFlowSourceRequest: StaticStructureSchema;
|
|
177
280
|
export declare var UpdateBridgeNetworkOutputRequest: StaticStructureSchema;
|
|
@@ -202,10 +305,18 @@ export declare var UpdateGatewayInstanceRequest: StaticStructureSchema;
|
|
|
202
305
|
export declare var UpdateGatewayInstanceResponse: StaticStructureSchema;
|
|
203
306
|
export declare var UpdateIngressGatewayBridgeRequest: StaticStructureSchema;
|
|
204
307
|
export declare var UpdateMaintenance: StaticStructureSchema;
|
|
308
|
+
export declare var UpdateRouterInputRequest: StaticStructureSchema;
|
|
309
|
+
export declare var UpdateRouterInputResponse: StaticStructureSchema;
|
|
310
|
+
export declare var UpdateRouterNetworkInterfaceRequest: StaticStructureSchema;
|
|
311
|
+
export declare var UpdateRouterNetworkInterfaceResponse: StaticStructureSchema;
|
|
312
|
+
export declare var UpdateRouterOutputRequest: StaticStructureSchema;
|
|
313
|
+
export declare var UpdateRouterOutputResponse: StaticStructureSchema;
|
|
205
314
|
export declare var VideoMonitoringSetting: StaticStructureSchema;
|
|
206
315
|
export declare var VpcInterface: StaticStructureSchema;
|
|
207
316
|
export declare var VpcInterfaceAttachment: StaticStructureSchema;
|
|
208
317
|
export declare var VpcInterfaceRequest: StaticStructureSchema;
|
|
318
|
+
export declare var VpcRouterNetworkInterfaceConfiguration: StaticStructureSchema;
|
|
319
|
+
export declare var WindowMaintenanceSchedule: StaticStructureSchema;
|
|
209
320
|
export declare var __Unit: "unit";
|
|
210
321
|
export declare var MediaConnectServiceException: StaticErrorSchema;
|
|
211
322
|
export declare var __listOfAddBridgeOutputRequest: StaticListSchema;
|
|
@@ -246,19 +357,72 @@ export declare var __listOfTransportStreamProgram: StaticListSchema;
|
|
|
246
357
|
export declare var __listOfVideoMonitoringSetting: StaticListSchema;
|
|
247
358
|
export declare var __listOfVpcInterface: StaticListSchema;
|
|
248
359
|
export declare var __listOfVpcInterfaceRequest: StaticListSchema;
|
|
360
|
+
export declare var BatchGetRouterInputErrorList: StaticListSchema;
|
|
361
|
+
export declare var BatchGetRouterNetworkInterfaceErrorList: StaticListSchema;
|
|
362
|
+
export declare var BatchGetRouterOutputErrorList: StaticListSchema;
|
|
363
|
+
export declare var FailoverRouterInputProtocolConfigurationList: StaticListSchema;
|
|
364
|
+
export declare var ListedRouterInputList: StaticListSchema;
|
|
365
|
+
export declare var ListedRouterNetworkInterfaceList: StaticListSchema;
|
|
366
|
+
export declare var ListedRouterOutputList: StaticListSchema;
|
|
367
|
+
export declare var MergeRouterInputProtocolConfigurationList: StaticListSchema;
|
|
368
|
+
export declare var NetworkInterfaceRuleList: StaticListSchema;
|
|
369
|
+
export declare var RouterInputArnList: number;
|
|
370
|
+
export declare var RouterInputFilterList: StaticListSchema;
|
|
371
|
+
export declare var RouterInputList: StaticListSchema;
|
|
372
|
+
export declare var RouterInputMessages: StaticListSchema;
|
|
373
|
+
export declare var RouterInputTypeList: number;
|
|
374
|
+
export declare var RouterNetworkInterfaceArnList: number;
|
|
375
|
+
export declare var RouterNetworkInterfaceFilterList: StaticListSchema;
|
|
376
|
+
export declare var RouterNetworkInterfaceList: StaticListSchema;
|
|
377
|
+
export declare var RouterNetworkInterfaceTypeList: number;
|
|
378
|
+
export declare var RouterOutputArnList: number;
|
|
379
|
+
export declare var RouterOutputFilterList: StaticListSchema;
|
|
380
|
+
export declare var RouterOutputList: StaticListSchema;
|
|
381
|
+
export declare var RouterOutputMessages: StaticListSchema;
|
|
382
|
+
export declare var RouterOutputTypeList: number;
|
|
383
|
+
export declare var RoutingScopeList: number;
|
|
384
|
+
export declare var SecurityGroupIdList: number;
|
|
385
|
+
export declare var StringList: number;
|
|
249
386
|
export declare var __mapOfString: number;
|
|
387
|
+
export declare var FailoverRouterInputProtocolConfiguration: StaticStructureSchema;
|
|
388
|
+
export declare var FlowTransitEncryptionKeyConfiguration: StaticStructureSchema;
|
|
389
|
+
export declare var MaintenanceConfiguration: StaticStructureSchema;
|
|
390
|
+
export declare var MaintenanceSchedule: StaticStructureSchema;
|
|
391
|
+
export declare var MediaLiveTransitEncryptionKeyConfiguration: StaticStructureSchema;
|
|
392
|
+
export declare var MergeRouterInputProtocolConfiguration: StaticStructureSchema;
|
|
393
|
+
export declare var RouterInputConfiguration: StaticStructureSchema;
|
|
394
|
+
export declare var RouterInputFilter: StaticStructureSchema;
|
|
395
|
+
export declare var RouterInputMetadata: StaticStructureSchema;
|
|
396
|
+
export declare var RouterInputProtocolConfiguration: StaticStructureSchema;
|
|
397
|
+
export declare var RouterInputStreamDetails: StaticStructureSchema;
|
|
398
|
+
export declare var RouterInputTransitEncryptionKeyConfiguration: StaticStructureSchema;
|
|
399
|
+
export declare var RouterNetworkInterfaceConfiguration: StaticStructureSchema;
|
|
400
|
+
export declare var RouterNetworkInterfaceFilter: StaticStructureSchema;
|
|
401
|
+
export declare var RouterOutputConfiguration: StaticStructureSchema;
|
|
402
|
+
export declare var RouterOutputFilter: StaticStructureSchema;
|
|
403
|
+
export declare var RouterOutputProtocolConfiguration: StaticStructureSchema;
|
|
404
|
+
export declare var RouterOutputStreamDetails: StaticStructureSchema;
|
|
250
405
|
export declare var AddBridgeOutputs: StaticOperationSchema;
|
|
251
406
|
export declare var AddBridgeSources: StaticOperationSchema;
|
|
252
407
|
export declare var AddFlowMediaStreams: StaticOperationSchema;
|
|
253
408
|
export declare var AddFlowOutputs: StaticOperationSchema;
|
|
254
409
|
export declare var AddFlowSources: StaticOperationSchema;
|
|
255
410
|
export declare var AddFlowVpcInterfaces: StaticOperationSchema;
|
|
411
|
+
export declare var BatchGetRouterInput: StaticOperationSchema;
|
|
412
|
+
export declare var BatchGetRouterNetworkInterface: StaticOperationSchema;
|
|
413
|
+
export declare var BatchGetRouterOutput: StaticOperationSchema;
|
|
256
414
|
export declare var CreateBridge: StaticOperationSchema;
|
|
257
415
|
export declare var CreateFlow: StaticOperationSchema;
|
|
258
416
|
export declare var CreateGateway: StaticOperationSchema;
|
|
417
|
+
export declare var CreateRouterInput: StaticOperationSchema;
|
|
418
|
+
export declare var CreateRouterNetworkInterface: StaticOperationSchema;
|
|
419
|
+
export declare var CreateRouterOutput: StaticOperationSchema;
|
|
259
420
|
export declare var DeleteBridge: StaticOperationSchema;
|
|
260
421
|
export declare var DeleteFlow: StaticOperationSchema;
|
|
261
422
|
export declare var DeleteGateway: StaticOperationSchema;
|
|
423
|
+
export declare var DeleteRouterInput: StaticOperationSchema;
|
|
424
|
+
export declare var DeleteRouterNetworkInterface: StaticOperationSchema;
|
|
425
|
+
export declare var DeleteRouterOutput: StaticOperationSchema;
|
|
262
426
|
export declare var DeregisterGatewayInstance: StaticOperationSchema;
|
|
263
427
|
export declare var DescribeBridge: StaticOperationSchema;
|
|
264
428
|
export declare var DescribeFlow: StaticOperationSchema;
|
|
@@ -268,6 +432,11 @@ export declare var DescribeGateway: StaticOperationSchema;
|
|
|
268
432
|
export declare var DescribeGatewayInstance: StaticOperationSchema;
|
|
269
433
|
export declare var DescribeOffering: StaticOperationSchema;
|
|
270
434
|
export declare var DescribeReservation: StaticOperationSchema;
|
|
435
|
+
export declare var GetRouterInput: StaticOperationSchema;
|
|
436
|
+
export declare var GetRouterInputSourceMetadata: StaticOperationSchema;
|
|
437
|
+
export declare var GetRouterInputThumbnail: StaticOperationSchema;
|
|
438
|
+
export declare var GetRouterNetworkInterface: StaticOperationSchema;
|
|
439
|
+
export declare var GetRouterOutput: StaticOperationSchema;
|
|
271
440
|
export declare var GrantFlowEntitlements: StaticOperationSchema;
|
|
272
441
|
export declare var ListBridges: StaticOperationSchema;
|
|
273
442
|
export declare var ListEntitlements: StaticOperationSchema;
|
|
@@ -276,6 +445,10 @@ export declare var ListGatewayInstances: StaticOperationSchema;
|
|
|
276
445
|
export declare var ListGateways: StaticOperationSchema;
|
|
277
446
|
export declare var ListOfferings: StaticOperationSchema;
|
|
278
447
|
export declare var ListReservations: StaticOperationSchema;
|
|
448
|
+
export declare var ListRouterInputs: StaticOperationSchema;
|
|
449
|
+
export declare var ListRouterNetworkInterfaces: StaticOperationSchema;
|
|
450
|
+
export declare var ListRouterOutputs: StaticOperationSchema;
|
|
451
|
+
export declare var ListTagsForGlobalResource: StaticOperationSchema;
|
|
279
452
|
export declare var ListTagsForResource: StaticOperationSchema;
|
|
280
453
|
export declare var PurchaseOffering: StaticOperationSchema;
|
|
281
454
|
export declare var RemoveBridgeOutput: StaticOperationSchema;
|
|
@@ -284,10 +457,19 @@ export declare var RemoveFlowMediaStream: StaticOperationSchema;
|
|
|
284
457
|
export declare var RemoveFlowOutput: StaticOperationSchema;
|
|
285
458
|
export declare var RemoveFlowSource: StaticOperationSchema;
|
|
286
459
|
export declare var RemoveFlowVpcInterface: StaticOperationSchema;
|
|
460
|
+
export declare var RestartRouterInput: StaticOperationSchema;
|
|
461
|
+
export declare var RestartRouterOutput: StaticOperationSchema;
|
|
287
462
|
export declare var RevokeFlowEntitlement: StaticOperationSchema;
|
|
288
463
|
export declare var StartFlow: StaticOperationSchema;
|
|
464
|
+
export declare var StartRouterInput: StaticOperationSchema;
|
|
465
|
+
export declare var StartRouterOutput: StaticOperationSchema;
|
|
289
466
|
export declare var StopFlow: StaticOperationSchema;
|
|
467
|
+
export declare var StopRouterInput: StaticOperationSchema;
|
|
468
|
+
export declare var StopRouterOutput: StaticOperationSchema;
|
|
469
|
+
export declare var TagGlobalResource: StaticOperationSchema;
|
|
290
470
|
export declare var TagResource: StaticOperationSchema;
|
|
471
|
+
export declare var TakeRouterInput: StaticOperationSchema;
|
|
472
|
+
export declare var UntagGlobalResource: StaticOperationSchema;
|
|
291
473
|
export declare var UntagResource: StaticOperationSchema;
|
|
292
474
|
export declare var UpdateBridge: StaticOperationSchema;
|
|
293
475
|
export declare var UpdateBridgeOutput: StaticOperationSchema;
|
|
@@ -299,3 +481,6 @@ export declare var UpdateFlowMediaStream: StaticOperationSchema;
|
|
|
299
481
|
export declare var UpdateFlowOutput: StaticOperationSchema;
|
|
300
482
|
export declare var UpdateFlowSource: StaticOperationSchema;
|
|
301
483
|
export declare var UpdateGatewayInstance: StaticOperationSchema;
|
|
484
|
+
export declare var UpdateRouterInput: StaticOperationSchema;
|
|
485
|
+
export declare var UpdateRouterNetworkInterface: StaticOperationSchema;
|
|
486
|
+
export declare var UpdateRouterOutput: StaticOperationSchema;
|
|
@@ -1,3 +1,10 @@
|
|
|
1
1
|
export * from "./waitForFlowActive";
|
|
2
2
|
export * from "./waitForFlowDeleted";
|
|
3
3
|
export * from "./waitForFlowStandby";
|
|
4
|
+
export * from "./waitForInputActive";
|
|
5
|
+
export * from "./waitForInputDeleted";
|
|
6
|
+
export * from "./waitForInputStandby";
|
|
7
|
+
export * from "./waitForOutputActive";
|
|
8
|
+
export * from "./waitForOutputDeleted";
|
|
9
|
+
export * from "./waitForOutputRouted";
|
|
10
|
+
export * from "./waitForOutputStandby";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRouterInputCommandInput } from "../commands/GetRouterInputCommand";
|
|
3
|
+
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
+
export declare const waitForInputActive: (
|
|
5
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
6
|
+
input: GetRouterInputCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilInputActive: (
|
|
9
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
10
|
+
input: GetRouterInputCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRouterInputCommandInput } from "../commands/GetRouterInputCommand";
|
|
3
|
+
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
+
export declare const waitForInputDeleted: (
|
|
5
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
6
|
+
input: GetRouterInputCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilInputDeleted: (
|
|
9
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
10
|
+
input: GetRouterInputCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRouterInputCommandInput } from "../commands/GetRouterInputCommand";
|
|
3
|
+
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
+
export declare const waitForInputStandby: (
|
|
5
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
6
|
+
input: GetRouterInputCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilInputStandby: (
|
|
9
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
10
|
+
input: GetRouterInputCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRouterOutputCommandInput } from "../commands/GetRouterOutputCommand";
|
|
3
|
+
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
+
export declare const waitForOutputActive: (
|
|
5
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
6
|
+
input: GetRouterOutputCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilOutputActive: (
|
|
9
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
10
|
+
input: GetRouterOutputCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRouterOutputCommandInput } from "../commands/GetRouterOutputCommand";
|
|
3
|
+
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
+
export declare const waitForOutputDeleted: (
|
|
5
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
6
|
+
input: GetRouterOutputCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilOutputDeleted: (
|
|
9
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
10
|
+
input: GetRouterOutputCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRouterOutputCommandInput } from "../commands/GetRouterOutputCommand";
|
|
3
|
+
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
+
export declare const waitForOutputRouted: (
|
|
5
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
6
|
+
input: GetRouterOutputCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilOutputRouted: (
|
|
9
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
10
|
+
input: GetRouterOutputCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRouterOutputCommandInput } from "../commands/GetRouterOutputCommand";
|
|
3
|
+
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
+
export declare const waitForOutputStandby: (
|
|
5
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
6
|
+
input: GetRouterOutputCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilOutputStandby: (
|
|
9
|
+
params: WaiterConfiguration<MediaConnectClient>,
|
|
10
|
+
input: GetRouterOutputCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -1,3 +1,10 @@
|
|
|
1
1
|
export * from "./waitForFlowActive";
|
|
2
2
|
export * from "./waitForFlowDeleted";
|
|
3
3
|
export * from "./waitForFlowStandby";
|
|
4
|
+
export * from "./waitForInputActive";
|
|
5
|
+
export * from "./waitForInputDeleted";
|
|
6
|
+
export * from "./waitForInputStandby";
|
|
7
|
+
export * from "./waitForOutputActive";
|
|
8
|
+
export * from "./waitForOutputDeleted";
|
|
9
|
+
export * from "./waitForOutputRouted";
|
|
10
|
+
export * from "./waitForOutputStandby";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRouterInputCommandInput } from "../commands/GetRouterInputCommand";
|
|
3
|
+
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
+
/**
|
|
5
|
+
* Wait until the Input is ACTIVE
|
|
6
|
+
* @deprecated Use waitUntilInputActive instead. waitForInputActive does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForInputActive: (params: WaiterConfiguration<MediaConnectClient>, input: GetRouterInputCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
* Wait until the Input is ACTIVE
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to GetRouterInputCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilInputActive: (params: WaiterConfiguration<MediaConnectClient>, input: GetRouterInputCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRouterInputCommandInput } from "../commands/GetRouterInputCommand";
|
|
3
|
+
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
+
/**
|
|
5
|
+
* Wait until the Input is deleted
|
|
6
|
+
* @deprecated Use waitUntilInputDeleted instead. waitForInputDeleted does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForInputDeleted: (params: WaiterConfiguration<MediaConnectClient>, input: GetRouterInputCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
* Wait until the Input is deleted
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to GetRouterInputCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilInputDeleted: (params: WaiterConfiguration<MediaConnectClient>, input: GetRouterInputCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRouterInputCommandInput } from "../commands/GetRouterInputCommand";
|
|
3
|
+
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
+
/**
|
|
5
|
+
* Wait until the Input is STANDBY
|
|
6
|
+
* @deprecated Use waitUntilInputStandby instead. waitForInputStandby does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForInputStandby: (params: WaiterConfiguration<MediaConnectClient>, input: GetRouterInputCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
* Wait until the Input is STANDBY
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to GetRouterInputCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilInputStandby: (params: WaiterConfiguration<MediaConnectClient>, input: GetRouterInputCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { GetRouterOutputCommandInput } from "../commands/GetRouterOutputCommand";
|
|
3
|
+
import { MediaConnectClient } from "../MediaConnectClient";
|
|
4
|
+
/**
|
|
5
|
+
* Wait until the Output is ACTIVE
|
|
6
|
+
* @deprecated Use waitUntilOutputActive instead. waitForOutputActive does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForOutputActive: (params: WaiterConfiguration<MediaConnectClient>, input: GetRouterOutputCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
* Wait until the Output is ACTIVE
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to GetRouterOutputCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilOutputActive: (params: WaiterConfiguration<MediaConnectClient>, input: GetRouterOutputCommandInput) => Promise<WaiterResult>;
|