aws-sdk 2.902.0 → 2.906.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 +23 -1
- package/README.md +1 -1
- package/apis/config-2014-11-12.paginators.json +196 -2
- package/apis/connect-2017-08-08.min.json +8 -2
- package/apis/eks-2017-11-01.min.json +39 -11
- package/apis/iotwireless-2020-11-22.min.json +46 -17
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +64 -1
- package/apis/lakeformation-2017-03-31.min.json +465 -95
- package/apis/mediaconvert-2017-08-29.min.json +187 -107
- package/apis/metadata.json +8 -0
- package/apis/ssm-2014-11-06.min.json +461 -344
- package/apis/ssm-2014-11-06.paginators.json +6 -0
- package/apis/ssm-contacts-2021-05-03.examples.json +5 -0
- package/apis/ssm-contacts-2021-05-03.min.json +833 -0
- package/apis/ssm-contacts-2021-05-03.paginators.json +40 -0
- package/apis/ssm-incidents-2018-05-10.examples.json +5 -0
- package/apis/ssm-incidents-2018-05-10.min.json +1311 -0
- package/apis/ssm-incidents-2018-05-10.paginators.json +40 -0
- package/apis/ssm-incidents-2018-05-10.waiters2.json +53 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/codeartifact.d.ts +23 -23
- package/clients/connect.d.ts +36 -28
- package/clients/ec2.d.ts +3 -3
- package/clients/ecs.d.ts +8 -8
- package/clients/eks.d.ts +47 -7
- package/clients/iotwireless.d.ts +11 -0
- package/clients/kinesisanalyticsv2.d.ts +77 -8
- package/clients/lakeformation.d.ts +428 -4
- package/clients/lookoutmetrics.d.ts +16 -16
- package/clients/mediaconvert.d.ts +98 -3
- package/clients/s3control.d.ts +72 -72
- package/clients/ssm.d.ts +181 -3
- package/clients/ssmcontacts.d.ts +1079 -0
- package/clients/ssmcontacts.js +18 -0
- package/clients/ssmincidents.d.ts +1382 -0
- package/clients/ssmincidents.js +19 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +94 -13
- package/dist/aws-sdk.js +682 -351
- package/dist/aws-sdk.min.js +68 -68
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/http/node.js +6 -2
- package/package.json +1 -1
- package/scripts/changelog/change-creator.js +1 -1
|
@@ -60,19 +60,19 @@ declare class LookoutMetrics extends Service {
|
|
|
60
60
|
*/
|
|
61
61
|
deleteAlert(callback?: (err: AWSError, data: LookoutMetrics.Types.DeleteAlertResponse) => void): Request<LookoutMetrics.Types.DeleteAlertResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
* Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any configured datasets and alerts.
|
|
63
|
+
* Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any configured datasets and alerts.
|
|
64
64
|
*/
|
|
65
65
|
deleteAnomalyDetector(params: LookoutMetrics.Types.DeleteAnomalyDetectorRequest, callback?: (err: AWSError, data: LookoutMetrics.Types.DeleteAnomalyDetectorResponse) => void): Request<LookoutMetrics.Types.DeleteAnomalyDetectorResponse, AWSError>;
|
|
66
66
|
/**
|
|
67
|
-
* Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any configured datasets and alerts.
|
|
67
|
+
* Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any configured datasets and alerts.
|
|
68
68
|
*/
|
|
69
69
|
deleteAnomalyDetector(callback?: (err: AWSError, data: LookoutMetrics.Types.DeleteAnomalyDetectorResponse) => void): Request<LookoutMetrics.Types.DeleteAnomalyDetectorResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Describes an alert.
|
|
71
|
+
* Describes an alert. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
72
72
|
*/
|
|
73
73
|
describeAlert(params: LookoutMetrics.Types.DescribeAlertRequest, callback?: (err: AWSError, data: LookoutMetrics.Types.DescribeAlertResponse) => void): Request<LookoutMetrics.Types.DescribeAlertResponse, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Describes an alert.
|
|
75
|
+
* Describes an alert. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
76
76
|
*/
|
|
77
77
|
describeAlert(callback?: (err: AWSError, data: LookoutMetrics.Types.DescribeAlertResponse) => void): Request<LookoutMetrics.Types.DescribeAlertResponse, AWSError>;
|
|
78
78
|
/**
|
|
@@ -84,19 +84,19 @@ declare class LookoutMetrics extends Service {
|
|
|
84
84
|
*/
|
|
85
85
|
describeAnomalyDetectionExecutions(callback?: (err: AWSError, data: LookoutMetrics.Types.DescribeAnomalyDetectionExecutionsResponse) => void): Request<LookoutMetrics.Types.DescribeAnomalyDetectionExecutionsResponse, AWSError>;
|
|
86
86
|
/**
|
|
87
|
-
* Describes a detector.
|
|
87
|
+
* Describes a detector. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
88
88
|
*/
|
|
89
89
|
describeAnomalyDetector(params: LookoutMetrics.Types.DescribeAnomalyDetectorRequest, callback?: (err: AWSError, data: LookoutMetrics.Types.DescribeAnomalyDetectorResponse) => void): Request<LookoutMetrics.Types.DescribeAnomalyDetectorResponse, AWSError>;
|
|
90
90
|
/**
|
|
91
|
-
* Describes a detector.
|
|
91
|
+
* Describes a detector. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
92
92
|
*/
|
|
93
93
|
describeAnomalyDetector(callback?: (err: AWSError, data: LookoutMetrics.Types.DescribeAnomalyDetectorResponse) => void): Request<LookoutMetrics.Types.DescribeAnomalyDetectorResponse, AWSError>;
|
|
94
94
|
/**
|
|
95
|
-
* Describes a dataset.
|
|
95
|
+
* Describes a dataset. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
96
96
|
*/
|
|
97
97
|
describeMetricSet(params: LookoutMetrics.Types.DescribeMetricSetRequest, callback?: (err: AWSError, data: LookoutMetrics.Types.DescribeMetricSetResponse) => void): Request<LookoutMetrics.Types.DescribeMetricSetResponse, AWSError>;
|
|
98
98
|
/**
|
|
99
|
-
* Describes a dataset.
|
|
99
|
+
* Describes a dataset. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
100
100
|
*/
|
|
101
101
|
describeMetricSet(callback?: (err: AWSError, data: LookoutMetrics.Types.DescribeMetricSetResponse) => void): Request<LookoutMetrics.Types.DescribeMetricSetResponse, AWSError>;
|
|
102
102
|
/**
|
|
@@ -124,19 +124,19 @@ declare class LookoutMetrics extends Service {
|
|
|
124
124
|
*/
|
|
125
125
|
getSampleData(callback?: (err: AWSError, data: LookoutMetrics.Types.GetSampleDataResponse) => void): Request<LookoutMetrics.Types.GetSampleDataResponse, AWSError>;
|
|
126
126
|
/**
|
|
127
|
-
* Lists the alerts attached to a detector.
|
|
127
|
+
* Lists the alerts attached to a detector. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
128
128
|
*/
|
|
129
129
|
listAlerts(params: LookoutMetrics.Types.ListAlertsRequest, callback?: (err: AWSError, data: LookoutMetrics.Types.ListAlertsResponse) => void): Request<LookoutMetrics.Types.ListAlertsResponse, AWSError>;
|
|
130
130
|
/**
|
|
131
|
-
* Lists the alerts attached to a detector.
|
|
131
|
+
* Lists the alerts attached to a detector. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
132
132
|
*/
|
|
133
133
|
listAlerts(callback?: (err: AWSError, data: LookoutMetrics.Types.ListAlertsResponse) => void): Request<LookoutMetrics.Types.ListAlertsResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Lists the detectors in the current AWS Region.
|
|
135
|
+
* Lists the detectors in the current AWS Region. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
136
136
|
*/
|
|
137
137
|
listAnomalyDetectors(params: LookoutMetrics.Types.ListAnomalyDetectorsRequest, callback?: (err: AWSError, data: LookoutMetrics.Types.ListAnomalyDetectorsResponse) => void): Request<LookoutMetrics.Types.ListAnomalyDetectorsResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Lists the detectors in the current AWS Region.
|
|
139
|
+
* Lists the detectors in the current AWS Region. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
140
140
|
*/
|
|
141
141
|
listAnomalyDetectors(callback?: (err: AWSError, data: LookoutMetrics.Types.ListAnomalyDetectorsResponse) => void): Request<LookoutMetrics.Types.ListAnomalyDetectorsResponse, AWSError>;
|
|
142
142
|
/**
|
|
@@ -156,11 +156,11 @@ declare class LookoutMetrics extends Service {
|
|
|
156
156
|
*/
|
|
157
157
|
listAnomalyGroupTimeSeries(callback?: (err: AWSError, data: LookoutMetrics.Types.ListAnomalyGroupTimeSeriesResponse) => void): Request<LookoutMetrics.Types.ListAnomalyGroupTimeSeriesResponse, AWSError>;
|
|
158
158
|
/**
|
|
159
|
-
* Lists the datasets in the current AWS Region.
|
|
159
|
+
* Lists the datasets in the current AWS Region. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
160
160
|
*/
|
|
161
161
|
listMetricSets(params: LookoutMetrics.Types.ListMetricSetsRequest, callback?: (err: AWSError, data: LookoutMetrics.Types.ListMetricSetsResponse) => void): Request<LookoutMetrics.Types.ListMetricSetsResponse, AWSError>;
|
|
162
162
|
/**
|
|
163
|
-
* Lists the datasets in the current AWS Region.
|
|
163
|
+
* Lists the datasets in the current AWS Region. Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
|
|
164
164
|
*/
|
|
165
165
|
listMetricSets(callback?: (err: AWSError, data: LookoutMetrics.Types.ListMetricSetsResponse) => void): Request<LookoutMetrics.Types.ListMetricSetsResponse, AWSError>;
|
|
166
166
|
/**
|
|
@@ -458,7 +458,7 @@ declare namespace LookoutMetrics {
|
|
|
458
458
|
*/
|
|
459
459
|
RoleArn: Arn;
|
|
460
460
|
/**
|
|
461
|
-
*
|
|
461
|
+
* name of the flow.
|
|
462
462
|
*/
|
|
463
463
|
FlowName: FlowName;
|
|
464
464
|
}
|
|
@@ -1303,7 +1303,7 @@ declare namespace LookoutMetrics {
|
|
|
1303
1303
|
}
|
|
1304
1304
|
export interface SNSConfiguration {
|
|
1305
1305
|
/**
|
|
1306
|
-
*
|
|
1306
|
+
* The ARN of the IAM role that has access to the target SNS topic.
|
|
1307
1307
|
*/
|
|
1308
1308
|
RoleArn: Arn;
|
|
1309
1309
|
/**
|
|
@@ -1567,6 +1567,18 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1567
1567
|
* Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
|
|
1568
1568
|
*/
|
|
1569
1569
|
BackgroundOpacity?: __integerMin0Max255;
|
|
1570
|
+
/**
|
|
1571
|
+
* Specify how MediaConvert handles the display definition segment (DDS). Keep the default, None (NONE), to exclude the DDS from this set of captions. Choose No display window (NO_DISPLAY_WINDOW) to have MediaConvert include the DDS but not include display window data. In this case, MediaConvert writes that information to the page composition segment (PCS) instead. Choose Specify (SPECIFIED) to have MediaConvert set up the display window based on the values that you specify in related job settings. For video resolutions that are 576 pixels or smaller in height, MediaConvert doesn't include the DDS, regardless of the value you choose for DDS handling (ddsHandling). In this case, it doesn't write the display window data to the PCS either. Related settings: Use the settings DDS x-coordinate (ddsXCoordinate) and DDS y-coordinate (ddsYCoordinate) to specify the offset between the top left corner of the display window and the top left corner of the video frame. All burn-in and DVB-Sub font settings must match.
|
|
1572
|
+
*/
|
|
1573
|
+
DdsHandling?: DvbddsHandling;
|
|
1574
|
+
/**
|
|
1575
|
+
* Use this setting, along with DDS y-coordinate (ddsYCoordinate), to specify the upper left corner of the display definition segment (DDS) display window. With this setting, specify the distance, in pixels, between the left side of the frame and the left side of the DDS display window. Keep the default value, 0, to have MediaConvert automatically choose this offset. Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other than None (NONE). MediaConvert uses these values to determine whether to write page position data to the DDS or to the page composition segment (PCS). All burn-in and DVB-Sub font settings must match.
|
|
1576
|
+
*/
|
|
1577
|
+
DdsXCoordinate?: __integerMin0Max2147483647;
|
|
1578
|
+
/**
|
|
1579
|
+
* Use this setting, along with DDS x-coordinate (ddsXCoordinate), to specify the upper left corner of the display definition segment (DDS) display window. With this setting, specify the distance, in pixels, between the top of the frame and the top of the DDS display window. Keep the default value, 0, to have MediaConvert automatically choose this offset. Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other than None (NONE). MediaConvert uses these values to determine whether to write page position data to the DDS or to the page composition segment (PCS). All burn-in and DVB-Sub font settings must match.
|
|
1580
|
+
*/
|
|
1581
|
+
DdsYCoordinate?: __integerMin0Max2147483647;
|
|
1570
1582
|
/**
|
|
1571
1583
|
* Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
|
|
1572
1584
|
*/
|
|
@@ -1589,6 +1601,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1589
1601
|
* A positive integer indicates the exact font size in points. Set to 0 for automatic font size selection. All burn-in and DVB-Sub font settings must match.
|
|
1590
1602
|
*/
|
|
1591
1603
|
FontSize?: __integerMin0Max96;
|
|
1604
|
+
/**
|
|
1605
|
+
* Specify the height, in pixels, of this set of DVB-Sub captions. The default value is 576 pixels. Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other than None (NONE). All burn-in and DVB-Sub font settings must match.
|
|
1606
|
+
*/
|
|
1607
|
+
Height?: __integerMin1Max2147483647;
|
|
1592
1608
|
/**
|
|
1593
1609
|
* Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
|
|
1594
1610
|
*/
|
|
@@ -1622,6 +1638,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1622
1638
|
* Only applies to jobs with input captions in Teletext or STL formats. Specify whether the spacing between letters in your captions is set by the captions grid or varies depending on letter width. Choose fixed grid to conform to the spacing specified in the captions file more accurately. Choose proportional to make the text easier to read if the captions are closed caption.
|
|
1623
1639
|
*/
|
|
1624
1640
|
TeletextSpacing?: DvbSubtitleTeletextSpacing;
|
|
1641
|
+
/**
|
|
1642
|
+
* Specify the width, in pixels, of this set of DVB-Sub captions. The default value is 720 pixels. Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other than None (NONE). All burn-in and DVB-Sub font settings must match.
|
|
1643
|
+
*/
|
|
1644
|
+
Width?: __integerMin1Max2147483647;
|
|
1625
1645
|
/**
|
|
1626
1646
|
* Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit x_position is provided, the horizontal caption position will be determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
|
|
1627
1647
|
*/
|
|
@@ -1650,6 +1670,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1650
1670
|
*/
|
|
1651
1671
|
TdtInterval?: __integerMin1000Max30000;
|
|
1652
1672
|
}
|
|
1673
|
+
export type DvbddsHandling = "NONE"|"SPECIFIED"|"NO_DISPLAY_WINDOW"|string;
|
|
1653
1674
|
export type Eac3AtmosBitstreamMode = "COMPLETE_MAIN"|string;
|
|
1654
1675
|
export type Eac3AtmosCodingMode = "CODING_MODE_9_1_6"|string;
|
|
1655
1676
|
export type Eac3AtmosDialogueIntelligence = "ENABLED"|"DISABLED"|string;
|
|
@@ -2807,6 +2828,7 @@ Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
|
|
|
2807
2828
|
export type InputFilterEnable = "AUTO"|"DISABLE"|"FORCE"|string;
|
|
2808
2829
|
export type InputPsiControl = "IGNORE_PSI"|"USE_PSI"|string;
|
|
2809
2830
|
export type InputRotate = "DEGREE_0"|"DEGREES_90"|"DEGREES_180"|"DEGREES_270"|"AUTO"|string;
|
|
2831
|
+
export type InputSampleRange = "FOLLOW"|"FULL_RANGE"|"LIMITED_RANGE"|string;
|
|
2810
2832
|
export type InputScanType = "AUTO"|"PSF"|string;
|
|
2811
2833
|
export interface InputTemplate {
|
|
2812
2834
|
/**
|
|
@@ -3055,6 +3077,10 @@ Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
|
|
|
3055
3077
|
* Use Inputs (inputs) to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.
|
|
3056
3078
|
*/
|
|
3057
3079
|
Inputs?: __listOfInput;
|
|
3080
|
+
/**
|
|
3081
|
+
* Use these settings only when you use Kantar watermarking. Specify the values that MediaConvert uses to generate and place Kantar watermarks in your output audio. These settings apply to every output in your job. In addition to specifying these values, you also need to store your Kantar credentials in AWS Secrets Manager. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/kantar-watermarking.html.
|
|
3082
|
+
*/
|
|
3083
|
+
KantarWatermark?: KantarWatermarkSettings;
|
|
3058
3084
|
/**
|
|
3059
3085
|
* Overlay motion graphics on top of your video. The motion graphics that you specify here appear on all outputs in all output groups. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
|
|
3060
3086
|
*/
|
|
@@ -3153,6 +3179,10 @@ Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
|
|
|
3153
3179
|
* Use Inputs (inputs) to define the source file used in the transcode job. There can only be one input in a job template. Using the API, you can include multiple inputs when referencing a job template.
|
|
3154
3180
|
*/
|
|
3155
3181
|
Inputs?: __listOfInputTemplate;
|
|
3182
|
+
/**
|
|
3183
|
+
* Use these settings only when you use Kantar watermarking. Specify the values that MediaConvert uses to generate and place Kantar watermarks in your output audio. These settings apply to every output in your job. In addition to specifying these values, you also need to store your Kantar credentials in AWS Secrets Manager. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/kantar-watermarking.html.
|
|
3184
|
+
*/
|
|
3185
|
+
KantarWatermark?: KantarWatermarkSettings;
|
|
3156
3186
|
/**
|
|
3157
3187
|
* Overlay motion graphics on top of your video. The motion graphics that you specify here appear on all outputs in all output groups. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
|
|
3158
3188
|
*/
|
|
@@ -3178,6 +3208,60 @@ Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
|
|
|
3178
3208
|
*/
|
|
3179
3209
|
TimedMetadataInsertion?: TimedMetadataInsertion;
|
|
3180
3210
|
}
|
|
3211
|
+
export interface KantarWatermarkSettings {
|
|
3212
|
+
/**
|
|
3213
|
+
* Provide an audio channel name from your Kantar audio license.
|
|
3214
|
+
*/
|
|
3215
|
+
ChannelName?: __stringMin1Max20;
|
|
3216
|
+
/**
|
|
3217
|
+
* Specify a unique identifier for Kantar to use for this piece of content.
|
|
3218
|
+
*/
|
|
3219
|
+
ContentReference?: __stringMin1Max50PatternAZAZ09;
|
|
3220
|
+
/**
|
|
3221
|
+
* Provide the name of the AWS Secrets Manager secret where your Kantar credentials are stored. Note that your MediaConvert service role must provide access to this secret. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/granting-permissions-for-mediaconvert-to-access-secrets-manager-secret.html. For instructions on creating a secret, see https://docs.aws.amazon.com/secretsmanager/latest/userguide/tutorials_basic.html, in the AWS Secrets Manager User Guide.
|
|
3222
|
+
*/
|
|
3223
|
+
CredentialsSecretName?: __stringMin1Max512PatternAZAZ09;
|
|
3224
|
+
/**
|
|
3225
|
+
* Optional. Specify an offset, in whole seconds, from the start of your output and the beginning of the watermarking. When you don't specify an offset, Kantar defaults to zero.
|
|
3226
|
+
*/
|
|
3227
|
+
FileOffset?: __doubleMin0;
|
|
3228
|
+
/**
|
|
3229
|
+
* Provide your Kantar license ID number. You should get this number from Kantar.
|
|
3230
|
+
*/
|
|
3231
|
+
KantarLicenseId?: __integerMin0Max2147483647;
|
|
3232
|
+
/**
|
|
3233
|
+
* Provide the HTTPS endpoint to the Kantar server. You should get this endpoint from Kantar.
|
|
3234
|
+
*/
|
|
3235
|
+
KantarServerUrl?: __stringPatternHttpsKantarmediaCom;
|
|
3236
|
+
/**
|
|
3237
|
+
* Optional. Specify the Amazon S3 bucket where you want MediaConvert to store your Kantar watermark XML logs. When you don't specify a bucket, MediaConvert doesn't save these logs. Note that your MediaConvert service role must provide access to this location. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html
|
|
3238
|
+
*/
|
|
3239
|
+
LogDestination?: __stringPatternS3;
|
|
3240
|
+
/**
|
|
3241
|
+
* You can optionally use this field to specify the first timestamp that Kantar embeds during watermarking. Kantar suggests that you be very cautious when using this Kantar feature, and that you use it only on channels that are managed specifically for use with this feature by your Audience Measurement Operator. For more information about this feature, contact Kantar technical support.
|
|
3242
|
+
*/
|
|
3243
|
+
Metadata3?: __stringMin1Max50;
|
|
3244
|
+
/**
|
|
3245
|
+
* Additional metadata that MediaConvert sends to Kantar. Maximum length is 50 characters.
|
|
3246
|
+
*/
|
|
3247
|
+
Metadata4?: __stringMin1Max50;
|
|
3248
|
+
/**
|
|
3249
|
+
* Additional metadata that MediaConvert sends to Kantar. Maximum length is 50 characters.
|
|
3250
|
+
*/
|
|
3251
|
+
Metadata5?: __stringMin1Max50;
|
|
3252
|
+
/**
|
|
3253
|
+
* Additional metadata that MediaConvert sends to Kantar. Maximum length is 50 characters.
|
|
3254
|
+
*/
|
|
3255
|
+
Metadata6?: __stringMin1Max50;
|
|
3256
|
+
/**
|
|
3257
|
+
* Additional metadata that MediaConvert sends to Kantar. Maximum length is 50 characters.
|
|
3258
|
+
*/
|
|
3259
|
+
Metadata7?: __stringMin1Max50;
|
|
3260
|
+
/**
|
|
3261
|
+
* Additional metadata that MediaConvert sends to Kantar. Maximum length is 50 characters.
|
|
3262
|
+
*/
|
|
3263
|
+
Metadata8?: __stringMin1Max50;
|
|
3264
|
+
}
|
|
3181
3265
|
export type LanguageCode = "ENG"|"SPA"|"FRA"|"DEU"|"GER"|"ZHO"|"ARA"|"HIN"|"JPN"|"RUS"|"POR"|"ITA"|"URD"|"VIE"|"KOR"|"PAN"|"ABK"|"AAR"|"AFR"|"AKA"|"SQI"|"AMH"|"ARG"|"HYE"|"ASM"|"AVA"|"AVE"|"AYM"|"AZE"|"BAM"|"BAK"|"EUS"|"BEL"|"BEN"|"BIH"|"BIS"|"BOS"|"BRE"|"BUL"|"MYA"|"CAT"|"KHM"|"CHA"|"CHE"|"NYA"|"CHU"|"CHV"|"COR"|"COS"|"CRE"|"HRV"|"CES"|"DAN"|"DIV"|"NLD"|"DZO"|"ENM"|"EPO"|"EST"|"EWE"|"FAO"|"FIJ"|"FIN"|"FRM"|"FUL"|"GLA"|"GLG"|"LUG"|"KAT"|"ELL"|"GRN"|"GUJ"|"HAT"|"HAU"|"HEB"|"HER"|"HMO"|"HUN"|"ISL"|"IDO"|"IBO"|"IND"|"INA"|"ILE"|"IKU"|"IPK"|"GLE"|"JAV"|"KAL"|"KAN"|"KAU"|"KAS"|"KAZ"|"KIK"|"KIN"|"KIR"|"KOM"|"KON"|"KUA"|"KUR"|"LAO"|"LAT"|"LAV"|"LIM"|"LIN"|"LIT"|"LUB"|"LTZ"|"MKD"|"MLG"|"MSA"|"MAL"|"MLT"|"GLV"|"MRI"|"MAR"|"MAH"|"MON"|"NAU"|"NAV"|"NDE"|"NBL"|"NDO"|"NEP"|"SME"|"NOR"|"NOB"|"NNO"|"OCI"|"OJI"|"ORI"|"ORM"|"OSS"|"PLI"|"FAS"|"POL"|"PUS"|"QUE"|"QAA"|"RON"|"ROH"|"RUN"|"SMO"|"SAG"|"SAN"|"SRD"|"SRB"|"SNA"|"III"|"SND"|"SIN"|"SLK"|"SLV"|"SOM"|"SOT"|"SUN"|"SWA"|"SSW"|"SWE"|"TGL"|"TAH"|"TGK"|"TAM"|"TAT"|"TEL"|"THA"|"BOD"|"TIR"|"TON"|"TSO"|"TSN"|"TUR"|"TUK"|"TWI"|"UIG"|"UKR"|"UZB"|"VEN"|"VOL"|"WLN"|"CYM"|"FRY"|"WOL"|"XHO"|"YID"|"YOR"|"ZHA"|"ZUL"|"ORJ"|"QPC"|"TNG"|string;
|
|
3182
3266
|
export interface ListJobTemplatesRequest {
|
|
3183
3267
|
/**
|
|
@@ -3501,6 +3585,10 @@ Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
|
|
|
3501
3585
|
* Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation.
|
|
3502
3586
|
*/
|
|
3503
3587
|
AudioPids?: __listOf__integerMin32Max8182;
|
|
3588
|
+
/**
|
|
3589
|
+
* Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
|
|
3590
|
+
*/
|
|
3591
|
+
MaxPcrInterval?: __integerMin0Max500;
|
|
3504
3592
|
/**
|
|
3505
3593
|
* If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
|
|
3506
3594
|
*/
|
|
@@ -4115,7 +4203,7 @@ Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
|
|
|
4115
4203
|
*/
|
|
4116
4204
|
Preset?: __stringMin0;
|
|
4117
4205
|
/**
|
|
4118
|
-
* VideoDescription contains a group of video encoding settings. The specific video settings depend on the video codec that you choose for the property codec. Include one instance of
|
|
4206
|
+
* VideoDescription contains a group of video encoding settings. The specific video settings depend on the video codec that you choose for the property codec. Include one instance of VideoDescription per output.
|
|
4119
4207
|
*/
|
|
4120
4208
|
VideoDescription?: VideoDescription;
|
|
4121
4209
|
}
|
|
@@ -4125,7 +4213,7 @@ Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
|
|
|
4125
4213
|
*/
|
|
4126
4214
|
InputChannels?: __listOf__integerMinNegative60Max6;
|
|
4127
4215
|
/**
|
|
4128
|
-
* Use this setting to specify your remix values when they have a decimal component, such as
|
|
4216
|
+
* Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.
|
|
4129
4217
|
*/
|
|
4130
4218
|
InputChannelsFineTune?: __listOf__doubleMinNegative60Max6;
|
|
4131
4219
|
}
|
|
@@ -4256,7 +4344,7 @@ Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
|
|
|
4256
4344
|
*/
|
|
4257
4345
|
ContainerSettings?: ContainerSettings;
|
|
4258
4346
|
/**
|
|
4259
|
-
* VideoDescription contains a group of video encoding settings. The specific video settings depend on the video codec that you choose for the property codec. Include one instance of
|
|
4347
|
+
* VideoDescription contains a group of video encoding settings. The specific video settings depend on the video codec that you choose for the property codec. Include one instance of VideoDescription per output.
|
|
4260
4348
|
*/
|
|
4261
4349
|
VideoDescription?: VideoDescription;
|
|
4262
4350
|
}
|
|
@@ -4988,6 +5076,10 @@ Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
|
|
|
4988
5076
|
* Use Rotate (InputRotate) to specify how the service rotates your video. You can choose automatic rotation or specify a rotation. You can specify a clockwise rotation of 0, 90, 180, or 270 degrees. If your input video container is .mov or .mp4 and your input has rotation metadata, you can choose Automatic to have the service rotate your video according to the rotation specified in the metadata. The rotation must be within one degree of 90, 180, or 270 degrees. If the rotation metadata specifies any other rotation, the service will default to no rotation. By default, the service does no rotation, even if your input video has rotation metadata. The service doesn't pass through rotation metadata.
|
|
4989
5077
|
*/
|
|
4990
5078
|
Rotate?: InputRotate;
|
|
5079
|
+
/**
|
|
5080
|
+
* Use this setting when your input video codec is AVC-Intra. Ignore this setting for all other inputs. If the sample range metadata in your input video is accurate, or if you don't know about sample range, keep the default value, Follow (FOLLOW), for this setting. When you do, the service automatically detects your input sample range. If your input video has metadata indicating the wrong sample range, specify the accurate sample range here. When you do, MediaConvert ignores any sample range information in the input metadata. Regardless of whether MediaConvert uses the input sample range or the sample range that you specify, MediaConvert uses the sample range for transcoding and also writes it to the output metadata.
|
|
5081
|
+
*/
|
|
5082
|
+
SampleRange?: InputSampleRange;
|
|
4991
5083
|
}
|
|
4992
5084
|
export type VideoTimecodeInsertion = "DISABLED"|"PIC_TIMING_SEI"|string;
|
|
4993
5085
|
export interface VorbisSettings {
|
|
@@ -5295,6 +5387,8 @@ Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
|
|
|
5295
5387
|
export type __stringMin1Max20 = string;
|
|
5296
5388
|
export type __stringMin1Max256 = string;
|
|
5297
5389
|
export type __stringMin1Max50 = string;
|
|
5390
|
+
export type __stringMin1Max50PatternAZAZ09 = string;
|
|
5391
|
+
export type __stringMin1Max512PatternAZAZ09 = string;
|
|
5298
5392
|
export type __stringMin24Max512PatternAZaZ0902 = string;
|
|
5299
5393
|
export type __stringMin32Max32Pattern09aFAF32 = string;
|
|
5300
5394
|
export type __stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = string;
|
|
@@ -5314,6 +5408,7 @@ Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0.
|
|
|
5314
5408
|
export type __stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912 = string;
|
|
5315
5409
|
export type __stringPatternDD = string;
|
|
5316
5410
|
export type __stringPatternHttps = string;
|
|
5411
|
+
export type __stringPatternHttpsKantarmediaCom = string;
|
|
5317
5412
|
export type __stringPatternIdentityAZaZ26AZaZ09163 = string;
|
|
5318
5413
|
export type __stringPatternS3 = string;
|
|
5319
5414
|
export type __stringPatternS3ASSETMAPXml = string;
|