@aws-sdk/client-mediaconnect 3.823.0 → 3.824.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 (61) hide show
  1. package/README.md +1 -26
  2. package/dist-cjs/index.js +2 -0
  3. package/dist-es/protocols/Aws_restJson1.js +2 -0
  4. package/dist-types/MediaConnect.d.ts +1 -26
  5. package/dist-types/MediaConnectClient.d.ts +1 -26
  6. package/dist-types/commands/AddBridgeOutputsCommand.d.ts +7 -14
  7. package/dist-types/commands/AddBridgeSourcesCommand.d.ts +7 -14
  8. package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +6 -12
  9. package/dist-types/commands/AddFlowOutputsCommand.d.ts +8 -14
  10. package/dist-types/commands/AddFlowSourcesCommand.d.ts +7 -12
  11. package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +6 -12
  12. package/dist-types/commands/CreateBridgeCommand.d.ts +7 -14
  13. package/dist-types/commands/CreateFlowCommand.d.ts +9 -12
  14. package/dist-types/commands/CreateGatewayCommand.d.ts +7 -14
  15. package/dist-types/commands/DeleteBridgeCommand.d.ts +7 -14
  16. package/dist-types/commands/DeleteFlowCommand.d.ts +6 -12
  17. package/dist-types/commands/DeleteGatewayCommand.d.ts +7 -14
  18. package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +7 -14
  19. package/dist-types/commands/DescribeBridgeCommand.d.ts +7 -14
  20. package/dist-types/commands/DescribeFlowCommand.d.ts +10 -15
  21. package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +7 -15
  22. package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +7 -15
  23. package/dist-types/commands/DescribeGatewayCommand.d.ts +8 -16
  24. package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +8 -17
  25. package/dist-types/commands/DescribeOfferingCommand.d.ts +5 -10
  26. package/dist-types/commands/DescribeReservationCommand.d.ts +5 -10
  27. package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +7 -14
  28. package/dist-types/commands/ListBridgesCommand.d.ts +6 -12
  29. package/dist-types/commands/ListEntitlementsCommand.d.ts +4 -8
  30. package/dist-types/commands/ListFlowsCommand.d.ts +4 -8
  31. package/dist-types/commands/ListGatewayInstancesCommand.d.ts +5 -10
  32. package/dist-types/commands/ListGatewaysCommand.d.ts +5 -10
  33. package/dist-types/commands/ListOfferingsCommand.d.ts +4 -8
  34. package/dist-types/commands/ListReservationsCommand.d.ts +4 -8
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -6
  36. package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -12
  37. package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +7 -14
  38. package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +7 -14
  39. package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +6 -12
  40. package/dist-types/commands/RemoveFlowOutputCommand.d.ts +6 -12
  41. package/dist-types/commands/RemoveFlowSourceCommand.d.ts +7 -14
  42. package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +6 -12
  43. package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +6 -12
  44. package/dist-types/commands/StartFlowCommand.d.ts +6 -12
  45. package/dist-types/commands/StopFlowCommand.d.ts +6 -12
  46. package/dist-types/commands/TagResourceCommand.d.ts +4 -10
  47. package/dist-types/commands/UntagResourceCommand.d.ts +3 -6
  48. package/dist-types/commands/UpdateBridgeCommand.d.ts +7 -14
  49. package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +7 -14
  50. package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +7 -14
  51. package/dist-types/commands/UpdateBridgeStateCommand.d.ts +7 -14
  52. package/dist-types/commands/UpdateFlowCommand.d.ts +9 -12
  53. package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +6 -12
  54. package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +6 -12
  55. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +7 -12
  56. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +7 -12
  57. package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +8 -16
  58. package/dist-types/index.d.ts +1 -26
  59. package/dist-types/models/models_0.d.ts +275 -754
  60. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  61. package/package.json +1 -1
@@ -52,32 +52,25 @@ declare const DeleteGatewayCommand_base: {
52
52
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
53
53
  *
54
54
  * @throws {@link BadRequestException} (client fault)
55
- * <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.
56
- * </p>
55
+ * <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>
57
56
  *
58
57
  * @throws {@link ConflictException} (client fault)
59
- * <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.
60
- * </p>
58
+ * <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>
61
59
  *
62
60
  * @throws {@link ForbiddenException} (client fault)
63
- * <p>You do not have sufficient access to perform this action.
64
- * </p>
61
+ * <p>You do not have sufficient access to perform this action. </p>
65
62
  *
66
63
  * @throws {@link InternalServerErrorException} (server fault)
67
- * <p>The server encountered an internal error and is unable to complete the request.
68
- * </p>
64
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
69
65
  *
70
66
  * @throws {@link NotFoundException} (client fault)
71
- * <p>One or more of the resources in the request does not exist in the system.
72
- * </p>
67
+ * <p>One or more of the resources in the request does not exist in the system. </p>
73
68
  *
74
69
  * @throws {@link ServiceUnavailableException} (server fault)
75
- * <p>The service is currently unavailable or busy.
76
- * </p>
70
+ * <p>The service is currently unavailable or busy. </p>
77
71
  *
78
72
  * @throws {@link TooManyRequestsException} (client fault)
79
- * <p>The request was denied due to request throttling.
80
- * </p>
73
+ * <p>The request was denied due to request throttling. </p>
81
74
  *
82
75
  * @throws {@link MediaConnectServiceException}
83
76
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -54,32 +54,25 @@ declare const DeregisterGatewayInstanceCommand_base: {
54
54
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
55
55
  *
56
56
  * @throws {@link BadRequestException} (client fault)
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>
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. </p>
59
58
  *
60
59
  * @throws {@link ConflictException} (client fault)
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>
60
+ * <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
61
  *
64
62
  * @throws {@link ForbiddenException} (client fault)
65
- * <p>You do not have sufficient access to perform this action.
66
- * </p>
63
+ * <p>You do not have sufficient access to perform this action. </p>
67
64
  *
68
65
  * @throws {@link InternalServerErrorException} (server fault)
69
- * <p>The server encountered an internal error and is unable to complete the request.
70
- * </p>
66
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
71
67
  *
72
68
  * @throws {@link NotFoundException} (client fault)
73
- * <p>One or more of the resources in the request does not exist in the system.
74
- * </p>
69
+ * <p>One or more of the resources in the request does not exist in the system. </p>
75
70
  *
76
71
  * @throws {@link ServiceUnavailableException} (server fault)
77
- * <p>The service is currently unavailable or busy.
78
- * </p>
72
+ * <p>The service is currently unavailable or busy. </p>
79
73
  *
80
74
  * @throws {@link TooManyRequestsException} (client fault)
81
- * <p>The request was denied due to request throttling.
82
- * </p>
75
+ * <p>The request was denied due to request throttling. </p>
83
76
  *
84
77
  * @throws {@link MediaConnectServiceException}
85
78
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -120,32 +120,25 @@ declare const DescribeBridgeCommand_base: {
120
120
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
121
121
  *
122
122
  * @throws {@link BadRequestException} (client fault)
123
- * <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.
124
- * </p>
123
+ * <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>
125
124
  *
126
125
  * @throws {@link ConflictException} (client fault)
127
- * <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.
128
- * </p>
126
+ * <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>
129
127
  *
130
128
  * @throws {@link ForbiddenException} (client fault)
131
- * <p>You do not have sufficient access to perform this action.
132
- * </p>
129
+ * <p>You do not have sufficient access to perform this action. </p>
133
130
  *
134
131
  * @throws {@link InternalServerErrorException} (server fault)
135
- * <p>The server encountered an internal error and is unable to complete the request.
136
- * </p>
132
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
137
133
  *
138
134
  * @throws {@link NotFoundException} (client fault)
139
- * <p>One or more of the resources in the request does not exist in the system.
140
- * </p>
135
+ * <p>One or more of the resources in the request does not exist in the system. </p>
141
136
  *
142
137
  * @throws {@link ServiceUnavailableException} (server fault)
143
- * <p>The service is currently unavailable or busy.
144
- * </p>
138
+ * <p>The service is currently unavailable or busy. </p>
145
139
  *
146
140
  * @throws {@link TooManyRequestsException} (client fault)
147
- * <p>The request was denied due to request throttling.
148
- * </p>
141
+ * <p>The request was denied due to request throttling. </p>
149
142
  *
150
143
  * @throws {@link MediaConnectServiceException}
151
144
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,9 +27,7 @@ declare const DescribeFlowCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Displays the details of a flow. The response includes the flow Amazon Resource Name (ARN),
31
- * name, and Availability Zone, as well as details about the source, outputs, and
32
- * entitlements.</p>
30
+ * <p> Displays the details of a flow. The response includes the flow Amazon Resource Name (ARN), name, and Availability Zone, as well as details about the source, outputs, and entitlements.</p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -163,6 +161,7 @@ declare const DescribeFlowCommand_base: {
163
161
  * // Number("int"),
164
162
  * // ],
165
163
  * // OutputStatus: "ENABLED" || "DISABLED",
164
+ * // PeerIpAddress: "STRING_VALUE",
166
165
  * // },
167
166
  * // ],
168
167
  * // Source: { // Source
@@ -228,6 +227,7 @@ declare const DescribeFlowCommand_base: {
228
227
  * // VpcInterfaceName: "STRING_VALUE",
229
228
  * // },
230
229
  * // },
230
+ * // PeerIpAddress: "STRING_VALUE",
231
231
  * // },
232
232
  * // SourceFailoverConfig: { // FailoverConfig
233
233
  * // FailoverMode: "MERGE" || "FAILOVER",
@@ -301,6 +301,7 @@ declare const DescribeFlowCommand_base: {
301
301
  * // VpcInterfaceName: "STRING_VALUE",
302
302
  * // },
303
303
  * // },
304
+ * // PeerIpAddress: "STRING_VALUE",
304
305
  * // },
305
306
  * // ],
306
307
  * // Status: "STANDBY" || "ACTIVE" || "UPDATING" || "DELETING" || "STARTING" || "STOPPING" || "ERROR", // required
@@ -373,28 +374,22 @@ declare const DescribeFlowCommand_base: {
373
374
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
374
375
  *
375
376
  * @throws {@link BadRequestException} (client fault)
376
- * <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.
377
- * </p>
377
+ * <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>
378
378
  *
379
379
  * @throws {@link ForbiddenException} (client fault)
380
- * <p>You do not have sufficient access to perform this action.
381
- * </p>
380
+ * <p>You do not have sufficient access to perform this action. </p>
382
381
  *
383
382
  * @throws {@link InternalServerErrorException} (server fault)
384
- * <p>The server encountered an internal error and is unable to complete the request.
385
- * </p>
383
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
386
384
  *
387
385
  * @throws {@link NotFoundException} (client fault)
388
- * <p>One or more of the resources in the request does not exist in the system.
389
- * </p>
386
+ * <p>One or more of the resources in the request does not exist in the system. </p>
390
387
  *
391
388
  * @throws {@link ServiceUnavailableException} (server fault)
392
- * <p>The service is currently unavailable or busy.
393
- * </p>
389
+ * <p>The service is currently unavailable or busy. </p>
394
390
  *
395
391
  * @throws {@link TooManyRequestsException} (client fault)
396
- * <p>The request was denied due to request throttling.
397
- * </p>
392
+ * <p>The request was denied due to request throttling. </p>
398
393
  *
399
394
  * @throws {@link MediaConnectServiceException}
400
395
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,9 +27,7 @@ declare const DescribeFlowSourceMetadataCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * The <code>DescribeFlowSourceMetadata</code> API is used to view information about the flow's source transport stream and programs. This API displays status messages about the flow's source as well as details about the program's video, audio, and other data.
32
- * </p>
30
+ * <p> The <code>DescribeFlowSourceMetadata</code> API is used to view information about the flow's source transport stream and programs. This API displays status messages about the flow's source as well as details about the program's video, audio, and other data. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -87,28 +85,22 @@ declare const DescribeFlowSourceMetadataCommand_base: {
87
85
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
88
86
  *
89
87
  * @throws {@link BadRequestException} (client fault)
90
- * <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.
91
- * </p>
88
+ * <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>
92
89
  *
93
90
  * @throws {@link ForbiddenException} (client fault)
94
- * <p>You do not have sufficient access to perform this action.
95
- * </p>
91
+ * <p>You do not have sufficient access to perform this action. </p>
96
92
  *
97
93
  * @throws {@link InternalServerErrorException} (server fault)
98
- * <p>The server encountered an internal error and is unable to complete the request.
99
- * </p>
94
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
100
95
  *
101
96
  * @throws {@link NotFoundException} (client fault)
102
- * <p>One or more of the resources in the request does not exist in the system.
103
- * </p>
97
+ * <p>One or more of the resources in the request does not exist in the system. </p>
104
98
  *
105
99
  * @throws {@link ServiceUnavailableException} (server fault)
106
- * <p>The service is currently unavailable or busy.
107
- * </p>
100
+ * <p>The service is currently unavailable or busy. </p>
108
101
  *
109
102
  * @throws {@link TooManyRequestsException} (client fault)
110
- * <p>The request was denied due to request throttling.
111
- * </p>
103
+ * <p>The request was denied due to request throttling. </p>
112
104
  *
113
105
  * @throws {@link MediaConnectServiceException}
114
106
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,9 +27,7 @@ declare const DescribeFlowSourceThumbnailCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Describes the thumbnail for the flow source.
32
- * </p>
30
+ * <p> Describes the thumbnail for the flow source. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -66,28 +64,22 @@ declare const DescribeFlowSourceThumbnailCommand_base: {
66
64
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
67
65
  *
68
66
  * @throws {@link BadRequestException} (client fault)
69
- * <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.
70
- * </p>
67
+ * <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>
71
68
  *
72
69
  * @throws {@link ForbiddenException} (client fault)
73
- * <p>You do not have sufficient access to perform this action.
74
- * </p>
70
+ * <p>You do not have sufficient access to perform this action. </p>
75
71
  *
76
72
  * @throws {@link InternalServerErrorException} (server fault)
77
- * <p>The server encountered an internal error and is unable to complete the request.
78
- * </p>
73
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
79
74
  *
80
75
  * @throws {@link NotFoundException} (client fault)
81
- * <p>One or more of the resources in the request does not exist in the system.
82
- * </p>
76
+ * <p>One or more of the resources in the request does not exist in the system. </p>
83
77
  *
84
78
  * @throws {@link ServiceUnavailableException} (server fault)
85
- * <p>The service is currently unavailable or busy.
86
- * </p>
79
+ * <p>The service is currently unavailable or busy. </p>
87
80
  *
88
81
  * @throws {@link TooManyRequestsException} (client fault)
89
- * <p>The request was denied due to request throttling.
90
- * </p>
82
+ * <p>The request was denied due to request throttling. </p>
91
83
  *
92
84
  * @throws {@link MediaConnectServiceException}
93
85
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,8 +27,7 @@ declare const DescribeGatewayCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Displays the details of a gateway. The response includes the gateway Amazon Resource Name
31
- * (ARN), name, and CIDR blocks, as well as details about the networks.</p>
30
+ * <p> Displays the details of a gateway. The response includes the gateway Amazon Resource Name (ARN), name, and CIDR blocks, as well as details about the networks.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -73,32 +72,25 @@ declare const DescribeGatewayCommand_base: {
73
72
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
74
73
  *
75
74
  * @throws {@link BadRequestException} (client fault)
76
- * <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.
77
- * </p>
75
+ * <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>
78
76
  *
79
77
  * @throws {@link ConflictException} (client fault)
80
- * <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.
81
- * </p>
78
+ * <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>
82
79
  *
83
80
  * @throws {@link ForbiddenException} (client fault)
84
- * <p>You do not have sufficient access to perform this action.
85
- * </p>
81
+ * <p>You do not have sufficient access to perform this action. </p>
86
82
  *
87
83
  * @throws {@link InternalServerErrorException} (server fault)
88
- * <p>The server encountered an internal error and is unable to complete the request.
89
- * </p>
84
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
90
85
  *
91
86
  * @throws {@link NotFoundException} (client fault)
92
- * <p>One or more of the resources in the request does not exist in the system.
93
- * </p>
87
+ * <p>One or more of the resources in the request does not exist in the system. </p>
94
88
  *
95
89
  * @throws {@link ServiceUnavailableException} (server fault)
96
- * <p>The service is currently unavailable or busy.
97
- * </p>
90
+ * <p>The service is currently unavailable or busy. </p>
98
91
  *
99
92
  * @throws {@link TooManyRequestsException} (client fault)
100
- * <p>The request was denied due to request throttling.
101
- * </p>
93
+ * <p>The request was denied due to request throttling. </p>
102
94
  *
103
95
  * @throws {@link MediaConnectServiceException}
104
96
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,9 +27,7 @@ declare const DescribeGatewayInstanceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>
31
- * Displays the details of an instance.
32
- * </p>
30
+ * <p> Displays the details of an instance. </p>
33
31
  * @example
34
32
  * Use a bare-bones client and the command you need to make an API call.
35
33
  * ```javascript
@@ -69,32 +67,25 @@ declare const DescribeGatewayInstanceCommand_base: {
69
67
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
70
68
  *
71
69
  * @throws {@link BadRequestException} (client fault)
72
- * <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.
73
- * </p>
70
+ * <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>
74
71
  *
75
72
  * @throws {@link ConflictException} (client fault)
76
- * <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.
77
- * </p>
73
+ * <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>
78
74
  *
79
75
  * @throws {@link ForbiddenException} (client fault)
80
- * <p>You do not have sufficient access to perform this action.
81
- * </p>
76
+ * <p>You do not have sufficient access to perform this action. </p>
82
77
  *
83
78
  * @throws {@link InternalServerErrorException} (server fault)
84
- * <p>The server encountered an internal error and is unable to complete the request.
85
- * </p>
79
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
86
80
  *
87
81
  * @throws {@link NotFoundException} (client fault)
88
- * <p>One or more of the resources in the request does not exist in the system.
89
- * </p>
82
+ * <p>One or more of the resources in the request does not exist in the system. </p>
90
83
  *
91
84
  * @throws {@link ServiceUnavailableException} (server fault)
92
- * <p>The service is currently unavailable or busy.
93
- * </p>
85
+ * <p>The service is currently unavailable or busy. </p>
94
86
  *
95
87
  * @throws {@link TooManyRequestsException} (client fault)
96
- * <p>The request was denied due to request throttling.
97
- * </p>
88
+ * <p>The request was denied due to request throttling. </p>
98
89
  *
99
90
  * @throws {@link MediaConnectServiceException}
100
91
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -64,24 +64,19 @@ declare const DescribeOfferingCommand_base: {
64
64
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
65
65
  *
66
66
  * @throws {@link BadRequestException} (client fault)
67
- * <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.
68
- * </p>
67
+ * <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>
69
68
  *
70
69
  * @throws {@link InternalServerErrorException} (server fault)
71
- * <p>The server encountered an internal error and is unable to complete the request.
72
- * </p>
70
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
73
71
  *
74
72
  * @throws {@link NotFoundException} (client fault)
75
- * <p>One or more of the resources in the request does not exist in the system.
76
- * </p>
73
+ * <p>One or more of the resources in the request does not exist in the system. </p>
77
74
  *
78
75
  * @throws {@link ServiceUnavailableException} (server fault)
79
- * <p>The service is currently unavailable or busy.
80
- * </p>
76
+ * <p>The service is currently unavailable or busy. </p>
81
77
  *
82
78
  * @throws {@link TooManyRequestsException} (client fault)
83
- * <p>The request was denied due to request throttling.
84
- * </p>
79
+ * <p>The request was denied due to request throttling. </p>
85
80
  *
86
81
  * @throws {@link MediaConnectServiceException}
87
82
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -69,24 +69,19 @@ declare const DescribeReservationCommand_base: {
69
69
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
70
70
  *
71
71
  * @throws {@link BadRequestException} (client fault)
72
- * <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.
73
- * </p>
72
+ * <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>
74
73
  *
75
74
  * @throws {@link InternalServerErrorException} (server fault)
76
- * <p>The server encountered an internal error and is unable to complete the request.
77
- * </p>
75
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
78
76
  *
79
77
  * @throws {@link NotFoundException} (client fault)
80
- * <p>One or more of the resources in the request does not exist in the system.
81
- * </p>
78
+ * <p>One or more of the resources in the request does not exist in the system. </p>
82
79
  *
83
80
  * @throws {@link ServiceUnavailableException} (server fault)
84
- * <p>The service is currently unavailable or busy.
85
- * </p>
81
+ * <p>The service is currently unavailable or busy. </p>
86
82
  *
87
83
  * @throws {@link TooManyRequestsException} (client fault)
88
- * <p>The request was denied due to request throttling.
89
- * </p>
84
+ * <p>The request was denied due to request throttling. </p>
90
85
  *
91
86
  * @throws {@link MediaConnectServiceException}
92
87
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -97,32 +97,25 @@ declare const GrantFlowEntitlementsCommand_base: {
97
97
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
98
98
  *
99
99
  * @throws {@link BadRequestException} (client fault)
100
- * <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.
101
- * </p>
100
+ * <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>
102
101
  *
103
102
  * @throws {@link ForbiddenException} (client fault)
104
- * <p>You do not have sufficient access to perform this action.
105
- * </p>
103
+ * <p>You do not have sufficient access to perform this action. </p>
106
104
  *
107
105
  * @throws {@link GrantFlowEntitlements420Exception} (client fault)
108
- * <p>Exception raised by Elemental MediaConnect when granting the entitlement. See the error message for the operation for more information on the cause of this exception.
109
- * </p>
106
+ * <p>Exception raised by Elemental MediaConnect when granting the entitlement. See the error message for the operation for more information on the cause of this exception. </p>
110
107
  *
111
108
  * @throws {@link InternalServerErrorException} (server fault)
112
- * <p>The server encountered an internal error and is unable to complete the request.
113
- * </p>
109
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
114
110
  *
115
111
  * @throws {@link NotFoundException} (client fault)
116
- * <p>One or more of the resources in the request does not exist in the system.
117
- * </p>
112
+ * <p>One or more of the resources in the request does not exist in the system. </p>
118
113
  *
119
114
  * @throws {@link ServiceUnavailableException} (server fault)
120
- * <p>The service is currently unavailable or busy.
121
- * </p>
115
+ * <p>The service is currently unavailable or busy. </p>
122
116
  *
123
117
  * @throws {@link TooManyRequestsException} (client fault)
124
- * <p>The request was denied due to request throttling.
125
- * </p>
118
+ * <p>The request was denied due to request throttling. </p>
126
119
  *
127
120
  * @throws {@link MediaConnectServiceException}
128
121
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -27,8 +27,7 @@ declare const ListBridgesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p> Displays a list of bridges that are associated with this account and an optionally
31
- * specified Amazon Resource Name (ARN). This request returns a paginated result.</p>
30
+ * <p> Displays a list of bridges that are associated with this account and an optionally specified Amazon Resource Name (ARN). This request returns a paginated result.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -64,24 +63,19 @@ declare const ListBridgesCommand_base: {
64
63
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
65
64
  *
66
65
  * @throws {@link BadRequestException} (client fault)
67
- * <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.
68
- * </p>
66
+ * <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>
69
67
  *
70
68
  * @throws {@link ConflictException} (client fault)
71
- * <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.
72
- * </p>
69
+ * <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>
73
70
  *
74
71
  * @throws {@link InternalServerErrorException} (server fault)
75
- * <p>The server encountered an internal error and is unable to complete the request.
76
- * </p>
72
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
77
73
  *
78
74
  * @throws {@link ServiceUnavailableException} (server fault)
79
- * <p>The service is currently unavailable or busy.
80
- * </p>
75
+ * <p>The service is currently unavailable or busy. </p>
81
76
  *
82
77
  * @throws {@link TooManyRequestsException} (client fault)
83
- * <p>The request was denied due to request throttling.
84
- * </p>
78
+ * <p>The request was denied due to request throttling. </p>
85
79
  *
86
80
  * @throws {@link MediaConnectServiceException}
87
81
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -60,20 +60,16 @@ declare const ListEntitlementsCommand_base: {
60
60
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
61
61
  *
62
62
  * @throws {@link BadRequestException} (client fault)
63
- * <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.
64
- * </p>
63
+ * <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>
65
64
  *
66
65
  * @throws {@link InternalServerErrorException} (server fault)
67
- * <p>The server encountered an internal error and is unable to complete the request.
68
- * </p>
66
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
69
67
  *
70
68
  * @throws {@link ServiceUnavailableException} (server fault)
71
- * <p>The service is currently unavailable or busy.
72
- * </p>
69
+ * <p>The service is currently unavailable or busy. </p>
73
70
  *
74
71
  * @throws {@link TooManyRequestsException} (client fault)
75
- * <p>The request was denied due to request throttling.
76
- * </p>
72
+ * <p>The request was denied due to request throttling. </p>
77
73
  *
78
74
  * @throws {@link MediaConnectServiceException}
79
75
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -69,20 +69,16 @@ declare const ListFlowsCommand_base: {
69
69
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
70
70
  *
71
71
  * @throws {@link BadRequestException} (client fault)
72
- * <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.
73
- * </p>
72
+ * <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>
74
73
  *
75
74
  * @throws {@link InternalServerErrorException} (server fault)
76
- * <p>The server encountered an internal error and is unable to complete the request.
77
- * </p>
75
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
78
76
  *
79
77
  * @throws {@link ServiceUnavailableException} (server fault)
80
- * <p>The service is currently unavailable or busy.
81
- * </p>
78
+ * <p>The service is currently unavailable or busy. </p>
82
79
  *
83
80
  * @throws {@link TooManyRequestsException} (client fault)
84
- * <p>The request was denied due to request throttling.
85
- * </p>
81
+ * <p>The request was denied due to request throttling. </p>
86
82
  *
87
83
  * @throws {@link MediaConnectServiceException}
88
84
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>
@@ -62,24 +62,19 @@ declare const ListGatewayInstancesCommand_base: {
62
62
  * @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
63
63
  *
64
64
  * @throws {@link BadRequestException} (client fault)
65
- * <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.
66
- * </p>
65
+ * <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>
67
66
  *
68
67
  * @throws {@link ConflictException} (client fault)
69
- * <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.
70
- * </p>
68
+ * <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>
71
69
  *
72
70
  * @throws {@link InternalServerErrorException} (server fault)
73
- * <p>The server encountered an internal error and is unable to complete the request.
74
- * </p>
71
+ * <p>The server encountered an internal error and is unable to complete the request. </p>
75
72
  *
76
73
  * @throws {@link ServiceUnavailableException} (server fault)
77
- * <p>The service is currently unavailable or busy.
78
- * </p>
74
+ * <p>The service is currently unavailable or busy. </p>
79
75
  *
80
76
  * @throws {@link TooManyRequestsException} (client fault)
81
- * <p>The request was denied due to request throttling.
82
- * </p>
77
+ * <p>The request was denied due to request throttling. </p>
83
78
  *
84
79
  * @throws {@link MediaConnectServiceException}
85
80
  * <p>Base exception class for all service exceptions from MediaConnect service.</p>