@aws-sdk/client-mediaconnect 3.289.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +19 -0
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +22 -0
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +19 -0
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +19 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +19 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +19 -0
- package/dist-types/commands/DescribeFlowCommand.d.ts +19 -0
- package/dist-types/commands/DescribeOfferingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservationCommand.d.ts +16 -0
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +22 -0
- package/dist-types/commands/ListEntitlementsCommand.d.ts +13 -0
- package/dist-types/commands/ListFlowsCommand.d.ts +13 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +13 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +19 -0
- package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +19 -0
- package/dist-types/commands/RemoveFlowOutputCommand.d.ts +19 -0
- package/dist-types/commands/RemoveFlowSourceCommand.d.ts +19 -0
- package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +19 -0
- package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +19 -0
- package/dist-types/commands/StartFlowCommand.d.ts +19 -0
- package/dist-types/commands/StopFlowCommand.d.ts +19 -0
- package/dist-types/commands/TagResourceCommand.d.ts +10 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateFlowCommand.d.ts +19 -0
- package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +19 -0
- package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +19 -0
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +19 -0
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +19 -0
- package/package.json +30 -30
|
@@ -29,6 +29,25 @@ export interface AddFlowMediaStreamsCommandOutput extends AddFlowMediaStreamsRes
|
|
|
29
29
|
* @see {@link AddFlowMediaStreamsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class AddFlowMediaStreamsCommand extends $Command<AddFlowMediaStreamsCommandInput, AddFlowMediaStreamsCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: AddFlowMediaStreamsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface AddFlowOutputsCommandOutput extends AddFlowOutputsResponse, __M
|
|
|
29
29
|
* @see {@link AddFlowOutputsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AddFlowOutputs420Exception} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class AddFlowOutputsCommand extends $Command<AddFlowOutputsCommandInput, AddFlowOutputsCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
56
|
readonly input: AddFlowOutputsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface AddFlowSourcesCommandOutput extends AddFlowSourcesResponse, __M
|
|
|
29
29
|
* @see {@link AddFlowSourcesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class AddFlowSourcesCommand extends $Command<AddFlowSourcesCommandInput, AddFlowSourcesCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: AddFlowSourcesCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface AddFlowVpcInterfacesCommandOutput extends AddFlowVpcInterfacesR
|
|
|
29
29
|
* @see {@link AddFlowVpcInterfacesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class AddFlowVpcInterfacesCommand extends $Command<AddFlowVpcInterfacesCommandInput, AddFlowVpcInterfacesCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: AddFlowVpcInterfacesCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataB
|
|
|
29
29
|
* @see {@link CreateFlowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link CreateFlow420Exception} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class CreateFlowCommand extends $Command<CreateFlowCommandInput, CreateFlowCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateFlowCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteFlowCommandOutput extends DeleteFlowResponse, __MetadataB
|
|
|
29
29
|
* @see {@link DeleteFlowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DeleteFlowCommand extends $Command<DeleteFlowCommandInput, DeleteFlowCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteFlowCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __Metad
|
|
|
29
29
|
* @see {@link DescribeFlowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DescribeFlowCommand extends $Command<DescribeFlowCommandInput, DescribeFlowCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeFlowCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse,
|
|
|
29
29
|
* @see {@link DescribeOfferingCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DescribeOfferingCommand extends $Command<DescribeOfferingCommandInput, DescribeOfferingCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
50
|
readonly input: DescribeOfferingCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DescribeReservationCommandOutput extends DescribeReservationRes
|
|
|
29
29
|
* @see {@link DescribeReservationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DescribeReservationCommand extends $Command<DescribeReservationCommandInput, DescribeReservationCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
50
|
readonly input: DescribeReservationCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface GrantFlowEntitlementsCommandOutput extends GrantFlowEntitlement
|
|
|
29
29
|
* @see {@link GrantFlowEntitlementsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link GrantFlowEntitlements420Exception} (client fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
51
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class GrantFlowEntitlementsCommand extends $Command<GrantFlowEntitlementsCommandInput, GrantFlowEntitlementsCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
56
|
readonly input: GrantFlowEntitlementsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListEntitlementsCommandOutput extends ListEntitlementsResponse,
|
|
|
29
29
|
* @see {@link ListEntitlementsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListEntitlementsCommand extends $Command<ListEntitlementsCommandInput, ListEntitlementsCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
47
|
readonly input: ListEntitlementsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link ListFlowsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListFlowsCommand extends $Command<ListFlowsCommandInput, ListFlowsCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
47
|
readonly input: ListFlowsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __Met
|
|
|
29
29
|
* @see {@link ListOfferingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListOfferingsCommand extends $Command<ListOfferingsCommandInput, ListOfferingsCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
47
|
readonly input: ListOfferingsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListReservationsCommandOutput extends ListReservationsResponse,
|
|
|
29
29
|
* @see {@link ListReservationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListReservationsCommand extends $Command<ListReservationsCommandInput, ListReservationsCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
47
|
readonly input: ListReservationsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
44
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse,
|
|
|
29
29
|
* @see {@link PurchaseOfferingCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class PurchaseOfferingCommand extends $Command<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: PurchaseOfferingCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface RemoveFlowMediaStreamCommandOutput extends RemoveFlowMediaStrea
|
|
|
29
29
|
* @see {@link RemoveFlowMediaStreamCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class RemoveFlowMediaStreamCommand extends $Command<RemoveFlowMediaStreamCommandInput, RemoveFlowMediaStreamCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: RemoveFlowMediaStreamCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface RemoveFlowOutputCommandOutput extends RemoveFlowOutputResponse,
|
|
|
29
29
|
* @see {@link RemoveFlowOutputCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class RemoveFlowOutputCommand extends $Command<RemoveFlowOutputCommandInput, RemoveFlowOutputCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: RemoveFlowOutputCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface RemoveFlowSourceCommandOutput extends RemoveFlowSourceResponse,
|
|
|
29
29
|
* @see {@link RemoveFlowSourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class RemoveFlowSourceCommand extends $Command<RemoveFlowSourceCommandInput, RemoveFlowSourceCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: RemoveFlowSourceCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface RemoveFlowVpcInterfaceCommandOutput extends RemoveFlowVpcInterf
|
|
|
29
29
|
* @see {@link RemoveFlowVpcInterfaceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class RemoveFlowVpcInterfaceCommand extends $Command<RemoveFlowVpcInterfaceCommandInput, RemoveFlowVpcInterfaceCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: RemoveFlowVpcInterfaceCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface RevokeFlowEntitlementCommandOutput extends RevokeFlowEntitlemen
|
|
|
29
29
|
* @see {@link RevokeFlowEntitlementCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class RevokeFlowEntitlementCommand extends $Command<RevokeFlowEntitlementCommandInput, RevokeFlowEntitlementCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: RevokeFlowEntitlementCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface StartFlowCommandOutput extends StartFlowResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link StartFlowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class StartFlowCommand extends $Command<StartFlowCommandInput, StartFlowCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: StartFlowCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface StopFlowCommandOutput extends StopFlowResponse, __MetadataBeare
|
|
|
29
29
|
* @see {@link StopFlowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class StopFlowCommand extends $Command<StopFlowCommandInput, StopFlowCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: StopFlowCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
44
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
44
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateFlowCommandOutput extends UpdateFlowResponse, __MetadataB
|
|
|
29
29
|
* @see {@link UpdateFlowCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateFlowCommand extends $Command<UpdateFlowCommandInput, UpdateFlowCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateFlowCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateFlowEntitlementCommandOutput extends UpdateFlowEntitlemen
|
|
|
29
29
|
* @see {@link UpdateFlowEntitlementCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateFlowEntitlementCommand extends $Command<UpdateFlowEntitlementCommandInput, UpdateFlowEntitlementCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateFlowEntitlementCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateFlowMediaStreamCommandOutput extends UpdateFlowMediaStrea
|
|
|
29
29
|
* @see {@link UpdateFlowMediaStreamCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateFlowMediaStreamCommand extends $Command<UpdateFlowMediaStreamCommandInput, UpdateFlowMediaStreamCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateFlowMediaStreamCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateFlowOutputCommandOutput extends UpdateFlowOutputResponse,
|
|
|
29
29
|
* @see {@link UpdateFlowOutputCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateFlowOutputCommand extends $Command<UpdateFlowOutputCommandInput, UpdateFlowOutputCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateFlowOutputCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateFlowSourceCommandOutput extends UpdateFlowSourceResponse,
|
|
|
29
29
|
* @see {@link UpdateFlowSourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaConnectClientResolvedConfig | config} for MediaConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
36
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
39
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotFoundException} (client fault)
|
|
42
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
45
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class UpdateFlowSourceCommand extends $Command<UpdateFlowSourceCommandInput, UpdateFlowSourceCommandOutput, MediaConnectClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateFlowSourceCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.290.0",
|
|
56
56
|
"tslib": "^2.3.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|