@aws-sdk/client-medialive 3.552.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 +4 -4
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListSignalMapsCommand, se_ListSignalMapsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListSignalMapsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "ListSignalMaps", {})
|
|
19
|
+
.n("MediaLiveClient", "ListSignalMapsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListSignalMapsCommand)
|
|
22
|
+
.de(de_ListSignalMapsCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StartDeleteMonitorDeploymentCommand, se_StartDeleteMonitorDeploymentCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartDeleteMonitorDeploymentCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "StartDeleteMonitorDeployment", {})
|
|
19
|
+
.n("MediaLiveClient", "StartDeleteMonitorDeploymentCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_StartDeleteMonitorDeploymentCommand)
|
|
22
|
+
.de(de_StartDeleteMonitorDeploymentCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StartMonitorDeploymentCommand, se_StartMonitorDeploymentCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartMonitorDeploymentCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "StartMonitorDeployment", {})
|
|
19
|
+
.n("MediaLiveClient", "StartMonitorDeploymentCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_StartMonitorDeploymentCommand)
|
|
22
|
+
.de(de_StartMonitorDeploymentCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StartUpdateSignalMapCommand, se_StartUpdateSignalMapCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartUpdateSignalMapCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "StartUpdateSignalMap", {})
|
|
19
|
+
.n("MediaLiveClient", "StartUpdateSignalMapCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_StartUpdateSignalMapCommand)
|
|
22
|
+
.de(de_StartUpdateSignalMapCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateCloudWatchAlarmTemplateCommand, se_UpdateCloudWatchAlarmTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateCloudWatchAlarmTemplateCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "UpdateCloudWatchAlarmTemplate", {})
|
|
19
|
+
.n("MediaLiveClient", "UpdateCloudWatchAlarmTemplateCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateCloudWatchAlarmTemplateCommand)
|
|
22
|
+
.de(de_UpdateCloudWatchAlarmTemplateCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateCloudWatchAlarmTemplateGroupCommand, se_UpdateCloudWatchAlarmTemplateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateCloudWatchAlarmTemplateGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "UpdateCloudWatchAlarmTemplateGroup", {})
|
|
19
|
+
.n("MediaLiveClient", "UpdateCloudWatchAlarmTemplateGroupCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateCloudWatchAlarmTemplateGroupCommand)
|
|
22
|
+
.de(de_UpdateCloudWatchAlarmTemplateGroupCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateEventBridgeRuleTemplateCommand, se_UpdateEventBridgeRuleTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateEventBridgeRuleTemplateCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "UpdateEventBridgeRuleTemplate", {})
|
|
19
|
+
.n("MediaLiveClient", "UpdateEventBridgeRuleTemplateCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateEventBridgeRuleTemplateCommand)
|
|
22
|
+
.de(de_UpdateEventBridgeRuleTemplateCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateEventBridgeRuleTemplateGroupCommand, se_UpdateEventBridgeRuleTemplateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateEventBridgeRuleTemplateGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "UpdateEventBridgeRuleTemplateGroup", {})
|
|
19
|
+
.n("MediaLiveClient", "UpdateEventBridgeRuleTemplateGroupCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateEventBridgeRuleTemplateGroupCommand)
|
|
22
|
+
.de(de_UpdateEventBridgeRuleTemplateGroupCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -6,19 +6,29 @@ export * from "./BatchUpdateScheduleCommand";
|
|
|
6
6
|
export * from "./CancelInputDeviceTransferCommand";
|
|
7
7
|
export * from "./ClaimDeviceCommand";
|
|
8
8
|
export * from "./CreateChannelCommand";
|
|
9
|
+
export * from "./CreateCloudWatchAlarmTemplateCommand";
|
|
10
|
+
export * from "./CreateCloudWatchAlarmTemplateGroupCommand";
|
|
11
|
+
export * from "./CreateEventBridgeRuleTemplateCommand";
|
|
12
|
+
export * from "./CreateEventBridgeRuleTemplateGroupCommand";
|
|
9
13
|
export * from "./CreateInputCommand";
|
|
10
14
|
export * from "./CreateInputSecurityGroupCommand";
|
|
11
15
|
export * from "./CreateMultiplexCommand";
|
|
12
16
|
export * from "./CreateMultiplexProgramCommand";
|
|
13
17
|
export * from "./CreatePartnerInputCommand";
|
|
18
|
+
export * from "./CreateSignalMapCommand";
|
|
14
19
|
export * from "./CreateTagsCommand";
|
|
15
20
|
export * from "./DeleteChannelCommand";
|
|
21
|
+
export * from "./DeleteCloudWatchAlarmTemplateCommand";
|
|
22
|
+
export * from "./DeleteCloudWatchAlarmTemplateGroupCommand";
|
|
23
|
+
export * from "./DeleteEventBridgeRuleTemplateCommand";
|
|
24
|
+
export * from "./DeleteEventBridgeRuleTemplateGroupCommand";
|
|
16
25
|
export * from "./DeleteInputCommand";
|
|
17
26
|
export * from "./DeleteInputSecurityGroupCommand";
|
|
18
27
|
export * from "./DeleteMultiplexCommand";
|
|
19
28
|
export * from "./DeleteMultiplexProgramCommand";
|
|
20
29
|
export * from "./DeleteReservationCommand";
|
|
21
30
|
export * from "./DeleteScheduleCommand";
|
|
31
|
+
export * from "./DeleteSignalMapCommand";
|
|
22
32
|
export * from "./DeleteTagsCommand";
|
|
23
33
|
export * from "./DescribeAccountConfigurationCommand";
|
|
24
34
|
export * from "./DescribeChannelCommand";
|
|
@@ -32,7 +42,16 @@ export * from "./DescribeOfferingCommand";
|
|
|
32
42
|
export * from "./DescribeReservationCommand";
|
|
33
43
|
export * from "./DescribeScheduleCommand";
|
|
34
44
|
export * from "./DescribeThumbnailsCommand";
|
|
45
|
+
export * from "./GetCloudWatchAlarmTemplateCommand";
|
|
46
|
+
export * from "./GetCloudWatchAlarmTemplateGroupCommand";
|
|
47
|
+
export * from "./GetEventBridgeRuleTemplateCommand";
|
|
48
|
+
export * from "./GetEventBridgeRuleTemplateGroupCommand";
|
|
49
|
+
export * from "./GetSignalMapCommand";
|
|
35
50
|
export * from "./ListChannelsCommand";
|
|
51
|
+
export * from "./ListCloudWatchAlarmTemplateGroupsCommand";
|
|
52
|
+
export * from "./ListCloudWatchAlarmTemplatesCommand";
|
|
53
|
+
export * from "./ListEventBridgeRuleTemplateGroupsCommand";
|
|
54
|
+
export * from "./ListEventBridgeRuleTemplatesCommand";
|
|
36
55
|
export * from "./ListInputDeviceTransfersCommand";
|
|
37
56
|
export * from "./ListInputDevicesCommand";
|
|
38
57
|
export * from "./ListInputSecurityGroupsCommand";
|
|
@@ -41,15 +60,19 @@ export * from "./ListMultiplexProgramsCommand";
|
|
|
41
60
|
export * from "./ListMultiplexesCommand";
|
|
42
61
|
export * from "./ListOfferingsCommand";
|
|
43
62
|
export * from "./ListReservationsCommand";
|
|
63
|
+
export * from "./ListSignalMapsCommand";
|
|
44
64
|
export * from "./ListTagsForResourceCommand";
|
|
45
65
|
export * from "./PurchaseOfferingCommand";
|
|
46
66
|
export * from "./RebootInputDeviceCommand";
|
|
47
67
|
export * from "./RejectInputDeviceTransferCommand";
|
|
48
68
|
export * from "./RestartChannelPipelinesCommand";
|
|
49
69
|
export * from "./StartChannelCommand";
|
|
70
|
+
export * from "./StartDeleteMonitorDeploymentCommand";
|
|
50
71
|
export * from "./StartInputDeviceCommand";
|
|
51
72
|
export * from "./StartInputDeviceMaintenanceWindowCommand";
|
|
73
|
+
export * from "./StartMonitorDeploymentCommand";
|
|
52
74
|
export * from "./StartMultiplexCommand";
|
|
75
|
+
export * from "./StartUpdateSignalMapCommand";
|
|
53
76
|
export * from "./StopChannelCommand";
|
|
54
77
|
export * from "./StopInputDeviceCommand";
|
|
55
78
|
export * from "./StopMultiplexCommand";
|
|
@@ -57,6 +80,10 @@ export * from "./TransferInputDeviceCommand";
|
|
|
57
80
|
export * from "./UpdateAccountConfigurationCommand";
|
|
58
81
|
export * from "./UpdateChannelClassCommand";
|
|
59
82
|
export * from "./UpdateChannelCommand";
|
|
83
|
+
export * from "./UpdateCloudWatchAlarmTemplateCommand";
|
|
84
|
+
export * from "./UpdateCloudWatchAlarmTemplateGroupCommand";
|
|
85
|
+
export * from "./UpdateEventBridgeRuleTemplateCommand";
|
|
86
|
+
export * from "./UpdateEventBridgeRuleTemplateGroupCommand";
|
|
60
87
|
export * from "./UpdateInputCommand";
|
|
61
88
|
export * from "./UpdateInputDeviceCommand";
|
|
62
89
|
export * from "./UpdateInputSecurityGroupCommand";
|
|
@@ -478,12 +478,56 @@ export const ChannelState = {
|
|
|
478
478
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
479
479
|
UPDATING: "UPDATING",
|
|
480
480
|
};
|
|
481
|
+
export const CloudWatchAlarmTemplateComparisonOperator = {
|
|
482
|
+
GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold",
|
|
483
|
+
GreaterThanThreshold: "GreaterThanThreshold",
|
|
484
|
+
LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold",
|
|
485
|
+
LessThanThreshold: "LessThanThreshold",
|
|
486
|
+
};
|
|
487
|
+
export const CloudWatchAlarmTemplateStatistic = {
|
|
488
|
+
Average: "Average",
|
|
489
|
+
Maximum: "Maximum",
|
|
490
|
+
Minimum: "Minimum",
|
|
491
|
+
SampleCount: "SampleCount",
|
|
492
|
+
Sum: "Sum",
|
|
493
|
+
};
|
|
494
|
+
export const CloudWatchAlarmTemplateTargetResourceType = {
|
|
495
|
+
CLOUDFRONT_DISTRIBUTION: "CLOUDFRONT_DISTRIBUTION",
|
|
496
|
+
MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW",
|
|
497
|
+
MEDIALIVE_CHANNEL: "MEDIALIVE_CHANNEL",
|
|
498
|
+
MEDIALIVE_INPUT_DEVICE: "MEDIALIVE_INPUT_DEVICE",
|
|
499
|
+
MEDIALIVE_MULTIPLEX: "MEDIALIVE_MULTIPLEX",
|
|
500
|
+
MEDIAPACKAGE_CHANNEL: "MEDIAPACKAGE_CHANNEL",
|
|
501
|
+
MEDIAPACKAGE_ORIGIN_ENDPOINT: "MEDIAPACKAGE_ORIGIN_ENDPOINT",
|
|
502
|
+
S3_BUCKET: "S3_BUCKET",
|
|
503
|
+
};
|
|
504
|
+
export const CloudWatchAlarmTemplateTreatMissingData = {
|
|
505
|
+
breaching: "breaching",
|
|
506
|
+
ignore: "ignore",
|
|
507
|
+
missing: "missing",
|
|
508
|
+
notBreaching: "notBreaching",
|
|
509
|
+
};
|
|
481
510
|
export const ColorSpace = {
|
|
482
511
|
HDR10: "HDR10",
|
|
483
512
|
HLG_2020: "HLG_2020",
|
|
484
513
|
REC_601: "REC_601",
|
|
485
514
|
REC_709: "REC_709",
|
|
486
515
|
};
|
|
516
|
+
export const EventBridgeRuleTemplateEventType = {
|
|
517
|
+
MEDIACONNECT_ALERT: "MEDIACONNECT_ALERT",
|
|
518
|
+
MEDIACONNECT_FLOW_STATUS_CHANGE: "MEDIACONNECT_FLOW_STATUS_CHANGE",
|
|
519
|
+
MEDIACONNECT_OUTPUT_HEALTH: "MEDIACONNECT_OUTPUT_HEALTH",
|
|
520
|
+
MEDIACONNECT_SOURCE_HEALTH: "MEDIACONNECT_SOURCE_HEALTH",
|
|
521
|
+
MEDIALIVE_CHANNEL_ALERT: "MEDIALIVE_CHANNEL_ALERT",
|
|
522
|
+
MEDIALIVE_CHANNEL_INPUT_CHANGE: "MEDIALIVE_CHANNEL_INPUT_CHANGE",
|
|
523
|
+
MEDIALIVE_CHANNEL_STATE_CHANGE: "MEDIALIVE_CHANNEL_STATE_CHANGE",
|
|
524
|
+
MEDIALIVE_MULTIPLEX_ALERT: "MEDIALIVE_MULTIPLEX_ALERT",
|
|
525
|
+
MEDIALIVE_MULTIPLEX_STATE_CHANGE: "MEDIALIVE_MULTIPLEX_STATE_CHANGE",
|
|
526
|
+
MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION: "MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION",
|
|
527
|
+
MEDIAPACKAGE_INPUT_NOTIFICATION: "MEDIAPACKAGE_INPUT_NOTIFICATION",
|
|
528
|
+
MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION: "MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION",
|
|
529
|
+
SIGNAL_MAP_ACTIVE_ALARM: "SIGNAL_MAP_ACTIVE_ALARM",
|
|
530
|
+
};
|
|
487
531
|
export const HlsAdMarkers = {
|
|
488
532
|
ADOBE: "ADOBE",
|
|
489
533
|
ELEMENTAL: "ELEMENTAL",
|
|
@@ -795,32 +839,3 @@ export const CmafNielsenId3Behavior = {
|
|
|
795
839
|
NO_PASSTHROUGH: "NO_PASSTHROUGH",
|
|
796
840
|
PASSTHROUGH: "PASSTHROUGH",
|
|
797
841
|
};
|
|
798
|
-
export const Scte35Type = {
|
|
799
|
-
NONE: "NONE",
|
|
800
|
-
SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION",
|
|
801
|
-
};
|
|
802
|
-
export const CmafIngestSegmentLengthUnits = {
|
|
803
|
-
MILLISECONDS: "MILLISECONDS",
|
|
804
|
-
SECONDS: "SECONDS",
|
|
805
|
-
};
|
|
806
|
-
export const HlsCaptionLanguageSetting = {
|
|
807
|
-
INSERT: "INSERT",
|
|
808
|
-
NONE: "NONE",
|
|
809
|
-
OMIT: "OMIT",
|
|
810
|
-
};
|
|
811
|
-
export const HlsClientCache = {
|
|
812
|
-
DISABLED: "DISABLED",
|
|
813
|
-
ENABLED: "ENABLED",
|
|
814
|
-
};
|
|
815
|
-
export const HlsCodecSpecification = {
|
|
816
|
-
RFC_4281: "RFC_4281",
|
|
817
|
-
RFC_6381: "RFC_6381",
|
|
818
|
-
};
|
|
819
|
-
export const HlsDirectoryStructure = {
|
|
820
|
-
SINGLE_DIRECTORY: "SINGLE_DIRECTORY",
|
|
821
|
-
SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM",
|
|
822
|
-
};
|
|
823
|
-
export const HlsDiscontinuityTags = {
|
|
824
|
-
INSERT: "INSERT",
|
|
825
|
-
NEVER_INSERT: "NEVER_INSERT",
|
|
826
|
-
};
|
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
2
|
+
export const Scte35Type = {
|
|
3
|
+
NONE: "NONE",
|
|
4
|
+
SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION",
|
|
5
|
+
};
|
|
6
|
+
export const CmafIngestSegmentLengthUnits = {
|
|
7
|
+
MILLISECONDS: "MILLISECONDS",
|
|
8
|
+
SECONDS: "SECONDS",
|
|
9
|
+
};
|
|
10
|
+
export const HlsCaptionLanguageSetting = {
|
|
11
|
+
INSERT: "INSERT",
|
|
12
|
+
NONE: "NONE",
|
|
13
|
+
OMIT: "OMIT",
|
|
14
|
+
};
|
|
15
|
+
export const HlsClientCache = {
|
|
16
|
+
DISABLED: "DISABLED",
|
|
17
|
+
ENABLED: "ENABLED",
|
|
18
|
+
};
|
|
19
|
+
export const HlsCodecSpecification = {
|
|
20
|
+
RFC_4281: "RFC_4281",
|
|
21
|
+
RFC_6381: "RFC_6381",
|
|
22
|
+
};
|
|
23
|
+
export const HlsDirectoryStructure = {
|
|
24
|
+
SINGLE_DIRECTORY: "SINGLE_DIRECTORY",
|
|
25
|
+
SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM",
|
|
26
|
+
};
|
|
27
|
+
export const HlsDiscontinuityTags = {
|
|
28
|
+
INSERT: "INSERT",
|
|
29
|
+
NEVER_INSERT: "NEVER_INSERT",
|
|
30
|
+
};
|
|
2
31
|
export const HlsEncryptionType = {
|
|
3
32
|
AES128: "AES128",
|
|
4
33
|
SAMPLE_AES: "SAMPLE_AES",
|
|
@@ -210,6 +239,29 @@ export const FollowPoint = {
|
|
|
210
239
|
END: "END",
|
|
211
240
|
START: "START",
|
|
212
241
|
};
|
|
242
|
+
export const SignalMapMonitorDeploymentStatus = {
|
|
243
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
244
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
245
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
246
|
+
DEPLOYMENT_COMPLETE: "DEPLOYMENT_COMPLETE",
|
|
247
|
+
DEPLOYMENT_FAILED: "DEPLOYMENT_FAILED",
|
|
248
|
+
DEPLOYMENT_IN_PROGRESS: "DEPLOYMENT_IN_PROGRESS",
|
|
249
|
+
DRY_RUN_DEPLOYMENT_COMPLETE: "DRY_RUN_DEPLOYMENT_COMPLETE",
|
|
250
|
+
DRY_RUN_DEPLOYMENT_FAILED: "DRY_RUN_DEPLOYMENT_FAILED",
|
|
251
|
+
DRY_RUN_DEPLOYMENT_IN_PROGRESS: "DRY_RUN_DEPLOYMENT_IN_PROGRESS",
|
|
252
|
+
NOT_DEPLOYED: "NOT_DEPLOYED",
|
|
253
|
+
};
|
|
254
|
+
export const SignalMapStatus = {
|
|
255
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
256
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
257
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
258
|
+
NOT_READY: "NOT_READY",
|
|
259
|
+
READY: "READY",
|
|
260
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
261
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
262
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
263
|
+
UPDATE_REVERTED: "UPDATE_REVERTED",
|
|
264
|
+
};
|
|
213
265
|
export const ThumbnailType = {
|
|
214
266
|
CURRENT_ACTIVE: "CURRENT_ACTIVE",
|
|
215
267
|
UNSPECIFIED: "UNSPECIFIED",
|
|
@@ -725,6 +777,3 @@ export const PreferredChannelPipeline = {
|
|
|
725
777
|
PIPELINE_0: "PIPELINE_0",
|
|
726
778
|
PIPELINE_1: "PIPELINE_1",
|
|
727
779
|
};
|
|
728
|
-
export const DescribeInputDeviceThumbnailResponseFilterSensitiveLog = (obj) => ({
|
|
729
|
-
...obj,
|
|
730
|
-
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListCloudWatchAlarmTemplateGroupsCommand, } from "../commands/ListCloudWatchAlarmTemplateGroupsCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
export const paginateListCloudWatchAlarmTemplateGroups = createPaginator(MediaLiveClient, ListCloudWatchAlarmTemplateGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListCloudWatchAlarmTemplatesCommand, } from "../commands/ListCloudWatchAlarmTemplatesCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
export const paginateListCloudWatchAlarmTemplates = createPaginator(MediaLiveClient, ListCloudWatchAlarmTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListEventBridgeRuleTemplateGroupsCommand, } from "../commands/ListEventBridgeRuleTemplateGroupsCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
export const paginateListEventBridgeRuleTemplateGroups = createPaginator(MediaLiveClient, ListEventBridgeRuleTemplateGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListEventBridgeRuleTemplatesCommand, } from "../commands/ListEventBridgeRuleTemplatesCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
export const paginateListEventBridgeRuleTemplates = createPaginator(MediaLiveClient, ListEventBridgeRuleTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListSignalMapsCommand, } from "../commands/ListSignalMapsCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
export const paginateListSignalMaps = createPaginator(MediaLiveClient, ListSignalMapsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
export * from "./DescribeSchedulePaginator";
|
|
2
2
|
export * from "./Interfaces";
|
|
3
3
|
export * from "./ListChannelsPaginator";
|
|
4
|
+
export * from "./ListCloudWatchAlarmTemplateGroupsPaginator";
|
|
5
|
+
export * from "./ListCloudWatchAlarmTemplatesPaginator";
|
|
6
|
+
export * from "./ListEventBridgeRuleTemplateGroupsPaginator";
|
|
7
|
+
export * from "./ListEventBridgeRuleTemplatesPaginator";
|
|
4
8
|
export * from "./ListInputDeviceTransfersPaginator";
|
|
5
9
|
export * from "./ListInputDevicesPaginator";
|
|
6
10
|
export * from "./ListInputSecurityGroupsPaginator";
|
|
@@ -9,3 +13,4 @@ export * from "./ListMultiplexProgramsPaginator";
|
|
|
9
13
|
export * from "./ListMultiplexesPaginator";
|
|
10
14
|
export * from "./ListOfferingsPaginator";
|
|
11
15
|
export * from "./ListReservationsPaginator";
|
|
16
|
+
export * from "./ListSignalMapsPaginator";
|