@aws-sdk/client-mediaconnect 3.758.0 → 3.772.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 +26 -1
- package/dist-cjs/index.js +96 -68
- package/dist-es/models/models_0.js +26 -13
- package/dist-es/protocols/Aws_restJson1.js +54 -0
- package/dist-es/waiters/waitForFlowActive.js +9 -0
- package/dist-types/MediaConnect.d.ts +26 -1
- package/dist-types/MediaConnectClient.d.ts +26 -1
- package/dist-types/commands/AddBridgeOutputsCommand.d.ts +17 -10
- package/dist-types/commands/AddBridgeSourcesCommand.d.ts +17 -10
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +13 -7
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +24 -13
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +18 -10
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +15 -9
- package/dist-types/commands/CreateBridgeCommand.d.ts +19 -12
- package/dist-types/commands/CreateFlowCommand.d.ts +55 -17
- package/dist-types/commands/CreateGatewayCommand.d.ts +17 -10
- package/dist-types/commands/DeleteBridgeCommand.d.ts +15 -8
- package/dist-types/commands/DeleteFlowCommand.d.ts +13 -7
- package/dist-types/commands/DeleteGatewayCommand.d.ts +15 -8
- package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +15 -8
- package/dist-types/commands/DescribeBridgeCommand.d.ts +17 -10
- package/dist-types/commands/DescribeFlowCommand.d.ts +40 -14
- package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +15 -7
- package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +15 -7
- package/dist-types/commands/DescribeGatewayCommand.d.ts +17 -9
- package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +17 -8
- package/dist-types/commands/DescribeOfferingCommand.d.ts +11 -6
- package/dist-types/commands/DescribeReservationCommand.d.ts +11 -6
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +17 -10
- package/dist-types/commands/ListBridgesCommand.d.ts +12 -6
- package/dist-types/commands/ListEntitlementsCommand.d.ts +9 -5
- package/dist-types/commands/ListFlowsCommand.d.ts +9 -5
- package/dist-types/commands/ListGatewayInstancesCommand.d.ts +11 -6
- package/dist-types/commands/ListGatewaysCommand.d.ts +11 -6
- package/dist-types/commands/ListOfferingsCommand.d.ts +9 -5
- package/dist-types/commands/ListReservationsCommand.d.ts +9 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -5
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +13 -7
- package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +15 -8
- package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +15 -8
- package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +13 -7
- package/dist-types/commands/RemoveFlowOutputCommand.d.ts +13 -7
- package/dist-types/commands/RemoveFlowSourceCommand.d.ts +14 -7
- package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +14 -8
- package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +13 -7
- package/dist-types/commands/StartFlowCommand.d.ts +13 -7
- package/dist-types/commands/StopFlowCommand.d.ts +13 -7
- package/dist-types/commands/TagResourceCommand.d.ts +11 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +8 -5
- package/dist-types/commands/UpdateBridgeCommand.d.ts +17 -10
- package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +17 -10
- package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +17 -10
- package/dist-types/commands/UpdateBridgeStateCommand.d.ts +15 -8
- package/dist-types/commands/UpdateFlowCommand.d.ts +48 -13
- package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +15 -9
- package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +13 -7
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +22 -12
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +18 -10
- package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +16 -8
- package/dist-types/index.d.ts +26 -1
- package/dist-types/models/models_0.d.ts +1955 -1327
- package/dist-types/ts3.4/models/models_0.d.ts +221 -185
- package/package.json +3 -3
|
@@ -27,7 +27,7 @@ declare const RevokeFlowEntitlementCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Revokes an entitlement from a flow. Once an entitlement is revoked, the content becomes unavailable to the subscriber and the associated output is removed
|
|
30
|
+
* <p> Revokes an entitlement from a flow. Once an entitlement is revoked, the content becomes unavailable to the subscriber and the associated output is removed.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -54,22 +54,28 @@ declare const RevokeFlowEntitlementCommand_base: {
|
|
|
54
54
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link BadRequestException} (client fault)
|
|
57
|
-
*
|
|
57
|
+
* <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.
|
|
58
|
+
* </p>
|
|
58
59
|
*
|
|
59
60
|
* @throws {@link ForbiddenException} (client fault)
|
|
60
|
-
*
|
|
61
|
+
* <p>You do not have sufficient access to perform this action.
|
|
62
|
+
* </p>
|
|
61
63
|
*
|
|
62
64
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
63
|
-
*
|
|
65
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
66
|
+
* </p>
|
|
64
67
|
*
|
|
65
68
|
* @throws {@link NotFoundException} (client fault)
|
|
66
|
-
*
|
|
69
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
70
|
+
* </p>
|
|
67
71
|
*
|
|
68
72
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
69
|
-
*
|
|
73
|
+
* <p>The service is currently unavailable or busy.
|
|
74
|
+
* </p>
|
|
70
75
|
*
|
|
71
76
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
72
|
-
*
|
|
77
|
+
* <p>The request was denied due to request throttling.
|
|
78
|
+
* </p>
|
|
73
79
|
*
|
|
74
80
|
* @throws {@link MediaConnectServiceException}
|
|
75
81
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const StartFlowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Starts a flow
|
|
30
|
+
* <p> Starts a flow.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -53,22 +53,28 @@ declare const StartFlowCommand_base: {
|
|
|
53
53
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link BadRequestException} (client fault)
|
|
56
|
-
*
|
|
56
|
+
* <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.
|
|
57
|
+
* </p>
|
|
57
58
|
*
|
|
58
59
|
* @throws {@link ForbiddenException} (client fault)
|
|
59
|
-
*
|
|
60
|
+
* <p>You do not have sufficient access to perform this action.
|
|
61
|
+
* </p>
|
|
60
62
|
*
|
|
61
63
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
62
|
-
*
|
|
64
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
65
|
+
* </p>
|
|
63
66
|
*
|
|
64
67
|
* @throws {@link NotFoundException} (client fault)
|
|
65
|
-
*
|
|
68
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
69
|
+
* </p>
|
|
66
70
|
*
|
|
67
71
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
68
|
-
*
|
|
72
|
+
* <p>The service is currently unavailable or busy.
|
|
73
|
+
* </p>
|
|
69
74
|
*
|
|
70
75
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
71
|
-
*
|
|
76
|
+
* <p>The request was denied due to request throttling.
|
|
77
|
+
* </p>
|
|
72
78
|
*
|
|
73
79
|
* @throws {@link MediaConnectServiceException}
|
|
74
80
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const StopFlowCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Stops a flow
|
|
30
|
+
* <p> Stops a flow.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -53,22 +53,28 @@ declare const StopFlowCommand_base: {
|
|
|
53
53
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link BadRequestException} (client fault)
|
|
56
|
-
*
|
|
56
|
+
* <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.
|
|
57
|
+
* </p>
|
|
57
58
|
*
|
|
58
59
|
* @throws {@link ForbiddenException} (client fault)
|
|
59
|
-
*
|
|
60
|
+
* <p>You do not have sufficient access to perform this action.
|
|
61
|
+
* </p>
|
|
60
62
|
*
|
|
61
63
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
62
|
-
*
|
|
64
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
65
|
+
* </p>
|
|
63
66
|
*
|
|
64
67
|
* @throws {@link NotFoundException} (client fault)
|
|
65
|
-
*
|
|
68
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
69
|
+
* </p>
|
|
66
70
|
*
|
|
67
71
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
68
|
-
*
|
|
72
|
+
* <p>The service is currently unavailable or busy.
|
|
73
|
+
* </p>
|
|
69
74
|
*
|
|
70
75
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
71
|
-
*
|
|
76
|
+
* <p>The request was denied due to request throttling.
|
|
77
|
+
* </p>
|
|
72
78
|
*
|
|
73
79
|
* @throws {@link MediaConnectServiceException}
|
|
74
80
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,10 @@ declare const TagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Associates the specified tags to a resource with the specified resourceArn
|
|
30
|
+
* <p> Associates the specified tags to a resource with the specified <code>resourceArn</code>.
|
|
31
|
+
* If existing tags on a resource are not specified in the request parameters, they are not
|
|
32
|
+
* changed. When a resource is deleted, the tags associated with that resource are deleted as
|
|
33
|
+
* well.</p>
|
|
31
34
|
* @example
|
|
32
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
36
|
* ```javascript
|
|
@@ -36,7 +39,7 @@ declare const TagResourceCommand_base: {
|
|
|
36
39
|
* const client = new MediaConnectClient(config);
|
|
37
40
|
* const input = { // TagResourceRequest
|
|
38
41
|
* ResourceArn: "STRING_VALUE", // required
|
|
39
|
-
* Tags: { //
|
|
42
|
+
* Tags: { // __mapOfString // required
|
|
40
43
|
* "<keys>": "STRING_VALUE",
|
|
41
44
|
* },
|
|
42
45
|
* };
|
|
@@ -53,13 +56,16 @@ declare const TagResourceCommand_base: {
|
|
|
53
56
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
54
57
|
*
|
|
55
58
|
* @throws {@link BadRequestException} (client fault)
|
|
56
|
-
*
|
|
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.
|
|
60
|
+
* </p>
|
|
57
61
|
*
|
|
58
62
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
59
|
-
*
|
|
63
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
64
|
+
* </p>
|
|
60
65
|
*
|
|
61
66
|
* @throws {@link NotFoundException} (client fault)
|
|
62
|
-
*
|
|
67
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
68
|
+
* </p>
|
|
63
69
|
*
|
|
64
70
|
* @throws {@link MediaConnectServiceException}
|
|
65
71
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Deletes specified tags from a resource
|
|
30
|
+
* <p> Deletes specified tags from a resource.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -36,7 +36,7 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
* const client = new MediaConnectClient(config);
|
|
37
37
|
* const input = { // UntagResourceRequest
|
|
38
38
|
* ResourceArn: "STRING_VALUE", // required
|
|
39
|
-
* TagKeys: [ //
|
|
39
|
+
* TagKeys: [ // __listOfString // required
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
42
|
* };
|
|
@@ -53,13 +53,16 @@ declare const UntagResourceCommand_base: {
|
|
|
53
53
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link BadRequestException} (client fault)
|
|
56
|
-
*
|
|
56
|
+
* <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.
|
|
57
|
+
* </p>
|
|
57
58
|
*
|
|
58
59
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
59
|
-
*
|
|
60
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
61
|
+
* </p>
|
|
60
62
|
*
|
|
61
63
|
* @throws {@link NotFoundException} (client fault)
|
|
62
|
-
*
|
|
64
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
65
|
+
* </p>
|
|
63
66
|
*
|
|
64
67
|
* @throws {@link MediaConnectServiceException}
|
|
65
68
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const UpdateBridgeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Updates the bridge
|
|
30
|
+
* <p> Updates the bridge.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -87,7 +87,7 @@ declare const UpdateBridgeCommand_base: {
|
|
|
87
87
|
* // Name: "STRING_VALUE", // required
|
|
88
88
|
* // NetworkName: "STRING_VALUE", // required
|
|
89
89
|
* // Port: Number("int"), // required
|
|
90
|
-
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
90
|
+
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
91
91
|
* // Ttl: Number("int"), // required
|
|
92
92
|
* // },
|
|
93
93
|
* // },
|
|
@@ -119,7 +119,7 @@ declare const UpdateBridgeCommand_base: {
|
|
|
119
119
|
* // Name: "STRING_VALUE", // required
|
|
120
120
|
* // NetworkName: "STRING_VALUE", // required
|
|
121
121
|
* // Port: Number("int"), // required
|
|
122
|
-
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
122
|
+
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
123
123
|
* // },
|
|
124
124
|
* // },
|
|
125
125
|
* // ],
|
|
@@ -135,25 +135,32 @@ declare const UpdateBridgeCommand_base: {
|
|
|
135
135
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
136
136
|
*
|
|
137
137
|
* @throws {@link BadRequestException} (client fault)
|
|
138
|
-
*
|
|
138
|
+
* <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.
|
|
139
|
+
* </p>
|
|
139
140
|
*
|
|
140
141
|
* @throws {@link ConflictException} (client fault)
|
|
141
|
-
*
|
|
142
|
+
* <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.
|
|
143
|
+
* </p>
|
|
142
144
|
*
|
|
143
145
|
* @throws {@link ForbiddenException} (client fault)
|
|
144
|
-
*
|
|
146
|
+
* <p>You do not have sufficient access to perform this action.
|
|
147
|
+
* </p>
|
|
145
148
|
*
|
|
146
149
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
147
|
-
*
|
|
150
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
151
|
+
* </p>
|
|
148
152
|
*
|
|
149
153
|
* @throws {@link NotFoundException} (client fault)
|
|
150
|
-
*
|
|
154
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
155
|
+
* </p>
|
|
151
156
|
*
|
|
152
157
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
153
|
-
*
|
|
158
|
+
* <p>The service is currently unavailable or busy.
|
|
159
|
+
* </p>
|
|
154
160
|
*
|
|
155
161
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
156
|
-
*
|
|
162
|
+
* <p>The request was denied due to request throttling.
|
|
163
|
+
* </p>
|
|
157
164
|
*
|
|
158
165
|
* @throws {@link MediaConnectServiceException}
|
|
159
166
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const UpdateBridgeOutputCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Updates an existing bridge output
|
|
30
|
+
* <p> Updates an existing bridge output.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -40,7 +40,7 @@ declare const UpdateBridgeOutputCommand_base: {
|
|
|
40
40
|
* IpAddress: "STRING_VALUE",
|
|
41
41
|
* NetworkName: "STRING_VALUE",
|
|
42
42
|
* Port: Number("int"),
|
|
43
|
-
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp",
|
|
43
|
+
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq",
|
|
44
44
|
* Ttl: Number("int"),
|
|
45
45
|
* },
|
|
46
46
|
* OutputName: "STRING_VALUE", // required
|
|
@@ -60,7 +60,7 @@ declare const UpdateBridgeOutputCommand_base: {
|
|
|
60
60
|
* // Name: "STRING_VALUE", // required
|
|
61
61
|
* // NetworkName: "STRING_VALUE", // required
|
|
62
62
|
* // Port: Number("int"), // required
|
|
63
|
-
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
63
|
+
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
64
64
|
* // Ttl: Number("int"), // required
|
|
65
65
|
* // },
|
|
66
66
|
* // },
|
|
@@ -75,25 +75,32 @@ declare const UpdateBridgeOutputCommand_base: {
|
|
|
75
75
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link BadRequestException} (client fault)
|
|
78
|
-
*
|
|
78
|
+
* <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.
|
|
79
|
+
* </p>
|
|
79
80
|
*
|
|
80
81
|
* @throws {@link ConflictException} (client fault)
|
|
81
|
-
*
|
|
82
|
+
* <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.
|
|
83
|
+
* </p>
|
|
82
84
|
*
|
|
83
85
|
* @throws {@link ForbiddenException} (client fault)
|
|
84
|
-
*
|
|
86
|
+
* <p>You do not have sufficient access to perform this action.
|
|
87
|
+
* </p>
|
|
85
88
|
*
|
|
86
89
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
87
|
-
*
|
|
90
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
91
|
+
* </p>
|
|
88
92
|
*
|
|
89
93
|
* @throws {@link NotFoundException} (client fault)
|
|
90
|
-
*
|
|
94
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
95
|
+
* </p>
|
|
91
96
|
*
|
|
92
97
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
93
|
-
*
|
|
98
|
+
* <p>The service is currently unavailable or busy.
|
|
99
|
+
* </p>
|
|
94
100
|
*
|
|
95
101
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
96
|
-
*
|
|
102
|
+
* <p>The request was denied due to request throttling.
|
|
103
|
+
* </p>
|
|
97
104
|
*
|
|
98
105
|
* @throws {@link MediaConnectServiceException}
|
|
99
106
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const UpdateBridgeSourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Updates an existing bridge source
|
|
30
|
+
* <p> Updates an existing bridge source.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -49,7 +49,7 @@ declare const UpdateBridgeSourceCommand_base: {
|
|
|
49
49
|
* },
|
|
50
50
|
* NetworkName: "STRING_VALUE",
|
|
51
51
|
* Port: Number("int"),
|
|
52
|
-
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp",
|
|
52
|
+
* Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq",
|
|
53
53
|
* },
|
|
54
54
|
* SourceName: "STRING_VALUE", // required
|
|
55
55
|
* };
|
|
@@ -74,7 +74,7 @@ declare const UpdateBridgeSourceCommand_base: {
|
|
|
74
74
|
* // Name: "STRING_VALUE", // required
|
|
75
75
|
* // NetworkName: "STRING_VALUE", // required
|
|
76
76
|
* // Port: Number("int"), // required
|
|
77
|
-
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp", // required
|
|
77
|
+
* // Protocol: "zixi-push" || "rtp-fec" || "rtp" || "zixi-pull" || "rist" || "st2110-jpegxs" || "cdi" || "srt-listener" || "srt-caller" || "fujitsu-qos" || "udp" || "ndi-speed-hq", // required
|
|
78
78
|
* // },
|
|
79
79
|
* // },
|
|
80
80
|
* // };
|
|
@@ -88,25 +88,32 @@ declare const UpdateBridgeSourceCommand_base: {
|
|
|
88
88
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link BadRequestException} (client fault)
|
|
91
|
-
*
|
|
91
|
+
* <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.
|
|
92
|
+
* </p>
|
|
92
93
|
*
|
|
93
94
|
* @throws {@link ConflictException} (client fault)
|
|
94
|
-
*
|
|
95
|
+
* <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.
|
|
96
|
+
* </p>
|
|
95
97
|
*
|
|
96
98
|
* @throws {@link ForbiddenException} (client fault)
|
|
97
|
-
*
|
|
99
|
+
* <p>You do not have sufficient access to perform this action.
|
|
100
|
+
* </p>
|
|
98
101
|
*
|
|
99
102
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
100
|
-
*
|
|
103
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
104
|
+
* </p>
|
|
101
105
|
*
|
|
102
106
|
* @throws {@link NotFoundException} (client fault)
|
|
103
|
-
*
|
|
107
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
108
|
+
* </p>
|
|
104
109
|
*
|
|
105
110
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
106
|
-
*
|
|
111
|
+
* <p>The service is currently unavailable or busy.
|
|
112
|
+
* </p>
|
|
107
113
|
*
|
|
108
114
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
109
|
-
*
|
|
115
|
+
* <p>The request was denied due to request throttling.
|
|
116
|
+
* </p>
|
|
110
117
|
*
|
|
111
118
|
* @throws {@link MediaConnectServiceException}
|
|
112
119
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const UpdateBridgeStateCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Updates the bridge state
|
|
30
|
+
* <p> Updates the bridge state. </p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -54,25 +54,32 @@ declare const UpdateBridgeStateCommand_base: {
|
|
|
54
54
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link BadRequestException} (client fault)
|
|
57
|
-
*
|
|
57
|
+
* <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.
|
|
58
|
+
* </p>
|
|
58
59
|
*
|
|
59
60
|
* @throws {@link ConflictException} (client fault)
|
|
60
|
-
*
|
|
61
|
+
* <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.
|
|
62
|
+
* </p>
|
|
61
63
|
*
|
|
62
64
|
* @throws {@link ForbiddenException} (client fault)
|
|
63
|
-
*
|
|
65
|
+
* <p>You do not have sufficient access to perform this action.
|
|
66
|
+
* </p>
|
|
64
67
|
*
|
|
65
68
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
66
|
-
*
|
|
69
|
+
* <p>The server encountered an internal error and is unable to complete the request.
|
|
70
|
+
* </p>
|
|
67
71
|
*
|
|
68
72
|
* @throws {@link NotFoundException} (client fault)
|
|
69
|
-
*
|
|
73
|
+
* <p>One or more of the resources in the request does not exist in the system.
|
|
74
|
+
* </p>
|
|
70
75
|
*
|
|
71
76
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
72
|
-
*
|
|
77
|
+
* <p>The service is currently unavailable or busy.
|
|
78
|
+
* </p>
|
|
73
79
|
*
|
|
74
80
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
75
|
-
*
|
|
81
|
+
* <p>The request was denied due to request throttling.
|
|
82
|
+
* </p>
|
|
76
83
|
*
|
|
77
84
|
* @throws {@link MediaConnectServiceException}
|
|
78
85
|
* <p>Base exception class for all service exceptions from MediaConnect service.</p>
|