@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
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
+
import { CreateSignalMapRequest, CreateSignalMapResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link CreateSignalMapCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface CreateSignalMapCommandInput extends CreateSignalMapRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link CreateSignalMapCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface CreateSignalMapCommandOutput extends CreateSignalMapResponse, __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const CreateSignalMapCommand_base: {
|
|
24
|
+
new (input: CreateSignalMapCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSignalMapCommandInput, CreateSignalMapCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateSignalMapCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSignalMapCommandInput, CreateSignalMapCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Initiates the creation of a new signal map. Will discover a new mediaResourceMap based on the provided discoveryEntryPointArn.
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { MediaLiveClient, CreateSignalMapCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
34
|
+
* // const { MediaLiveClient, CreateSignalMapCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
35
|
+
* const client = new MediaLiveClient(config);
|
|
36
|
+
* const input = { // CreateSignalMapRequest
|
|
37
|
+
* CloudWatchAlarmTemplateGroupIdentifiers: [ // __listOf__stringPatternS
|
|
38
|
+
* "STRING_VALUE",
|
|
39
|
+
* ],
|
|
40
|
+
* Description: "STRING_VALUE",
|
|
41
|
+
* DiscoveryEntryPointArn: "STRING_VALUE", // required
|
|
42
|
+
* EventBridgeRuleTemplateGroupIdentifiers: [
|
|
43
|
+
* "STRING_VALUE",
|
|
44
|
+
* ],
|
|
45
|
+
* Name: "STRING_VALUE", // required
|
|
46
|
+
* Tags: { // TagMap
|
|
47
|
+
* "<keys>": "STRING_VALUE",
|
|
48
|
+
* },
|
|
49
|
+
* };
|
|
50
|
+
* const command = new CreateSignalMapCommand(input);
|
|
51
|
+
* const response = await client.send(command);
|
|
52
|
+
* // { // CreateSignalMapResponse
|
|
53
|
+
* // Arn: "STRING_VALUE",
|
|
54
|
+
* // CloudWatchAlarmTemplateGroupIds: [ // __listOf__stringMin7Max11PatternAws097
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // Description: "STRING_VALUE",
|
|
59
|
+
* // DiscoveryEntryPointArn: "STRING_VALUE",
|
|
60
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
61
|
+
* // EventBridgeRuleTemplateGroupIds: [
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // FailedMediaResourceMap: { // FailedMediaResourceMap
|
|
65
|
+
* // "<keys>": { // MediaResource
|
|
66
|
+
* // Destinations: [ // __listOfMediaResourceNeighbor
|
|
67
|
+
* // { // MediaResourceNeighbor
|
|
68
|
+
* // Arn: "STRING_VALUE", // required
|
|
69
|
+
* // Name: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // Name: "STRING_VALUE",
|
|
73
|
+
* // Sources: [
|
|
74
|
+
* // {
|
|
75
|
+
* // Arn: "STRING_VALUE", // required
|
|
76
|
+
* // Name: "STRING_VALUE",
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // },
|
|
80
|
+
* // },
|
|
81
|
+
* // Id: "STRING_VALUE",
|
|
82
|
+
* // LastDiscoveredAt: new Date("TIMESTAMP"),
|
|
83
|
+
* // LastSuccessfulMonitorDeployment: { // SuccessfulMonitorDeployment
|
|
84
|
+
* // DetailsUri: "STRING_VALUE", // required
|
|
85
|
+
* // Status: "NOT_DEPLOYED" || "DRY_RUN_DEPLOYMENT_COMPLETE" || "DRY_RUN_DEPLOYMENT_FAILED" || "DRY_RUN_DEPLOYMENT_IN_PROGRESS" || "DEPLOYMENT_COMPLETE" || "DEPLOYMENT_FAILED" || "DEPLOYMENT_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "DELETE_IN_PROGRESS", // required
|
|
86
|
+
* // },
|
|
87
|
+
* // MediaResourceMap: { // MediaResourceMap
|
|
88
|
+
* // "<keys>": {
|
|
89
|
+
* // Destinations: [
|
|
90
|
+
* // {
|
|
91
|
+
* // Arn: "STRING_VALUE", // required
|
|
92
|
+
* // Name: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // ],
|
|
95
|
+
* // Name: "STRING_VALUE",
|
|
96
|
+
* // Sources: [
|
|
97
|
+
* // {
|
|
98
|
+
* // Arn: "STRING_VALUE", // required
|
|
99
|
+
* // Name: "STRING_VALUE",
|
|
100
|
+
* // },
|
|
101
|
+
* // ],
|
|
102
|
+
* // },
|
|
103
|
+
* // },
|
|
104
|
+
* // ModifiedAt: new Date("TIMESTAMP"),
|
|
105
|
+
* // MonitorChangesPendingDeployment: true || false,
|
|
106
|
+
* // MonitorDeployment: { // MonitorDeployment
|
|
107
|
+
* // DetailsUri: "STRING_VALUE",
|
|
108
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
109
|
+
* // Status: "NOT_DEPLOYED" || "DRY_RUN_DEPLOYMENT_COMPLETE" || "DRY_RUN_DEPLOYMENT_FAILED" || "DRY_RUN_DEPLOYMENT_IN_PROGRESS" || "DEPLOYMENT_COMPLETE" || "DEPLOYMENT_FAILED" || "DEPLOYMENT_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "DELETE_IN_PROGRESS", // required
|
|
110
|
+
* // },
|
|
111
|
+
* // Name: "STRING_VALUE",
|
|
112
|
+
* // Status: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_REVERTED" || "UPDATE_FAILED" || "READY" || "NOT_READY",
|
|
113
|
+
* // Tags: { // TagMap
|
|
114
|
+
* // "<keys>": "STRING_VALUE",
|
|
115
|
+
* // },
|
|
116
|
+
* // };
|
|
117
|
+
*
|
|
118
|
+
* ```
|
|
119
|
+
*
|
|
120
|
+
* @param CreateSignalMapCommandInput - {@link CreateSignalMapCommandInput}
|
|
121
|
+
* @returns {@link CreateSignalMapCommandOutput}
|
|
122
|
+
* @see {@link CreateSignalMapCommandInput} for command's `input` shape.
|
|
123
|
+
* @see {@link CreateSignalMapCommandOutput} for command's `response` shape.
|
|
124
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
125
|
+
*
|
|
126
|
+
* @throws {@link BadRequestException} (client fault)
|
|
127
|
+
* Placeholder documentation for BadRequestException
|
|
128
|
+
*
|
|
129
|
+
* @throws {@link ConflictException} (client fault)
|
|
130
|
+
* Placeholder documentation for ConflictException
|
|
131
|
+
*
|
|
132
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
133
|
+
* Placeholder documentation for ForbiddenException
|
|
134
|
+
*
|
|
135
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
136
|
+
* Placeholder documentation for InternalServerErrorException
|
|
137
|
+
*
|
|
138
|
+
* @throws {@link NotFoundException} (client fault)
|
|
139
|
+
* Placeholder documentation for NotFoundException
|
|
140
|
+
*
|
|
141
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
142
|
+
* Placeholder documentation for TooManyRequestsException
|
|
143
|
+
*
|
|
144
|
+
* @throws {@link MediaLiveServiceException}
|
|
145
|
+
* <p>Base exception class for all service exceptions from MediaLive service.</p>
|
|
146
|
+
*
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
149
|
+
export declare class CreateSignalMapCommand extends CreateSignalMapCommand_base {
|
|
150
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
+
import { DeleteCloudWatchAlarmTemplateRequest } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link DeleteCloudWatchAlarmTemplateCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface DeleteCloudWatchAlarmTemplateCommandInput extends DeleteCloudWatchAlarmTemplateRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link DeleteCloudWatchAlarmTemplateCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface DeleteCloudWatchAlarmTemplateCommandOutput extends __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const DeleteCloudWatchAlarmTemplateCommand_base: {
|
|
24
|
+
new (input: DeleteCloudWatchAlarmTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCloudWatchAlarmTemplateCommandInput, DeleteCloudWatchAlarmTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCloudWatchAlarmTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCloudWatchAlarmTemplateCommandInput, DeleteCloudWatchAlarmTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Deletes a cloudwatch alarm template.
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { MediaLiveClient, DeleteCloudWatchAlarmTemplateCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
34
|
+
* // const { MediaLiveClient, DeleteCloudWatchAlarmTemplateCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
35
|
+
* const client = new MediaLiveClient(config);
|
|
36
|
+
* const input = { // DeleteCloudWatchAlarmTemplateRequest
|
|
37
|
+
* Identifier: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new DeleteCloudWatchAlarmTemplateCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param DeleteCloudWatchAlarmTemplateCommandInput - {@link DeleteCloudWatchAlarmTemplateCommandInput}
|
|
46
|
+
* @returns {@link DeleteCloudWatchAlarmTemplateCommandOutput}
|
|
47
|
+
* @see {@link DeleteCloudWatchAlarmTemplateCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link DeleteCloudWatchAlarmTemplateCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link BadRequestException} (client fault)
|
|
52
|
+
* Placeholder documentation for BadRequestException
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ConflictException} (client fault)
|
|
55
|
+
* Placeholder documentation for ConflictException
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
58
|
+
* Placeholder documentation for ForbiddenException
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
|
+
* Placeholder documentation for InternalServerErrorException
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link NotFoundException} (client fault)
|
|
64
|
+
* Placeholder documentation for NotFoundException
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
67
|
+
* Placeholder documentation for TooManyRequestsException
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link MediaLiveServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from MediaLive service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export declare class DeleteCloudWatchAlarmTemplateCommand extends DeleteCloudWatchAlarmTemplateCommand_base {
|
|
75
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
+
import { DeleteCloudWatchAlarmTemplateGroupRequest } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link DeleteCloudWatchAlarmTemplateGroupCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface DeleteCloudWatchAlarmTemplateGroupCommandInput extends DeleteCloudWatchAlarmTemplateGroupRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link DeleteCloudWatchAlarmTemplateGroupCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface DeleteCloudWatchAlarmTemplateGroupCommandOutput extends __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const DeleteCloudWatchAlarmTemplateGroupCommand_base: {
|
|
24
|
+
new (input: DeleteCloudWatchAlarmTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCloudWatchAlarmTemplateGroupCommandInput, DeleteCloudWatchAlarmTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteCloudWatchAlarmTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCloudWatchAlarmTemplateGroupCommandInput, DeleteCloudWatchAlarmTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Deletes a cloudwatch alarm template group. You must detach this group from all signal maps and ensure its existing templates are moved to another group or deleted.
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { MediaLiveClient, DeleteCloudWatchAlarmTemplateGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
34
|
+
* // const { MediaLiveClient, DeleteCloudWatchAlarmTemplateGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
35
|
+
* const client = new MediaLiveClient(config);
|
|
36
|
+
* const input = { // DeleteCloudWatchAlarmTemplateGroupRequest
|
|
37
|
+
* Identifier: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new DeleteCloudWatchAlarmTemplateGroupCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param DeleteCloudWatchAlarmTemplateGroupCommandInput - {@link DeleteCloudWatchAlarmTemplateGroupCommandInput}
|
|
46
|
+
* @returns {@link DeleteCloudWatchAlarmTemplateGroupCommandOutput}
|
|
47
|
+
* @see {@link DeleteCloudWatchAlarmTemplateGroupCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link DeleteCloudWatchAlarmTemplateGroupCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link BadRequestException} (client fault)
|
|
52
|
+
* Placeholder documentation for BadRequestException
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ConflictException} (client fault)
|
|
55
|
+
* Placeholder documentation for ConflictException
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
58
|
+
* Placeholder documentation for ForbiddenException
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
|
+
* Placeholder documentation for InternalServerErrorException
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link NotFoundException} (client fault)
|
|
64
|
+
* Placeholder documentation for NotFoundException
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
67
|
+
* Placeholder documentation for TooManyRequestsException
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link MediaLiveServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from MediaLive service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export declare class DeleteCloudWatchAlarmTemplateGroupCommand extends DeleteCloudWatchAlarmTemplateGroupCommand_base {
|
|
75
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
+
import { DeleteEventBridgeRuleTemplateRequest } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link DeleteEventBridgeRuleTemplateCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface DeleteEventBridgeRuleTemplateCommandInput extends DeleteEventBridgeRuleTemplateRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link DeleteEventBridgeRuleTemplateCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface DeleteEventBridgeRuleTemplateCommandOutput extends __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const DeleteEventBridgeRuleTemplateCommand_base: {
|
|
24
|
+
new (input: DeleteEventBridgeRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventBridgeRuleTemplateCommandInput, DeleteEventBridgeRuleTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteEventBridgeRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventBridgeRuleTemplateCommandInput, DeleteEventBridgeRuleTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Deletes an eventbridge rule template.
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { MediaLiveClient, DeleteEventBridgeRuleTemplateCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
34
|
+
* // const { MediaLiveClient, DeleteEventBridgeRuleTemplateCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
35
|
+
* const client = new MediaLiveClient(config);
|
|
36
|
+
* const input = { // DeleteEventBridgeRuleTemplateRequest
|
|
37
|
+
* Identifier: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new DeleteEventBridgeRuleTemplateCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param DeleteEventBridgeRuleTemplateCommandInput - {@link DeleteEventBridgeRuleTemplateCommandInput}
|
|
46
|
+
* @returns {@link DeleteEventBridgeRuleTemplateCommandOutput}
|
|
47
|
+
* @see {@link DeleteEventBridgeRuleTemplateCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link DeleteEventBridgeRuleTemplateCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link BadRequestException} (client fault)
|
|
52
|
+
* Placeholder documentation for BadRequestException
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ConflictException} (client fault)
|
|
55
|
+
* Placeholder documentation for ConflictException
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
58
|
+
* Placeholder documentation for ForbiddenException
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
|
+
* Placeholder documentation for InternalServerErrorException
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link NotFoundException} (client fault)
|
|
64
|
+
* Placeholder documentation for NotFoundException
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
67
|
+
* Placeholder documentation for TooManyRequestsException
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link MediaLiveServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from MediaLive service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export declare class DeleteEventBridgeRuleTemplateCommand extends DeleteEventBridgeRuleTemplateCommand_base {
|
|
75
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
+
import { DeleteEventBridgeRuleTemplateGroupRequest } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link DeleteEventBridgeRuleTemplateGroupCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface DeleteEventBridgeRuleTemplateGroupCommandInput extends DeleteEventBridgeRuleTemplateGroupRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link DeleteEventBridgeRuleTemplateGroupCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface DeleteEventBridgeRuleTemplateGroupCommandOutput extends __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const DeleteEventBridgeRuleTemplateGroupCommand_base: {
|
|
24
|
+
new (input: DeleteEventBridgeRuleTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventBridgeRuleTemplateGroupCommandInput, DeleteEventBridgeRuleTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteEventBridgeRuleTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventBridgeRuleTemplateGroupCommandInput, DeleteEventBridgeRuleTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Deletes an eventbridge rule template group. You must detach this group from all signal maps and ensure its existing templates are moved to another group or deleted.
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { MediaLiveClient, DeleteEventBridgeRuleTemplateGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
34
|
+
* // const { MediaLiveClient, DeleteEventBridgeRuleTemplateGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
35
|
+
* const client = new MediaLiveClient(config);
|
|
36
|
+
* const input = { // DeleteEventBridgeRuleTemplateGroupRequest
|
|
37
|
+
* Identifier: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new DeleteEventBridgeRuleTemplateGroupCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param DeleteEventBridgeRuleTemplateGroupCommandInput - {@link DeleteEventBridgeRuleTemplateGroupCommandInput}
|
|
46
|
+
* @returns {@link DeleteEventBridgeRuleTemplateGroupCommandOutput}
|
|
47
|
+
* @see {@link DeleteEventBridgeRuleTemplateGroupCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link DeleteEventBridgeRuleTemplateGroupCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link BadRequestException} (client fault)
|
|
52
|
+
* Placeholder documentation for BadRequestException
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ConflictException} (client fault)
|
|
55
|
+
* Placeholder documentation for ConflictException
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
58
|
+
* Placeholder documentation for ForbiddenException
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
|
+
* Placeholder documentation for InternalServerErrorException
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link NotFoundException} (client fault)
|
|
64
|
+
* Placeholder documentation for NotFoundException
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
67
|
+
* Placeholder documentation for TooManyRequestsException
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link MediaLiveServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from MediaLive service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export declare class DeleteEventBridgeRuleTemplateGroupCommand extends DeleteEventBridgeRuleTemplateGroupCommand_base {
|
|
75
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DeleteInputRequest, DeleteInputResponse } from "../models/
|
|
4
|
+
import { DeleteInputRequest, DeleteInputResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DeleteInputSecurityGroupRequest, DeleteInputSecurityGroupResponse } from "../models/
|
|
4
|
+
import { DeleteInputSecurityGroupRequest, DeleteInputSecurityGroupResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DeleteMultiplexRequest, DeleteMultiplexResponse } from "../models/
|
|
4
|
+
import { DeleteMultiplexRequest, DeleteMultiplexResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DeleteMultiplexProgramRequest, DeleteMultiplexProgramResponse } from "../models/
|
|
4
|
+
import { DeleteMultiplexProgramRequest, DeleteMultiplexProgramResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DeleteReservationRequest, DeleteReservationResponse } from "../models/
|
|
4
|
+
import { DeleteReservationRequest, DeleteReservationResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/
|
|
4
|
+
import { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
+
import { DeleteSignalMapRequest } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export { __MetadataBearer, $Command };
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*
|
|
12
|
+
* The input for {@link DeleteSignalMapCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface DeleteSignalMapCommandInput extends DeleteSignalMapRequest {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*
|
|
19
|
+
* The output of {@link DeleteSignalMapCommand}.
|
|
20
|
+
*/
|
|
21
|
+
export interface DeleteSignalMapCommandOutput extends __MetadataBearer {
|
|
22
|
+
}
|
|
23
|
+
declare const DeleteSignalMapCommand_base: {
|
|
24
|
+
new (input: DeleteSignalMapCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteSignalMapCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Deletes the specified signal map.
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { MediaLiveClient, DeleteSignalMapCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
34
|
+
* // const { MediaLiveClient, DeleteSignalMapCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
35
|
+
* const client = new MediaLiveClient(config);
|
|
36
|
+
* const input = { // DeleteSignalMapRequest
|
|
37
|
+
* Identifier: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
39
|
+
* const command = new DeleteSignalMapCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // {};
|
|
42
|
+
*
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* @param DeleteSignalMapCommandInput - {@link DeleteSignalMapCommandInput}
|
|
46
|
+
* @returns {@link DeleteSignalMapCommandOutput}
|
|
47
|
+
* @see {@link DeleteSignalMapCommandInput} for command's `input` shape.
|
|
48
|
+
* @see {@link DeleteSignalMapCommandOutput} for command's `response` shape.
|
|
49
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link BadRequestException} (client fault)
|
|
52
|
+
* Placeholder documentation for BadRequestException
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ConflictException} (client fault)
|
|
55
|
+
* Placeholder documentation for ConflictException
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
58
|
+
* Placeholder documentation for ForbiddenException
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
61
|
+
* Placeholder documentation for InternalServerErrorException
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link NotFoundException} (client fault)
|
|
64
|
+
* Placeholder documentation for NotFoundException
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
67
|
+
* Placeholder documentation for TooManyRequestsException
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link MediaLiveServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from MediaLive service.</p>
|
|
71
|
+
*
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export declare class DeleteSignalMapCommand extends DeleteSignalMapCommand_base {
|
|
75
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DeleteTagsRequest } from "../models/
|
|
4
|
+
import { DeleteTagsRequest } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DescribeAccountConfigurationRequest, DescribeAccountConfigurationResponse } from "../models/
|
|
4
|
+
import { DescribeAccountConfigurationRequest, DescribeAccountConfigurationResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DescribeChannelRequest, DescribeChannelResponse } from "../models/
|
|
4
|
+
import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DescribeInputRequest, DescribeInputResponse } from "../models/
|
|
4
|
+
import { DescribeInputRequest, DescribeInputResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DescribeInputDeviceRequest, DescribeInputDeviceResponse } from "../models/
|
|
4
|
+
import { DescribeInputDeviceRequest, DescribeInputDeviceResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { DescribeInputDeviceThumbnailRequest, DescribeInputDeviceThumbnailResponse } from "../models/
|
|
4
|
+
import { DescribeInputDeviceThumbnailRequest, DescribeInputDeviceThumbnailResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|