@aws-sdk/client-medialive 3.750.0 → 3.758.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2 -2
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +2 -2
- package/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/StartMonitorDeploymentCommand.d.ts +0 -1
- package/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +2 -1
- package/dist-types/models/models_2.d.ts +4 -9
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +0 -1
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -2865,8 +2865,7 @@ var se_StartMonitorDeploymentCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
2865
2865
|
let body;
|
|
2866
2866
|
body = JSON.stringify(
|
|
2867
2867
|
(0, import_smithy_client.take)(input, {
|
|
2868
|
-
dryRun: [, , `DryRun`]
|
|
2869
|
-
requestId: [true, (_) => _ ?? (0, import_uuid.v4)(), `RequestId`]
|
|
2868
|
+
dryRun: [, , `DryRun`]
|
|
2870
2869
|
})
|
|
2871
2870
|
);
|
|
2872
2871
|
b.m("POST").h(headers).b(body);
|
|
@@ -14150,6 +14149,7 @@ var CloudWatchAlarmTemplateTargetResourceType = {
|
|
|
14150
14149
|
MEDIALIVE_MULTIPLEX: "MEDIALIVE_MULTIPLEX",
|
|
14151
14150
|
MEDIAPACKAGE_CHANNEL: "MEDIAPACKAGE_CHANNEL",
|
|
14152
14151
|
MEDIAPACKAGE_ORIGIN_ENDPOINT: "MEDIAPACKAGE_ORIGIN_ENDPOINT",
|
|
14152
|
+
MEDIATAILOR_PLAYBACK_CONFIGURATION: "MEDIATAILOR_PLAYBACK_CONFIGURATION",
|
|
14153
14153
|
S3_BUCKET: "S3_BUCKET"
|
|
14154
14154
|
};
|
|
14155
14155
|
var CloudWatchAlarmTemplateTreatMissingData = {
|
|
@@ -499,6 +499,7 @@ export const CloudWatchAlarmTemplateTargetResourceType = {
|
|
|
499
499
|
MEDIALIVE_MULTIPLEX: "MEDIALIVE_MULTIPLEX",
|
|
500
500
|
MEDIAPACKAGE_CHANNEL: "MEDIAPACKAGE_CHANNEL",
|
|
501
501
|
MEDIAPACKAGE_ORIGIN_ENDPOINT: "MEDIAPACKAGE_ORIGIN_ENDPOINT",
|
|
502
|
+
MEDIATAILOR_PLAYBACK_CONFIGURATION: "MEDIATAILOR_PLAYBACK_CONFIGURATION",
|
|
502
503
|
S3_BUCKET: "S3_BUCKET",
|
|
503
504
|
};
|
|
504
505
|
export const CloudWatchAlarmTemplateTreatMissingData = {
|
|
@@ -1140,7 +1140,6 @@ export const se_StartMonitorDeploymentCommand = async (input, context) => {
|
|
|
1140
1140
|
let body;
|
|
1141
1141
|
body = JSON.stringify(take(input, {
|
|
1142
1142
|
dryRun: [, , `DryRun`],
|
|
1143
|
-
requestId: [true, (_) => _ ?? generateIdempotencyToken(), `RequestId`],
|
|
1144
1143
|
}));
|
|
1145
1144
|
b.m("POST").h(headers).b(body);
|
|
1146
1145
|
return b.build();
|
|
@@ -47,7 +47,7 @@ declare const CreateCloudWatchAlarmTemplateCommand_base: {
|
|
|
47
47
|
* Tags: { // TagMap
|
|
48
48
|
* "<keys>": "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
|
-
* TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET", // required
|
|
50
|
+
* TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET" || "MEDIATAILOR_PLAYBACK_CONFIGURATION", // required
|
|
51
51
|
* Threshold: Number("double"), // required
|
|
52
52
|
* TreatMissingData: "notBreaching" || "breaching" || "ignore" || "missing", // required
|
|
53
53
|
* RequestId: "STRING_VALUE",
|
|
@@ -71,7 +71,7 @@ declare const CreateCloudWatchAlarmTemplateCommand_base: {
|
|
|
71
71
|
* // Tags: { // TagMap
|
|
72
72
|
* // "<keys>": "STRING_VALUE",
|
|
73
73
|
* // },
|
|
74
|
-
* // TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET",
|
|
74
|
+
* // TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET" || "MEDIATAILOR_PLAYBACK_CONFIGURATION",
|
|
75
75
|
* // Threshold: Number("double"),
|
|
76
76
|
* // TreatMissingData: "notBreaching" || "breaching" || "ignore" || "missing",
|
|
77
77
|
* // };
|
|
@@ -56,7 +56,7 @@ declare const GetCloudWatchAlarmTemplateCommand_base: {
|
|
|
56
56
|
* // Tags: { // TagMap
|
|
57
57
|
* // "<keys>": "STRING_VALUE",
|
|
58
58
|
* // },
|
|
59
|
-
* // TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET",
|
|
59
|
+
* // TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET" || "MEDIATAILOR_PLAYBACK_CONFIGURATION",
|
|
60
60
|
* // Threshold: Number("double"),
|
|
61
61
|
* // TreatMissingData: "notBreaching" || "breaching" || "ignore" || "missing",
|
|
62
62
|
* // };
|
|
@@ -62,7 +62,7 @@ declare const ListCloudWatchAlarmTemplatesCommand_base: {
|
|
|
62
62
|
* // Tags: { // TagMap
|
|
63
63
|
* // "<keys>": "STRING_VALUE",
|
|
64
64
|
* // },
|
|
65
|
-
* // TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET", // required
|
|
65
|
+
* // TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET" || "MEDIATAILOR_PLAYBACK_CONFIGURATION", // required
|
|
66
66
|
* // Threshold: Number("double"), // required
|
|
67
67
|
* // TreatMissingData: "notBreaching" || "breaching" || "ignore" || "missing", // required
|
|
68
68
|
* // },
|
|
@@ -37,7 +37,6 @@ declare const StartMonitorDeploymentCommand_base: {
|
|
|
37
37
|
* const input = { // StartMonitorDeploymentRequest
|
|
38
38
|
* DryRun: true || false,
|
|
39
39
|
* Identifier: "STRING_VALUE", // required
|
|
40
|
-
* RequestId: "STRING_VALUE",
|
|
41
40
|
* };
|
|
42
41
|
* const command = new StartMonitorDeploymentCommand(input);
|
|
43
42
|
* const response = await client.send(command);
|
|
@@ -45,7 +45,7 @@ declare const UpdateCloudWatchAlarmTemplateCommand_base: {
|
|
|
45
45
|
* Name: "STRING_VALUE",
|
|
46
46
|
* Period: Number("int"),
|
|
47
47
|
* Statistic: "SampleCount" || "Average" || "Sum" || "Minimum" || "Maximum",
|
|
48
|
-
* TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET",
|
|
48
|
+
* TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET" || "MEDIATAILOR_PLAYBACK_CONFIGURATION",
|
|
49
49
|
* Threshold: Number("double"),
|
|
50
50
|
* TreatMissingData: "notBreaching" || "breaching" || "ignore" || "missing",
|
|
51
51
|
* };
|
|
@@ -68,7 +68,7 @@ declare const UpdateCloudWatchAlarmTemplateCommand_base: {
|
|
|
68
68
|
* // Tags: { // TagMap
|
|
69
69
|
* // "<keys>": "STRING_VALUE",
|
|
70
70
|
* // },
|
|
71
|
-
* // TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET",
|
|
71
|
+
* // TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET" || "MEDIATAILOR_PLAYBACK_CONFIGURATION",
|
|
72
72
|
* // Threshold: Number("double"),
|
|
73
73
|
* // TreatMissingData: "notBreaching" || "breaching" || "ignore" || "missing",
|
|
74
74
|
* // };
|
|
@@ -3347,6 +3347,7 @@ export declare const CloudWatchAlarmTemplateTargetResourceType: {
|
|
|
3347
3347
|
readonly MEDIALIVE_MULTIPLEX: "MEDIALIVE_MULTIPLEX";
|
|
3348
3348
|
readonly MEDIAPACKAGE_CHANNEL: "MEDIAPACKAGE_CHANNEL";
|
|
3349
3349
|
readonly MEDIAPACKAGE_ORIGIN_ENDPOINT: "MEDIAPACKAGE_ORIGIN_ENDPOINT";
|
|
3350
|
+
readonly MEDIATAILOR_PLAYBACK_CONFIGURATION: "MEDIATAILOR_PLAYBACK_CONFIGURATION";
|
|
3350
3351
|
readonly S3_BUCKET: "S3_BUCKET";
|
|
3351
3352
|
};
|
|
3352
3353
|
/**
|
|
@@ -3541,7 +3542,7 @@ export interface DescribeChannelPlacementGroupSummary {
|
|
|
3541
3542
|
*/
|
|
3542
3543
|
Name?: string | undefined;
|
|
3543
3544
|
/**
|
|
3544
|
-
* An array with one item, which is the
|
|
3545
|
+
* An array with one item, which is the single Node that is associated with the ChannelPlacementGroup.
|
|
3545
3546
|
* @public
|
|
3546
3547
|
*/
|
|
3547
3548
|
Nodes?: string[] | undefined;
|
|
@@ -710,7 +710,7 @@ export interface CreateChannelPlacementGroupResponse {
|
|
|
710
710
|
*/
|
|
711
711
|
Name?: string | undefined;
|
|
712
712
|
/**
|
|
713
|
-
* An array with one item, which is the
|
|
713
|
+
* An array with one item, which is the single Node that is associated with the ChannelPlacementGroup.
|
|
714
714
|
* @public
|
|
715
715
|
*/
|
|
716
716
|
Nodes?: string[] | undefined;
|
|
@@ -2366,7 +2366,7 @@ export interface DeleteChannelPlacementGroupResponse {
|
|
|
2366
2366
|
*/
|
|
2367
2367
|
Name?: string | undefined;
|
|
2368
2368
|
/**
|
|
2369
|
-
* An array with one item, which is the
|
|
2369
|
+
* An array with one item, which is the single Node that is associated with the ChannelPlacementGroup.
|
|
2370
2370
|
* @public
|
|
2371
2371
|
*/
|
|
2372
2372
|
Nodes?: string[] | undefined;
|
|
@@ -3088,7 +3088,7 @@ export interface DescribeChannelPlacementGroupResponse {
|
|
|
3088
3088
|
*/
|
|
3089
3089
|
Name?: string | undefined;
|
|
3090
3090
|
/**
|
|
3091
|
-
* An array with one item, which is the
|
|
3091
|
+
* An array with one item, which is the single Node that is associated with the ChannelPlacementGroup.
|
|
3092
3092
|
* @public
|
|
3093
3093
|
*/
|
|
3094
3094
|
Nodes?: string[] | undefined;
|
|
@@ -5697,11 +5697,6 @@ export interface StartMonitorDeploymentRequest {
|
|
|
5697
5697
|
* @public
|
|
5698
5698
|
*/
|
|
5699
5699
|
Identifier: string | undefined;
|
|
5700
|
-
/**
|
|
5701
|
-
* An ID that you assign to a create request. This ID ensures idempotency when creating resources.
|
|
5702
|
-
* @public
|
|
5703
|
-
*/
|
|
5704
|
-
RequestId?: string | undefined;
|
|
5705
5700
|
}
|
|
5706
5701
|
/**
|
|
5707
5702
|
* Placeholder documentation for StartMonitorDeploymentResponse
|
|
@@ -6426,7 +6421,7 @@ export interface UpdateChannelPlacementGroupResponse {
|
|
|
6426
6421
|
*/
|
|
6427
6422
|
Name?: string | undefined;
|
|
6428
6423
|
/**
|
|
6429
|
-
* An array with one item, which is the
|
|
6424
|
+
* An array with one item, which is the single Node that is associated with the ChannelPlacementGroup.
|
|
6430
6425
|
* @public
|
|
6431
6426
|
*/
|
|
6432
6427
|
Nodes?: string[] | undefined;
|
|
@@ -1135,6 +1135,7 @@ export declare const CloudWatchAlarmTemplateTargetResourceType: {
|
|
|
1135
1135
|
readonly MEDIALIVE_MULTIPLEX: "MEDIALIVE_MULTIPLEX";
|
|
1136
1136
|
readonly MEDIAPACKAGE_CHANNEL: "MEDIAPACKAGE_CHANNEL";
|
|
1137
1137
|
readonly MEDIAPACKAGE_ORIGIN_ENDPOINT: "MEDIAPACKAGE_ORIGIN_ENDPOINT";
|
|
1138
|
+
readonly MEDIATAILOR_PLAYBACK_CONFIGURATION: "MEDIATAILOR_PLAYBACK_CONFIGURATION";
|
|
1138
1139
|
readonly S3_BUCKET: "S3_BUCKET";
|
|
1139
1140
|
};
|
|
1140
1141
|
export type CloudWatchAlarmTemplateTargetResourceType =
|
|
@@ -1437,7 +1437,6 @@ export interface StartInputDeviceMaintenanceWindowResponse {}
|
|
|
1437
1437
|
export interface StartMonitorDeploymentRequest {
|
|
1438
1438
|
DryRun?: boolean | undefined;
|
|
1439
1439
|
Identifier: string | undefined;
|
|
1440
|
-
RequestId?: string | undefined;
|
|
1441
1440
|
}
|
|
1442
1441
|
export interface StartMonitorDeploymentResponse {
|
|
1443
1442
|
Arn?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medialive",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.758.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
|
|
@@ -20,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.758.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|
|
58
|
-
"@smithy/util-stream": "^4.1.
|
|
58
|
+
"@smithy/util-stream": "^4.1.2",
|
|
59
59
|
"@smithy/util-utf8": "^4.0.0",
|
|
60
60
|
"@smithy/util-waiter": "^4.0.2",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|