@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
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteInputSecurityGroupRequest,
|
|
10
10
|
DeleteInputSecurityGroupResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface DeleteInputSecurityGroupCommandInput
|
|
14
14
|
extends DeleteInputSecurityGroupRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteMultiplexRequest,
|
|
10
10
|
DeleteMultiplexResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface DeleteMultiplexCommandInput extends DeleteMultiplexRequest {}
|
|
14
14
|
export interface DeleteMultiplexCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteMultiplexProgramRequest,
|
|
10
10
|
DeleteMultiplexProgramResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface DeleteMultiplexProgramCommandInput
|
|
14
14
|
extends DeleteMultiplexProgramRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteReservationRequest,
|
|
10
10
|
DeleteReservationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface DeleteReservationCommandInput
|
|
14
14
|
extends DeleteReservationRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DeleteScheduleRequest,
|
|
10
10
|
DeleteScheduleResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface DeleteScheduleCommandInput extends DeleteScheduleRequest {}
|
|
14
14
|
export interface DeleteScheduleCommandOutput
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import { DeleteSignalMapRequest } from "../models/models_2";
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
export interface DeleteSignalMapCommandInput extends DeleteSignalMapRequest {}
|
|
11
|
+
export interface DeleteSignalMapCommandOutput extends __MetadataBearer {}
|
|
12
|
+
declare const DeleteSignalMapCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DeleteSignalMapCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
DeleteSignalMapCommandInput,
|
|
17
|
+
DeleteSignalMapCommandOutput,
|
|
18
|
+
MediaLiveClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteSignalMapCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteSignalMapCommandInput,
|
|
26
|
+
DeleteSignalMapCommandOutput,
|
|
27
|
+
MediaLiveClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
32
|
+
};
|
|
33
|
+
export declare class DeleteSignalMapCommand extends DeleteSignalMapCommand_base {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MediaLiveClient";
|
|
8
|
-
import { DeleteTagsRequest } from "../models/
|
|
8
|
+
import { DeleteTagsRequest } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer, $Command };
|
|
10
10
|
export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
|
|
11
11
|
export interface DeleteTagsCommandOutput extends __MetadataBearer {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeAccountConfigurationRequest,
|
|
10
10
|
DescribeAccountConfigurationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface DescribeAccountConfigurationCommandInput
|
|
14
14
|
extends DescribeAccountConfigurationRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeChannelRequest,
|
|
10
10
|
DescribeChannelResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface DescribeChannelCommandInput extends DescribeChannelRequest {}
|
|
14
14
|
export interface DescribeChannelCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeInputRequest,
|
|
10
10
|
DescribeInputResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface DescribeInputCommandInput extends DescribeInputRequest {}
|
|
14
14
|
export interface DescribeInputCommandOutput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeInputDeviceRequest,
|
|
10
10
|
DescribeInputDeviceResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface DescribeInputDeviceCommandInput
|
|
14
14
|
extends DescribeInputDeviceRequest {}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
DescribeInputDeviceThumbnailRequest,
|
|
13
13
|
DescribeInputDeviceThumbnailResponse,
|
|
14
|
-
} from "../models/
|
|
14
|
+
} from "../models/models_2";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface DescribeInputDeviceThumbnailCommandInput
|
|
17
17
|
extends DescribeInputDeviceThumbnailRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeInputSecurityGroupRequest,
|
|
10
10
|
DescribeInputSecurityGroupResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface DescribeInputSecurityGroupCommandInput
|
|
14
14
|
extends DescribeInputSecurityGroupRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
DescribeMultiplexRequest,
|
|
10
10
|
DescribeMultiplexResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface DescribeMultiplexCommandInput
|
|
14
14
|
extends DescribeMultiplexRequest {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import {
|
|
9
|
+
GetCloudWatchAlarmTemplateRequest,
|
|
10
|
+
GetCloudWatchAlarmTemplateResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface GetCloudWatchAlarmTemplateCommandInput
|
|
14
|
+
extends GetCloudWatchAlarmTemplateRequest {}
|
|
15
|
+
export interface GetCloudWatchAlarmTemplateCommandOutput
|
|
16
|
+
extends GetCloudWatchAlarmTemplateResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetCloudWatchAlarmTemplateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetCloudWatchAlarmTemplateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetCloudWatchAlarmTemplateCommandInput,
|
|
23
|
+
GetCloudWatchAlarmTemplateCommandOutput,
|
|
24
|
+
MediaLiveClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetCloudWatchAlarmTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetCloudWatchAlarmTemplateCommandInput,
|
|
32
|
+
GetCloudWatchAlarmTemplateCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetCloudWatchAlarmTemplateCommand extends GetCloudWatchAlarmTemplateCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import {
|
|
9
|
+
GetCloudWatchAlarmTemplateGroupRequest,
|
|
10
|
+
GetCloudWatchAlarmTemplateGroupResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface GetCloudWatchAlarmTemplateGroupCommandInput
|
|
14
|
+
extends GetCloudWatchAlarmTemplateGroupRequest {}
|
|
15
|
+
export interface GetCloudWatchAlarmTemplateGroupCommandOutput
|
|
16
|
+
extends GetCloudWatchAlarmTemplateGroupResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetCloudWatchAlarmTemplateGroupCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetCloudWatchAlarmTemplateGroupCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetCloudWatchAlarmTemplateGroupCommandInput,
|
|
23
|
+
GetCloudWatchAlarmTemplateGroupCommandOutput,
|
|
24
|
+
MediaLiveClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetCloudWatchAlarmTemplateGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetCloudWatchAlarmTemplateGroupCommandInput,
|
|
32
|
+
GetCloudWatchAlarmTemplateGroupCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetCloudWatchAlarmTemplateGroupCommand extends GetCloudWatchAlarmTemplateGroupCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import {
|
|
9
|
+
GetEventBridgeRuleTemplateRequest,
|
|
10
|
+
GetEventBridgeRuleTemplateResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface GetEventBridgeRuleTemplateCommandInput
|
|
14
|
+
extends GetEventBridgeRuleTemplateRequest {}
|
|
15
|
+
export interface GetEventBridgeRuleTemplateCommandOutput
|
|
16
|
+
extends GetEventBridgeRuleTemplateResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetEventBridgeRuleTemplateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetEventBridgeRuleTemplateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetEventBridgeRuleTemplateCommandInput,
|
|
23
|
+
GetEventBridgeRuleTemplateCommandOutput,
|
|
24
|
+
MediaLiveClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetEventBridgeRuleTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetEventBridgeRuleTemplateCommandInput,
|
|
32
|
+
GetEventBridgeRuleTemplateCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetEventBridgeRuleTemplateCommand extends GetEventBridgeRuleTemplateCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import {
|
|
9
|
+
GetEventBridgeRuleTemplateGroupRequest,
|
|
10
|
+
GetEventBridgeRuleTemplateGroupResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface GetEventBridgeRuleTemplateGroupCommandInput
|
|
14
|
+
extends GetEventBridgeRuleTemplateGroupRequest {}
|
|
15
|
+
export interface GetEventBridgeRuleTemplateGroupCommandOutput
|
|
16
|
+
extends GetEventBridgeRuleTemplateGroupResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetEventBridgeRuleTemplateGroupCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetEventBridgeRuleTemplateGroupCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetEventBridgeRuleTemplateGroupCommandInput,
|
|
23
|
+
GetEventBridgeRuleTemplateGroupCommandOutput,
|
|
24
|
+
MediaLiveClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetEventBridgeRuleTemplateGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetEventBridgeRuleTemplateGroupCommandInput,
|
|
32
|
+
GetEventBridgeRuleTemplateGroupCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetEventBridgeRuleTemplateGroupCommand extends GetEventBridgeRuleTemplateGroupCommand_base {}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import { GetSignalMapRequest, GetSignalMapResponse } from "../models/models_2";
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
export interface GetSignalMapCommandInput extends GetSignalMapRequest {}
|
|
11
|
+
export interface GetSignalMapCommandOutput
|
|
12
|
+
extends GetSignalMapResponse,
|
|
13
|
+
__MetadataBearer {}
|
|
14
|
+
declare const GetSignalMapCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetSignalMapCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetSignalMapCommandInput,
|
|
19
|
+
GetSignalMapCommandOutput,
|
|
20
|
+
MediaLiveClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetSignalMapCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetSignalMapCommandInput,
|
|
28
|
+
GetSignalMapCommandOutput,
|
|
29
|
+
MediaLiveClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
33
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
|
+
};
|
|
35
|
+
export declare class GetSignalMapCommand extends GetSignalMapCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import {
|
|
9
|
+
ListCloudWatchAlarmTemplateGroupsRequest,
|
|
10
|
+
ListCloudWatchAlarmTemplateGroupsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListCloudWatchAlarmTemplateGroupsCommandInput
|
|
14
|
+
extends ListCloudWatchAlarmTemplateGroupsRequest {}
|
|
15
|
+
export interface ListCloudWatchAlarmTemplateGroupsCommandOutput
|
|
16
|
+
extends ListCloudWatchAlarmTemplateGroupsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListCloudWatchAlarmTemplateGroupsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListCloudWatchAlarmTemplateGroupsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListCloudWatchAlarmTemplateGroupsCommandInput,
|
|
23
|
+
ListCloudWatchAlarmTemplateGroupsCommandOutput,
|
|
24
|
+
MediaLiveClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListCloudWatchAlarmTemplateGroupsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCloudWatchAlarmTemplateGroupsCommandInput,
|
|
32
|
+
ListCloudWatchAlarmTemplateGroupsCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListCloudWatchAlarmTemplateGroupsCommand extends ListCloudWatchAlarmTemplateGroupsCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import {
|
|
9
|
+
ListCloudWatchAlarmTemplatesRequest,
|
|
10
|
+
ListCloudWatchAlarmTemplatesResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListCloudWatchAlarmTemplatesCommandInput
|
|
14
|
+
extends ListCloudWatchAlarmTemplatesRequest {}
|
|
15
|
+
export interface ListCloudWatchAlarmTemplatesCommandOutput
|
|
16
|
+
extends ListCloudWatchAlarmTemplatesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListCloudWatchAlarmTemplatesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListCloudWatchAlarmTemplatesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListCloudWatchAlarmTemplatesCommandInput,
|
|
23
|
+
ListCloudWatchAlarmTemplatesCommandOutput,
|
|
24
|
+
MediaLiveClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListCloudWatchAlarmTemplatesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCloudWatchAlarmTemplatesCommandInput,
|
|
32
|
+
ListCloudWatchAlarmTemplatesCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListCloudWatchAlarmTemplatesCommand extends ListCloudWatchAlarmTemplatesCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import {
|
|
9
|
+
ListEventBridgeRuleTemplateGroupsRequest,
|
|
10
|
+
ListEventBridgeRuleTemplateGroupsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListEventBridgeRuleTemplateGroupsCommandInput
|
|
14
|
+
extends ListEventBridgeRuleTemplateGroupsRequest {}
|
|
15
|
+
export interface ListEventBridgeRuleTemplateGroupsCommandOutput
|
|
16
|
+
extends ListEventBridgeRuleTemplateGroupsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListEventBridgeRuleTemplateGroupsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListEventBridgeRuleTemplateGroupsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListEventBridgeRuleTemplateGroupsCommandInput,
|
|
23
|
+
ListEventBridgeRuleTemplateGroupsCommandOutput,
|
|
24
|
+
MediaLiveClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListEventBridgeRuleTemplateGroupsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListEventBridgeRuleTemplateGroupsCommandInput,
|
|
32
|
+
ListEventBridgeRuleTemplateGroupsCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListEventBridgeRuleTemplateGroupsCommand extends ListEventBridgeRuleTemplateGroupsCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import {
|
|
9
|
+
ListEventBridgeRuleTemplatesRequest,
|
|
10
|
+
ListEventBridgeRuleTemplatesResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListEventBridgeRuleTemplatesCommandInput
|
|
14
|
+
extends ListEventBridgeRuleTemplatesRequest {}
|
|
15
|
+
export interface ListEventBridgeRuleTemplatesCommandOutput
|
|
16
|
+
extends ListEventBridgeRuleTemplatesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListEventBridgeRuleTemplatesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListEventBridgeRuleTemplatesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListEventBridgeRuleTemplatesCommandInput,
|
|
23
|
+
ListEventBridgeRuleTemplatesCommandOutput,
|
|
24
|
+
MediaLiveClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListEventBridgeRuleTemplatesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListEventBridgeRuleTemplatesCommandInput,
|
|
32
|
+
ListEventBridgeRuleTemplatesCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListEventBridgeRuleTemplatesCommand extends ListEventBridgeRuleTemplatesCommand_base {}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import {
|
|
9
|
+
ListSignalMapsRequest,
|
|
10
|
+
ListSignalMapsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListSignalMapsCommandInput extends ListSignalMapsRequest {}
|
|
14
|
+
export interface ListSignalMapsCommandOutput
|
|
15
|
+
extends ListSignalMapsResponse,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const ListSignalMapsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListSignalMapsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListSignalMapsCommandInput,
|
|
22
|
+
ListSignalMapsCommandOutput,
|
|
23
|
+
MediaLiveClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListSignalMapsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListSignalMapsCommandInput,
|
|
31
|
+
ListSignalMapsCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
36
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
37
|
+
};
|
|
38
|
+
export declare class ListSignalMapsCommand extends ListSignalMapsCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import {
|
|
9
|
+
StartDeleteMonitorDeploymentRequest,
|
|
10
|
+
StartDeleteMonitorDeploymentResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface StartDeleteMonitorDeploymentCommandInput
|
|
14
|
+
extends StartDeleteMonitorDeploymentRequest {}
|
|
15
|
+
export interface StartDeleteMonitorDeploymentCommandOutput
|
|
16
|
+
extends StartDeleteMonitorDeploymentResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const StartDeleteMonitorDeploymentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartDeleteMonitorDeploymentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StartDeleteMonitorDeploymentCommandInput,
|
|
23
|
+
StartDeleteMonitorDeploymentCommandOutput,
|
|
24
|
+
MediaLiveClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartDeleteMonitorDeploymentCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartDeleteMonitorDeploymentCommandInput,
|
|
32
|
+
StartDeleteMonitorDeploymentCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class StartDeleteMonitorDeploymentCommand extends StartDeleteMonitorDeploymentCommand_base {}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
MediaLiveClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../MediaLiveClient";
|
|
8
|
+
import {
|
|
9
|
+
StartMonitorDeploymentRequest,
|
|
10
|
+
StartMonitorDeploymentResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface StartMonitorDeploymentCommandInput
|
|
14
|
+
extends StartMonitorDeploymentRequest {}
|
|
15
|
+
export interface StartMonitorDeploymentCommandOutput
|
|
16
|
+
extends StartMonitorDeploymentResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const StartMonitorDeploymentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartMonitorDeploymentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StartMonitorDeploymentCommandInput,
|
|
23
|
+
StartMonitorDeploymentCommandOutput,
|
|
24
|
+
MediaLiveClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartMonitorDeploymentCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartMonitorDeploymentCommandInput,
|
|
32
|
+
StartMonitorDeploymentCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class StartMonitorDeploymentCommand extends StartMonitorDeploymentCommand_base {}
|