@aws-sdk/client-medialive 3.490.0 → 3.495.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-cjs/MediaLive.js +1 -139
- package/dist-cjs/MediaLiveClient.js +1 -43
- package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +1 -28
- package/dist-cjs/commands/BatchDeleteCommand.js +1 -28
- package/dist-cjs/commands/BatchStartCommand.js +1 -28
- package/dist-cjs/commands/BatchStopCommand.js +1 -28
- package/dist-cjs/commands/BatchUpdateScheduleCommand.js +1 -28
- package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +1 -28
- package/dist-cjs/commands/ClaimDeviceCommand.js +1 -28
- package/dist-cjs/commands/CreateChannelCommand.js +1 -28
- package/dist-cjs/commands/CreateInputCommand.js +1 -28
- package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateMultiplexCommand.js +1 -28
- package/dist-cjs/commands/CreateMultiplexProgramCommand.js +1 -28
- package/dist-cjs/commands/CreatePartnerInputCommand.js +1 -28
- package/dist-cjs/commands/CreateTagsCommand.js +1 -28
- package/dist-cjs/commands/DeleteChannelCommand.js +1 -28
- package/dist-cjs/commands/DeleteInputCommand.js +1 -28
- package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteMultiplexCommand.js +1 -28
- package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +1 -28
- package/dist-cjs/commands/DeleteReservationCommand.js +1 -28
- package/dist-cjs/commands/DeleteScheduleCommand.js +1 -28
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccountConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeChannelCommand.js +1 -28
- package/dist-cjs/commands/DescribeInputCommand.js +1 -28
- package/dist-cjs/commands/DescribeInputDeviceCommand.js +1 -28
- package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +1 -29
- package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeMultiplexCommand.js +1 -28
- package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +1 -28
- package/dist-cjs/commands/DescribeOfferingCommand.js +1 -28
- package/dist-cjs/commands/DescribeReservationCommand.js +1 -28
- package/dist-cjs/commands/DescribeScheduleCommand.js +1 -28
- package/dist-cjs/commands/DescribeThumbnailsCommand.js +1 -28
- package/dist-cjs/commands/ListChannelsCommand.js +1 -28
- package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +1 -28
- package/dist-cjs/commands/ListInputDevicesCommand.js +1 -28
- package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListInputsCommand.js +1 -28
- package/dist-cjs/commands/ListMultiplexProgramsCommand.js +1 -28
- package/dist-cjs/commands/ListMultiplexesCommand.js +1 -28
- package/dist-cjs/commands/ListOfferingsCommand.js +1 -28
- package/dist-cjs/commands/ListReservationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PurchaseOfferingCommand.js +1 -28
- package/dist-cjs/commands/RebootInputDeviceCommand.js +1 -28
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +1 -28
- package/dist-cjs/commands/StartChannelCommand.js +1 -28
- package/dist-cjs/commands/StartInputDeviceCommand.js +1 -28
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +1 -28
- package/dist-cjs/commands/StartMultiplexCommand.js +1 -28
- package/dist-cjs/commands/StopChannelCommand.js +1 -28
- package/dist-cjs/commands/StopInputDeviceCommand.js +1 -28
- package/dist-cjs/commands/StopMultiplexCommand.js +1 -28
- package/dist-cjs/commands/TransferInputDeviceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccountConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateChannelClassCommand.js +1 -28
- package/dist-cjs/commands/UpdateChannelCommand.js +1 -28
- package/dist-cjs/commands/UpdateInputCommand.js +1 -28
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +1 -28
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +1 -28
- package/dist-cjs/commands/UpdateMultiplexCommand.js +1 -28
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +1 -28
- package/dist-cjs/commands/UpdateReservationCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -67
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +12739 -12
- package/dist-cjs/models/MediaLiveServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -6
- package/dist-cjs/models/models_0.js +1 -796
- package/dist-cjs/models/models_1.js +1 -714
- package/dist-cjs/models/models_2.js +1 -7
- package/dist-cjs/pagination/DescribeSchedulePaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListChannelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListInputDeviceTransfersPaginator.js +1 -7
- package/dist-cjs/pagination/ListInputDevicesPaginator.js +1 -7
- package/dist-cjs/pagination/ListInputSecurityGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListInputsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMultiplexProgramsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMultiplexesPaginator.js +1 -7
- package/dist-cjs/pagination/ListOfferingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListReservationsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_restJson1.js +1 -8818
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -14
- package/dist-cjs/waiters/waitForChannelCreated.js +1 -57
- package/dist-cjs/waiters/waitForChannelDeleted.js +1 -48
- package/dist-cjs/waiters/waitForChannelRunning.js +1 -48
- package/dist-cjs/waiters/waitForChannelStopped.js +1 -48
- package/dist-cjs/waiters/waitForInputAttached.js +1 -48
- package/dist-cjs/waiters/waitForInputDeleted.js +1 -48
- package/dist-cjs/waiters/waitForInputDetached.js +1 -57
- package/dist-cjs/waiters/waitForMultiplexCreated.js +1 -57
- package/dist-cjs/waiters/waitForMultiplexDeleted.js +1 -48
- package/dist-cjs/waiters/waitForMultiplexRunning.js +1 -48
- package/dist-cjs/waiters/waitForMultiplexStopped.js +1 -48
- package/package.json +42 -42
package/dist-cjs/MediaLive.js
CHANGED
|
@@ -1,139 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaLive = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AcceptInputDeviceTransferCommand_1 = require("./commands/AcceptInputDeviceTransferCommand");
|
|
6
|
-
const BatchDeleteCommand_1 = require("./commands/BatchDeleteCommand");
|
|
7
|
-
const BatchStartCommand_1 = require("./commands/BatchStartCommand");
|
|
8
|
-
const BatchStopCommand_1 = require("./commands/BatchStopCommand");
|
|
9
|
-
const BatchUpdateScheduleCommand_1 = require("./commands/BatchUpdateScheduleCommand");
|
|
10
|
-
const CancelInputDeviceTransferCommand_1 = require("./commands/CancelInputDeviceTransferCommand");
|
|
11
|
-
const ClaimDeviceCommand_1 = require("./commands/ClaimDeviceCommand");
|
|
12
|
-
const CreateChannelCommand_1 = require("./commands/CreateChannelCommand");
|
|
13
|
-
const CreateInputCommand_1 = require("./commands/CreateInputCommand");
|
|
14
|
-
const CreateInputSecurityGroupCommand_1 = require("./commands/CreateInputSecurityGroupCommand");
|
|
15
|
-
const CreateMultiplexCommand_1 = require("./commands/CreateMultiplexCommand");
|
|
16
|
-
const CreateMultiplexProgramCommand_1 = require("./commands/CreateMultiplexProgramCommand");
|
|
17
|
-
const CreatePartnerInputCommand_1 = require("./commands/CreatePartnerInputCommand");
|
|
18
|
-
const CreateTagsCommand_1 = require("./commands/CreateTagsCommand");
|
|
19
|
-
const DeleteChannelCommand_1 = require("./commands/DeleteChannelCommand");
|
|
20
|
-
const DeleteInputCommand_1 = require("./commands/DeleteInputCommand");
|
|
21
|
-
const DeleteInputSecurityGroupCommand_1 = require("./commands/DeleteInputSecurityGroupCommand");
|
|
22
|
-
const DeleteMultiplexCommand_1 = require("./commands/DeleteMultiplexCommand");
|
|
23
|
-
const DeleteMultiplexProgramCommand_1 = require("./commands/DeleteMultiplexProgramCommand");
|
|
24
|
-
const DeleteReservationCommand_1 = require("./commands/DeleteReservationCommand");
|
|
25
|
-
const DeleteScheduleCommand_1 = require("./commands/DeleteScheduleCommand");
|
|
26
|
-
const DeleteTagsCommand_1 = require("./commands/DeleteTagsCommand");
|
|
27
|
-
const DescribeAccountConfigurationCommand_1 = require("./commands/DescribeAccountConfigurationCommand");
|
|
28
|
-
const DescribeChannelCommand_1 = require("./commands/DescribeChannelCommand");
|
|
29
|
-
const DescribeInputCommand_1 = require("./commands/DescribeInputCommand");
|
|
30
|
-
const DescribeInputDeviceCommand_1 = require("./commands/DescribeInputDeviceCommand");
|
|
31
|
-
const DescribeInputDeviceThumbnailCommand_1 = require("./commands/DescribeInputDeviceThumbnailCommand");
|
|
32
|
-
const DescribeInputSecurityGroupCommand_1 = require("./commands/DescribeInputSecurityGroupCommand");
|
|
33
|
-
const DescribeMultiplexCommand_1 = require("./commands/DescribeMultiplexCommand");
|
|
34
|
-
const DescribeMultiplexProgramCommand_1 = require("./commands/DescribeMultiplexProgramCommand");
|
|
35
|
-
const DescribeOfferingCommand_1 = require("./commands/DescribeOfferingCommand");
|
|
36
|
-
const DescribeReservationCommand_1 = require("./commands/DescribeReservationCommand");
|
|
37
|
-
const DescribeScheduleCommand_1 = require("./commands/DescribeScheduleCommand");
|
|
38
|
-
const DescribeThumbnailsCommand_1 = require("./commands/DescribeThumbnailsCommand");
|
|
39
|
-
const ListChannelsCommand_1 = require("./commands/ListChannelsCommand");
|
|
40
|
-
const ListInputDevicesCommand_1 = require("./commands/ListInputDevicesCommand");
|
|
41
|
-
const ListInputDeviceTransfersCommand_1 = require("./commands/ListInputDeviceTransfersCommand");
|
|
42
|
-
const ListInputsCommand_1 = require("./commands/ListInputsCommand");
|
|
43
|
-
const ListInputSecurityGroupsCommand_1 = require("./commands/ListInputSecurityGroupsCommand");
|
|
44
|
-
const ListMultiplexesCommand_1 = require("./commands/ListMultiplexesCommand");
|
|
45
|
-
const ListMultiplexProgramsCommand_1 = require("./commands/ListMultiplexProgramsCommand");
|
|
46
|
-
const ListOfferingsCommand_1 = require("./commands/ListOfferingsCommand");
|
|
47
|
-
const ListReservationsCommand_1 = require("./commands/ListReservationsCommand");
|
|
48
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
49
|
-
const PurchaseOfferingCommand_1 = require("./commands/PurchaseOfferingCommand");
|
|
50
|
-
const RebootInputDeviceCommand_1 = require("./commands/RebootInputDeviceCommand");
|
|
51
|
-
const RejectInputDeviceTransferCommand_1 = require("./commands/RejectInputDeviceTransferCommand");
|
|
52
|
-
const StartChannelCommand_1 = require("./commands/StartChannelCommand");
|
|
53
|
-
const StartInputDeviceCommand_1 = require("./commands/StartInputDeviceCommand");
|
|
54
|
-
const StartInputDeviceMaintenanceWindowCommand_1 = require("./commands/StartInputDeviceMaintenanceWindowCommand");
|
|
55
|
-
const StartMultiplexCommand_1 = require("./commands/StartMultiplexCommand");
|
|
56
|
-
const StopChannelCommand_1 = require("./commands/StopChannelCommand");
|
|
57
|
-
const StopInputDeviceCommand_1 = require("./commands/StopInputDeviceCommand");
|
|
58
|
-
const StopMultiplexCommand_1 = require("./commands/StopMultiplexCommand");
|
|
59
|
-
const TransferInputDeviceCommand_1 = require("./commands/TransferInputDeviceCommand");
|
|
60
|
-
const UpdateAccountConfigurationCommand_1 = require("./commands/UpdateAccountConfigurationCommand");
|
|
61
|
-
const UpdateChannelClassCommand_1 = require("./commands/UpdateChannelClassCommand");
|
|
62
|
-
const UpdateChannelCommand_1 = require("./commands/UpdateChannelCommand");
|
|
63
|
-
const UpdateInputCommand_1 = require("./commands/UpdateInputCommand");
|
|
64
|
-
const UpdateInputDeviceCommand_1 = require("./commands/UpdateInputDeviceCommand");
|
|
65
|
-
const UpdateInputSecurityGroupCommand_1 = require("./commands/UpdateInputSecurityGroupCommand");
|
|
66
|
-
const UpdateMultiplexCommand_1 = require("./commands/UpdateMultiplexCommand");
|
|
67
|
-
const UpdateMultiplexProgramCommand_1 = require("./commands/UpdateMultiplexProgramCommand");
|
|
68
|
-
const UpdateReservationCommand_1 = require("./commands/UpdateReservationCommand");
|
|
69
|
-
const MediaLiveClient_1 = require("./MediaLiveClient");
|
|
70
|
-
const commands = {
|
|
71
|
-
AcceptInputDeviceTransferCommand: AcceptInputDeviceTransferCommand_1.AcceptInputDeviceTransferCommand,
|
|
72
|
-
BatchDeleteCommand: BatchDeleteCommand_1.BatchDeleteCommand,
|
|
73
|
-
BatchStartCommand: BatchStartCommand_1.BatchStartCommand,
|
|
74
|
-
BatchStopCommand: BatchStopCommand_1.BatchStopCommand,
|
|
75
|
-
BatchUpdateScheduleCommand: BatchUpdateScheduleCommand_1.BatchUpdateScheduleCommand,
|
|
76
|
-
CancelInputDeviceTransferCommand: CancelInputDeviceTransferCommand_1.CancelInputDeviceTransferCommand,
|
|
77
|
-
ClaimDeviceCommand: ClaimDeviceCommand_1.ClaimDeviceCommand,
|
|
78
|
-
CreateChannelCommand: CreateChannelCommand_1.CreateChannelCommand,
|
|
79
|
-
CreateInputCommand: CreateInputCommand_1.CreateInputCommand,
|
|
80
|
-
CreateInputSecurityGroupCommand: CreateInputSecurityGroupCommand_1.CreateInputSecurityGroupCommand,
|
|
81
|
-
CreateMultiplexCommand: CreateMultiplexCommand_1.CreateMultiplexCommand,
|
|
82
|
-
CreateMultiplexProgramCommand: CreateMultiplexProgramCommand_1.CreateMultiplexProgramCommand,
|
|
83
|
-
CreatePartnerInputCommand: CreatePartnerInputCommand_1.CreatePartnerInputCommand,
|
|
84
|
-
CreateTagsCommand: CreateTagsCommand_1.CreateTagsCommand,
|
|
85
|
-
DeleteChannelCommand: DeleteChannelCommand_1.DeleteChannelCommand,
|
|
86
|
-
DeleteInputCommand: DeleteInputCommand_1.DeleteInputCommand,
|
|
87
|
-
DeleteInputSecurityGroupCommand: DeleteInputSecurityGroupCommand_1.DeleteInputSecurityGroupCommand,
|
|
88
|
-
DeleteMultiplexCommand: DeleteMultiplexCommand_1.DeleteMultiplexCommand,
|
|
89
|
-
DeleteMultiplexProgramCommand: DeleteMultiplexProgramCommand_1.DeleteMultiplexProgramCommand,
|
|
90
|
-
DeleteReservationCommand: DeleteReservationCommand_1.DeleteReservationCommand,
|
|
91
|
-
DeleteScheduleCommand: DeleteScheduleCommand_1.DeleteScheduleCommand,
|
|
92
|
-
DeleteTagsCommand: DeleteTagsCommand_1.DeleteTagsCommand,
|
|
93
|
-
DescribeAccountConfigurationCommand: DescribeAccountConfigurationCommand_1.DescribeAccountConfigurationCommand,
|
|
94
|
-
DescribeChannelCommand: DescribeChannelCommand_1.DescribeChannelCommand,
|
|
95
|
-
DescribeInputCommand: DescribeInputCommand_1.DescribeInputCommand,
|
|
96
|
-
DescribeInputDeviceCommand: DescribeInputDeviceCommand_1.DescribeInputDeviceCommand,
|
|
97
|
-
DescribeInputDeviceThumbnailCommand: DescribeInputDeviceThumbnailCommand_1.DescribeInputDeviceThumbnailCommand,
|
|
98
|
-
DescribeInputSecurityGroupCommand: DescribeInputSecurityGroupCommand_1.DescribeInputSecurityGroupCommand,
|
|
99
|
-
DescribeMultiplexCommand: DescribeMultiplexCommand_1.DescribeMultiplexCommand,
|
|
100
|
-
DescribeMultiplexProgramCommand: DescribeMultiplexProgramCommand_1.DescribeMultiplexProgramCommand,
|
|
101
|
-
DescribeOfferingCommand: DescribeOfferingCommand_1.DescribeOfferingCommand,
|
|
102
|
-
DescribeReservationCommand: DescribeReservationCommand_1.DescribeReservationCommand,
|
|
103
|
-
DescribeScheduleCommand: DescribeScheduleCommand_1.DescribeScheduleCommand,
|
|
104
|
-
DescribeThumbnailsCommand: DescribeThumbnailsCommand_1.DescribeThumbnailsCommand,
|
|
105
|
-
ListChannelsCommand: ListChannelsCommand_1.ListChannelsCommand,
|
|
106
|
-
ListInputDevicesCommand: ListInputDevicesCommand_1.ListInputDevicesCommand,
|
|
107
|
-
ListInputDeviceTransfersCommand: ListInputDeviceTransfersCommand_1.ListInputDeviceTransfersCommand,
|
|
108
|
-
ListInputsCommand: ListInputsCommand_1.ListInputsCommand,
|
|
109
|
-
ListInputSecurityGroupsCommand: ListInputSecurityGroupsCommand_1.ListInputSecurityGroupsCommand,
|
|
110
|
-
ListMultiplexesCommand: ListMultiplexesCommand_1.ListMultiplexesCommand,
|
|
111
|
-
ListMultiplexProgramsCommand: ListMultiplexProgramsCommand_1.ListMultiplexProgramsCommand,
|
|
112
|
-
ListOfferingsCommand: ListOfferingsCommand_1.ListOfferingsCommand,
|
|
113
|
-
ListReservationsCommand: ListReservationsCommand_1.ListReservationsCommand,
|
|
114
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
115
|
-
PurchaseOfferingCommand: PurchaseOfferingCommand_1.PurchaseOfferingCommand,
|
|
116
|
-
RebootInputDeviceCommand: RebootInputDeviceCommand_1.RebootInputDeviceCommand,
|
|
117
|
-
RejectInputDeviceTransferCommand: RejectInputDeviceTransferCommand_1.RejectInputDeviceTransferCommand,
|
|
118
|
-
StartChannelCommand: StartChannelCommand_1.StartChannelCommand,
|
|
119
|
-
StartInputDeviceCommand: StartInputDeviceCommand_1.StartInputDeviceCommand,
|
|
120
|
-
StartInputDeviceMaintenanceWindowCommand: StartInputDeviceMaintenanceWindowCommand_1.StartInputDeviceMaintenanceWindowCommand,
|
|
121
|
-
StartMultiplexCommand: StartMultiplexCommand_1.StartMultiplexCommand,
|
|
122
|
-
StopChannelCommand: StopChannelCommand_1.StopChannelCommand,
|
|
123
|
-
StopInputDeviceCommand: StopInputDeviceCommand_1.StopInputDeviceCommand,
|
|
124
|
-
StopMultiplexCommand: StopMultiplexCommand_1.StopMultiplexCommand,
|
|
125
|
-
TransferInputDeviceCommand: TransferInputDeviceCommand_1.TransferInputDeviceCommand,
|
|
126
|
-
UpdateAccountConfigurationCommand: UpdateAccountConfigurationCommand_1.UpdateAccountConfigurationCommand,
|
|
127
|
-
UpdateChannelCommand: UpdateChannelCommand_1.UpdateChannelCommand,
|
|
128
|
-
UpdateChannelClassCommand: UpdateChannelClassCommand_1.UpdateChannelClassCommand,
|
|
129
|
-
UpdateInputCommand: UpdateInputCommand_1.UpdateInputCommand,
|
|
130
|
-
UpdateInputDeviceCommand: UpdateInputDeviceCommand_1.UpdateInputDeviceCommand,
|
|
131
|
-
UpdateInputSecurityGroupCommand: UpdateInputSecurityGroupCommand_1.UpdateInputSecurityGroupCommand,
|
|
132
|
-
UpdateMultiplexCommand: UpdateMultiplexCommand_1.UpdateMultiplexCommand,
|
|
133
|
-
UpdateMultiplexProgramCommand: UpdateMultiplexProgramCommand_1.UpdateMultiplexProgramCommand,
|
|
134
|
-
UpdateReservationCommand: UpdateReservationCommand_1.UpdateReservationCommand,
|
|
135
|
-
};
|
|
136
|
-
class MediaLive extends MediaLiveClient_1.MediaLiveClient {
|
|
137
|
-
}
|
|
138
|
-
exports.MediaLive = MediaLive;
|
|
139
|
-
(0, smithy_client_1.createAggregatedClient)(commands, MediaLive);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaLiveClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class MediaLiveClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.MediaLiveClient = MediaLiveClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcceptInputDeviceTransferCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AcceptInputDeviceTransferCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "AcceptInputDeviceTransfer", {})
|
|
22
|
-
.n("MediaLiveClient", "AcceptInputDeviceTransferCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AcceptInputDeviceTransferCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AcceptInputDeviceTransferCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AcceptInputDeviceTransferCommand = AcceptInputDeviceTransferCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDeleteCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class BatchDeleteCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "BatchDelete", {})
|
|
22
|
-
.n("MediaLiveClient", "BatchDeleteCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_BatchDeleteCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_BatchDeleteCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchDeleteCommand = BatchDeleteCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchStartCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class BatchStartCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "BatchStart", {})
|
|
22
|
-
.n("MediaLiveClient", "BatchStartCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_BatchStartCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_BatchStartCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchStartCommand = BatchStartCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchStopCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class BatchStopCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "BatchStop", {})
|
|
22
|
-
.n("MediaLiveClient", "BatchStopCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_BatchStopCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_BatchStopCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchStopCommand = BatchStopCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchUpdateScheduleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class BatchUpdateScheduleCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "BatchUpdateSchedule", {})
|
|
22
|
-
.n("MediaLiveClient", "BatchUpdateScheduleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_BatchUpdateScheduleCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_BatchUpdateScheduleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchUpdateScheduleCommand = BatchUpdateScheduleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CancelInputDeviceTransferCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CancelInputDeviceTransferCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "CancelInputDeviceTransfer", {})
|
|
22
|
-
.n("MediaLiveClient", "CancelInputDeviceTransferCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CancelInputDeviceTransferCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CancelInputDeviceTransferCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CancelInputDeviceTransferCommand = CancelInputDeviceTransferCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ClaimDeviceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ClaimDeviceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "ClaimDevice", {})
|
|
22
|
-
.n("MediaLiveClient", "ClaimDeviceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_ClaimDeviceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_ClaimDeviceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ClaimDeviceCommand = ClaimDeviceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateChannelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateChannelCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "CreateChannel", {})
|
|
22
|
-
.n("MediaLiveClient", "CreateChannelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateChannelCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateChannelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateChannelCommand = CreateChannelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateInputCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateInputCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "CreateInput", {})
|
|
22
|
-
.n("MediaLiveClient", "CreateInputCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateInputCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateInputCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateInputCommand = CreateInputCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateInputSecurityGroupCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateInputSecurityGroupCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "CreateInputSecurityGroup", {})
|
|
22
|
-
.n("MediaLiveClient", "CreateInputSecurityGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateInputSecurityGroupCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateInputSecurityGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateInputSecurityGroupCommand = CreateInputSecurityGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateMultiplexCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateMultiplexCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "CreateMultiplex", {})
|
|
22
|
-
.n("MediaLiveClient", "CreateMultiplexCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateMultiplexCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateMultiplexCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateMultiplexCommand = CreateMultiplexCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateMultiplexProgramCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateMultiplexProgramCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "CreateMultiplexProgram", {})
|
|
22
|
-
.n("MediaLiveClient", "CreateMultiplexProgramCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateMultiplexProgramCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateMultiplexProgramCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateMultiplexProgramCommand = CreateMultiplexProgramCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePartnerInputCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreatePartnerInputCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "CreatePartnerInput", {})
|
|
22
|
-
.n("MediaLiveClient", "CreatePartnerInputCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreatePartnerInputCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreatePartnerInputCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePartnerInputCommand = CreatePartnerInputCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTagsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateTagsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "CreateTags", {})
|
|
22
|
-
.n("MediaLiveClient", "CreateTagsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateTagsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateTagsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateTagsCommand = CreateTagsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteChannelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteChannelCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("MediaLive", "DeleteChannel", {})
|
|
22
|
-
.n("MediaLiveClient", "DeleteChannelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteChannelCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteChannelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteChannelCommand = DeleteChannelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|