@aws-sdk/client-medialive 3.295.0 → 3.297.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/MediaLive.d.ts +60 -0
- package/dist-types/MediaLiveClient.d.ts +24 -4
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteCommand.d.ts +16 -0
- package/dist-types/commands/BatchStartCommand.d.ts +16 -0
- package/dist-types/commands/BatchStopCommand.d.ts +16 -0
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +16 -0
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +16 -0
- package/dist-types/commands/ClaimDeviceCommand.d.ts +16 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +16 -0
- package/dist-types/commands/CreateInputCommand.d.ts +16 -0
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateMultiplexCommand.d.ts +16 -0
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +16 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +16 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReservationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteScheduleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOfferingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScheduleCommand.d.ts +16 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +16 -0
- package/dist-types/commands/ListInputDevicesCommand.d.ts +16 -0
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListInputsCommand.d.ts +16 -0
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +16 -0
- package/dist-types/commands/ListMultiplexesCommand.d.ts +16 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +16 -0
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +16 -0
- package/dist-types/commands/StartChannelCommand.d.ts +16 -0
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +16 -0
- package/dist-types/commands/StartMultiplexCommand.d.ts +16 -0
- package/dist-types/commands/StopChannelCommand.d.ts +16 -0
- package/dist-types/commands/StopMultiplexCommand.d.ts +16 -0
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +16 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +16 -0
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +16 -0
- package/dist-types/commands/UpdateReservationCommand.d.ts +16 -0
- package/dist-types/models/MediaLiveServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +612 -0
- package/dist-types/models/models_1.d.ts +518 -0
- package/dist-types/models/models_2.d.ts +25 -0
- package/dist-types/pagination/DescribeSchedulePaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInputDevicesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInputsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMultiplexesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReservationsPaginator.d.ts +3 -0
- package/package.json +32 -32
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { UpdateInputDeviceRequest, UpdateInputDeviceResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateInputDeviceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateInputDeviceCommandInput extends UpdateInputDeviceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateInputDeviceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* Updates the parameters for the input device.
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateInputDeviceCommandInput - {@link UpdateInputDeviceCommandInput}
|
|
34
|
+
* @returns {@link UpdateInputDeviceCommandOutput}
|
|
28
35
|
* @see {@link UpdateInputDeviceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateInputDeviceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
|
|
|
58
65
|
export declare class UpdateInputDeviceCommand extends $Command<UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
59
66
|
readonly input: UpdateInputDeviceCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: UpdateInputDeviceCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { UpdateInputSecurityGroupRequest, UpdateInputSecurityGroupResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateInputSecurityGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateInputSecurityGroupCommandInput extends UpdateInputSecurityGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateInputSecurityGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecurityGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* Update an Input Security Group's Whilelists.
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecuri
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateInputSecurityGroupCommandInput - {@link UpdateInputSecurityGroupCommandInput}
|
|
34
|
+
* @returns {@link UpdateInputSecurityGroupCommandOutput}
|
|
28
35
|
* @see {@link UpdateInputSecurityGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateInputSecurityGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecuri
|
|
|
55
62
|
export declare class UpdateInputSecurityGroupCommand extends $Command<UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
|
|
56
63
|
readonly input: UpdateInputSecurityGroupCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: UpdateInputSecurityGroupCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateMultiplexCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateMultiplexCommandInput extends UpdateMultiplexRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateMultiplexCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* Updates a multiplex.
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateMultiplexCommandInput - {@link UpdateMultiplexCommandInput}
|
|
34
|
+
* @returns {@link UpdateMultiplexCommandOutput}
|
|
28
35
|
* @see {@link UpdateMultiplexCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateMultiplexCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, _
|
|
|
58
65
|
export declare class UpdateMultiplexCommand extends $Command<UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
59
66
|
readonly input: UpdateMultiplexCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: UpdateMultiplexCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { UpdateMultiplexProgramRequest, UpdateMultiplexProgramResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateMultiplexProgramCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateMultiplexProgramCommandInput extends UpdateMultiplexProgramRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateMultiplexProgramCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProgramResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* Update a program in a multiplex.
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProg
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateMultiplexProgramCommandInput - {@link UpdateMultiplexProgramCommandInput}
|
|
34
|
+
* @returns {@link UpdateMultiplexProgramCommandOutput}
|
|
28
35
|
* @see {@link UpdateMultiplexProgramCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateMultiplexProgramCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProg
|
|
|
58
65
|
export declare class UpdateMultiplexProgramCommand extends $Command<UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
|
|
59
66
|
readonly input: UpdateMultiplexProgramCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: UpdateMultiplexProgramCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { UpdateReservationRequest, UpdateReservationResponse } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateReservationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateReservationCommandInput extends UpdateReservationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateReservationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateReservationCommandOutput extends UpdateReservationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* Update reservation.
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateReservationCommandOutput extends UpdateReservationRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateReservationCommandInput - {@link UpdateReservationCommandInput}
|
|
34
|
+
* @returns {@link UpdateReservationCommandOutput}
|
|
28
35
|
* @see {@link UpdateReservationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateReservationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface UpdateReservationCommandOutput extends UpdateReservationRespons
|
|
|
58
65
|
export declare class UpdateReservationCommand extends $Command<UpdateReservationCommandInput, UpdateReservationCommandOutput, MediaLiveClientResolvedConfig> {
|
|
59
66
|
readonly input: UpdateReservationCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: UpdateReservationCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaLiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReservationCommandInput, UpdateReservationCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from MediaLive service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class MediaLiveServiceException extends __ServiceException {
|