@aws-sdk/client-mediaconnect 3.934.0 → 3.936.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +19 -19
- 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,293 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
|
+
import { CreateRouterOutputRequest, CreateRouterOutputResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateRouterOutputCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateRouterOutputCommandInput extends CreateRouterOutputRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateRouterOutputCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateRouterOutputCommandOutput extends CreateRouterOutputResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateRouterOutputCommand_base: {
|
|
25
|
+
new (input: CreateRouterOutputCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouterOutputCommandInput, CreateRouterOutputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateRouterOutputCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouterOutputCommandInput, CreateRouterOutputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a new router output in AWS Elemental MediaConnect.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { MediaConnectClient, CreateRouterOutputCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
|
|
35
|
+
* // const { MediaConnectClient, CreateRouterOutputCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
|
|
36
|
+
* // import type { MediaConnectClientConfig } from "@aws-sdk/client-mediaconnect";
|
|
37
|
+
* const config = {}; // type is MediaConnectClientConfig
|
|
38
|
+
* const client = new MediaConnectClient(config);
|
|
39
|
+
* const input = { // CreateRouterOutputRequest
|
|
40
|
+
* Name: "STRING_VALUE", // required
|
|
41
|
+
* Configuration: { // RouterOutputConfiguration Union: only one key present
|
|
42
|
+
* Standard: { // StandardRouterOutputConfiguration
|
|
43
|
+
* NetworkInterfaceArn: "STRING_VALUE", // required
|
|
44
|
+
* ProtocolConfiguration: { // RouterOutputProtocolConfiguration Union: only one key present
|
|
45
|
+
* Rtp: { // RtpRouterOutputConfiguration
|
|
46
|
+
* DestinationAddress: "STRING_VALUE", // required
|
|
47
|
+
* DestinationPort: Number("int"), // required
|
|
48
|
+
* ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
49
|
+
* },
|
|
50
|
+
* Rist: { // RistRouterOutputConfiguration
|
|
51
|
+
* DestinationAddress: "STRING_VALUE", // required
|
|
52
|
+
* DestinationPort: Number("int"), // required
|
|
53
|
+
* },
|
|
54
|
+
* SrtListener: { // SrtListenerRouterOutputConfiguration
|
|
55
|
+
* Port: Number("int"), // required
|
|
56
|
+
* MinimumLatencyMilliseconds: Number("long"), // required
|
|
57
|
+
* EncryptionConfiguration: { // SrtEncryptionConfiguration
|
|
58
|
+
* EncryptionKey: { // SecretsManagerEncryptionKeyConfiguration
|
|
59
|
+
* SecretArn: "STRING_VALUE", // required
|
|
60
|
+
* RoleArn: "STRING_VALUE", // required
|
|
61
|
+
* },
|
|
62
|
+
* },
|
|
63
|
+
* },
|
|
64
|
+
* SrtCaller: { // SrtCallerRouterOutputConfiguration
|
|
65
|
+
* DestinationAddress: "STRING_VALUE", // required
|
|
66
|
+
* DestinationPort: Number("int"), // required
|
|
67
|
+
* MinimumLatencyMilliseconds: Number("long"), // required
|
|
68
|
+
* StreamId: "STRING_VALUE",
|
|
69
|
+
* EncryptionConfiguration: {
|
|
70
|
+
* EncryptionKey: {
|
|
71
|
+
* SecretArn: "STRING_VALUE", // required
|
|
72
|
+
* RoleArn: "STRING_VALUE", // required
|
|
73
|
+
* },
|
|
74
|
+
* },
|
|
75
|
+
* },
|
|
76
|
+
* },
|
|
77
|
+
* Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
|
|
78
|
+
* },
|
|
79
|
+
* MediaConnectFlow: { // MediaConnectFlowRouterOutputConfiguration
|
|
80
|
+
* FlowArn: "STRING_VALUE",
|
|
81
|
+
* FlowSourceArn: "STRING_VALUE",
|
|
82
|
+
* DestinationTransitEncryption: { // FlowTransitEncryption
|
|
83
|
+
* EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
84
|
+
* EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
|
|
85
|
+
* SecretsManager: {
|
|
86
|
+
* SecretArn: "STRING_VALUE", // required
|
|
87
|
+
* RoleArn: "STRING_VALUE", // required
|
|
88
|
+
* },
|
|
89
|
+
* Automatic: {},
|
|
90
|
+
* },
|
|
91
|
+
* },
|
|
92
|
+
* },
|
|
93
|
+
* MediaLiveInput: { // MediaLiveInputRouterOutputConfiguration
|
|
94
|
+
* MediaLiveInputArn: "STRING_VALUE",
|
|
95
|
+
* MediaLivePipelineId: "PIPELINE_0" || "PIPELINE_1",
|
|
96
|
+
* DestinationTransitEncryption: { // MediaLiveTransitEncryption
|
|
97
|
+
* EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
98
|
+
* EncryptionKeyConfiguration: { // MediaLiveTransitEncryptionKeyConfiguration Union: only one key present
|
|
99
|
+
* SecretsManager: {
|
|
100
|
+
* SecretArn: "STRING_VALUE", // required
|
|
101
|
+
* RoleArn: "STRING_VALUE", // required
|
|
102
|
+
* },
|
|
103
|
+
* Automatic: {},
|
|
104
|
+
* },
|
|
105
|
+
* },
|
|
106
|
+
* },
|
|
107
|
+
* },
|
|
108
|
+
* MaximumBitrate: Number("long"), // required
|
|
109
|
+
* RoutingScope: "REGIONAL" || "GLOBAL", // required
|
|
110
|
+
* Tier: "OUTPUT_100" || "OUTPUT_50" || "OUTPUT_20", // required
|
|
111
|
+
* RegionName: "STRING_VALUE",
|
|
112
|
+
* AvailabilityZone: "STRING_VALUE",
|
|
113
|
+
* MaintenanceConfiguration: { // MaintenanceConfiguration Union: only one key present
|
|
114
|
+
* PreferredDayTime: { // PreferredDayTimeMaintenanceConfiguration
|
|
115
|
+
* Day: "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY" || "SUNDAY", // required
|
|
116
|
+
* Time: "STRING_VALUE", // required
|
|
117
|
+
* },
|
|
118
|
+
* Default: {},
|
|
119
|
+
* },
|
|
120
|
+
* Tags: { // __mapOfString
|
|
121
|
+
* "<keys>": "STRING_VALUE",
|
|
122
|
+
* },
|
|
123
|
+
* ClientToken: "STRING_VALUE",
|
|
124
|
+
* };
|
|
125
|
+
* const command = new CreateRouterOutputCommand(input);
|
|
126
|
+
* const response = await client.send(command);
|
|
127
|
+
* // { // CreateRouterOutputResponse
|
|
128
|
+
* // RouterOutput: { // RouterOutput
|
|
129
|
+
* // Name: "STRING_VALUE", // required
|
|
130
|
+
* // Arn: "STRING_VALUE", // required
|
|
131
|
+
* // Id: "STRING_VALUE", // required
|
|
132
|
+
* // State: "CREATING" || "STANDBY" || "STARTING" || "ACTIVE" || "STOPPING" || "DELETING" || "UPDATING" || "ERROR" || "RECOVERING" || "MIGRATING", // required
|
|
133
|
+
* // OutputType: "STANDARD" || "MEDIACONNECT_FLOW" || "MEDIALIVE_INPUT", // required
|
|
134
|
+
* // Configuration: { // RouterOutputConfiguration Union: only one key present
|
|
135
|
+
* // Standard: { // StandardRouterOutputConfiguration
|
|
136
|
+
* // NetworkInterfaceArn: "STRING_VALUE", // required
|
|
137
|
+
* // ProtocolConfiguration: { // RouterOutputProtocolConfiguration Union: only one key present
|
|
138
|
+
* // Rtp: { // RtpRouterOutputConfiguration
|
|
139
|
+
* // DestinationAddress: "STRING_VALUE", // required
|
|
140
|
+
* // DestinationPort: Number("int"), // required
|
|
141
|
+
* // ForwardErrorCorrection: "ENABLED" || "DISABLED",
|
|
142
|
+
* // },
|
|
143
|
+
* // Rist: { // RistRouterOutputConfiguration
|
|
144
|
+
* // DestinationAddress: "STRING_VALUE", // required
|
|
145
|
+
* // DestinationPort: Number("int"), // required
|
|
146
|
+
* // },
|
|
147
|
+
* // SrtListener: { // SrtListenerRouterOutputConfiguration
|
|
148
|
+
* // Port: Number("int"), // required
|
|
149
|
+
* // MinimumLatencyMilliseconds: Number("long"), // required
|
|
150
|
+
* // EncryptionConfiguration: { // SrtEncryptionConfiguration
|
|
151
|
+
* // EncryptionKey: { // SecretsManagerEncryptionKeyConfiguration
|
|
152
|
+
* // SecretArn: "STRING_VALUE", // required
|
|
153
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
154
|
+
* // },
|
|
155
|
+
* // },
|
|
156
|
+
* // },
|
|
157
|
+
* // SrtCaller: { // SrtCallerRouterOutputConfiguration
|
|
158
|
+
* // DestinationAddress: "STRING_VALUE", // required
|
|
159
|
+
* // DestinationPort: Number("int"), // required
|
|
160
|
+
* // MinimumLatencyMilliseconds: Number("long"), // required
|
|
161
|
+
* // StreamId: "STRING_VALUE",
|
|
162
|
+
* // EncryptionConfiguration: {
|
|
163
|
+
* // EncryptionKey: {
|
|
164
|
+
* // SecretArn: "STRING_VALUE", // required
|
|
165
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
166
|
+
* // },
|
|
167
|
+
* // },
|
|
168
|
+
* // },
|
|
169
|
+
* // },
|
|
170
|
+
* // Protocol: "RTP" || "RIST" || "SRT_CALLER" || "SRT_LISTENER",
|
|
171
|
+
* // },
|
|
172
|
+
* // MediaConnectFlow: { // MediaConnectFlowRouterOutputConfiguration
|
|
173
|
+
* // FlowArn: "STRING_VALUE",
|
|
174
|
+
* // FlowSourceArn: "STRING_VALUE",
|
|
175
|
+
* // DestinationTransitEncryption: { // FlowTransitEncryption
|
|
176
|
+
* // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
177
|
+
* // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
|
|
178
|
+
* // SecretsManager: {
|
|
179
|
+
* // SecretArn: "STRING_VALUE", // required
|
|
180
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
181
|
+
* // },
|
|
182
|
+
* // Automatic: {},
|
|
183
|
+
* // },
|
|
184
|
+
* // },
|
|
185
|
+
* // },
|
|
186
|
+
* // MediaLiveInput: { // MediaLiveInputRouterOutputConfiguration
|
|
187
|
+
* // MediaLiveInputArn: "STRING_VALUE",
|
|
188
|
+
* // MediaLivePipelineId: "PIPELINE_0" || "PIPELINE_1",
|
|
189
|
+
* // DestinationTransitEncryption: { // MediaLiveTransitEncryption
|
|
190
|
+
* // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
191
|
+
* // EncryptionKeyConfiguration: { // MediaLiveTransitEncryptionKeyConfiguration Union: only one key present
|
|
192
|
+
* // SecretsManager: {
|
|
193
|
+
* // SecretArn: "STRING_VALUE", // required
|
|
194
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
195
|
+
* // },
|
|
196
|
+
* // Automatic: {},
|
|
197
|
+
* // },
|
|
198
|
+
* // },
|
|
199
|
+
* // },
|
|
200
|
+
* // },
|
|
201
|
+
* // RoutedState: "ROUTED" || "ROUTING" || "UNROUTED", // required
|
|
202
|
+
* // RegionName: "STRING_VALUE", // required
|
|
203
|
+
* // AvailabilityZone: "STRING_VALUE", // required
|
|
204
|
+
* // MaximumBitrate: Number("long"), // required
|
|
205
|
+
* // RoutingScope: "REGIONAL" || "GLOBAL", // required
|
|
206
|
+
* // Tier: "OUTPUT_100" || "OUTPUT_50" || "OUTPUT_20", // required
|
|
207
|
+
* // CreatedAt: new Date("TIMESTAMP"), // required
|
|
208
|
+
* // UpdatedAt: new Date("TIMESTAMP"), // required
|
|
209
|
+
* // Messages: [ // RouterOutputMessages // required
|
|
210
|
+
* // { // RouterOutputMessage
|
|
211
|
+
* // Code: "STRING_VALUE", // required
|
|
212
|
+
* // Message: "STRING_VALUE", // required
|
|
213
|
+
* // },
|
|
214
|
+
* // ],
|
|
215
|
+
* // Tags: { // __mapOfString // required
|
|
216
|
+
* // "<keys>": "STRING_VALUE",
|
|
217
|
+
* // },
|
|
218
|
+
* // StreamDetails: { // RouterOutputStreamDetails Union: only one key present
|
|
219
|
+
* // Standard: { // StandardRouterOutputStreamDetails
|
|
220
|
+
* // DestinationIpAddress: "STRING_VALUE",
|
|
221
|
+
* // },
|
|
222
|
+
* // MediaConnectFlow: {},
|
|
223
|
+
* // MediaLiveInput: {},
|
|
224
|
+
* // },
|
|
225
|
+
* // IpAddress: "STRING_VALUE",
|
|
226
|
+
* // RoutedInputArn: "STRING_VALUE",
|
|
227
|
+
* // MaintenanceType: "PREFERRED_DAY_TIME" || "DEFAULT", // required
|
|
228
|
+
* // MaintenanceConfiguration: { // MaintenanceConfiguration Union: only one key present
|
|
229
|
+
* // PreferredDayTime: { // PreferredDayTimeMaintenanceConfiguration
|
|
230
|
+
* // Day: "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY" || "SUNDAY", // required
|
|
231
|
+
* // Time: "STRING_VALUE", // required
|
|
232
|
+
* // },
|
|
233
|
+
* // Default: {},
|
|
234
|
+
* // },
|
|
235
|
+
* // MaintenanceScheduleType: "WINDOW",
|
|
236
|
+
* // MaintenanceSchedule: { // MaintenanceSchedule Union: only one key present
|
|
237
|
+
* // Window: { // WindowMaintenanceSchedule
|
|
238
|
+
* // Start: new Date("TIMESTAMP"), // required
|
|
239
|
+
* // End: new Date("TIMESTAMP"), // required
|
|
240
|
+
* // ScheduledTime: new Date("TIMESTAMP"), // required
|
|
241
|
+
* // },
|
|
242
|
+
* // },
|
|
243
|
+
* // },
|
|
244
|
+
* // };
|
|
245
|
+
*
|
|
246
|
+
* ```
|
|
247
|
+
*
|
|
248
|
+
* @param CreateRouterOutputCommandInput - {@link CreateRouterOutputCommandInput}
|
|
249
|
+
* @returns {@link CreateRouterOutputCommandOutput}
|
|
250
|
+
* @see {@link CreateRouterOutputCommandInput} for command's `input` shape.
|
|
251
|
+
* @see {@link CreateRouterOutputCommandOutput} for command's `response` shape.
|
|
252
|
+
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
253
|
+
*
|
|
254
|
+
* @throws {@link BadRequestException} (client fault)
|
|
255
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message. </p>
|
|
256
|
+
*
|
|
257
|
+
* @throws {@link ConflictException} (client fault)
|
|
258
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. </p>
|
|
259
|
+
*
|
|
260
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
261
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
262
|
+
*
|
|
263
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
264
|
+
* <p>The server encountered an internal error and is unable to complete the request. </p>
|
|
265
|
+
*
|
|
266
|
+
* @throws {@link RouterOutputServiceQuotaExceededException} (client fault)
|
|
267
|
+
* <p>The request to create a new router output would exceed the service quotas (limits) set for the account. </p>
|
|
268
|
+
*
|
|
269
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
270
|
+
* <p>The service is currently unavailable or busy. </p>
|
|
271
|
+
*
|
|
272
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
273
|
+
* <p>The request was denied due to request throttling. </p>
|
|
274
|
+
*
|
|
275
|
+
* @throws {@link MediaConnectServiceException}
|
|
276
|
+
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
277
|
+
*
|
|
278
|
+
*
|
|
279
|
+
* @public
|
|
280
|
+
*/
|
|
281
|
+
export declare class CreateRouterOutputCommand extends CreateRouterOutputCommand_base {
|
|
282
|
+
/** @internal type navigation helper, not in runtime. */
|
|
283
|
+
protected static __types: {
|
|
284
|
+
api: {
|
|
285
|
+
input: CreateRouterOutputRequest;
|
|
286
|
+
output: CreateRouterOutputResponse;
|
|
287
|
+
};
|
|
288
|
+
sdk: {
|
|
289
|
+
input: CreateRouterOutputCommandInput;
|
|
290
|
+
output: CreateRouterOutputCommandOutput;
|
|
291
|
+
};
|
|
292
|
+
};
|
|
293
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
|
+
import { DeleteRouterInputRequest, DeleteRouterInputResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteRouterInputCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteRouterInputCommandInput extends DeleteRouterInputRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteRouterInputCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteRouterInputCommandOutput extends DeleteRouterInputResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteRouterInputCommand_base: {
|
|
25
|
+
new (input: DeleteRouterInputCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouterInputCommandInput, DeleteRouterInputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRouterInputCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouterInputCommandInput, DeleteRouterInputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes a router input from AWS Elemental MediaConnect.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { MediaConnectClient, DeleteRouterInputCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
|
|
35
|
+
* // const { MediaConnectClient, DeleteRouterInputCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
|
|
36
|
+
* // import type { MediaConnectClientConfig } from "@aws-sdk/client-mediaconnect";
|
|
37
|
+
* const config = {}; // type is MediaConnectClientConfig
|
|
38
|
+
* const client = new MediaConnectClient(config);
|
|
39
|
+
* const input = { // DeleteRouterInputRequest
|
|
40
|
+
* Arn: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new DeleteRouterInputCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // DeleteRouterInputResponse
|
|
45
|
+
* // Arn: "STRING_VALUE", // required
|
|
46
|
+
* // Name: "STRING_VALUE", // required
|
|
47
|
+
* // State: "CREATING" || "STANDBY" || "STARTING" || "ACTIVE" || "STOPPING" || "DELETING" || "UPDATING" || "ERROR" || "RECOVERING" || "MIGRATING", // required
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param DeleteRouterInputCommandInput - {@link DeleteRouterInputCommandInput}
|
|
53
|
+
* @returns {@link DeleteRouterInputCommandOutput}
|
|
54
|
+
* @see {@link DeleteRouterInputCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link DeleteRouterInputCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link BadRequestException} (client fault)
|
|
59
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message. </p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ConflictException} (client fault)
|
|
62
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. </p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
65
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
68
|
+
* <p>The server encountered an internal error and is unable to complete the request. </p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link NotFoundException} (client fault)
|
|
71
|
+
* <p>One or more of the resources in the request does not exist in the system. </p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
74
|
+
* <p>The service is currently unavailable or busy. </p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
77
|
+
* <p>The request was denied due to request throttling. </p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link MediaConnectServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
81
|
+
*
|
|
82
|
+
*
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export declare class DeleteRouterInputCommand extends DeleteRouterInputCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteRouterInputRequest;
|
|
90
|
+
output: DeleteRouterInputResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteRouterInputCommandInput;
|
|
94
|
+
output: DeleteRouterInputCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
|
+
import { DeleteRouterNetworkInterfaceRequest, DeleteRouterNetworkInterfaceResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteRouterNetworkInterfaceCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteRouterNetworkInterfaceCommandInput extends DeleteRouterNetworkInterfaceRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteRouterNetworkInterfaceCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteRouterNetworkInterfaceCommandOutput extends DeleteRouterNetworkInterfaceResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteRouterNetworkInterfaceCommand_base: {
|
|
25
|
+
new (input: DeleteRouterNetworkInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouterNetworkInterfaceCommandInput, DeleteRouterNetworkInterfaceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRouterNetworkInterfaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouterNetworkInterfaceCommandInput, DeleteRouterNetworkInterfaceCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes a router network interface from AWS Elemental MediaConnect.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { MediaConnectClient, DeleteRouterNetworkInterfaceCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
|
|
35
|
+
* // const { MediaConnectClient, DeleteRouterNetworkInterfaceCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
|
|
36
|
+
* // import type { MediaConnectClientConfig } from "@aws-sdk/client-mediaconnect";
|
|
37
|
+
* const config = {}; // type is MediaConnectClientConfig
|
|
38
|
+
* const client = new MediaConnectClient(config);
|
|
39
|
+
* const input = { // DeleteRouterNetworkInterfaceRequest
|
|
40
|
+
* Arn: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new DeleteRouterNetworkInterfaceCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // DeleteRouterNetworkInterfaceResponse
|
|
45
|
+
* // Arn: "STRING_VALUE", // required
|
|
46
|
+
* // Name: "STRING_VALUE", // required
|
|
47
|
+
* // State: "CREATING" || "ACTIVE" || "UPDATING" || "DELETING" || "ERROR" || "RECOVERING", // required
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param DeleteRouterNetworkInterfaceCommandInput - {@link DeleteRouterNetworkInterfaceCommandInput}
|
|
53
|
+
* @returns {@link DeleteRouterNetworkInterfaceCommandOutput}
|
|
54
|
+
* @see {@link DeleteRouterNetworkInterfaceCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link DeleteRouterNetworkInterfaceCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link BadRequestException} (client fault)
|
|
59
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message. </p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ConflictException} (client fault)
|
|
62
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. </p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
65
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
68
|
+
* <p>The server encountered an internal error and is unable to complete the request. </p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link NotFoundException} (client fault)
|
|
71
|
+
* <p>One or more of the resources in the request does not exist in the system. </p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
74
|
+
* <p>The service is currently unavailable or busy. </p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
77
|
+
* <p>The request was denied due to request throttling. </p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link MediaConnectServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
81
|
+
*
|
|
82
|
+
*
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export declare class DeleteRouterNetworkInterfaceCommand extends DeleteRouterNetworkInterfaceCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteRouterNetworkInterfaceRequest;
|
|
90
|
+
output: DeleteRouterNetworkInterfaceResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteRouterNetworkInterfaceCommandInput;
|
|
94
|
+
output: DeleteRouterNetworkInterfaceCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConnectClient";
|
|
4
|
+
import { DeleteRouterOutputRequest, DeleteRouterOutputResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteRouterOutputCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteRouterOutputCommandInput extends DeleteRouterOutputRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteRouterOutputCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteRouterOutputCommandOutput extends DeleteRouterOutputResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteRouterOutputCommand_base: {
|
|
25
|
+
new (input: DeleteRouterOutputCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouterOutputCommandInput, DeleteRouterOutputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRouterOutputCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouterOutputCommandInput, DeleteRouterOutputCommandOutput, MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes a router output from AWS Elemental MediaConnect.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { MediaConnectClient, DeleteRouterOutputCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import
|
|
35
|
+
* // const { MediaConnectClient, DeleteRouterOutputCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import
|
|
36
|
+
* // import type { MediaConnectClientConfig } from "@aws-sdk/client-mediaconnect";
|
|
37
|
+
* const config = {}; // type is MediaConnectClientConfig
|
|
38
|
+
* const client = new MediaConnectClient(config);
|
|
39
|
+
* const input = { // DeleteRouterOutputRequest
|
|
40
|
+
* Arn: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new DeleteRouterOutputCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // DeleteRouterOutputResponse
|
|
45
|
+
* // Arn: "STRING_VALUE", // required
|
|
46
|
+
* // Name: "STRING_VALUE", // required
|
|
47
|
+
* // State: "CREATING" || "STANDBY" || "STARTING" || "ACTIVE" || "STOPPING" || "DELETING" || "UPDATING" || "ERROR" || "RECOVERING" || "MIGRATING", // required
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param DeleteRouterOutputCommandInput - {@link DeleteRouterOutputCommandInput}
|
|
53
|
+
* @returns {@link DeleteRouterOutputCommandOutput}
|
|
54
|
+
* @see {@link DeleteRouterOutputCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link DeleteRouterOutputCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link BadRequestException} (client fault)
|
|
59
|
+
* <p>This exception is thrown if the request contains a semantic error. The precise meaning depends on the API, and is documented in the error message. </p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ConflictException} (client fault)
|
|
62
|
+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. </p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
65
|
+
* <p>You do not have sufficient access to perform this action. </p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
68
|
+
* <p>The server encountered an internal error and is unable to complete the request. </p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link NotFoundException} (client fault)
|
|
71
|
+
* <p>One or more of the resources in the request does not exist in the system. </p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
74
|
+
* <p>The service is currently unavailable or busy. </p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
77
|
+
* <p>The request was denied due to request throttling. </p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link MediaConnectServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
81
|
+
*
|
|
82
|
+
*
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export declare class DeleteRouterOutputCommand extends DeleteRouterOutputCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteRouterOutputRequest;
|
|
90
|
+
output: DeleteRouterOutputResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteRouterOutputCommandInput;
|
|
94
|
+
output: DeleteRouterOutputCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
}
|
|
@@ -164,6 +164,18 @@ declare const DescribeFlowCommand_base: {
|
|
|
164
164
|
* // ],
|
|
165
165
|
* // OutputStatus: "ENABLED" || "DISABLED",
|
|
166
166
|
* // PeerIpAddress: "STRING_VALUE",
|
|
167
|
+
* // RouterIntegrationState: "ENABLED" || "DISABLED",
|
|
168
|
+
* // RouterIntegrationTransitEncryption: { // FlowTransitEncryption
|
|
169
|
+
* // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
170
|
+
* // EncryptionKeyConfiguration: { // FlowTransitEncryptionKeyConfiguration Union: only one key present
|
|
171
|
+
* // SecretsManager: { // SecretsManagerEncryptionKeyConfiguration
|
|
172
|
+
* // SecretArn: "STRING_VALUE", // required
|
|
173
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
174
|
+
* // },
|
|
175
|
+
* // Automatic: {},
|
|
176
|
+
* // },
|
|
177
|
+
* // },
|
|
178
|
+
* // ConnectedRouterInputArn: "STRING_VALUE",
|
|
167
179
|
* // },
|
|
168
180
|
* // ],
|
|
169
181
|
* // Source: { // Source
|
|
@@ -230,6 +242,18 @@ declare const DescribeFlowCommand_base: {
|
|
|
230
242
|
* // },
|
|
231
243
|
* // },
|
|
232
244
|
* // PeerIpAddress: "STRING_VALUE",
|
|
245
|
+
* // RouterIntegrationState: "ENABLED" || "DISABLED",
|
|
246
|
+
* // RouterIntegrationTransitDecryption: {
|
|
247
|
+
* // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
248
|
+
* // EncryptionKeyConfiguration: {// Union: only one key present
|
|
249
|
+
* // SecretsManager: {
|
|
250
|
+
* // SecretArn: "STRING_VALUE", // required
|
|
251
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
252
|
+
* // },
|
|
253
|
+
* // Automatic: {},
|
|
254
|
+
* // },
|
|
255
|
+
* // },
|
|
256
|
+
* // ConnectedRouterOutputArn: "STRING_VALUE",
|
|
233
257
|
* // },
|
|
234
258
|
* // SourceFailoverConfig: { // FailoverConfig
|
|
235
259
|
* // FailoverMode: "MERGE" || "FAILOVER",
|
|
@@ -304,6 +328,18 @@ declare const DescribeFlowCommand_base: {
|
|
|
304
328
|
* // },
|
|
305
329
|
* // },
|
|
306
330
|
* // PeerIpAddress: "STRING_VALUE",
|
|
331
|
+
* // RouterIntegrationState: "ENABLED" || "DISABLED",
|
|
332
|
+
* // RouterIntegrationTransitDecryption: {
|
|
333
|
+
* // EncryptionKeyType: "SECRETS_MANAGER" || "AUTOMATIC",
|
|
334
|
+
* // EncryptionKeyConfiguration: {// Union: only one key present
|
|
335
|
+
* // SecretsManager: {
|
|
336
|
+
* // SecretArn: "STRING_VALUE", // required
|
|
337
|
+
* // RoleArn: "STRING_VALUE", // required
|
|
338
|
+
* // },
|
|
339
|
+
* // Automatic: {},
|
|
340
|
+
* // },
|
|
341
|
+
* // },
|
|
342
|
+
* // ConnectedRouterOutputArn: "STRING_VALUE",
|
|
307
343
|
* // },
|
|
308
344
|
* // ],
|
|
309
345
|
* // Status: "STANDBY" || "ACTIVE" || "UPDATING" || "DELETING" || "STARTING" || "STOPPING" || "ERROR", // required
|