@aws-sdk/client-medialive 3.549.0 → 3.554.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 +216 -0
- package/dist-cjs/index.js +2212 -147
- package/dist-es/MediaLive.js +54 -0
- package/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/CreateSignalMapCommand.js +24 -0
- package/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/DeleteSignalMapCommand.js +24 -0
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -1
- package/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/GetSignalMapCommand.js +24 -0
- package/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +24 -0
- package/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +24 -0
- package/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +24 -0
- package/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +24 -0
- package/dist-es/commands/ListSignalMapsCommand.js +24 -0
- package/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +24 -0
- package/dist-es/commands/StartMonitorDeploymentCommand.js +24 -0
- package/dist-es/commands/StartUpdateSignalMapCommand.js +24 -0
- package/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/index.js +27 -0
- package/dist-es/models/models_0.js +44 -29
- package/dist-es/models/models_1.js +52 -3
- package/dist-es/models/models_2.js +3 -0
- package/dist-es/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListCloudWatchAlarmTemplatesPaginator.js +4 -0
- package/dist-es/pagination/ListEventBridgeRuleTemplateGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListEventBridgeRuleTemplatesPaginator.js +4 -0
- package/dist-es/pagination/ListSignalMapsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +1164 -6
- package/dist-es/waiters/index.js +4 -0
- package/dist-es/waiters/waitForSignalMapCreated.js +49 -0
- package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +49 -0
- package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +76 -0
- package/dist-es/waiters/waitForSignalMapUpdated.js +58 -0
- package/dist-types/MediaLive.d.ts +194 -0
- package/dist-types/MediaLiveClient.d.ts +29 -2
- package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +109 -0
- package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +89 -0
- package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +103 -0
- package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +89 -0
- package/dist-types/commands/CreateSignalMapCommand.d.ts +150 -0
- package/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +75 -0
- package/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +75 -0
- package/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +75 -0
- package/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +75 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSignalMapCommand.d.ts +75 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +92 -0
- package/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +82 -0
- package/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +89 -0
- package/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +82 -0
- package/dist-types/commands/GetSignalMapCommand.d.ts +136 -0
- package/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +91 -0
- package/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +101 -0
- package/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +90 -0
- package/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +93 -0
- package/dist-types/commands/ListSignalMapsCommand.d.ts +92 -0
- package/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +139 -0
- package/dist-types/commands/StartMonitorDeploymentCommand.d.ts +140 -0
- package/dist-types/commands/StartUpdateSignalMapCommand.d.ts +149 -0
- package/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +107 -0
- package/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +86 -0
- package/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +101 -0
- package/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +86 -0
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/models_0.d.ts +350 -159
- package/dist-types/models/models_1.d.ts +783 -747
- package/dist-types/models/models_2.d.ts +2297 -147
- package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSignalMapsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +243 -0
- package/dist-types/ts3.4/MediaLive.d.ts +512 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListSignalMapsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/models_0.d.ts +112 -60
- package/dist-types/ts3.4/models/models_1.d.ts +223 -192
- package/dist-types/ts3.4/models/models_2.d.ts +508 -0
- package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSignalMapsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +324 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeployed.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapUpdated.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/dist-types/waiters/waitForSignalMapCreated.d.ts +14 -0
- package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +14 -0
- package/dist-types/waiters/waitForSignalMapUpdated.d.ts +14 -0
- package/package.json +10 -10
|
@@ -3157,6 +3157,204 @@ export interface ChannelSummary {
|
|
|
3157
3157
|
*/
|
|
3158
3158
|
Vpc?: VpcOutputSettingsDescription;
|
|
3159
3159
|
}
|
|
3160
|
+
/**
|
|
3161
|
+
* Placeholder documentation for CloudWatchAlarmTemplateGroupSummary
|
|
3162
|
+
* @public
|
|
3163
|
+
*/
|
|
3164
|
+
export interface CloudWatchAlarmTemplateGroupSummary {
|
|
3165
|
+
/**
|
|
3166
|
+
* A cloudwatch alarm template group's ARN (Amazon Resource Name)
|
|
3167
|
+
* @public
|
|
3168
|
+
*/
|
|
3169
|
+
Arn: string | undefined;
|
|
3170
|
+
/**
|
|
3171
|
+
* Placeholder documentation for __timestampIso8601
|
|
3172
|
+
* @public
|
|
3173
|
+
*/
|
|
3174
|
+
CreatedAt: Date | undefined;
|
|
3175
|
+
/**
|
|
3176
|
+
* A resource's optional description.
|
|
3177
|
+
* @public
|
|
3178
|
+
*/
|
|
3179
|
+
Description?: string;
|
|
3180
|
+
/**
|
|
3181
|
+
* A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
|
|
3182
|
+
* @public
|
|
3183
|
+
*/
|
|
3184
|
+
Id: string | undefined;
|
|
3185
|
+
/**
|
|
3186
|
+
* Placeholder documentation for __timestampIso8601
|
|
3187
|
+
* @public
|
|
3188
|
+
*/
|
|
3189
|
+
ModifiedAt?: Date;
|
|
3190
|
+
/**
|
|
3191
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
3192
|
+
* @public
|
|
3193
|
+
*/
|
|
3194
|
+
Name: string | undefined;
|
|
3195
|
+
/**
|
|
3196
|
+
* Represents the tags associated with a resource.
|
|
3197
|
+
* @public
|
|
3198
|
+
*/
|
|
3199
|
+
Tags?: Record<string, string>;
|
|
3200
|
+
/**
|
|
3201
|
+
* The number of templates in a group.
|
|
3202
|
+
* @public
|
|
3203
|
+
*/
|
|
3204
|
+
TemplateCount: number | undefined;
|
|
3205
|
+
}
|
|
3206
|
+
/**
|
|
3207
|
+
* @public
|
|
3208
|
+
* @enum
|
|
3209
|
+
*/
|
|
3210
|
+
export declare const CloudWatchAlarmTemplateComparisonOperator: {
|
|
3211
|
+
readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
|
|
3212
|
+
readonly GreaterThanThreshold: "GreaterThanThreshold";
|
|
3213
|
+
readonly LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold";
|
|
3214
|
+
readonly LessThanThreshold: "LessThanThreshold";
|
|
3215
|
+
};
|
|
3216
|
+
/**
|
|
3217
|
+
* @public
|
|
3218
|
+
*/
|
|
3219
|
+
export type CloudWatchAlarmTemplateComparisonOperator = (typeof CloudWatchAlarmTemplateComparisonOperator)[keyof typeof CloudWatchAlarmTemplateComparisonOperator];
|
|
3220
|
+
/**
|
|
3221
|
+
* @public
|
|
3222
|
+
* @enum
|
|
3223
|
+
*/
|
|
3224
|
+
export declare const CloudWatchAlarmTemplateStatistic: {
|
|
3225
|
+
readonly Average: "Average";
|
|
3226
|
+
readonly Maximum: "Maximum";
|
|
3227
|
+
readonly Minimum: "Minimum";
|
|
3228
|
+
readonly SampleCount: "SampleCount";
|
|
3229
|
+
readonly Sum: "Sum";
|
|
3230
|
+
};
|
|
3231
|
+
/**
|
|
3232
|
+
* @public
|
|
3233
|
+
*/
|
|
3234
|
+
export type CloudWatchAlarmTemplateStatistic = (typeof CloudWatchAlarmTemplateStatistic)[keyof typeof CloudWatchAlarmTemplateStatistic];
|
|
3235
|
+
/**
|
|
3236
|
+
* @public
|
|
3237
|
+
* @enum
|
|
3238
|
+
*/
|
|
3239
|
+
export declare const CloudWatchAlarmTemplateTargetResourceType: {
|
|
3240
|
+
readonly CLOUDFRONT_DISTRIBUTION: "CLOUDFRONT_DISTRIBUTION";
|
|
3241
|
+
readonly MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW";
|
|
3242
|
+
readonly MEDIALIVE_CHANNEL: "MEDIALIVE_CHANNEL";
|
|
3243
|
+
readonly MEDIALIVE_INPUT_DEVICE: "MEDIALIVE_INPUT_DEVICE";
|
|
3244
|
+
readonly MEDIALIVE_MULTIPLEX: "MEDIALIVE_MULTIPLEX";
|
|
3245
|
+
readonly MEDIAPACKAGE_CHANNEL: "MEDIAPACKAGE_CHANNEL";
|
|
3246
|
+
readonly MEDIAPACKAGE_ORIGIN_ENDPOINT: "MEDIAPACKAGE_ORIGIN_ENDPOINT";
|
|
3247
|
+
readonly S3_BUCKET: "S3_BUCKET";
|
|
3248
|
+
};
|
|
3249
|
+
/**
|
|
3250
|
+
* @public
|
|
3251
|
+
*/
|
|
3252
|
+
export type CloudWatchAlarmTemplateTargetResourceType = (typeof CloudWatchAlarmTemplateTargetResourceType)[keyof typeof CloudWatchAlarmTemplateTargetResourceType];
|
|
3253
|
+
/**
|
|
3254
|
+
* @public
|
|
3255
|
+
* @enum
|
|
3256
|
+
*/
|
|
3257
|
+
export declare const CloudWatchAlarmTemplateTreatMissingData: {
|
|
3258
|
+
readonly breaching: "breaching";
|
|
3259
|
+
readonly ignore: "ignore";
|
|
3260
|
+
readonly missing: "missing";
|
|
3261
|
+
readonly notBreaching: "notBreaching";
|
|
3262
|
+
};
|
|
3263
|
+
/**
|
|
3264
|
+
* @public
|
|
3265
|
+
*/
|
|
3266
|
+
export type CloudWatchAlarmTemplateTreatMissingData = (typeof CloudWatchAlarmTemplateTreatMissingData)[keyof typeof CloudWatchAlarmTemplateTreatMissingData];
|
|
3267
|
+
/**
|
|
3268
|
+
* Placeholder documentation for CloudWatchAlarmTemplateSummary
|
|
3269
|
+
* @public
|
|
3270
|
+
*/
|
|
3271
|
+
export interface CloudWatchAlarmTemplateSummary {
|
|
3272
|
+
/**
|
|
3273
|
+
* A cloudwatch alarm template's ARN (Amazon Resource Name)
|
|
3274
|
+
* @public
|
|
3275
|
+
*/
|
|
3276
|
+
Arn: string | undefined;
|
|
3277
|
+
/**
|
|
3278
|
+
* The comparison operator used to compare the specified statistic and the threshold.
|
|
3279
|
+
* @public
|
|
3280
|
+
*/
|
|
3281
|
+
ComparisonOperator: CloudWatchAlarmTemplateComparisonOperator | undefined;
|
|
3282
|
+
/**
|
|
3283
|
+
* Placeholder documentation for __timestampIso8601
|
|
3284
|
+
* @public
|
|
3285
|
+
*/
|
|
3286
|
+
CreatedAt: Date | undefined;
|
|
3287
|
+
/**
|
|
3288
|
+
* The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
|
|
3289
|
+
* @public
|
|
3290
|
+
*/
|
|
3291
|
+
DatapointsToAlarm?: number;
|
|
3292
|
+
/**
|
|
3293
|
+
* A resource's optional description.
|
|
3294
|
+
* @public
|
|
3295
|
+
*/
|
|
3296
|
+
Description?: string;
|
|
3297
|
+
/**
|
|
3298
|
+
* The number of periods over which data is compared to the specified threshold.
|
|
3299
|
+
* @public
|
|
3300
|
+
*/
|
|
3301
|
+
EvaluationPeriods: number | undefined;
|
|
3302
|
+
/**
|
|
3303
|
+
* A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
|
|
3304
|
+
* @public
|
|
3305
|
+
*/
|
|
3306
|
+
GroupId: string | undefined;
|
|
3307
|
+
/**
|
|
3308
|
+
* A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
|
|
3309
|
+
* @public
|
|
3310
|
+
*/
|
|
3311
|
+
Id: string | undefined;
|
|
3312
|
+
/**
|
|
3313
|
+
* The name of the metric associated with the alarm. Must be compatible with targetResourceType.
|
|
3314
|
+
* @public
|
|
3315
|
+
*/
|
|
3316
|
+
MetricName: string | undefined;
|
|
3317
|
+
/**
|
|
3318
|
+
* Placeholder documentation for __timestampIso8601
|
|
3319
|
+
* @public
|
|
3320
|
+
*/
|
|
3321
|
+
ModifiedAt?: Date;
|
|
3322
|
+
/**
|
|
3323
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
3324
|
+
* @public
|
|
3325
|
+
*/
|
|
3326
|
+
Name: string | undefined;
|
|
3327
|
+
/**
|
|
3328
|
+
* The period, in seconds, over which the specified statistic is applied.
|
|
3329
|
+
* @public
|
|
3330
|
+
*/
|
|
3331
|
+
Period: number | undefined;
|
|
3332
|
+
/**
|
|
3333
|
+
* The statistic to apply to the alarm's metric data.
|
|
3334
|
+
* @public
|
|
3335
|
+
*/
|
|
3336
|
+
Statistic: CloudWatchAlarmTemplateStatistic | undefined;
|
|
3337
|
+
/**
|
|
3338
|
+
* Represents the tags associated with a resource.
|
|
3339
|
+
* @public
|
|
3340
|
+
*/
|
|
3341
|
+
Tags?: Record<string, string>;
|
|
3342
|
+
/**
|
|
3343
|
+
* The resource type this template should dynamically generate cloudwatch metric alarms for.
|
|
3344
|
+
* @public
|
|
3345
|
+
*/
|
|
3346
|
+
TargetResourceType: CloudWatchAlarmTemplateTargetResourceType | undefined;
|
|
3347
|
+
/**
|
|
3348
|
+
* The threshold value to compare with the specified statistic.
|
|
3349
|
+
* @public
|
|
3350
|
+
*/
|
|
3351
|
+
Threshold: number | undefined;
|
|
3352
|
+
/**
|
|
3353
|
+
* Specifies how missing data points are treated when evaluating the alarm's condition.
|
|
3354
|
+
* @public
|
|
3355
|
+
*/
|
|
3356
|
+
TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
|
|
3357
|
+
}
|
|
3160
3358
|
/**
|
|
3161
3359
|
* @public
|
|
3162
3360
|
* @enum
|
|
@@ -3192,6 +3390,142 @@ export interface ColorCorrection {
|
|
|
3192
3390
|
*/
|
|
3193
3391
|
Uri: string | undefined;
|
|
3194
3392
|
}
|
|
3393
|
+
/**
|
|
3394
|
+
* Placeholder documentation for EventBridgeRuleTemplateGroupSummary
|
|
3395
|
+
* @public
|
|
3396
|
+
*/
|
|
3397
|
+
export interface EventBridgeRuleTemplateGroupSummary {
|
|
3398
|
+
/**
|
|
3399
|
+
* An eventbridge rule template group's ARN (Amazon Resource Name)
|
|
3400
|
+
* @public
|
|
3401
|
+
*/
|
|
3402
|
+
Arn: string | undefined;
|
|
3403
|
+
/**
|
|
3404
|
+
* Placeholder documentation for __timestampIso8601
|
|
3405
|
+
* @public
|
|
3406
|
+
*/
|
|
3407
|
+
CreatedAt: Date | undefined;
|
|
3408
|
+
/**
|
|
3409
|
+
* A resource's optional description.
|
|
3410
|
+
* @public
|
|
3411
|
+
*/
|
|
3412
|
+
Description?: string;
|
|
3413
|
+
/**
|
|
3414
|
+
* An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
|
|
3415
|
+
* @public
|
|
3416
|
+
*/
|
|
3417
|
+
Id: string | undefined;
|
|
3418
|
+
/**
|
|
3419
|
+
* Placeholder documentation for __timestampIso8601
|
|
3420
|
+
* @public
|
|
3421
|
+
*/
|
|
3422
|
+
ModifiedAt?: Date;
|
|
3423
|
+
/**
|
|
3424
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
3425
|
+
* @public
|
|
3426
|
+
*/
|
|
3427
|
+
Name: string | undefined;
|
|
3428
|
+
/**
|
|
3429
|
+
* Represents the tags associated with a resource.
|
|
3430
|
+
* @public
|
|
3431
|
+
*/
|
|
3432
|
+
Tags?: Record<string, string>;
|
|
3433
|
+
/**
|
|
3434
|
+
* The number of templates in a group.
|
|
3435
|
+
* @public
|
|
3436
|
+
*/
|
|
3437
|
+
TemplateCount: number | undefined;
|
|
3438
|
+
}
|
|
3439
|
+
/**
|
|
3440
|
+
* @public
|
|
3441
|
+
* @enum
|
|
3442
|
+
*/
|
|
3443
|
+
export declare const EventBridgeRuleTemplateEventType: {
|
|
3444
|
+
readonly MEDIACONNECT_ALERT: "MEDIACONNECT_ALERT";
|
|
3445
|
+
readonly MEDIACONNECT_FLOW_STATUS_CHANGE: "MEDIACONNECT_FLOW_STATUS_CHANGE";
|
|
3446
|
+
readonly MEDIACONNECT_OUTPUT_HEALTH: "MEDIACONNECT_OUTPUT_HEALTH";
|
|
3447
|
+
readonly MEDIACONNECT_SOURCE_HEALTH: "MEDIACONNECT_SOURCE_HEALTH";
|
|
3448
|
+
readonly MEDIALIVE_CHANNEL_ALERT: "MEDIALIVE_CHANNEL_ALERT";
|
|
3449
|
+
readonly MEDIALIVE_CHANNEL_INPUT_CHANGE: "MEDIALIVE_CHANNEL_INPUT_CHANGE";
|
|
3450
|
+
readonly MEDIALIVE_CHANNEL_STATE_CHANGE: "MEDIALIVE_CHANNEL_STATE_CHANGE";
|
|
3451
|
+
readonly MEDIALIVE_MULTIPLEX_ALERT: "MEDIALIVE_MULTIPLEX_ALERT";
|
|
3452
|
+
readonly MEDIALIVE_MULTIPLEX_STATE_CHANGE: "MEDIALIVE_MULTIPLEX_STATE_CHANGE";
|
|
3453
|
+
readonly MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION: "MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION";
|
|
3454
|
+
readonly MEDIAPACKAGE_INPUT_NOTIFICATION: "MEDIAPACKAGE_INPUT_NOTIFICATION";
|
|
3455
|
+
readonly MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION: "MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION";
|
|
3456
|
+
readonly SIGNAL_MAP_ACTIVE_ALARM: "SIGNAL_MAP_ACTIVE_ALARM";
|
|
3457
|
+
};
|
|
3458
|
+
/**
|
|
3459
|
+
* @public
|
|
3460
|
+
*/
|
|
3461
|
+
export type EventBridgeRuleTemplateEventType = (typeof EventBridgeRuleTemplateEventType)[keyof typeof EventBridgeRuleTemplateEventType];
|
|
3462
|
+
/**
|
|
3463
|
+
* Placeholder documentation for EventBridgeRuleTemplateSummary
|
|
3464
|
+
* @public
|
|
3465
|
+
*/
|
|
3466
|
+
export interface EventBridgeRuleTemplateSummary {
|
|
3467
|
+
/**
|
|
3468
|
+
* An eventbridge rule template's ARN (Amazon Resource Name)
|
|
3469
|
+
* @public
|
|
3470
|
+
*/
|
|
3471
|
+
Arn: string | undefined;
|
|
3472
|
+
/**
|
|
3473
|
+
* Placeholder documentation for __timestampIso8601
|
|
3474
|
+
* @public
|
|
3475
|
+
*/
|
|
3476
|
+
CreatedAt: Date | undefined;
|
|
3477
|
+
/**
|
|
3478
|
+
* A resource's optional description.
|
|
3479
|
+
* @public
|
|
3480
|
+
*/
|
|
3481
|
+
Description?: string;
|
|
3482
|
+
/**
|
|
3483
|
+
* The number of targets configured to send matching events.
|
|
3484
|
+
* @public
|
|
3485
|
+
*/
|
|
3486
|
+
EventTargetCount: number | undefined;
|
|
3487
|
+
/**
|
|
3488
|
+
* The type of event to match with the rule.
|
|
3489
|
+
* @public
|
|
3490
|
+
*/
|
|
3491
|
+
EventType: EventBridgeRuleTemplateEventType | undefined;
|
|
3492
|
+
/**
|
|
3493
|
+
* An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
|
|
3494
|
+
* @public
|
|
3495
|
+
*/
|
|
3496
|
+
GroupId: string | undefined;
|
|
3497
|
+
/**
|
|
3498
|
+
* An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
|
|
3499
|
+
* @public
|
|
3500
|
+
*/
|
|
3501
|
+
Id: string | undefined;
|
|
3502
|
+
/**
|
|
3503
|
+
* Placeholder documentation for __timestampIso8601
|
|
3504
|
+
* @public
|
|
3505
|
+
*/
|
|
3506
|
+
ModifiedAt?: Date;
|
|
3507
|
+
/**
|
|
3508
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
3509
|
+
* @public
|
|
3510
|
+
*/
|
|
3511
|
+
Name: string | undefined;
|
|
3512
|
+
/**
|
|
3513
|
+
* Represents the tags associated with a resource.
|
|
3514
|
+
* @public
|
|
3515
|
+
*/
|
|
3516
|
+
Tags?: Record<string, string>;
|
|
3517
|
+
}
|
|
3518
|
+
/**
|
|
3519
|
+
* The target to which to send matching events.
|
|
3520
|
+
* @public
|
|
3521
|
+
*/
|
|
3522
|
+
export interface EventBridgeRuleTemplateTarget {
|
|
3523
|
+
/**
|
|
3524
|
+
* Target ARNs must be either an SNS topic or CloudWatch log group.
|
|
3525
|
+
* @public
|
|
3526
|
+
*/
|
|
3527
|
+
Arn: string | undefined;
|
|
3528
|
+
}
|
|
3195
3529
|
/**
|
|
3196
3530
|
* @public
|
|
3197
3531
|
* @enum
|
|
@@ -4031,6 +4365,22 @@ export interface MediaConnectFlowRequest {
|
|
|
4031
4365
|
*/
|
|
4032
4366
|
FlowArn?: string;
|
|
4033
4367
|
}
|
|
4368
|
+
/**
|
|
4369
|
+
* A direct source or destination neighbor to an AWS media resource.
|
|
4370
|
+
* @public
|
|
4371
|
+
*/
|
|
4372
|
+
export interface MediaResourceNeighbor {
|
|
4373
|
+
/**
|
|
4374
|
+
* The ARN of a resource used in AWS media workflows.
|
|
4375
|
+
* @public
|
|
4376
|
+
*/
|
|
4377
|
+
Arn: string | undefined;
|
|
4378
|
+
/**
|
|
4379
|
+
* The logical name of an AWS media resource.
|
|
4380
|
+
* @public
|
|
4381
|
+
*/
|
|
4382
|
+
Name?: string;
|
|
4383
|
+
}
|
|
4034
4384
|
/**
|
|
4035
4385
|
* Multiplex MediaConnect output destination settings.
|
|
4036
4386
|
* @public
|
|
@@ -5684,162 +6034,3 @@ export declare const CmafNielsenId3Behavior: {
|
|
|
5684
6034
|
* @public
|
|
5685
6035
|
*/
|
|
5686
6036
|
export type CmafNielsenId3Behavior = (typeof CmafNielsenId3Behavior)[keyof typeof CmafNielsenId3Behavior];
|
|
5687
|
-
/**
|
|
5688
|
-
* @public
|
|
5689
|
-
* @enum
|
|
5690
|
-
*/
|
|
5691
|
-
export declare const Scte35Type: {
|
|
5692
|
-
readonly NONE: "NONE";
|
|
5693
|
-
readonly SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION";
|
|
5694
|
-
};
|
|
5695
|
-
/**
|
|
5696
|
-
* @public
|
|
5697
|
-
*/
|
|
5698
|
-
export type Scte35Type = (typeof Scte35Type)[keyof typeof Scte35Type];
|
|
5699
|
-
/**
|
|
5700
|
-
* @public
|
|
5701
|
-
* @enum
|
|
5702
|
-
*/
|
|
5703
|
-
export declare const CmafIngestSegmentLengthUnits: {
|
|
5704
|
-
readonly MILLISECONDS: "MILLISECONDS";
|
|
5705
|
-
readonly SECONDS: "SECONDS";
|
|
5706
|
-
};
|
|
5707
|
-
/**
|
|
5708
|
-
* @public
|
|
5709
|
-
*/
|
|
5710
|
-
export type CmafIngestSegmentLengthUnits = (typeof CmafIngestSegmentLengthUnits)[keyof typeof CmafIngestSegmentLengthUnits];
|
|
5711
|
-
/**
|
|
5712
|
-
* Cmaf Ingest Group Settings
|
|
5713
|
-
* @public
|
|
5714
|
-
*/
|
|
5715
|
-
export interface CmafIngestGroupSettings {
|
|
5716
|
-
/**
|
|
5717
|
-
* A HTTP destination for the tracks
|
|
5718
|
-
* @public
|
|
5719
|
-
*/
|
|
5720
|
-
Destination: OutputLocationRef | undefined;
|
|
5721
|
-
/**
|
|
5722
|
-
* If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
|
|
5723
|
-
* @public
|
|
5724
|
-
*/
|
|
5725
|
-
NielsenId3Behavior?: CmafNielsenId3Behavior;
|
|
5726
|
-
/**
|
|
5727
|
-
* Type of scte35 track to add. none or scte35WithoutSegmentation
|
|
5728
|
-
* @public
|
|
5729
|
-
*/
|
|
5730
|
-
Scte35Type?: Scte35Type;
|
|
5731
|
-
/**
|
|
5732
|
-
* The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.
|
|
5733
|
-
* @public
|
|
5734
|
-
*/
|
|
5735
|
-
SegmentLength?: number;
|
|
5736
|
-
/**
|
|
5737
|
-
* Time unit for segment length parameter.
|
|
5738
|
-
* @public
|
|
5739
|
-
*/
|
|
5740
|
-
SegmentLengthUnits?: CmafIngestSegmentLengthUnits;
|
|
5741
|
-
/**
|
|
5742
|
-
* Number of milliseconds to delay the output from the second pipeline.
|
|
5743
|
-
* @public
|
|
5744
|
-
*/
|
|
5745
|
-
SendDelayMs?: number;
|
|
5746
|
-
}
|
|
5747
|
-
/**
|
|
5748
|
-
* Frame Capture S3 Settings
|
|
5749
|
-
* @public
|
|
5750
|
-
*/
|
|
5751
|
-
export interface FrameCaptureS3Settings {
|
|
5752
|
-
/**
|
|
5753
|
-
* Specify the canned ACL to apply to each S3 request. Defaults to none.
|
|
5754
|
-
* @public
|
|
5755
|
-
*/
|
|
5756
|
-
CannedAcl?: S3CannedAcl;
|
|
5757
|
-
}
|
|
5758
|
-
/**
|
|
5759
|
-
* Frame Capture Cdn Settings
|
|
5760
|
-
* @public
|
|
5761
|
-
*/
|
|
5762
|
-
export interface FrameCaptureCdnSettings {
|
|
5763
|
-
/**
|
|
5764
|
-
* Frame Capture S3 Settings
|
|
5765
|
-
* @public
|
|
5766
|
-
*/
|
|
5767
|
-
FrameCaptureS3Settings?: FrameCaptureS3Settings;
|
|
5768
|
-
}
|
|
5769
|
-
/**
|
|
5770
|
-
* Frame Capture Group Settings
|
|
5771
|
-
* @public
|
|
5772
|
-
*/
|
|
5773
|
-
export interface FrameCaptureGroupSettings {
|
|
5774
|
-
/**
|
|
5775
|
-
* The destination for the frame capture files. Either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling-) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling-). The final file names consist of the prefix from the destination field (for example, "curling-") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curling-low.00001.jpg
|
|
5776
|
-
* @public
|
|
5777
|
-
*/
|
|
5778
|
-
Destination: OutputLocationRef | undefined;
|
|
5779
|
-
/**
|
|
5780
|
-
* Parameters that control interactions with the CDN.
|
|
5781
|
-
* @public
|
|
5782
|
-
*/
|
|
5783
|
-
FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
|
|
5784
|
-
}
|
|
5785
|
-
/**
|
|
5786
|
-
* @public
|
|
5787
|
-
* @enum
|
|
5788
|
-
*/
|
|
5789
|
-
export declare const HlsCaptionLanguageSetting: {
|
|
5790
|
-
readonly INSERT: "INSERT";
|
|
5791
|
-
readonly NONE: "NONE";
|
|
5792
|
-
readonly OMIT: "OMIT";
|
|
5793
|
-
};
|
|
5794
|
-
/**
|
|
5795
|
-
* @public
|
|
5796
|
-
*/
|
|
5797
|
-
export type HlsCaptionLanguageSetting = (typeof HlsCaptionLanguageSetting)[keyof typeof HlsCaptionLanguageSetting];
|
|
5798
|
-
/**
|
|
5799
|
-
* @public
|
|
5800
|
-
* @enum
|
|
5801
|
-
*/
|
|
5802
|
-
export declare const HlsClientCache: {
|
|
5803
|
-
readonly DISABLED: "DISABLED";
|
|
5804
|
-
readonly ENABLED: "ENABLED";
|
|
5805
|
-
};
|
|
5806
|
-
/**
|
|
5807
|
-
* @public
|
|
5808
|
-
*/
|
|
5809
|
-
export type HlsClientCache = (typeof HlsClientCache)[keyof typeof HlsClientCache];
|
|
5810
|
-
/**
|
|
5811
|
-
* @public
|
|
5812
|
-
* @enum
|
|
5813
|
-
*/
|
|
5814
|
-
export declare const HlsCodecSpecification: {
|
|
5815
|
-
readonly RFC_4281: "RFC_4281";
|
|
5816
|
-
readonly RFC_6381: "RFC_6381";
|
|
5817
|
-
};
|
|
5818
|
-
/**
|
|
5819
|
-
* @public
|
|
5820
|
-
*/
|
|
5821
|
-
export type HlsCodecSpecification = (typeof HlsCodecSpecification)[keyof typeof HlsCodecSpecification];
|
|
5822
|
-
/**
|
|
5823
|
-
* @public
|
|
5824
|
-
* @enum
|
|
5825
|
-
*/
|
|
5826
|
-
export declare const HlsDirectoryStructure: {
|
|
5827
|
-
readonly SINGLE_DIRECTORY: "SINGLE_DIRECTORY";
|
|
5828
|
-
readonly SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM";
|
|
5829
|
-
};
|
|
5830
|
-
/**
|
|
5831
|
-
* @public
|
|
5832
|
-
*/
|
|
5833
|
-
export type HlsDirectoryStructure = (typeof HlsDirectoryStructure)[keyof typeof HlsDirectoryStructure];
|
|
5834
|
-
/**
|
|
5835
|
-
* @public
|
|
5836
|
-
* @enum
|
|
5837
|
-
*/
|
|
5838
|
-
export declare const HlsDiscontinuityTags: {
|
|
5839
|
-
readonly INSERT: "INSERT";
|
|
5840
|
-
readonly NEVER_INSERT: "NEVER_INSERT";
|
|
5841
|
-
};
|
|
5842
|
-
/**
|
|
5843
|
-
* @public
|
|
5844
|
-
*/
|
|
5845
|
-
export type HlsDiscontinuityTags = (typeof HlsDiscontinuityTags)[keyof typeof HlsDiscontinuityTags];
|