@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.
Files changed (63) hide show
  1. package/README.md +26 -1
  2. package/dist-cjs/index.js +96 -68
  3. package/dist-es/models/models_0.js +26 -13
  4. package/dist-es/protocols/Aws_restJson1.js +54 -0
  5. package/dist-es/waiters/waitForFlowActive.js +9 -0
  6. package/dist-types/MediaConnect.d.ts +26 -1
  7. package/dist-types/MediaConnectClient.d.ts +26 -1
  8. package/dist-types/commands/AddBridgeOutputsCommand.d.ts +17 -10
  9. package/dist-types/commands/AddBridgeSourcesCommand.d.ts +17 -10
  10. package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +13 -7
  11. package/dist-types/commands/AddFlowOutputsCommand.d.ts +24 -13
  12. package/dist-types/commands/AddFlowSourcesCommand.d.ts +18 -10
  13. package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +15 -9
  14. package/dist-types/commands/CreateBridgeCommand.d.ts +19 -12
  15. package/dist-types/commands/CreateFlowCommand.d.ts +55 -17
  16. package/dist-types/commands/CreateGatewayCommand.d.ts +17 -10
  17. package/dist-types/commands/DeleteBridgeCommand.d.ts +15 -8
  18. package/dist-types/commands/DeleteFlowCommand.d.ts +13 -7
  19. package/dist-types/commands/DeleteGatewayCommand.d.ts +15 -8
  20. package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +15 -8
  21. package/dist-types/commands/DescribeBridgeCommand.d.ts +17 -10
  22. package/dist-types/commands/DescribeFlowCommand.d.ts +40 -14
  23. package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +15 -7
  24. package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +15 -7
  25. package/dist-types/commands/DescribeGatewayCommand.d.ts +17 -9
  26. package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +17 -8
  27. package/dist-types/commands/DescribeOfferingCommand.d.ts +11 -6
  28. package/dist-types/commands/DescribeReservationCommand.d.ts +11 -6
  29. package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +17 -10
  30. package/dist-types/commands/ListBridgesCommand.d.ts +12 -6
  31. package/dist-types/commands/ListEntitlementsCommand.d.ts +9 -5
  32. package/dist-types/commands/ListFlowsCommand.d.ts +9 -5
  33. package/dist-types/commands/ListGatewayInstancesCommand.d.ts +11 -6
  34. package/dist-types/commands/ListGatewaysCommand.d.ts +11 -6
  35. package/dist-types/commands/ListOfferingsCommand.d.ts +9 -5
  36. package/dist-types/commands/ListReservationsCommand.d.ts +9 -5
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -5
  38. package/dist-types/commands/PurchaseOfferingCommand.d.ts +13 -7
  39. package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +15 -8
  40. package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +15 -8
  41. package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +13 -7
  42. package/dist-types/commands/RemoveFlowOutputCommand.d.ts +13 -7
  43. package/dist-types/commands/RemoveFlowSourceCommand.d.ts +14 -7
  44. package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +14 -8
  45. package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +13 -7
  46. package/dist-types/commands/StartFlowCommand.d.ts +13 -7
  47. package/dist-types/commands/StopFlowCommand.d.ts +13 -7
  48. package/dist-types/commands/TagResourceCommand.d.ts +11 -5
  49. package/dist-types/commands/UntagResourceCommand.d.ts +8 -5
  50. package/dist-types/commands/UpdateBridgeCommand.d.ts +17 -10
  51. package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +17 -10
  52. package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +17 -10
  53. package/dist-types/commands/UpdateBridgeStateCommand.d.ts +15 -8
  54. package/dist-types/commands/UpdateFlowCommand.d.ts +48 -13
  55. package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +15 -9
  56. package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +13 -7
  57. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +22 -12
  58. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +18 -10
  59. package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +16 -8
  60. package/dist-types/index.d.ts +26 -1
  61. package/dist-types/models/models_0.d.ts +1955 -1327
  62. package/dist-types/ts3.4/models/models_0.d.ts +221 -185
  63. 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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
61
+ * <p>You do not have sufficient access to perform this action.
62
+ * </p>
61
63
  *
62
64
  * @throws {@link InternalServerErrorException} (server fault)
63
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
73
+ * <p>The service is currently unavailable or busy.
74
+ * </p>
70
75
  *
71
76
  * @throws {@link TooManyRequestsException} (client fault)
72
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
60
+ * <p>You do not have sufficient access to perform this action.
61
+ * </p>
60
62
  *
61
63
  * @throws {@link InternalServerErrorException} (server fault)
62
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
72
+ * <p>The service is currently unavailable or busy.
73
+ * </p>
69
74
  *
70
75
  * @throws {@link TooManyRequestsException} (client fault)
71
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
60
+ * <p>You do not have sufficient access to perform this action.
61
+ * </p>
60
62
  *
61
63
  * @throws {@link InternalServerErrorException} (server fault)
62
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
72
+ * <p>The service is currently unavailable or busy.
73
+ * </p>
69
74
  *
70
75
  * @throws {@link TooManyRequestsException} (client fault)
71
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are deleted as well.
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: { // __mapOf__string // required
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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: [ // __listOf__string // required
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
146
+ * <p>You do not have sufficient access to perform this action.
147
+ * </p>
145
148
  *
146
149
  * @throws {@link InternalServerErrorException} (server fault)
147
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
158
+ * <p>The service is currently unavailable or busy.
159
+ * </p>
154
160
  *
155
161
  * @throws {@link TooManyRequestsException} (client fault)
156
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
86
+ * <p>You do not have sufficient access to perform this action.
87
+ * </p>
85
88
  *
86
89
  * @throws {@link InternalServerErrorException} (server fault)
87
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
98
+ * <p>The service is currently unavailable or busy.
99
+ * </p>
94
100
  *
95
101
  * @throws {@link TooManyRequestsException} (client fault)
96
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
99
+ * <p>You do not have sufficient access to perform this action.
100
+ * </p>
98
101
  *
99
102
  * @throws {@link InternalServerErrorException} (server fault)
100
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
111
+ * <p>The service is currently unavailable or busy.
112
+ * </p>
107
113
  *
108
114
  * @throws {@link TooManyRequestsException} (client fault)
109
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
65
+ * <p>You do not have sufficient access to perform this action.
66
+ * </p>
64
67
  *
65
68
  * @throws {@link InternalServerErrorException} (server fault)
66
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
77
+ * <p>The service is currently unavailable or busy.
78
+ * </p>
73
79
  *
74
80
  * @throws {@link TooManyRequestsException} (client fault)
75
- * Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
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>