@aws-sdk/client-mediaconnect 3.901.0 → 3.904.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/dist-cjs/index.js +8 -1
- package/dist-es/protocols/Aws_restJson1.js +7 -0
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +3 -0
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +4 -1
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +3 -0
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +3 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +18 -1
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateFlowCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +36 -1
- package/dist-types/ts3.4/models/models_0.d.ts +8 -1
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -867,6 +867,7 @@ var se_CreateFlowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
867
867
|
availabilityZone: [, , `AvailabilityZone`],
|
|
868
868
|
entitlements: [, (_) => se___listOfGrantEntitlementRequest(_, context), `Entitlements`],
|
|
869
869
|
flowSize: [, , `FlowSize`],
|
|
870
|
+
flowTags: [, (_) => (0, import_smithy_client._json)(_), `FlowTags`],
|
|
870
871
|
maintenance: [, (_) => se_AddMaintenance(_, context), `Maintenance`],
|
|
871
872
|
mediaStreams: [, (_) => se___listOfAddMediaStreamRequest(_, context), `MediaStreams`],
|
|
872
873
|
name: [, , `Name`],
|
|
@@ -1333,6 +1334,7 @@ var se_UpdateFlowCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1333
1334
|
let body;
|
|
1334
1335
|
body = JSON.stringify(
|
|
1335
1336
|
(0, import_smithy_client.take)(input, {
|
|
1337
|
+
flowSize: [, , `FlowSize`],
|
|
1336
1338
|
maintenance: [, (_) => se_UpdateMaintenance(_, context), `Maintenance`],
|
|
1337
1339
|
ndiConfig: [, (_) => se_NdiConfig(_, context), `NdiConfig`],
|
|
1338
1340
|
sourceFailoverConfig: [, (_) => se_UpdateFailoverConfig(_, context), `SourceFailoverConfig`],
|
|
@@ -2579,6 +2581,7 @@ var se_AddMediaStreamRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2579
2581
|
description: [, , `Description`],
|
|
2580
2582
|
mediaStreamId: [, , `MediaStreamId`],
|
|
2581
2583
|
mediaStreamName: [, , `MediaStreamName`],
|
|
2584
|
+
mediaStreamTags: [, import_smithy_client._json, `MediaStreamTags`],
|
|
2582
2585
|
mediaStreamType: [, , `MediaStreamType`],
|
|
2583
2586
|
videoFormat: [, , `VideoFormat`]
|
|
2584
2587
|
});
|
|
@@ -2600,6 +2603,7 @@ var se_AddOutputRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2600
2603
|
ndiProgramName: [, , `NdiProgramName`],
|
|
2601
2604
|
ndiSpeedHqQuality: [, , `NdiSpeedHqQuality`],
|
|
2602
2605
|
outputStatus: [, , `OutputStatus`],
|
|
2606
|
+
outputTags: [, import_smithy_client._json, `OutputTags`],
|
|
2603
2607
|
port: [, , `Port`],
|
|
2604
2608
|
protocol: [, , `Protocol`],
|
|
2605
2609
|
remoteId: [, , `RemoteId`],
|
|
@@ -2683,6 +2687,7 @@ var se_GrantEntitlementRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2683
2687
|
description: [, , `Description`],
|
|
2684
2688
|
encryption: [, (_) => se_Encryption(_, context), `Encryption`],
|
|
2685
2689
|
entitlementStatus: [, , `EntitlementStatus`],
|
|
2690
|
+
entitlementTags: [, import_smithy_client._json, `EntitlementTags`],
|
|
2686
2691
|
name: [, , `Name`],
|
|
2687
2692
|
subscribers: [, import_smithy_client._json, `Subscribers`]
|
|
2688
2693
|
});
|
|
@@ -2778,6 +2783,7 @@ var se_SetSourceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2778
2783
|
senderIpAddress: [, , `SenderIpAddress`],
|
|
2779
2784
|
sourceListenerAddress: [, , `SourceListenerAddress`],
|
|
2780
2785
|
sourceListenerPort: [, , `SourceListenerPort`],
|
|
2786
|
+
sourceTags: [, import_smithy_client._json, `SourceTags`],
|
|
2781
2787
|
streamId: [, , `StreamId`],
|
|
2782
2788
|
vpcInterfaceName: [, , `VpcInterfaceName`],
|
|
2783
2789
|
whitelistCidr: [, , `WhitelistCidr`]
|
|
@@ -2880,7 +2886,8 @@ var se_VpcInterfaceRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2880
2886
|
networkInterfaceType: [, , `NetworkInterfaceType`],
|
|
2881
2887
|
roleArn: [, , `RoleArn`],
|
|
2882
2888
|
securityGroupIds: [, import_smithy_client._json, `SecurityGroupIds`],
|
|
2883
|
-
subnetId: [, , `SubnetId`]
|
|
2889
|
+
subnetId: [, , `SubnetId`],
|
|
2890
|
+
vpcInterfaceTags: [, import_smithy_client._json, `VpcInterfaceTags`]
|
|
2884
2891
|
});
|
|
2885
2892
|
}, "se_VpcInterfaceRequest");
|
|
2886
2893
|
var de___listOfAudioMonitoringSetting = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -117,6 +117,7 @@ export const se_CreateFlowCommand = async (input, context) => {
|
|
|
117
117
|
availabilityZone: [, , `AvailabilityZone`],
|
|
118
118
|
entitlements: [, (_) => se___listOfGrantEntitlementRequest(_, context), `Entitlements`],
|
|
119
119
|
flowSize: [, , `FlowSize`],
|
|
120
|
+
flowTags: [, (_) => _json(_), `FlowTags`],
|
|
120
121
|
maintenance: [, (_) => se_AddMaintenance(_, context), `Maintenance`],
|
|
121
122
|
mediaStreams: [, (_) => se___listOfAddMediaStreamRequest(_, context), `MediaStreams`],
|
|
122
123
|
name: [, , `Name`],
|
|
@@ -565,6 +566,7 @@ export const se_UpdateFlowCommand = async (input, context) => {
|
|
|
565
566
|
b.p("FlowArn", () => input.FlowArn, "{FlowArn}", false);
|
|
566
567
|
let body;
|
|
567
568
|
body = JSON.stringify(take(input, {
|
|
569
|
+
flowSize: [, , `FlowSize`],
|
|
568
570
|
maintenance: [, (_) => se_UpdateMaintenance(_, context), `Maintenance`],
|
|
569
571
|
ndiConfig: [, (_) => se_NdiConfig(_, context), `NdiConfig`],
|
|
570
572
|
sourceFailoverConfig: [, (_) => se_UpdateFailoverConfig(_, context), `SourceFailoverConfig`],
|
|
@@ -1830,6 +1832,7 @@ const se_AddMediaStreamRequest = (input, context) => {
|
|
|
1830
1832
|
description: [, , `Description`],
|
|
1831
1833
|
mediaStreamId: [, , `MediaStreamId`],
|
|
1832
1834
|
mediaStreamName: [, , `MediaStreamName`],
|
|
1835
|
+
mediaStreamTags: [, _json, `MediaStreamTags`],
|
|
1833
1836
|
mediaStreamType: [, , `MediaStreamType`],
|
|
1834
1837
|
videoFormat: [, , `VideoFormat`],
|
|
1835
1838
|
});
|
|
@@ -1851,6 +1854,7 @@ const se_AddOutputRequest = (input, context) => {
|
|
|
1851
1854
|
ndiProgramName: [, , `NdiProgramName`],
|
|
1852
1855
|
ndiSpeedHqQuality: [, , `NdiSpeedHqQuality`],
|
|
1853
1856
|
outputStatus: [, , `OutputStatus`],
|
|
1857
|
+
outputTags: [, _json, `OutputTags`],
|
|
1854
1858
|
port: [, , `Port`],
|
|
1855
1859
|
protocol: [, , `Protocol`],
|
|
1856
1860
|
remoteId: [, , `RemoteId`],
|
|
@@ -1934,6 +1938,7 @@ const se_GrantEntitlementRequest = (input, context) => {
|
|
|
1934
1938
|
description: [, , `Description`],
|
|
1935
1939
|
encryption: [, (_) => se_Encryption(_, context), `Encryption`],
|
|
1936
1940
|
entitlementStatus: [, , `EntitlementStatus`],
|
|
1941
|
+
entitlementTags: [, _json, `EntitlementTags`],
|
|
1937
1942
|
name: [, , `Name`],
|
|
1938
1943
|
subscribers: [, _json, `Subscribers`],
|
|
1939
1944
|
});
|
|
@@ -2029,6 +2034,7 @@ const se_SetSourceRequest = (input, context) => {
|
|
|
2029
2034
|
senderIpAddress: [, , `SenderIpAddress`],
|
|
2030
2035
|
sourceListenerAddress: [, , `SourceListenerAddress`],
|
|
2031
2036
|
sourceListenerPort: [, , `SourceListenerPort`],
|
|
2037
|
+
sourceTags: [, _json, `SourceTags`],
|
|
2032
2038
|
streamId: [, , `StreamId`],
|
|
2033
2039
|
vpcInterfaceName: [, , `VpcInterfaceName`],
|
|
2034
2040
|
whitelistCidr: [, , `WhitelistCidr`],
|
|
@@ -2132,6 +2138,7 @@ const se_VpcInterfaceRequest = (input, context) => {
|
|
|
2132
2138
|
roleArn: [, , `RoleArn`],
|
|
2133
2139
|
securityGroupIds: [, _json, `SecurityGroupIds`],
|
|
2134
2140
|
subnetId: [, , `SubnetId`],
|
|
2141
|
+
vpcInterfaceTags: [, _json, `VpcInterfaceTags`],
|
|
2135
2142
|
});
|
|
2136
2143
|
};
|
|
2137
2144
|
const de___listOfAudioMonitoringSetting = (output, context) => {
|
|
@@ -58,6 +58,9 @@ declare const AddFlowMediaStreamsCommand_base: {
|
|
|
58
58
|
* MediaStreamName: "STRING_VALUE", // required
|
|
59
59
|
* MediaStreamType: "video" || "audio" || "ancillary-data", // required
|
|
60
60
|
* VideoFormat: "STRING_VALUE",
|
|
61
|
+
* MediaStreamTags: { // __mapOfString
|
|
62
|
+
* "<keys>": "STRING_VALUE",
|
|
63
|
+
* },
|
|
61
64
|
* },
|
|
62
65
|
* ],
|
|
63
66
|
* };
|
|
@@ -79,7 +79,7 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
79
79
|
* MinLatency: Number("int"),
|
|
80
80
|
* Name: "STRING_VALUE",
|
|
81
81
|
* Port: Number("int"),
|
|
82
|
-
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq",
|
|
82
|
+
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq",
|
|
83
83
|
* RemoteId: "STRING_VALUE",
|
|
84
84
|
* SenderControlPort: Number("int"),
|
|
85
85
|
* SmoothingLatency: Number("int"),
|
|
@@ -90,6 +90,9 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
90
90
|
* OutputStatus: "ENABLED" || "DISABLED",
|
|
91
91
|
* NdiSpeedHqQuality: Number("int"),
|
|
92
92
|
* NdiProgramName: "STRING_VALUE",
|
|
93
|
+
* OutputTags: { // __mapOfString
|
|
94
|
+
* "<keys>": "STRING_VALUE",
|
|
95
|
+
* },
|
|
93
96
|
* },
|
|
94
97
|
* ],
|
|
95
98
|
* };
|
|
@@ -58,6 +58,9 @@ declare const CreateFlowCommand_base: {
|
|
|
58
58
|
* Subscribers: [ // __listOfString // required
|
|
59
59
|
* "STRING_VALUE",
|
|
60
60
|
* ],
|
|
61
|
+
* EntitlementTags: { // __mapOfString
|
|
62
|
+
* "<keys>": "STRING_VALUE",
|
|
63
|
+
* },
|
|
61
64
|
* },
|
|
62
65
|
* ],
|
|
63
66
|
* MediaStreams: [ // __listOfAddMediaStreamRequest
|
|
@@ -80,6 +83,9 @@ declare const CreateFlowCommand_base: {
|
|
|
80
83
|
* MediaStreamName: "STRING_VALUE", // required
|
|
81
84
|
* MediaStreamType: "video" || "audio" || "ancillary-data", // required
|
|
82
85
|
* VideoFormat: "STRING_VALUE",
|
|
86
|
+
* MediaStreamTags: {
|
|
87
|
+
* "<keys>": "STRING_VALUE",
|
|
88
|
+
* },
|
|
83
89
|
* },
|
|
84
90
|
* ],
|
|
85
91
|
* Name: "STRING_VALUE", // required
|
|
@@ -124,7 +130,7 @@ declare const CreateFlowCommand_base: {
|
|
|
124
130
|
* MinLatency: Number("int"),
|
|
125
131
|
* Name: "STRING_VALUE",
|
|
126
132
|
* Port: Number("int"),
|
|
127
|
-
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq",
|
|
133
|
+
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq",
|
|
128
134
|
* RemoteId: "STRING_VALUE",
|
|
129
135
|
* SenderControlPort: Number("int"),
|
|
130
136
|
* SmoothingLatency: Number("int"),
|
|
@@ -135,6 +141,9 @@ declare const CreateFlowCommand_base: {
|
|
|
135
141
|
* OutputStatus: "ENABLED" || "DISABLED",
|
|
136
142
|
* NdiSpeedHqQuality: Number("int"),
|
|
137
143
|
* NdiProgramName: "STRING_VALUE",
|
|
144
|
+
* OutputTags: {
|
|
145
|
+
* "<keys>": "STRING_VALUE",
|
|
146
|
+
* },
|
|
138
147
|
* },
|
|
139
148
|
* ],
|
|
140
149
|
* Source: { // SetSourceRequest
|
|
@@ -185,6 +194,9 @@ declare const CreateFlowCommand_base: {
|
|
|
185
194
|
* VpcInterfaceName: "STRING_VALUE",
|
|
186
195
|
* },
|
|
187
196
|
* },
|
|
197
|
+
* SourceTags: {
|
|
198
|
+
* "<keys>": "STRING_VALUE",
|
|
199
|
+
* },
|
|
188
200
|
* },
|
|
189
201
|
* SourceFailoverConfig: { // FailoverConfig
|
|
190
202
|
* FailoverMode: "MERGE" || "FAILOVER",
|
|
@@ -243,6 +255,9 @@ declare const CreateFlowCommand_base: {
|
|
|
243
255
|
* VpcInterfaceName: "STRING_VALUE",
|
|
244
256
|
* },
|
|
245
257
|
* },
|
|
258
|
+
* SourceTags: {
|
|
259
|
+
* "<keys>": "STRING_VALUE",
|
|
260
|
+
* },
|
|
246
261
|
* },
|
|
247
262
|
* ],
|
|
248
263
|
* VpcInterfaces: [ // __listOfVpcInterfaceRequest
|
|
@@ -254,6 +269,7 @@ declare const CreateFlowCommand_base: {
|
|
|
254
269
|
* "STRING_VALUE",
|
|
255
270
|
* ],
|
|
256
271
|
* SubnetId: "STRING_VALUE", // required
|
|
272
|
+
* VpcInterfaceTags: "<__mapOfString>",
|
|
257
273
|
* },
|
|
258
274
|
* ],
|
|
259
275
|
* Maintenance: { // AddMaintenance
|
|
@@ -296,6 +312,7 @@ declare const CreateFlowCommand_base: {
|
|
|
296
312
|
* },
|
|
297
313
|
* ],
|
|
298
314
|
* },
|
|
315
|
+
* FlowTags: "<__mapOfString>",
|
|
299
316
|
* };
|
|
300
317
|
* const command = new CreateFlowCommand(input);
|
|
301
318
|
* const response = await client.send(command);
|
|
@@ -57,6 +57,9 @@ declare const GrantFlowEntitlementsCommand_base: {
|
|
|
57
57
|
* Subscribers: [ // __listOfString // required
|
|
58
58
|
* "STRING_VALUE",
|
|
59
59
|
* ],
|
|
60
|
+
* EntitlementTags: { // __mapOfString
|
|
61
|
+
* "<keys>": "STRING_VALUE",
|
|
62
|
+
* },
|
|
60
63
|
* },
|
|
61
64
|
* ],
|
|
62
65
|
* FlowArn: "STRING_VALUE", // required
|
|
@@ -336,6 +336,11 @@ export interface AddMediaStreamRequest {
|
|
|
336
336
|
* @public
|
|
337
337
|
*/
|
|
338
338
|
VideoFormat?: string | undefined;
|
|
339
|
+
/**
|
|
340
|
+
* <p> The key-value pairs that can be used to tag and organize the media stream. </p>
|
|
341
|
+
* @public
|
|
342
|
+
*/
|
|
343
|
+
MediaStreamTags?: Record<string, string> | undefined;
|
|
339
344
|
}
|
|
340
345
|
/**
|
|
341
346
|
* @public
|
|
@@ -580,7 +585,7 @@ export interface AddOutputRequest {
|
|
|
580
585
|
* <p> The protocol to use for the output.</p> <note> <p>Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.</p> </note>
|
|
581
586
|
* @public
|
|
582
587
|
*/
|
|
583
|
-
Protocol
|
|
588
|
+
Protocol?: Protocol | undefined;
|
|
584
589
|
/**
|
|
585
590
|
* <p> The remote ID for the Zixi-pull output stream.</p>
|
|
586
591
|
* @public
|
|
@@ -621,6 +626,11 @@ export interface AddOutputRequest {
|
|
|
621
626
|
* @public
|
|
622
627
|
*/
|
|
623
628
|
NdiProgramName?: string | undefined;
|
|
629
|
+
/**
|
|
630
|
+
* <p> The key-value pairs that can be used to tag and organize the output. </p>
|
|
631
|
+
* @public
|
|
632
|
+
*/
|
|
633
|
+
OutputTags?: Record<string, string> | undefined;
|
|
624
634
|
}
|
|
625
635
|
/**
|
|
626
636
|
* @public
|
|
@@ -953,6 +963,11 @@ export interface GrantEntitlementRequest {
|
|
|
953
963
|
* @public
|
|
954
964
|
*/
|
|
955
965
|
Subscribers: string[] | undefined;
|
|
966
|
+
/**
|
|
967
|
+
* <p> The key-value pairs that can be used to tag and organize the entitlement. </p>
|
|
968
|
+
* @public
|
|
969
|
+
*/
|
|
970
|
+
EntitlementTags?: Record<string, string> | undefined;
|
|
956
971
|
}
|
|
957
972
|
/**
|
|
958
973
|
* <p> The transport parameters that are associated with an incoming media stream.</p>
|
|
@@ -1954,6 +1969,11 @@ export interface SetSourceRequest {
|
|
|
1954
1969
|
* @public
|
|
1955
1970
|
*/
|
|
1956
1971
|
GatewayBridgeSource?: SetGatewayBridgeSourceRequest | undefined;
|
|
1972
|
+
/**
|
|
1973
|
+
* <p> The key-value pairs that can be used to tag and organize the source. </p>
|
|
1974
|
+
* @public
|
|
1975
|
+
*/
|
|
1976
|
+
SourceTags?: Record<string, string> | undefined;
|
|
1957
1977
|
}
|
|
1958
1978
|
/**
|
|
1959
1979
|
* <p> The source configuration for cloud flows receiving a stream from a bridge.</p>
|
|
@@ -2276,6 +2296,11 @@ export interface VpcInterfaceRequest {
|
|
|
2276
2296
|
* @public
|
|
2277
2297
|
*/
|
|
2278
2298
|
SubnetId: string | undefined;
|
|
2299
|
+
/**
|
|
2300
|
+
* <p> The key-value pairs that can be used to tag and organize the VPC network interface. </p>
|
|
2301
|
+
* @public
|
|
2302
|
+
*/
|
|
2303
|
+
VpcInterfaceTags?: Record<string, string> | undefined;
|
|
2279
2304
|
}
|
|
2280
2305
|
/**
|
|
2281
2306
|
* @public
|
|
@@ -3433,6 +3458,11 @@ export interface CreateFlowRequest {
|
|
|
3433
3458
|
* @public
|
|
3434
3459
|
*/
|
|
3435
3460
|
NdiConfig?: NdiConfig | undefined;
|
|
3461
|
+
/**
|
|
3462
|
+
* <p> The key-value pairs that can be used to tag and organize the flow. </p>
|
|
3463
|
+
* @public
|
|
3464
|
+
*/
|
|
3465
|
+
FlowTags?: Record<string, string> | undefined;
|
|
3436
3466
|
}
|
|
3437
3467
|
/**
|
|
3438
3468
|
* <p> The settings for a flow, including its source, outputs, and entitlements.</p>
|
|
@@ -4276,6 +4306,11 @@ export interface UpdateFlowRequest {
|
|
|
4276
4306
|
* @public
|
|
4277
4307
|
*/
|
|
4278
4308
|
NdiConfig?: NdiConfig | undefined;
|
|
4309
|
+
/**
|
|
4310
|
+
* <p> Determines the processing capacity and feature set of the flow. </p>
|
|
4311
|
+
* @public
|
|
4312
|
+
*/
|
|
4313
|
+
FlowSize?: FlowSize | undefined;
|
|
4279
4314
|
}
|
|
4280
4315
|
/**
|
|
4281
4316
|
* @public
|
|
@@ -111,6 +111,7 @@ export interface AddMediaStreamRequest {
|
|
|
111
111
|
MediaStreamName: string | undefined;
|
|
112
112
|
MediaStreamType: MediaStreamType | undefined;
|
|
113
113
|
VideoFormat?: string | undefined;
|
|
114
|
+
MediaStreamTags?: Record<string, string> | undefined;
|
|
114
115
|
}
|
|
115
116
|
export declare const Algorithm: {
|
|
116
117
|
readonly aes128: "aes128";
|
|
@@ -183,7 +184,7 @@ export interface AddOutputRequest {
|
|
|
183
184
|
MinLatency?: number | undefined;
|
|
184
185
|
Name?: string | undefined;
|
|
185
186
|
Port?: number | undefined;
|
|
186
|
-
Protocol
|
|
187
|
+
Protocol?: Protocol | undefined;
|
|
187
188
|
RemoteId?: string | undefined;
|
|
188
189
|
SenderControlPort?: number | undefined;
|
|
189
190
|
SmoothingLatency?: number | undefined;
|
|
@@ -192,6 +193,7 @@ export interface AddOutputRequest {
|
|
|
192
193
|
OutputStatus?: OutputStatus | undefined;
|
|
193
194
|
NdiSpeedHqQuality?: number | undefined;
|
|
194
195
|
NdiProgramName?: string | undefined;
|
|
196
|
+
OutputTags?: Record<string, string> | undefined;
|
|
195
197
|
}
|
|
196
198
|
export declare const State: {
|
|
197
199
|
readonly DISABLED: "DISABLED";
|
|
@@ -275,6 +277,7 @@ export interface GrantEntitlementRequest {
|
|
|
275
277
|
EntitlementStatus?: EntitlementStatus | undefined;
|
|
276
278
|
Name?: string | undefined;
|
|
277
279
|
Subscribers: string[] | undefined;
|
|
280
|
+
EntitlementTags?: Record<string, string> | undefined;
|
|
278
281
|
}
|
|
279
282
|
export interface InputConfiguration {
|
|
280
283
|
InputIp: string | undefined;
|
|
@@ -548,6 +551,7 @@ export interface SetSourceRequest {
|
|
|
548
551
|
VpcInterfaceName?: string | undefined;
|
|
549
552
|
WhitelistCidr?: string | undefined;
|
|
550
553
|
GatewayBridgeSource?: SetGatewayBridgeSourceRequest | undefined;
|
|
554
|
+
SourceTags?: Record<string, string> | undefined;
|
|
551
555
|
}
|
|
552
556
|
export interface GatewayBridgeSource {
|
|
553
557
|
BridgeArn: string | undefined;
|
|
@@ -626,6 +630,7 @@ export interface VpcInterfaceRequest {
|
|
|
626
630
|
RoleArn: string | undefined;
|
|
627
631
|
SecurityGroupIds: string[] | undefined;
|
|
628
632
|
SubnetId: string | undefined;
|
|
633
|
+
VpcInterfaceTags?: Record<string, string> | undefined;
|
|
629
634
|
}
|
|
630
635
|
export interface AddBridgeOutputsRequest {
|
|
631
636
|
BridgeArn: string | undefined;
|
|
@@ -980,6 +985,7 @@ export interface CreateFlowRequest {
|
|
|
980
985
|
SourceMonitoringConfig?: MonitoringConfig | undefined;
|
|
981
986
|
FlowSize?: FlowSize | undefined;
|
|
982
987
|
NdiConfig?: NdiConfig | undefined;
|
|
988
|
+
FlowTags?: Record<string, string> | undefined;
|
|
983
989
|
}
|
|
984
990
|
export interface Flow {
|
|
985
991
|
AvailabilityZone: string | undefined;
|
|
@@ -1210,6 +1216,7 @@ export interface UpdateFlowRequest {
|
|
|
1210
1216
|
Maintenance?: UpdateMaintenance | undefined;
|
|
1211
1217
|
SourceMonitoringConfig?: MonitoringConfig | undefined;
|
|
1212
1218
|
NdiConfig?: NdiConfig | undefined;
|
|
1219
|
+
FlowSize?: FlowSize | undefined;
|
|
1213
1220
|
}
|
|
1214
1221
|
export interface UpdateFlowResponse {
|
|
1215
1222
|
Flow?: Flow | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.904.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediaconnect",
|