aws-sdk 2.768.0 → 2.772.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/CHANGELOG.md +40 -1
- package/README.md +1 -1
- package/apis/accessanalyzer-2019-11-01.min.json +70 -48
- package/apis/amplify-2017-07-25.min.json +58 -46
- package/apis/budgets-2016-10-20.min.json +411 -0
- package/apis/budgets-2016-10-20.paginators.json +18 -0
- package/apis/ce-2017-10-25.min.json +119 -87
- package/apis/dms-2016-01-01.min.json +15 -3
- package/apis/ec2-2016-11-15.min.json +33 -7
- package/apis/elasticache-2015-02-02.min.json +425 -106
- package/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/apis/eventbridge-2015-10-07.min.json +20 -3
- package/apis/events-2015-10-07.min.json +20 -3
- package/apis/groundstation-2019-05-23.min.json +1 -0
- package/apis/iot-2015-05-28.min.json +4 -1
- package/apis/macie2-2020-01-01.min.json +159 -22
- package/apis/medialive-2017-10-14.min.json +366 -194
- package/apis/mediapackage-2017-10-12.min.json +214 -93
- package/apis/rds-2014-10-31.min.json +20 -2
- package/apis/rekognition-2016-06-27.min.json +206 -76
- package/apis/servicecatalog-2015-12-10.min.json +60 -30
- package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
- package/apis/snowball-2016-06-30.min.json +61 -9
- package/apis/ssm-2014-11-06.min.json +147 -126
- package/apis/transfer-2018-11-05.min.json +32 -28
- package/apis/workmail-2017-10-01.min.json +93 -30
- package/apis/xray-2016-04-12.min.json +11 -5
- package/apis/xray-2016-04-12.paginators.json +0 -15
- package/clients/accessanalyzer.d.ts +26 -4
- package/clients/amplify.d.ts +17 -0
- package/clients/budgets.d.ts +358 -0
- package/clients/cloudwatchevents.d.ts +27 -0
- package/clients/computeoptimizer.d.ts +15 -15
- package/clients/costexplorer.d.ts +64 -12
- package/clients/dms.d.ts +26 -2
- package/clients/ec2.d.ts +28 -8
- package/clients/eks.d.ts +2 -2
- package/clients/elasticache.d.ts +416 -4
- package/clients/eventbridge.d.ts +27 -0
- package/clients/glue.d.ts +1 -1
- package/clients/groundstation.d.ts +5 -1
- package/clients/iot.d.ts +10 -6
- package/clients/macie2.d.ts +182 -62
- package/clients/medialive.d.ts +206 -4
- package/clients/mediapackage.d.ts +58 -0
- package/clients/rds.d.ts +26 -14
- package/clients/rekognition.d.ts +155 -14
- package/clients/sagemaker.d.ts +5 -5
- package/clients/servicecatalog.d.ts +66 -21
- package/clients/snowball.d.ts +122 -52
- package/clients/sns.d.ts +1 -1
- package/clients/ssm.d.ts +63 -11
- package/clients/transfer.d.ts +77 -71
- package/clients/workmail.d.ts +91 -1
- package/clients/workspaces.d.ts +12 -12
- package/clients/xray.d.ts +29 -21
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +27 -27
- package/dist/aws-sdk.js +1087 -483
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config-base.d.ts +3 -0
- package/lib/core.d.ts +1 -1
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/medialive.d.ts
CHANGED
|
@@ -586,8 +586,15 @@ Leave set to "normal" when input does not contain pre-mixed audio + AD.
|
|
|
586
586
|
MetadataControl?: Ac3MetadataControl;
|
|
587
587
|
}
|
|
588
588
|
export type AfdSignaling = "AUTO"|"FIXED"|"NONE"|string;
|
|
589
|
+
export interface AncillarySourceSettings {
|
|
590
|
+
/**
|
|
591
|
+
* Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.
|
|
592
|
+
*/
|
|
593
|
+
SourceAncillaryChannelNumber?: __integerMin1Max4;
|
|
594
|
+
}
|
|
589
595
|
export interface ArchiveContainerSettings {
|
|
590
596
|
M2tsSettings?: M2tsSettings;
|
|
597
|
+
RawSettings?: RawSettings;
|
|
591
598
|
}
|
|
592
599
|
export interface ArchiveGroupSettings {
|
|
593
600
|
/**
|
|
@@ -633,6 +640,7 @@ Leave set to "normal" when input does not contain pre-mixed audio + AD.
|
|
|
633
640
|
Eac3Settings?: Eac3Settings;
|
|
634
641
|
Mp2Settings?: Mp2Settings;
|
|
635
642
|
PassThroughSettings?: PassThroughSettings;
|
|
643
|
+
WavSettings?: WavSettings;
|
|
636
644
|
}
|
|
637
645
|
export interface AudioDescription {
|
|
638
646
|
/**
|
|
@@ -1122,6 +1130,7 @@ Alternate rendition that the client will not try to play back by default. Repres
|
|
|
1122
1130
|
SelectorSettings?: CaptionSelectorSettings;
|
|
1123
1131
|
}
|
|
1124
1132
|
export interface CaptionSelectorSettings {
|
|
1133
|
+
AncillarySourceSettings?: AncillarySourceSettings;
|
|
1125
1134
|
AribSourceSettings?: AribSourceSettings;
|
|
1126
1135
|
DvbSubSourceSettings?: DvbSubSourceSettings;
|
|
1127
1136
|
EmbeddedSourceSettings?: EmbeddedSourceSettings;
|
|
@@ -1129,11 +1138,22 @@ Alternate rendition that the client will not try to play back by default. Repres
|
|
|
1129
1138
|
Scte27SourceSettings?: Scte27SourceSettings;
|
|
1130
1139
|
TeletextSourceSettings?: TeletextSourceSettings;
|
|
1131
1140
|
}
|
|
1141
|
+
export type CdiInputResolution = "SD"|"HD"|"FHD"|"UHD"|string;
|
|
1142
|
+
export interface CdiInputSpecification {
|
|
1143
|
+
/**
|
|
1144
|
+
* Maximum CDI input resolution
|
|
1145
|
+
*/
|
|
1146
|
+
Resolution?: CdiInputResolution;
|
|
1147
|
+
}
|
|
1132
1148
|
export interface Channel {
|
|
1133
1149
|
/**
|
|
1134
1150
|
* The unique arn of the channel.
|
|
1135
1151
|
*/
|
|
1136
1152
|
Arn?: __string;
|
|
1153
|
+
/**
|
|
1154
|
+
* Specification of CDI inputs for this channel
|
|
1155
|
+
*/
|
|
1156
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
1137
1157
|
/**
|
|
1138
1158
|
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
1139
1159
|
*/
|
|
@@ -1158,6 +1178,9 @@ one destination per packager.
|
|
|
1158
1178
|
* List of input attachments for channel.
|
|
1159
1179
|
*/
|
|
1160
1180
|
InputAttachments?: __listOfInputAttachment;
|
|
1181
|
+
/**
|
|
1182
|
+
* Specification of network and file inputs for this channel
|
|
1183
|
+
*/
|
|
1161
1184
|
InputSpecification?: InputSpecification;
|
|
1162
1185
|
/**
|
|
1163
1186
|
* The log level being written to CloudWatch Logs.
|
|
@@ -1198,6 +1221,10 @@ one destination per packager.
|
|
|
1198
1221
|
* The unique arn of the channel.
|
|
1199
1222
|
*/
|
|
1200
1223
|
Arn?: __string;
|
|
1224
|
+
/**
|
|
1225
|
+
* Specification of CDI inputs for this channel
|
|
1226
|
+
*/
|
|
1227
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
1201
1228
|
/**
|
|
1202
1229
|
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
1203
1230
|
*/
|
|
@@ -1221,6 +1248,9 @@ one destination per packager.
|
|
|
1221
1248
|
* List of input attachments for channel.
|
|
1222
1249
|
*/
|
|
1223
1250
|
InputAttachments?: __listOfInputAttachment;
|
|
1251
|
+
/**
|
|
1252
|
+
* Specification of network and file inputs for this channel
|
|
1253
|
+
*/
|
|
1224
1254
|
InputSpecification?: InputSpecification;
|
|
1225
1255
|
/**
|
|
1226
1256
|
* The log level being written to CloudWatch Logs.
|
|
@@ -1247,6 +1277,10 @@ one destination per packager.
|
|
|
1247
1277
|
export interface ColorSpacePassthroughSettings {
|
|
1248
1278
|
}
|
|
1249
1279
|
export interface CreateChannelRequest {
|
|
1280
|
+
/**
|
|
1281
|
+
* Specification of CDI inputs for this channel
|
|
1282
|
+
*/
|
|
1283
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
1250
1284
|
/**
|
|
1251
1285
|
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
1252
1286
|
*/
|
|
@@ -1258,7 +1292,7 @@ one destination per packager.
|
|
|
1258
1292
|
*/
|
|
1259
1293
|
InputAttachments?: __listOfInputAttachment;
|
|
1260
1294
|
/**
|
|
1261
|
-
* Specification of
|
|
1295
|
+
* Specification of network and file inputs for this channel
|
|
1262
1296
|
*/
|
|
1263
1297
|
InputSpecification?: InputSpecification;
|
|
1264
1298
|
/**
|
|
@@ -1426,6 +1460,10 @@ resources.
|
|
|
1426
1460
|
* The unique arn of the channel.
|
|
1427
1461
|
*/
|
|
1428
1462
|
Arn?: __string;
|
|
1463
|
+
/**
|
|
1464
|
+
* Specification of CDI inputs for this channel
|
|
1465
|
+
*/
|
|
1466
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
1429
1467
|
/**
|
|
1430
1468
|
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
1431
1469
|
*/
|
|
@@ -1450,6 +1488,9 @@ one destination per packager.
|
|
|
1450
1488
|
* List of input attachments for channel.
|
|
1451
1489
|
*/
|
|
1452
1490
|
InputAttachments?: __listOfInputAttachment;
|
|
1491
|
+
/**
|
|
1492
|
+
* Specification of network and file inputs for this channel
|
|
1493
|
+
*/
|
|
1453
1494
|
InputSpecification?: InputSpecification;
|
|
1454
1495
|
/**
|
|
1455
1496
|
* The log level being written to CloudWatch Logs.
|
|
@@ -1516,6 +1557,10 @@ one destination per packager.
|
|
|
1516
1557
|
* The packet identifier map for this multiplex program.
|
|
1517
1558
|
*/
|
|
1518
1559
|
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
|
|
1560
|
+
/**
|
|
1561
|
+
* Contains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.
|
|
1562
|
+
*/
|
|
1563
|
+
PipelineDetails?: __listOfMultiplexProgramPipelineDetail;
|
|
1519
1564
|
/**
|
|
1520
1565
|
* The name of the multiplex program.
|
|
1521
1566
|
*/
|
|
@@ -1675,6 +1720,10 @@ one destination per packager.
|
|
|
1675
1720
|
* The unique arn of the channel.
|
|
1676
1721
|
*/
|
|
1677
1722
|
Arn?: __string;
|
|
1723
|
+
/**
|
|
1724
|
+
* Specification of CDI inputs for this channel
|
|
1725
|
+
*/
|
|
1726
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
1678
1727
|
/**
|
|
1679
1728
|
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
1680
1729
|
*/
|
|
@@ -1699,6 +1748,9 @@ one destination per packager.
|
|
|
1699
1748
|
* List of input attachments for channel.
|
|
1700
1749
|
*/
|
|
1701
1750
|
InputAttachments?: __listOfInputAttachment;
|
|
1751
|
+
/**
|
|
1752
|
+
* Specification of network and file inputs for this channel
|
|
1753
|
+
*/
|
|
1702
1754
|
InputSpecification?: InputSpecification;
|
|
1703
1755
|
/**
|
|
1704
1756
|
* The log level being written to CloudWatch Logs.
|
|
@@ -1927,6 +1979,10 @@ during input switch actions. Presently, this functionality only works with MP4_F
|
|
|
1927
1979
|
* The packet identifier map for this multiplex program.
|
|
1928
1980
|
*/
|
|
1929
1981
|
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
|
|
1982
|
+
/**
|
|
1983
|
+
* Contains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.
|
|
1984
|
+
*/
|
|
1985
|
+
PipelineDetails?: __listOfMultiplexProgramPipelineDetail;
|
|
1930
1986
|
/**
|
|
1931
1987
|
* The name of the multiplex program.
|
|
1932
1988
|
*/
|
|
@@ -4343,6 +4399,96 @@ When a segmentation style of "maintainCadence" is selected and a segment is trun
|
|
|
4343
4399
|
*/
|
|
4344
4400
|
SampleRate?: __double;
|
|
4345
4401
|
}
|
|
4402
|
+
export type Mpeg2AdaptiveQuantization = "AUTO"|"HIGH"|"LOW"|"MEDIUM"|"OFF"|string;
|
|
4403
|
+
export type Mpeg2ColorMetadata = "IGNORE"|"INSERT"|string;
|
|
4404
|
+
export type Mpeg2ColorSpace = "AUTO"|"PASSTHROUGH"|string;
|
|
4405
|
+
export type Mpeg2DisplayRatio = "DISPLAYRATIO16X9"|"DISPLAYRATIO4X3"|string;
|
|
4406
|
+
export interface Mpeg2FilterSettings {
|
|
4407
|
+
TemporalFilterSettings?: TemporalFilterSettings;
|
|
4408
|
+
}
|
|
4409
|
+
export type Mpeg2GopSizeUnits = "FRAMES"|"SECONDS"|string;
|
|
4410
|
+
export type Mpeg2ScanType = "INTERLACED"|"PROGRESSIVE"|string;
|
|
4411
|
+
export interface Mpeg2Settings {
|
|
4412
|
+
/**
|
|
4413
|
+
* Choose Off to disable adaptive quantization. Or choose another value to enable the quantizer and set its strength. The strengths are: Auto, Off, Low, Medium, High. When you enable this field, MediaLive allows intra-frame quantizers to vary, which might improve visual quality.
|
|
4414
|
+
*/
|
|
4415
|
+
AdaptiveQuantization?: Mpeg2AdaptiveQuantization;
|
|
4416
|
+
/**
|
|
4417
|
+
* Indicates the AFD values that MediaLive will write into the video encode. If you do not know what AFD signaling is, or if your downstream system has not given you guidance, choose AUTO.
|
|
4418
|
+
AUTO: MediaLive will try to preserve the input AFD value (in cases where multiple AFD values are valid).
|
|
4419
|
+
FIXED: MediaLive will use the value you specify in fixedAFD.
|
|
4420
|
+
*/
|
|
4421
|
+
AfdSignaling?: AfdSignaling;
|
|
4422
|
+
/**
|
|
4423
|
+
* Specifies whether to include the color space metadata. The metadata describes the color space that applies to the video (the colorSpace field). We recommend that you insert the metadata.
|
|
4424
|
+
*/
|
|
4425
|
+
ColorMetadata?: Mpeg2ColorMetadata;
|
|
4426
|
+
/**
|
|
4427
|
+
* Choose the type of color space conversion to apply to the output. For detailed information on setting up both the input and the output to obtain the desired color space in the output, see the section on \"MediaLive Features - Video - color space\" in the MediaLive User Guide.
|
|
4428
|
+
PASSTHROUGH: Keep the color space of the input content - do not convert it.
|
|
4429
|
+
AUTO:Convert all content that is SD to rec 601, and convert all content that is HD to rec 709.
|
|
4430
|
+
*/
|
|
4431
|
+
ColorSpace?: Mpeg2ColorSpace;
|
|
4432
|
+
/**
|
|
4433
|
+
* Sets the pixel aspect ratio for the encode.
|
|
4434
|
+
*/
|
|
4435
|
+
DisplayAspectRatio?: Mpeg2DisplayRatio;
|
|
4436
|
+
/**
|
|
4437
|
+
* Optionally specify a noise reduction filter, which can improve quality of compressed content. If you do not choose a filter, no filter will be applied.
|
|
4438
|
+
TEMPORAL: This filter is useful for both source content that is noisy (when it has excessive digital artifacts) and source content that is clean.
|
|
4439
|
+
When the content is noisy, the filter cleans up the source content before the encoding phase, with these two effects: First, it improves the output video quality because the content has been cleaned up. Secondly, it decreases the bandwidth because MediaLive does not waste bits on encoding noise.
|
|
4440
|
+
When the content is reasonably clean, the filter tends to decrease the bitrate.
|
|
4441
|
+
*/
|
|
4442
|
+
FilterSettings?: Mpeg2FilterSettings;
|
|
4443
|
+
/**
|
|
4444
|
+
* Complete this field only when afdSignaling is set to FIXED. Enter the AFD value (4 bits) to write on all frames of the video encode.
|
|
4445
|
+
*/
|
|
4446
|
+
FixedAfd?: FixedAfd;
|
|
4447
|
+
/**
|
|
4448
|
+
* description": "The framerate denominator. For example, 1001. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.
|
|
4449
|
+
*/
|
|
4450
|
+
FramerateDenominator: __integerMin1;
|
|
4451
|
+
/**
|
|
4452
|
+
* The framerate numerator. For example, 24000. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.
|
|
4453
|
+
*/
|
|
4454
|
+
FramerateNumerator: __integerMin1;
|
|
4455
|
+
/**
|
|
4456
|
+
* MPEG2: default is open GOP.
|
|
4457
|
+
*/
|
|
4458
|
+
GopClosedCadence?: __integerMin0;
|
|
4459
|
+
/**
|
|
4460
|
+
* Relates to the GOP structure. The number of B-frames between reference frames. If you do not know what a B-frame is, use the default.
|
|
4461
|
+
*/
|
|
4462
|
+
GopNumBFrames?: __integerMin0Max7;
|
|
4463
|
+
/**
|
|
4464
|
+
* Relates to the GOP structure. The GOP size (keyframe interval) in the units specified in gopSizeUnits. If you do not know what GOP is, use the default.
|
|
4465
|
+
If gopSizeUnits is frames, then the gopSize must be an integer and must be greater than or equal to 1.
|
|
4466
|
+
If gopSizeUnits is seconds, the gopSize must be greater than 0, but does not need to be an integer.
|
|
4467
|
+
*/
|
|
4468
|
+
GopSize?: __double;
|
|
4469
|
+
/**
|
|
4470
|
+
* Relates to the GOP structure. Specifies whether the gopSize is specified in frames or seconds. If you do not plan to change the default gopSize, leave the default. If you specify SECONDS, MediaLive will internally convert the gop size to a frame count.
|
|
4471
|
+
*/
|
|
4472
|
+
GopSizeUnits?: Mpeg2GopSizeUnits;
|
|
4473
|
+
/**
|
|
4474
|
+
* Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first).
|
|
4475
|
+
*/
|
|
4476
|
+
ScanType?: Mpeg2ScanType;
|
|
4477
|
+
/**
|
|
4478
|
+
* Relates to the GOP structure. If you do not know what GOP is, use the default.
|
|
4479
|
+
FIXED: Set the number of B-frames in each sub-GOP to the value in gopNumBFrames.
|
|
4480
|
+
DYNAMIC: Let MediaLive optimize the number of B-frames in each sub-GOP, to improve visual quality.
|
|
4481
|
+
*/
|
|
4482
|
+
SubgopLength?: Mpeg2SubGopLength;
|
|
4483
|
+
/**
|
|
4484
|
+
* Determines how MediaLive inserts timecodes in the output video. For detailed information about setting up the input and the output for a timecode, see the section on \"MediaLive Features - Timecode configuration\" in the MediaLive User Guide.
|
|
4485
|
+
DISABLED: do not include timecodes.
|
|
4486
|
+
GOP_TIMECODE: Include timecode metadata in the GOP header.
|
|
4487
|
+
*/
|
|
4488
|
+
TimecodeInsertion?: Mpeg2TimecodeInsertionBehavior;
|
|
4489
|
+
}
|
|
4490
|
+
export type Mpeg2SubGopLength = "DYNAMIC"|"FIXED"|string;
|
|
4491
|
+
export type Mpeg2TimecodeInsertionBehavior = "DISABLED"|"GOP_TIMECODE"|string;
|
|
4346
4492
|
export interface MsSmoothGroupSettings {
|
|
4347
4493
|
/**
|
|
4348
4494
|
* The ID to include in each message in the sparse track. Ignored if sparseTrackType is NONE.
|
|
@@ -4520,6 +4666,10 @@ Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
|
|
|
4520
4666
|
* The packet identifier map for this multiplex program.
|
|
4521
4667
|
*/
|
|
4522
4668
|
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
|
|
4669
|
+
/**
|
|
4670
|
+
* Contains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.
|
|
4671
|
+
*/
|
|
4672
|
+
PipelineDetails?: __listOfMultiplexProgramPipelineDetail;
|
|
4523
4673
|
/**
|
|
4524
4674
|
* The name of the multiplex program.
|
|
4525
4675
|
*/
|
|
@@ -4551,6 +4701,16 @@ The Multiplex must be in the same region as the Channel.
|
|
|
4551
4701
|
TimedMetadataPid?: __integer;
|
|
4552
4702
|
VideoPid?: __integer;
|
|
4553
4703
|
}
|
|
4704
|
+
export interface MultiplexProgramPipelineDetail {
|
|
4705
|
+
/**
|
|
4706
|
+
* Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex.
|
|
4707
|
+
*/
|
|
4708
|
+
ActiveChannelPipeline?: __string;
|
|
4709
|
+
/**
|
|
4710
|
+
* Identifies a specific pipeline in the multiplex.
|
|
4711
|
+
*/
|
|
4712
|
+
PipelineId?: __string;
|
|
4713
|
+
}
|
|
4554
4714
|
export interface MultiplexProgramServiceDescriptor {
|
|
4555
4715
|
/**
|
|
4556
4716
|
* Name of the provider.
|
|
@@ -4593,7 +4753,7 @@ The Multiplex must be in the same region as the Channel.
|
|
|
4593
4753
|
/**
|
|
4594
4754
|
* Maximum video buffer delay in milliseconds.
|
|
4595
4755
|
*/
|
|
4596
|
-
MaximumVideoBufferDelayMilliseconds?:
|
|
4756
|
+
MaximumVideoBufferDelayMilliseconds?: __integerMin800Max3000;
|
|
4597
4757
|
/**
|
|
4598
4758
|
* Transport stream bit rate.
|
|
4599
4759
|
*/
|
|
@@ -4623,6 +4783,10 @@ The Multiplex must be in the same region as the Channel.
|
|
|
4623
4783
|
* Minimum statmux bitrate.
|
|
4624
4784
|
*/
|
|
4625
4785
|
MinimumBitrate?: __integerMin100000Max100000000;
|
|
4786
|
+
/**
|
|
4787
|
+
* The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.
|
|
4788
|
+
*/
|
|
4789
|
+
Priority?: __integerMinNegative5Max5;
|
|
4626
4790
|
}
|
|
4627
4791
|
export interface MultiplexSummary {
|
|
4628
4792
|
/**
|
|
@@ -4892,6 +5056,8 @@ When this field is defined, ConstantBitrate must be undefined.
|
|
|
4892
5056
|
export interface PurchaseOfferingResponse {
|
|
4893
5057
|
Reservation?: Reservation;
|
|
4894
5058
|
}
|
|
5059
|
+
export interface RawSettings {
|
|
5060
|
+
}
|
|
4895
5061
|
export interface Rec601Settings {
|
|
4896
5062
|
}
|
|
4897
5063
|
export interface Rec709Settings {
|
|
@@ -5338,6 +5504,10 @@ Valid values: 1, 2, 4, 6, 8
|
|
|
5338
5504
|
* The unique arn of the channel.
|
|
5339
5505
|
*/
|
|
5340
5506
|
Arn?: __string;
|
|
5507
|
+
/**
|
|
5508
|
+
* Specification of CDI inputs for this channel
|
|
5509
|
+
*/
|
|
5510
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
5341
5511
|
/**
|
|
5342
5512
|
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
5343
5513
|
*/
|
|
@@ -5362,6 +5532,9 @@ one destination per packager.
|
|
|
5362
5532
|
* List of input attachments for channel.
|
|
5363
5533
|
*/
|
|
5364
5534
|
InputAttachments?: __listOfInputAttachment;
|
|
5535
|
+
/**
|
|
5536
|
+
* Specification of network and file inputs for this channel
|
|
5537
|
+
*/
|
|
5365
5538
|
InputSpecification?: InputSpecification;
|
|
5366
5539
|
/**
|
|
5367
5540
|
* The log level being written to CloudWatch Logs.
|
|
@@ -5516,6 +5689,10 @@ one destination per packager.
|
|
|
5516
5689
|
* The unique arn of the channel.
|
|
5517
5690
|
*/
|
|
5518
5691
|
Arn?: __string;
|
|
5692
|
+
/**
|
|
5693
|
+
* Specification of CDI inputs for this channel
|
|
5694
|
+
*/
|
|
5695
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
5519
5696
|
/**
|
|
5520
5697
|
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
5521
5698
|
*/
|
|
@@ -5540,6 +5717,9 @@ one destination per packager.
|
|
|
5540
5717
|
* List of input attachments for channel.
|
|
5541
5718
|
*/
|
|
5542
5719
|
InputAttachments?: __listOfInputAttachment;
|
|
5720
|
+
/**
|
|
5721
|
+
* Specification of network and file inputs for this channel
|
|
5722
|
+
*/
|
|
5543
5723
|
InputSpecification?: InputSpecification;
|
|
5544
5724
|
/**
|
|
5545
5725
|
* The log level being written to CloudWatch Logs.
|
|
@@ -5720,6 +5900,10 @@ one destination per packager.
|
|
|
5720
5900
|
Channel?: Channel;
|
|
5721
5901
|
}
|
|
5722
5902
|
export interface UpdateChannelRequest {
|
|
5903
|
+
/**
|
|
5904
|
+
* Specification of CDI inputs for this channel
|
|
5905
|
+
*/
|
|
5906
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
5723
5907
|
/**
|
|
5724
5908
|
* channel ID
|
|
5725
5909
|
*/
|
|
@@ -5734,7 +5918,7 @@ one destination per packager.
|
|
|
5734
5918
|
EncoderSettings?: EncoderSettings;
|
|
5735
5919
|
InputAttachments?: __listOfInputAttachment;
|
|
5736
5920
|
/**
|
|
5737
|
-
* Specification of
|
|
5921
|
+
* Specification of network and file inputs for this channel
|
|
5738
5922
|
*/
|
|
5739
5923
|
InputSpecification?: InputSpecification;
|
|
5740
5924
|
/**
|
|
@@ -5926,6 +6110,7 @@ Only specify sources for PULL type Inputs. Leave Destinations empty.
|
|
|
5926
6110
|
FrameCaptureSettings?: FrameCaptureSettings;
|
|
5927
6111
|
H264Settings?: H264Settings;
|
|
5928
6112
|
H265Settings?: H265Settings;
|
|
6113
|
+
Mpeg2Settings?: Mpeg2Settings;
|
|
5929
6114
|
}
|
|
5930
6115
|
export interface VideoDescription {
|
|
5931
6116
|
/**
|
|
@@ -5994,6 +6179,21 @@ NONE: MediaLive does not clip the input video and does not include the AFD value
|
|
|
5994
6179
|
VideoSelectorPid?: VideoSelectorPid;
|
|
5995
6180
|
VideoSelectorProgramId?: VideoSelectorProgramId;
|
|
5996
6181
|
}
|
|
6182
|
+
export type WavCodingMode = "CODING_MODE_1_0"|"CODING_MODE_2_0"|"CODING_MODE_4_0"|"CODING_MODE_8_0"|string;
|
|
6183
|
+
export interface WavSettings {
|
|
6184
|
+
/**
|
|
6185
|
+
* Bits per sample.
|
|
6186
|
+
*/
|
|
6187
|
+
BitDepth?: __double;
|
|
6188
|
+
/**
|
|
6189
|
+
* The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.
|
|
6190
|
+
*/
|
|
6191
|
+
CodingMode?: WavCodingMode;
|
|
6192
|
+
/**
|
|
6193
|
+
* Sample rate in Hz.
|
|
6194
|
+
*/
|
|
6195
|
+
SampleRate?: __double;
|
|
6196
|
+
}
|
|
5997
6197
|
export interface WebvttDestinationSettings {
|
|
5998
6198
|
}
|
|
5999
6199
|
export type __double = number;
|
|
@@ -6026,7 +6226,6 @@ NONE: MediaLive does not clip the input video and does not include the AFD value
|
|
|
6026
6226
|
export type __integerMin100000Max100000000 = number;
|
|
6027
6227
|
export type __integerMin100000Max40000000 = number;
|
|
6028
6228
|
export type __integerMin100000Max80000000 = number;
|
|
6029
|
-
export type __integerMin1000Max3000 = number;
|
|
6030
6229
|
export type __integerMin1000Max30000 = number;
|
|
6031
6230
|
export type __integerMin1Max10 = number;
|
|
6032
6231
|
export type __integerMin1Max1000000 = number;
|
|
@@ -6045,8 +6244,10 @@ NONE: MediaLive does not clip the input video and does not include the AFD value
|
|
|
6045
6244
|
export type __integerMin3 = number;
|
|
6046
6245
|
export type __integerMin30 = number;
|
|
6047
6246
|
export type __integerMin4Max20 = number;
|
|
6247
|
+
export type __integerMin800Max3000 = number;
|
|
6048
6248
|
export type __integerMin96Max600 = number;
|
|
6049
6249
|
export type __integerMinNegative1000Max1000 = number;
|
|
6250
|
+
export type __integerMinNegative5Max5 = number;
|
|
6050
6251
|
export type __integerMinNegative60Max6 = number;
|
|
6051
6252
|
export type __integerMinNegative60Max60 = number;
|
|
6052
6253
|
export type __listOfAudioChannelMapping = AudioChannelMapping[];
|
|
@@ -6078,6 +6279,7 @@ NONE: MediaLive does not clip the input video and does not include the AFD value
|
|
|
6078
6279
|
export type __listOfMediaConnectFlowRequest = MediaConnectFlowRequest[];
|
|
6079
6280
|
export type __listOfMediaPackageOutputDestinationSettings = MediaPackageOutputDestinationSettings[];
|
|
6080
6281
|
export type __listOfMultiplexOutputDestination = MultiplexOutputDestination[];
|
|
6282
|
+
export type __listOfMultiplexProgramPipelineDetail = MultiplexProgramPipelineDetail[];
|
|
6081
6283
|
export type __listOfMultiplexProgramSummary = MultiplexProgramSummary[];
|
|
6082
6284
|
export type __listOfMultiplexSummary = MultiplexSummary[];
|
|
6083
6285
|
export type __listOfOffering = Offering[];
|
|
@@ -11,6 +11,14 @@ declare class MediaPackage extends Service {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(options?: MediaPackage.Types.ClientConfiguration)
|
|
13
13
|
config: Config & MediaPackage.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Changes the Channel's properities to configure log subscription
|
|
16
|
+
*/
|
|
17
|
+
configureLogs(params: MediaPackage.Types.ConfigureLogsRequest, callback?: (err: AWSError, data: MediaPackage.Types.ConfigureLogsResponse) => void): Request<MediaPackage.Types.ConfigureLogsResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Changes the Channel's properities to configure log subscription
|
|
20
|
+
*/
|
|
21
|
+
configureLogs(callback?: (err: AWSError, data: MediaPackage.Types.ConfigureLogsResponse) => void): Request<MediaPackage.Types.ConfigureLogsResponse, AWSError>;
|
|
14
22
|
/**
|
|
15
23
|
* Creates a new Channel.
|
|
16
24
|
*/
|
|
@@ -181,11 +189,13 @@ declare namespace MediaPackage {
|
|
|
181
189
|
* A short text description of the Channel.
|
|
182
190
|
*/
|
|
183
191
|
Description?: __string;
|
|
192
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
184
193
|
HlsIngest?: HlsIngest;
|
|
185
194
|
/**
|
|
186
195
|
* The ID of the Channel.
|
|
187
196
|
*/
|
|
188
197
|
Id?: __string;
|
|
198
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
189
199
|
Tags?: Tags;
|
|
190
200
|
}
|
|
191
201
|
export interface CmafEncryption {
|
|
@@ -231,6 +241,32 @@ rounded to the nearest multiple of the source segment duration.
|
|
|
231
241
|
SegmentPrefix?: __string;
|
|
232
242
|
StreamSelection?: StreamSelection;
|
|
233
243
|
}
|
|
244
|
+
export interface ConfigureLogsRequest {
|
|
245
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
246
|
+
/**
|
|
247
|
+
* The ID of the channel to log subscription.
|
|
248
|
+
*/
|
|
249
|
+
Id: __string;
|
|
250
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
251
|
+
}
|
|
252
|
+
export interface ConfigureLogsResponse {
|
|
253
|
+
/**
|
|
254
|
+
* The Amazon Resource Name (ARN) assigned to the Channel.
|
|
255
|
+
*/
|
|
256
|
+
Arn?: __string;
|
|
257
|
+
/**
|
|
258
|
+
* A short text description of the Channel.
|
|
259
|
+
*/
|
|
260
|
+
Description?: __string;
|
|
261
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
262
|
+
HlsIngest?: HlsIngest;
|
|
263
|
+
/**
|
|
264
|
+
* The ID of the Channel.
|
|
265
|
+
*/
|
|
266
|
+
Id?: __string;
|
|
267
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
268
|
+
Tags?: Tags;
|
|
269
|
+
}
|
|
234
270
|
export interface CreateChannelRequest {
|
|
235
271
|
/**
|
|
236
272
|
* A short text description of the Channel.
|
|
@@ -253,11 +289,13 @@ cannot be changed after a Channel is created.
|
|
|
253
289
|
* A short text description of the Channel.
|
|
254
290
|
*/
|
|
255
291
|
Description?: __string;
|
|
292
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
256
293
|
HlsIngest?: HlsIngest;
|
|
257
294
|
/**
|
|
258
295
|
* The ID of the Channel.
|
|
259
296
|
*/
|
|
260
297
|
Id?: __string;
|
|
298
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
261
299
|
Tags?: Tags;
|
|
262
300
|
}
|
|
263
301
|
export interface CreateHarvestJobRequest {
|
|
@@ -532,11 +570,13 @@ rounded to the nearest multiple of the source segment duration.
|
|
|
532
570
|
* A short text description of the Channel.
|
|
533
571
|
*/
|
|
534
572
|
Description?: __string;
|
|
573
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
535
574
|
HlsIngest?: HlsIngest;
|
|
536
575
|
/**
|
|
537
576
|
* The ID of the Channel.
|
|
538
577
|
*/
|
|
539
578
|
Id?: __string;
|
|
579
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
540
580
|
Tags?: Tags;
|
|
541
581
|
}
|
|
542
582
|
export interface DescribeHarvestJobRequest {
|
|
@@ -653,6 +693,12 @@ If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
|
653
693
|
*/
|
|
654
694
|
Whitelist?: __listOf__string;
|
|
655
695
|
}
|
|
696
|
+
export interface EgressAccessLogs {
|
|
697
|
+
/**
|
|
698
|
+
* Customize the log group name.
|
|
699
|
+
*/
|
|
700
|
+
LogGroupName?: __string;
|
|
701
|
+
}
|
|
656
702
|
export type EncryptionMethod = "AES_128"|"SAMPLE_AES"|string;
|
|
657
703
|
export interface HarvestJob {
|
|
658
704
|
/**
|
|
@@ -911,6 +957,12 @@ rounded to the nearest multiple of the source fragment duration.
|
|
|
911
957
|
*/
|
|
912
958
|
Username?: __string;
|
|
913
959
|
}
|
|
960
|
+
export interface IngressAccessLogs {
|
|
961
|
+
/**
|
|
962
|
+
* Customize the log group name.
|
|
963
|
+
*/
|
|
964
|
+
LogGroupName?: __string;
|
|
965
|
+
}
|
|
914
966
|
export interface ListChannelsRequest {
|
|
915
967
|
/**
|
|
916
968
|
* Upper bound on number of records to return.
|
|
@@ -1079,11 +1131,13 @@ If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
|
1079
1131
|
* A short text description of the Channel.
|
|
1080
1132
|
*/
|
|
1081
1133
|
Description?: __string;
|
|
1134
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
1082
1135
|
HlsIngest?: HlsIngest;
|
|
1083
1136
|
/**
|
|
1084
1137
|
* The ID of the Channel.
|
|
1085
1138
|
*/
|
|
1086
1139
|
Id?: __string;
|
|
1140
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
1087
1141
|
Tags?: Tags;
|
|
1088
1142
|
}
|
|
1089
1143
|
export interface RotateIngestEndpointCredentialsRequest {
|
|
@@ -1105,11 +1159,13 @@ If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
|
1105
1159
|
* A short text description of the Channel.
|
|
1106
1160
|
*/
|
|
1107
1161
|
Description?: __string;
|
|
1162
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
1108
1163
|
HlsIngest?: HlsIngest;
|
|
1109
1164
|
/**
|
|
1110
1165
|
* The ID of the Channel.
|
|
1111
1166
|
*/
|
|
1112
1167
|
Id?: __string;
|
|
1168
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
1113
1169
|
Tags?: Tags;
|
|
1114
1170
|
}
|
|
1115
1171
|
export interface S3Destination {
|
|
@@ -1204,11 +1260,13 @@ MediaPackage will assume when accessing the key provider service.
|
|
|
1204
1260
|
* A short text description of the Channel.
|
|
1205
1261
|
*/
|
|
1206
1262
|
Description?: __string;
|
|
1263
|
+
EgressAccessLogs?: EgressAccessLogs;
|
|
1207
1264
|
HlsIngest?: HlsIngest;
|
|
1208
1265
|
/**
|
|
1209
1266
|
* The ID of the Channel.
|
|
1210
1267
|
*/
|
|
1211
1268
|
Id?: __string;
|
|
1269
|
+
IngressAccessLogs?: IngressAccessLogs;
|
|
1212
1270
|
Tags?: Tags;
|
|
1213
1271
|
}
|
|
1214
1272
|
export interface UpdateOriginEndpointRequest {
|