@aws-sdk/client-medialive 3.914.0 → 3.915.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/README.md +24 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +260 -32
- package/dist-es/MediaLive.js +6 -0
- package/dist-es/commands/ListAlertsCommand.js +22 -0
- package/dist-es/commands/ListClusterAlertsCommand.js +22 -0
- package/dist-es/commands/ListMultiplexAlertsCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +12 -24
- package/dist-es/models/models_1.js +24 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +1 -0
- package/dist-es/pagination/ListAlertsPaginator.js +4 -0
- package/dist-es/pagination/ListClusterAlertsPaginator.js +4 -0
- package/dist-es/pagination/ListMultiplexAlertsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +151 -4
- package/dist-types/MediaLive.d.ts +21 -0
- package/dist-types/MediaLiveClient.d.ts +5 -2
- package/dist-types/commands/BatchDeleteCommand.d.ts +1 -1
- package/dist-types/commands/ListAlertsCommand.d.ts +109 -0
- package/dist-types/commands/ListClusterAlertsCommand.d.ts +110 -0
- package/dist-types/commands/ListMultiplexAlertsCommand.d.ts +109 -0
- package/dist-types/commands/UpdateReservationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSdiSourceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +164 -72
- package/dist-types/models/models_1.d.ts +73 -116
- package/dist-types/models/models_2.d.ts +243 -50
- package/dist-types/models/models_3.d.ts +50 -0
- package/dist-types/pagination/ListAlertsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListClusterAlertsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMultiplexAlertsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/MediaLive.d.ts +51 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListClusterAlertsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMultiplexAlertsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +46 -35
- package/dist-types/ts3.4/models/models_1.d.ts +35 -38
- package/dist-types/ts3.4/models/models_2.d.ts +67 -13
- package/dist-types/ts3.4/models/models_3.d.ts +14 -0
- package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListClusterAlertsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMultiplexAlertsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +1 -1
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
BatchSuccessfulResultModel,
|
|
6
6
|
CaptionDescription,
|
|
7
7
|
CdiInputSpecification,
|
|
8
|
+
ChannelAlert,
|
|
8
9
|
ChannelClass,
|
|
9
10
|
ChannelEgressEndpoint,
|
|
10
11
|
ChannelEngineVersionResponse,
|
|
@@ -18,6 +19,7 @@ import {
|
|
|
18
19
|
CloudWatchAlarmTemplateSummary,
|
|
19
20
|
CloudWatchAlarmTemplateTargetResourceType,
|
|
20
21
|
CloudWatchAlarmTemplateTreatMissingData,
|
|
22
|
+
ClusterAlert,
|
|
21
23
|
ClusterNetworkSettings,
|
|
22
24
|
ClusterState,
|
|
23
25
|
ClusterType,
|
|
@@ -76,6 +78,7 @@ import {
|
|
|
76
78
|
MulticastSettings,
|
|
77
79
|
MulticastSourceCreateRequest,
|
|
78
80
|
MulticastSourceUpdateRequest,
|
|
81
|
+
MultiplexAlert,
|
|
79
82
|
MultiplexOutputDestination,
|
|
80
83
|
MultiplexProgramPipelineDetail,
|
|
81
84
|
MultiplexProgramSummary,
|
|
@@ -103,7 +106,7 @@ import {
|
|
|
103
106
|
AccountConfiguration,
|
|
104
107
|
AnywhereSettings,
|
|
105
108
|
AvailBlanking,
|
|
106
|
-
|
|
109
|
+
Esam,
|
|
107
110
|
OutputGroup,
|
|
108
111
|
PipelineDetail,
|
|
109
112
|
RenewalSettings,
|
|
@@ -112,6 +115,9 @@ import {
|
|
|
112
115
|
RouteCreateRequest,
|
|
113
116
|
RouteUpdateRequest,
|
|
114
117
|
ScheduleAction,
|
|
118
|
+
Scte35AposNoRegionalBlackoutBehavior,
|
|
119
|
+
Scte35AposWebDeliveryAllowedBehavior,
|
|
120
|
+
Scte35SpliceInsert,
|
|
115
121
|
SdiSourceMode,
|
|
116
122
|
SdiSourceState,
|
|
117
123
|
SdiSourceSummary,
|
|
@@ -124,6 +130,36 @@ import {
|
|
|
124
130
|
TransferringInputDeviceSummary,
|
|
125
131
|
VideoDescription,
|
|
126
132
|
} from "./models_1";
|
|
133
|
+
export interface Scte35TimeSignalApos {
|
|
134
|
+
AdAvailOffset?: number | undefined;
|
|
135
|
+
NoRegionalBlackoutFlag?: Scte35AposNoRegionalBlackoutBehavior | undefined;
|
|
136
|
+
WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface AvailSettings {
|
|
139
|
+
Esam?: Esam | undefined;
|
|
140
|
+
Scte35SpliceInsert?: Scte35SpliceInsert | undefined;
|
|
141
|
+
Scte35TimeSignalApos?: Scte35TimeSignalApos | undefined;
|
|
142
|
+
}
|
|
143
|
+
export declare const Scte35SegmentationScope: {
|
|
144
|
+
readonly ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS";
|
|
145
|
+
readonly SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS";
|
|
146
|
+
};
|
|
147
|
+
export type Scte35SegmentationScope =
|
|
148
|
+
(typeof Scte35SegmentationScope)[keyof typeof Scte35SegmentationScope];
|
|
149
|
+
export interface AvailConfiguration {
|
|
150
|
+
AvailSettings?: AvailSettings | undefined;
|
|
151
|
+
Scte35SegmentationScope?: Scte35SegmentationScope | undefined;
|
|
152
|
+
}
|
|
153
|
+
export interface BatchDeleteRequest {
|
|
154
|
+
ChannelIds?: string[] | undefined;
|
|
155
|
+
InputIds?: string[] | undefined;
|
|
156
|
+
InputSecurityGroupIds?: string[] | undefined;
|
|
157
|
+
MultiplexIds?: string[] | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface BatchDeleteResponse {
|
|
160
|
+
Failed?: BatchFailedResultModel[] | undefined;
|
|
161
|
+
Successful?: BatchSuccessfulResultModel[] | undefined;
|
|
162
|
+
}
|
|
127
163
|
export interface BatchScheduleActionCreateRequest {
|
|
128
164
|
ScheduleActions: ScheduleAction[] | undefined;
|
|
129
165
|
}
|
|
@@ -1276,6 +1312,16 @@ export interface InputDeviceConfigurableSettings {
|
|
|
1276
1312
|
| undefined;
|
|
1277
1313
|
InputResolution?: string | undefined;
|
|
1278
1314
|
}
|
|
1315
|
+
export interface ListAlertsRequest {
|
|
1316
|
+
ChannelId: string | undefined;
|
|
1317
|
+
MaxResults?: number | undefined;
|
|
1318
|
+
NextToken?: string | undefined;
|
|
1319
|
+
StateFilter?: string | undefined;
|
|
1320
|
+
}
|
|
1321
|
+
export interface ListAlertsResponse {
|
|
1322
|
+
Alerts?: ChannelAlert[] | undefined;
|
|
1323
|
+
NextToken?: string | undefined;
|
|
1324
|
+
}
|
|
1279
1325
|
export interface ListChannelPlacementGroupsRequest {
|
|
1280
1326
|
ClusterId: string | undefined;
|
|
1281
1327
|
MaxResults?: number | undefined;
|
|
@@ -1316,6 +1362,16 @@ export interface ListCloudWatchAlarmTemplatesResponse {
|
|
|
1316
1362
|
CloudWatchAlarmTemplates?: CloudWatchAlarmTemplateSummary[] | undefined;
|
|
1317
1363
|
NextToken?: string | undefined;
|
|
1318
1364
|
}
|
|
1365
|
+
export interface ListClusterAlertsRequest {
|
|
1366
|
+
ClusterId: string | undefined;
|
|
1367
|
+
MaxResults?: number | undefined;
|
|
1368
|
+
NextToken?: string | undefined;
|
|
1369
|
+
StateFilter?: string | undefined;
|
|
1370
|
+
}
|
|
1371
|
+
export interface ListClusterAlertsResponse {
|
|
1372
|
+
Alerts?: ClusterAlert[] | undefined;
|
|
1373
|
+
NextToken?: string | undefined;
|
|
1374
|
+
}
|
|
1319
1375
|
export interface ListClustersRequest {
|
|
1320
1376
|
MaxResults?: number | undefined;
|
|
1321
1377
|
NextToken?: string | undefined;
|
|
@@ -1378,6 +1434,16 @@ export interface ListInputSecurityGroupsResponse {
|
|
|
1378
1434
|
InputSecurityGroups?: InputSecurityGroup[] | undefined;
|
|
1379
1435
|
NextToken?: string | undefined;
|
|
1380
1436
|
}
|
|
1437
|
+
export interface ListMultiplexAlertsRequest {
|
|
1438
|
+
MaxResults?: number | undefined;
|
|
1439
|
+
MultiplexId: string | undefined;
|
|
1440
|
+
NextToken?: string | undefined;
|
|
1441
|
+
StateFilter?: string | undefined;
|
|
1442
|
+
}
|
|
1443
|
+
export interface ListMultiplexAlertsResponse {
|
|
1444
|
+
Alerts?: MultiplexAlert[] | undefined;
|
|
1445
|
+
NextToken?: string | undefined;
|
|
1446
|
+
}
|
|
1381
1447
|
export interface ListMultiplexesRequest {
|
|
1382
1448
|
MaxResults?: number | undefined;
|
|
1383
1449
|
NextToken?: string | undefined;
|
|
@@ -1990,18 +2056,6 @@ export interface UpdateReservationRequest {
|
|
|
1990
2056
|
RenewalSettings?: RenewalSettings | undefined;
|
|
1991
2057
|
ReservationId: string | undefined;
|
|
1992
2058
|
}
|
|
1993
|
-
export interface UpdateReservationResponse {
|
|
1994
|
-
Reservation?: Reservation | undefined;
|
|
1995
|
-
}
|
|
1996
|
-
export interface UpdateSdiSourceRequest {
|
|
1997
|
-
Mode?: SdiSourceMode | undefined;
|
|
1998
|
-
Name?: string | undefined;
|
|
1999
|
-
SdiSourceId: string | undefined;
|
|
2000
|
-
Type?: SdiSourceType | undefined;
|
|
2001
|
-
}
|
|
2002
|
-
export interface UpdateSdiSourceResponse {
|
|
2003
|
-
SdiSource?: SdiSource | undefined;
|
|
2004
|
-
}
|
|
2005
2059
|
export declare const DescribeInputDeviceThumbnailResponseFilterSensitiveLog: (
|
|
2006
2060
|
obj: DescribeInputDeviceThumbnailResponse
|
|
2007
2061
|
) => any;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Reservation, SdiSourceMode, SdiSourceType } from "./models_1";
|
|
2
|
+
import { SdiSource } from "./models_2";
|
|
3
|
+
export interface UpdateReservationResponse {
|
|
4
|
+
Reservation?: Reservation | undefined;
|
|
5
|
+
}
|
|
6
|
+
export interface UpdateSdiSourceRequest {
|
|
7
|
+
Mode?: SdiSourceMode | undefined;
|
|
8
|
+
Name?: string | undefined;
|
|
9
|
+
SdiSourceId: string | undefined;
|
|
10
|
+
Type?: SdiSourceType | undefined;
|
|
11
|
+
}
|
|
12
|
+
export interface UpdateSdiSourceResponse {
|
|
13
|
+
SdiSource?: SdiSource | undefined;
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAlertsCommandInput,
|
|
4
|
+
ListAlertsCommandOutput,
|
|
5
|
+
} from "../commands/ListAlertsCommand";
|
|
6
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAlerts: (
|
|
8
|
+
config: MediaLivePaginationConfiguration,
|
|
9
|
+
input: ListAlertsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAlertsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListClusterAlertsCommandInput,
|
|
4
|
+
ListClusterAlertsCommandOutput,
|
|
5
|
+
} from "../commands/ListClusterAlertsCommand";
|
|
6
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListClusterAlerts: (
|
|
8
|
+
config: MediaLivePaginationConfiguration,
|
|
9
|
+
input: ListClusterAlertsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListClusterAlertsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMultiplexAlertsCommandInput,
|
|
4
|
+
ListMultiplexAlertsCommandOutput,
|
|
5
|
+
} from "../commands/ListMultiplexAlertsCommand";
|
|
6
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListMultiplexAlerts: (
|
|
8
|
+
config: MediaLivePaginationConfiguration,
|
|
9
|
+
input: ListMultiplexAlertsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListMultiplexAlertsCommandOutput>;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
export * from "./DescribeSchedulePaginator";
|
|
2
2
|
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListAlertsPaginator";
|
|
3
4
|
export * from "./ListChannelPlacementGroupsPaginator";
|
|
4
5
|
export * from "./ListChannelsPaginator";
|
|
5
6
|
export * from "./ListCloudWatchAlarmTemplateGroupsPaginator";
|
|
6
7
|
export * from "./ListCloudWatchAlarmTemplatesPaginator";
|
|
8
|
+
export * from "./ListClusterAlertsPaginator";
|
|
7
9
|
export * from "./ListClustersPaginator";
|
|
8
10
|
export * from "./ListEventBridgeRuleTemplateGroupsPaginator";
|
|
9
11
|
export * from "./ListEventBridgeRuleTemplatesPaginator";
|
|
@@ -11,6 +13,7 @@ export * from "./ListInputDeviceTransfersPaginator";
|
|
|
11
13
|
export * from "./ListInputDevicesPaginator";
|
|
12
14
|
export * from "./ListInputSecurityGroupsPaginator";
|
|
13
15
|
export * from "./ListInputsPaginator";
|
|
16
|
+
export * from "./ListMultiplexAlertsPaginator";
|
|
14
17
|
export * from "./ListMultiplexProgramsPaginator";
|
|
15
18
|
export * from "./ListMultiplexesPaginator";
|
|
16
19
|
export * from "./ListNetworksPaginator";
|
|
@@ -266,6 +266,10 @@ import {
|
|
|
266
266
|
GetSignalMapCommandInput,
|
|
267
267
|
GetSignalMapCommandOutput,
|
|
268
268
|
} from "../commands/GetSignalMapCommand";
|
|
269
|
+
import {
|
|
270
|
+
ListAlertsCommandInput,
|
|
271
|
+
ListAlertsCommandOutput,
|
|
272
|
+
} from "../commands/ListAlertsCommand";
|
|
269
273
|
import {
|
|
270
274
|
ListChannelPlacementGroupsCommandInput,
|
|
271
275
|
ListChannelPlacementGroupsCommandOutput,
|
|
@@ -282,6 +286,10 @@ import {
|
|
|
282
286
|
ListCloudWatchAlarmTemplatesCommandInput,
|
|
283
287
|
ListCloudWatchAlarmTemplatesCommandOutput,
|
|
284
288
|
} from "../commands/ListCloudWatchAlarmTemplatesCommand";
|
|
289
|
+
import {
|
|
290
|
+
ListClusterAlertsCommandInput,
|
|
291
|
+
ListClusterAlertsCommandOutput,
|
|
292
|
+
} from "../commands/ListClusterAlertsCommand";
|
|
285
293
|
import {
|
|
286
294
|
ListClustersCommandInput,
|
|
287
295
|
ListClustersCommandOutput,
|
|
@@ -310,6 +318,10 @@ import {
|
|
|
310
318
|
ListInputSecurityGroupsCommandInput,
|
|
311
319
|
ListInputSecurityGroupsCommandOutput,
|
|
312
320
|
} from "../commands/ListInputSecurityGroupsCommand";
|
|
321
|
+
import {
|
|
322
|
+
ListMultiplexAlertsCommandInput,
|
|
323
|
+
ListMultiplexAlertsCommandOutput,
|
|
324
|
+
} from "../commands/ListMultiplexAlertsCommand";
|
|
313
325
|
import {
|
|
314
326
|
ListMultiplexesCommandInput,
|
|
315
327
|
ListMultiplexesCommandOutput,
|
|
@@ -746,6 +758,10 @@ export declare const se_GetSignalMapCommand: (
|
|
|
746
758
|
input: GetSignalMapCommandInput,
|
|
747
759
|
context: __SerdeContext
|
|
748
760
|
) => Promise<__HttpRequest>;
|
|
761
|
+
export declare const se_ListAlertsCommand: (
|
|
762
|
+
input: ListAlertsCommandInput,
|
|
763
|
+
context: __SerdeContext
|
|
764
|
+
) => Promise<__HttpRequest>;
|
|
749
765
|
export declare const se_ListChannelPlacementGroupsCommand: (
|
|
750
766
|
input: ListChannelPlacementGroupsCommandInput,
|
|
751
767
|
context: __SerdeContext
|
|
@@ -762,6 +778,10 @@ export declare const se_ListCloudWatchAlarmTemplatesCommand: (
|
|
|
762
778
|
input: ListCloudWatchAlarmTemplatesCommandInput,
|
|
763
779
|
context: __SerdeContext
|
|
764
780
|
) => Promise<__HttpRequest>;
|
|
781
|
+
export declare const se_ListClusterAlertsCommand: (
|
|
782
|
+
input: ListClusterAlertsCommandInput,
|
|
783
|
+
context: __SerdeContext
|
|
784
|
+
) => Promise<__HttpRequest>;
|
|
765
785
|
export declare const se_ListClustersCommand: (
|
|
766
786
|
input: ListClustersCommandInput,
|
|
767
787
|
context: __SerdeContext
|
|
@@ -790,6 +810,10 @@ export declare const se_ListInputSecurityGroupsCommand: (
|
|
|
790
810
|
input: ListInputSecurityGroupsCommandInput,
|
|
791
811
|
context: __SerdeContext
|
|
792
812
|
) => Promise<__HttpRequest>;
|
|
813
|
+
export declare const se_ListMultiplexAlertsCommand: (
|
|
814
|
+
input: ListMultiplexAlertsCommandInput,
|
|
815
|
+
context: __SerdeContext
|
|
816
|
+
) => Promise<__HttpRequest>;
|
|
793
817
|
export declare const se_ListMultiplexesCommand: (
|
|
794
818
|
input: ListMultiplexesCommandInput,
|
|
795
819
|
context: __SerdeContext
|
|
@@ -1226,6 +1250,10 @@ export declare const de_GetSignalMapCommand: (
|
|
|
1226
1250
|
output: __HttpResponse,
|
|
1227
1251
|
context: __SerdeContext
|
|
1228
1252
|
) => Promise<GetSignalMapCommandOutput>;
|
|
1253
|
+
export declare const de_ListAlertsCommand: (
|
|
1254
|
+
output: __HttpResponse,
|
|
1255
|
+
context: __SerdeContext
|
|
1256
|
+
) => Promise<ListAlertsCommandOutput>;
|
|
1229
1257
|
export declare const de_ListChannelPlacementGroupsCommand: (
|
|
1230
1258
|
output: __HttpResponse,
|
|
1231
1259
|
context: __SerdeContext
|
|
@@ -1242,6 +1270,10 @@ export declare const de_ListCloudWatchAlarmTemplatesCommand: (
|
|
|
1242
1270
|
output: __HttpResponse,
|
|
1243
1271
|
context: __SerdeContext
|
|
1244
1272
|
) => Promise<ListCloudWatchAlarmTemplatesCommandOutput>;
|
|
1273
|
+
export declare const de_ListClusterAlertsCommand: (
|
|
1274
|
+
output: __HttpResponse,
|
|
1275
|
+
context: __SerdeContext
|
|
1276
|
+
) => Promise<ListClusterAlertsCommandOutput>;
|
|
1245
1277
|
export declare const de_ListClustersCommand: (
|
|
1246
1278
|
output: __HttpResponse,
|
|
1247
1279
|
context: __SerdeContext
|
|
@@ -1270,6 +1302,10 @@ export declare const de_ListInputSecurityGroupsCommand: (
|
|
|
1270
1302
|
output: __HttpResponse,
|
|
1271
1303
|
context: __SerdeContext
|
|
1272
1304
|
) => Promise<ListInputSecurityGroupsCommandOutput>;
|
|
1305
|
+
export declare const de_ListMultiplexAlertsCommand: (
|
|
1306
|
+
output: __HttpResponse,
|
|
1307
|
+
context: __SerdeContext
|
|
1308
|
+
) => Promise<ListMultiplexAlertsCommandOutput>;
|
|
1273
1309
|
export declare const de_ListMultiplexesCommand: (
|
|
1274
1310
|
output: __HttpResponse,
|
|
1275
1311
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medialive",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.915.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
|