@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
|
@@ -1,26 +1,172 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { StreamingBlobTypes } from "@smithy/types";
|
|
2
|
+
import { CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelPipelineIdToRestart, ChannelState, ChannelSummary, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateSummary, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, OutputDestination, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
|
|
3
|
+
import { AcceptHeader, AccountConfiguration, Channel, ContentType, EncoderSettings, MediaResource, MonitorDeployment, Multiplex, MultiplexProgram, MultiplexProgramPacketIdentifiersMap, MultiplexProgramSettings, MultiplexSettings, PipelineDetail, RenewalSettings, Reservation, ReservationState, ScheduleAction, SignalMapStatus, SignalMapSummary, SuccessfulMonitorDeployment, ThumbnailDetail, TransferringInputDeviceSummary } from "./models_1";
|
|
3
4
|
/**
|
|
4
|
-
* Placeholder documentation for
|
|
5
|
+
* Placeholder documentation for DeleteCloudWatchAlarmTemplateRequest
|
|
5
6
|
* @public
|
|
6
7
|
*/
|
|
7
|
-
export interface
|
|
8
|
+
export interface DeleteCloudWatchAlarmTemplateRequest {
|
|
9
|
+
/**
|
|
10
|
+
* A cloudwatch alarm template's identifier. Can be either be its id or current name.
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
Identifier: string | undefined;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Placeholder documentation for DeleteCloudWatchAlarmTemplateGroupRequest
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export interface DeleteCloudWatchAlarmTemplateGroupRequest {
|
|
20
|
+
/**
|
|
21
|
+
* A cloudwatch alarm template group's identifier. Can be either be its id or current name.
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
Identifier: string | undefined;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Placeholder documentation for DeleteEventBridgeRuleTemplateRequest
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export interface DeleteEventBridgeRuleTemplateRequest {
|
|
31
|
+
/**
|
|
32
|
+
* An eventbridge rule template's identifier. Can be either be its id or current name.
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
Identifier: string | undefined;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Placeholder documentation for DeleteEventBridgeRuleTemplateGroupRequest
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
export interface DeleteEventBridgeRuleTemplateGroupRequest {
|
|
42
|
+
/**
|
|
43
|
+
* An eventbridge rule template group's identifier. Can be either be its id or current name.
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
Identifier: string | undefined;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Placeholder documentation for DeleteInputRequest
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export interface DeleteInputRequest {
|
|
53
|
+
/**
|
|
54
|
+
* Unique ID of the input
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
InputId: string | undefined;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Placeholder documentation for DeleteInputResponse
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export interface DeleteInputResponse {
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Placeholder documentation for DeleteInputSecurityGroupRequest
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export interface DeleteInputSecurityGroupRequest {
|
|
70
|
+
/**
|
|
71
|
+
* The Input Security Group to delete
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
InputSecurityGroupId: string | undefined;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Placeholder documentation for DeleteInputSecurityGroupResponse
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export interface DeleteInputSecurityGroupResponse {
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Placeholder documentation for DeleteMultiplexRequest
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
export interface DeleteMultiplexRequest {
|
|
87
|
+
/**
|
|
88
|
+
* The ID of the multiplex.
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
MultiplexId: string | undefined;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Placeholder documentation for DeleteMultiplexResponse
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export interface DeleteMultiplexResponse {
|
|
98
|
+
/**
|
|
99
|
+
* The unique arn of the multiplex.
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
Arn?: string;
|
|
103
|
+
/**
|
|
104
|
+
* A list of availability zones for the multiplex.
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
AvailabilityZones?: string[];
|
|
108
|
+
/**
|
|
109
|
+
* A list of the multiplex output destinations.
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
Destinations?: MultiplexOutputDestination[];
|
|
113
|
+
/**
|
|
114
|
+
* The unique id of the multiplex.
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
Id?: string;
|
|
118
|
+
/**
|
|
119
|
+
* Configuration for a multiplex event.
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
MultiplexSettings?: MultiplexSettings;
|
|
123
|
+
/**
|
|
124
|
+
* The name of the multiplex.
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
Name?: string;
|
|
128
|
+
/**
|
|
129
|
+
* The number of currently healthy pipelines.
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
PipelinesRunningCount?: number;
|
|
133
|
+
/**
|
|
134
|
+
* The number of programs in the multiplex.
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
ProgramCount?: number;
|
|
138
|
+
/**
|
|
139
|
+
* The current state of the multiplex.
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
State?: MultiplexState;
|
|
143
|
+
/**
|
|
144
|
+
* A collection of key-value pairs.
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
Tags?: Record<string, string>;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Placeholder documentation for DeleteMultiplexProgramRequest
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
export interface DeleteMultiplexProgramRequest {
|
|
8
154
|
/**
|
|
9
155
|
* The ID of the multiplex that the program belongs to.
|
|
10
156
|
* @public
|
|
11
157
|
*/
|
|
12
158
|
MultiplexId: string | undefined;
|
|
13
159
|
/**
|
|
14
|
-
* The
|
|
160
|
+
* The multiplex program name.
|
|
15
161
|
* @public
|
|
16
162
|
*/
|
|
17
163
|
ProgramName: string | undefined;
|
|
18
164
|
}
|
|
19
165
|
/**
|
|
20
|
-
* Placeholder documentation for
|
|
166
|
+
* Placeholder documentation for DeleteMultiplexProgramResponse
|
|
21
167
|
* @public
|
|
22
168
|
*/
|
|
23
|
-
export interface
|
|
169
|
+
export interface DeleteMultiplexProgramResponse {
|
|
24
170
|
/**
|
|
25
171
|
* The MediaLive channel associated with the program.
|
|
26
172
|
* @public
|
|
@@ -48,26 +194,31 @@ export interface DescribeMultiplexProgramResponse {
|
|
|
48
194
|
ProgramName?: string;
|
|
49
195
|
}
|
|
50
196
|
/**
|
|
51
|
-
* Placeholder documentation for
|
|
197
|
+
* Placeholder documentation for DeleteReservationRequest
|
|
52
198
|
* @public
|
|
53
199
|
*/
|
|
54
|
-
export interface
|
|
200
|
+
export interface DeleteReservationRequest {
|
|
55
201
|
/**
|
|
56
|
-
* Unique
|
|
202
|
+
* Unique reservation ID, e.g. '1234567'
|
|
57
203
|
* @public
|
|
58
204
|
*/
|
|
59
|
-
|
|
205
|
+
ReservationId: string | undefined;
|
|
60
206
|
}
|
|
61
207
|
/**
|
|
62
|
-
* Placeholder documentation for
|
|
208
|
+
* Placeholder documentation for DeleteReservationResponse
|
|
63
209
|
* @public
|
|
64
210
|
*/
|
|
65
|
-
export interface
|
|
211
|
+
export interface DeleteReservationResponse {
|
|
66
212
|
/**
|
|
67
|
-
* Unique
|
|
213
|
+
* Unique reservation ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:reservation:1234567'
|
|
68
214
|
* @public
|
|
69
215
|
*/
|
|
70
216
|
Arn?: string;
|
|
217
|
+
/**
|
|
218
|
+
* Number of reserved resources
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
Count?: number;
|
|
71
222
|
/**
|
|
72
223
|
* Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'
|
|
73
224
|
* @public
|
|
@@ -83,164 +234,1351 @@ export interface DescribeOfferingResponse {
|
|
|
83
234
|
* @public
|
|
84
235
|
*/
|
|
85
236
|
DurationUnits?: OfferingDurationUnits;
|
|
237
|
+
/**
|
|
238
|
+
* Reservation UTC end date and time in ISO-8601 format, e.g. '2019-03-01T00:00:00'
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
End?: string;
|
|
86
242
|
/**
|
|
87
243
|
* One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering
|
|
88
244
|
* @public
|
|
89
245
|
*/
|
|
90
|
-
FixedPrice?: number;
|
|
246
|
+
FixedPrice?: number;
|
|
247
|
+
/**
|
|
248
|
+
* User specified reservation name
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
Name?: string;
|
|
252
|
+
/**
|
|
253
|
+
* Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
256
|
+
OfferingDescription?: string;
|
|
257
|
+
/**
|
|
258
|
+
* Unique offering ID, e.g. '87654321'
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
OfferingId?: string;
|
|
262
|
+
/**
|
|
263
|
+
* Offering type, e.g. 'NO_UPFRONT'
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
266
|
+
OfferingType?: OfferingType;
|
|
267
|
+
/**
|
|
268
|
+
* AWS region, e.g. 'us-west-2'
|
|
269
|
+
* @public
|
|
270
|
+
*/
|
|
271
|
+
Region?: string;
|
|
272
|
+
/**
|
|
273
|
+
* Renewal settings for the reservation
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
RenewalSettings?: RenewalSettings;
|
|
277
|
+
/**
|
|
278
|
+
* Unique reservation ID, e.g. '1234567'
|
|
279
|
+
* @public
|
|
280
|
+
*/
|
|
281
|
+
ReservationId?: string;
|
|
282
|
+
/**
|
|
283
|
+
* Resource configuration details
|
|
284
|
+
* @public
|
|
285
|
+
*/
|
|
286
|
+
ResourceSpecification?: ReservationResourceSpecification;
|
|
287
|
+
/**
|
|
288
|
+
* Reservation UTC start date and time in ISO-8601 format, e.g. '2018-03-01T00:00:00'
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
Start?: string;
|
|
292
|
+
/**
|
|
293
|
+
* Current state of reservation, e.g. 'ACTIVE'
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
State?: ReservationState;
|
|
297
|
+
/**
|
|
298
|
+
* A collection of key-value pairs
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
301
|
+
Tags?: Record<string, string>;
|
|
302
|
+
/**
|
|
303
|
+
* Recurring usage charge for each reserved resource, e.g. '157.0'
|
|
304
|
+
* @public
|
|
305
|
+
*/
|
|
306
|
+
UsagePrice?: number;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* Placeholder documentation for DeleteScheduleRequest
|
|
310
|
+
* @public
|
|
311
|
+
*/
|
|
312
|
+
export interface DeleteScheduleRequest {
|
|
313
|
+
/**
|
|
314
|
+
* Id of the channel whose schedule is being deleted.
|
|
315
|
+
* @public
|
|
316
|
+
*/
|
|
317
|
+
ChannelId: string | undefined;
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* Placeholder documentation for DeleteScheduleResponse
|
|
321
|
+
* @public
|
|
322
|
+
*/
|
|
323
|
+
export interface DeleteScheduleResponse {
|
|
324
|
+
}
|
|
325
|
+
/**
|
|
326
|
+
* Placeholder documentation for DeleteSignalMapRequest
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
329
|
+
export interface DeleteSignalMapRequest {
|
|
330
|
+
/**
|
|
331
|
+
* A signal map's identifier. Can be either be its id or current name.
|
|
332
|
+
* @public
|
|
333
|
+
*/
|
|
334
|
+
Identifier: string | undefined;
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* Placeholder documentation for DeleteTagsRequest
|
|
338
|
+
* @public
|
|
339
|
+
*/
|
|
340
|
+
export interface DeleteTagsRequest {
|
|
341
|
+
/**
|
|
342
|
+
* Placeholder documentation for __string
|
|
343
|
+
* @public
|
|
344
|
+
*/
|
|
345
|
+
ResourceArn: string | undefined;
|
|
346
|
+
/**
|
|
347
|
+
* An array of tag keys to delete
|
|
348
|
+
* @public
|
|
349
|
+
*/
|
|
350
|
+
TagKeys: string[] | undefined;
|
|
351
|
+
}
|
|
352
|
+
/**
|
|
353
|
+
* Placeholder documentation for DescribeAccountConfigurationRequest
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
export interface DescribeAccountConfigurationRequest {
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* Placeholder documentation for DescribeAccountConfigurationResponse
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
362
|
+
export interface DescribeAccountConfigurationResponse {
|
|
363
|
+
/**
|
|
364
|
+
* Placeholder documentation for AccountConfiguration
|
|
365
|
+
* @public
|
|
366
|
+
*/
|
|
367
|
+
AccountConfiguration?: AccountConfiguration;
|
|
368
|
+
}
|
|
369
|
+
/**
|
|
370
|
+
* Placeholder documentation for DescribeChannelRequest
|
|
371
|
+
* @public
|
|
372
|
+
*/
|
|
373
|
+
export interface DescribeChannelRequest {
|
|
374
|
+
/**
|
|
375
|
+
* channel ID
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
ChannelId: string | undefined;
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* Placeholder documentation for DescribeChannelResponse
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
384
|
+
export interface DescribeChannelResponse {
|
|
385
|
+
/**
|
|
386
|
+
* The unique arn of the channel.
|
|
387
|
+
* @public
|
|
388
|
+
*/
|
|
389
|
+
Arn?: string;
|
|
390
|
+
/**
|
|
391
|
+
* Specification of CDI inputs for this channel
|
|
392
|
+
* @public
|
|
393
|
+
*/
|
|
394
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
395
|
+
/**
|
|
396
|
+
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
399
|
+
ChannelClass?: ChannelClass;
|
|
400
|
+
/**
|
|
401
|
+
* A list of destinations of the channel. For UDP outputs, there is one
|
|
402
|
+
* destination per output. For other types (HLS, for example), there is
|
|
403
|
+
* one destination per packager.
|
|
404
|
+
* @public
|
|
405
|
+
*/
|
|
406
|
+
Destinations?: OutputDestination[];
|
|
407
|
+
/**
|
|
408
|
+
* The endpoints where outgoing connections initiate from
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
411
|
+
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
412
|
+
/**
|
|
413
|
+
* Encoder Settings
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
416
|
+
EncoderSettings?: EncoderSettings;
|
|
417
|
+
/**
|
|
418
|
+
* The unique id of the channel.
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
Id?: string;
|
|
422
|
+
/**
|
|
423
|
+
* List of input attachments for channel.
|
|
424
|
+
* @public
|
|
425
|
+
*/
|
|
426
|
+
InputAttachments?: InputAttachment[];
|
|
427
|
+
/**
|
|
428
|
+
* Specification of network and file inputs for this channel
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
431
|
+
InputSpecification?: InputSpecification;
|
|
432
|
+
/**
|
|
433
|
+
* The log level being written to CloudWatch Logs.
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
436
|
+
LogLevel?: LogLevel;
|
|
437
|
+
/**
|
|
438
|
+
* Maintenance settings for this channel.
|
|
439
|
+
* @public
|
|
440
|
+
*/
|
|
441
|
+
Maintenance?: MaintenanceStatus;
|
|
442
|
+
/**
|
|
443
|
+
* The name of the channel. (user-mutable)
|
|
444
|
+
* @public
|
|
445
|
+
*/
|
|
446
|
+
Name?: string;
|
|
447
|
+
/**
|
|
448
|
+
* Runtime details for the pipelines of a running channel.
|
|
449
|
+
* @public
|
|
450
|
+
*/
|
|
451
|
+
PipelineDetails?: PipelineDetail[];
|
|
452
|
+
/**
|
|
453
|
+
* The number of currently healthy pipelines.
|
|
454
|
+
* @public
|
|
455
|
+
*/
|
|
456
|
+
PipelinesRunningCount?: number;
|
|
457
|
+
/**
|
|
458
|
+
* The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
|
459
|
+
* @public
|
|
460
|
+
*/
|
|
461
|
+
RoleArn?: string;
|
|
462
|
+
/**
|
|
463
|
+
* Placeholder documentation for ChannelState
|
|
464
|
+
* @public
|
|
465
|
+
*/
|
|
466
|
+
State?: ChannelState;
|
|
467
|
+
/**
|
|
468
|
+
* A collection of key-value pairs.
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
471
|
+
Tags?: Record<string, string>;
|
|
472
|
+
/**
|
|
473
|
+
* Settings for VPC output
|
|
474
|
+
* @public
|
|
475
|
+
*/
|
|
476
|
+
Vpc?: VpcOutputSettingsDescription;
|
|
477
|
+
}
|
|
478
|
+
/**
|
|
479
|
+
* Placeholder documentation for DescribeInputRequest
|
|
480
|
+
* @public
|
|
481
|
+
*/
|
|
482
|
+
export interface DescribeInputRequest {
|
|
483
|
+
/**
|
|
484
|
+
* Unique ID of the input
|
|
485
|
+
* @public
|
|
486
|
+
*/
|
|
487
|
+
InputId: string | undefined;
|
|
488
|
+
}
|
|
489
|
+
/**
|
|
490
|
+
* Placeholder documentation for DescribeInputResponse
|
|
491
|
+
* @public
|
|
492
|
+
*/
|
|
493
|
+
export interface DescribeInputResponse {
|
|
494
|
+
/**
|
|
495
|
+
* The Unique ARN of the input (generated, immutable).
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
Arn?: string;
|
|
499
|
+
/**
|
|
500
|
+
* A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).
|
|
501
|
+
* @public
|
|
502
|
+
*/
|
|
503
|
+
AttachedChannels?: string[];
|
|
504
|
+
/**
|
|
505
|
+
* A list of the destinations of the input (PUSH-type).
|
|
506
|
+
* @public
|
|
507
|
+
*/
|
|
508
|
+
Destinations?: InputDestination[];
|
|
509
|
+
/**
|
|
510
|
+
* The generated ID of the input (unique for user account, immutable).
|
|
511
|
+
* @public
|
|
512
|
+
*/
|
|
513
|
+
Id?: string;
|
|
514
|
+
/**
|
|
515
|
+
* STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will be ingested; the second source will always be ignored, even if the first source fails.
|
|
516
|
+
* SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.
|
|
517
|
+
* @public
|
|
518
|
+
*/
|
|
519
|
+
InputClass?: InputClass;
|
|
520
|
+
/**
|
|
521
|
+
* Settings for the input devices.
|
|
522
|
+
* @public
|
|
523
|
+
*/
|
|
524
|
+
InputDevices?: InputDeviceSettings[];
|
|
525
|
+
/**
|
|
526
|
+
* A list of IDs for all Inputs which are partners of this one.
|
|
527
|
+
* @public
|
|
528
|
+
*/
|
|
529
|
+
InputPartnerIds?: string[];
|
|
530
|
+
/**
|
|
531
|
+
* Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes
|
|
532
|
+
* during input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE inputs.
|
|
533
|
+
* @public
|
|
534
|
+
*/
|
|
535
|
+
InputSourceType?: InputSourceType;
|
|
536
|
+
/**
|
|
537
|
+
* A list of MediaConnect Flows for this input.
|
|
538
|
+
* @public
|
|
539
|
+
*/
|
|
540
|
+
MediaConnectFlows?: MediaConnectFlow[];
|
|
541
|
+
/**
|
|
542
|
+
* The user-assigned name (This is a mutable value).
|
|
543
|
+
* @public
|
|
544
|
+
*/
|
|
545
|
+
Name?: string;
|
|
546
|
+
/**
|
|
547
|
+
* The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
|
|
548
|
+
* @public
|
|
549
|
+
*/
|
|
550
|
+
RoleArn?: string;
|
|
551
|
+
/**
|
|
552
|
+
* A list of IDs for all the Input Security Groups attached to the input.
|
|
553
|
+
* @public
|
|
554
|
+
*/
|
|
555
|
+
SecurityGroups?: string[];
|
|
556
|
+
/**
|
|
557
|
+
* A list of the sources of the input (PULL-type).
|
|
558
|
+
* @public
|
|
559
|
+
*/
|
|
560
|
+
Sources?: InputSource[];
|
|
561
|
+
/**
|
|
562
|
+
* Placeholder documentation for InputState
|
|
563
|
+
* @public
|
|
564
|
+
*/
|
|
565
|
+
State?: InputState;
|
|
566
|
+
/**
|
|
567
|
+
* A collection of key-value pairs.
|
|
568
|
+
* @public
|
|
569
|
+
*/
|
|
570
|
+
Tags?: Record<string, string>;
|
|
571
|
+
/**
|
|
572
|
+
* The different types of inputs that AWS Elemental MediaLive supports.
|
|
573
|
+
* @public
|
|
574
|
+
*/
|
|
575
|
+
Type?: InputType;
|
|
576
|
+
}
|
|
577
|
+
/**
|
|
578
|
+
* Placeholder documentation for DescribeInputDeviceRequest
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
export interface DescribeInputDeviceRequest {
|
|
582
|
+
/**
|
|
583
|
+
* The unique ID of this input device. For example, hd-123456789abcdef.
|
|
584
|
+
* @public
|
|
585
|
+
*/
|
|
586
|
+
InputDeviceId: string | undefined;
|
|
587
|
+
}
|
|
588
|
+
/**
|
|
589
|
+
* Placeholder documentation for DescribeInputDeviceResponse
|
|
590
|
+
* @public
|
|
591
|
+
*/
|
|
592
|
+
export interface DescribeInputDeviceResponse {
|
|
593
|
+
/**
|
|
594
|
+
* The unique ARN of the input device.
|
|
595
|
+
* @public
|
|
596
|
+
*/
|
|
597
|
+
Arn?: string;
|
|
598
|
+
/**
|
|
599
|
+
* The state of the connection between the input device and AWS.
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
ConnectionState?: InputDeviceConnectionState;
|
|
603
|
+
/**
|
|
604
|
+
* The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.
|
|
605
|
+
* @public
|
|
606
|
+
*/
|
|
607
|
+
DeviceSettingsSyncState?: DeviceSettingsSyncState;
|
|
608
|
+
/**
|
|
609
|
+
* The status of software on the input device.
|
|
610
|
+
* @public
|
|
611
|
+
*/
|
|
612
|
+
DeviceUpdateStatus?: DeviceUpdateStatus;
|
|
613
|
+
/**
|
|
614
|
+
* Settings that describe an input device that is type HD.
|
|
615
|
+
* @public
|
|
616
|
+
*/
|
|
617
|
+
HdDeviceSettings?: InputDeviceHdSettings;
|
|
618
|
+
/**
|
|
619
|
+
* The unique ID of the input device.
|
|
620
|
+
* @public
|
|
621
|
+
*/
|
|
622
|
+
Id?: string;
|
|
623
|
+
/**
|
|
624
|
+
* The network MAC address of the input device.
|
|
625
|
+
* @public
|
|
626
|
+
*/
|
|
627
|
+
MacAddress?: string;
|
|
628
|
+
/**
|
|
629
|
+
* A name that you specify for the input device.
|
|
630
|
+
* @public
|
|
631
|
+
*/
|
|
632
|
+
Name?: string;
|
|
633
|
+
/**
|
|
634
|
+
* The network settings for the input device.
|
|
635
|
+
* @public
|
|
636
|
+
*/
|
|
637
|
+
NetworkSettings?: InputDeviceNetworkSettings;
|
|
638
|
+
/**
|
|
639
|
+
* The unique serial number of the input device.
|
|
640
|
+
* @public
|
|
641
|
+
*/
|
|
642
|
+
SerialNumber?: string;
|
|
643
|
+
/**
|
|
644
|
+
* The type of the input device.
|
|
645
|
+
* @public
|
|
646
|
+
*/
|
|
647
|
+
Type?: InputDeviceType;
|
|
648
|
+
/**
|
|
649
|
+
* Settings that describe an input device that is type UHD.
|
|
650
|
+
* @public
|
|
651
|
+
*/
|
|
652
|
+
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
653
|
+
/**
|
|
654
|
+
* A collection of key-value pairs.
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
Tags?: Record<string, string>;
|
|
658
|
+
/**
|
|
659
|
+
* The Availability Zone associated with this input device.
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
662
|
+
AvailabilityZone?: string;
|
|
663
|
+
/**
|
|
664
|
+
* An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
MedialiveInputArns?: string[];
|
|
668
|
+
/**
|
|
669
|
+
* The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
OutputType?: InputDeviceOutputType;
|
|
673
|
+
}
|
|
674
|
+
/**
|
|
675
|
+
* Placeholder documentation for DescribeInputDeviceThumbnailRequest
|
|
676
|
+
* @public
|
|
677
|
+
*/
|
|
678
|
+
export interface DescribeInputDeviceThumbnailRequest {
|
|
679
|
+
/**
|
|
680
|
+
* The unique ID of this input device. For example, hd-123456789abcdef.
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
InputDeviceId: string | undefined;
|
|
684
|
+
/**
|
|
685
|
+
* The HTTP Accept header. Indicates the requested type for the thumbnail.
|
|
686
|
+
* @public
|
|
687
|
+
*/
|
|
688
|
+
Accept: AcceptHeader | undefined;
|
|
689
|
+
}
|
|
690
|
+
/**
|
|
691
|
+
* Placeholder documentation for DescribeInputDeviceThumbnailResponse
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
export interface DescribeInputDeviceThumbnailResponse {
|
|
695
|
+
/**
|
|
696
|
+
* The binary data for the thumbnail that the Link device has most recently sent to MediaLive.
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
699
|
+
Body?: StreamingBlobTypes;
|
|
700
|
+
/**
|
|
701
|
+
* Specifies the media type of the thumbnail.
|
|
702
|
+
* @public
|
|
703
|
+
*/
|
|
704
|
+
ContentType?: ContentType;
|
|
705
|
+
/**
|
|
706
|
+
* The length of the content.
|
|
707
|
+
* @public
|
|
708
|
+
*/
|
|
709
|
+
ContentLength?: number;
|
|
710
|
+
/**
|
|
711
|
+
* The unique, cacheable version of this thumbnail.
|
|
712
|
+
* @public
|
|
713
|
+
*/
|
|
714
|
+
ETag?: string;
|
|
715
|
+
/**
|
|
716
|
+
* The date and time the thumbnail was last updated at the device.
|
|
717
|
+
* @public
|
|
718
|
+
*/
|
|
719
|
+
LastModified?: Date;
|
|
720
|
+
}
|
|
721
|
+
/**
|
|
722
|
+
* Placeholder documentation for DescribeInputSecurityGroupRequest
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
725
|
+
export interface DescribeInputSecurityGroupRequest {
|
|
726
|
+
/**
|
|
727
|
+
* The id of the Input Security Group to describe
|
|
728
|
+
* @public
|
|
729
|
+
*/
|
|
730
|
+
InputSecurityGroupId: string | undefined;
|
|
731
|
+
}
|
|
732
|
+
/**
|
|
733
|
+
* Placeholder documentation for DescribeInputSecurityGroupResponse
|
|
734
|
+
* @public
|
|
735
|
+
*/
|
|
736
|
+
export interface DescribeInputSecurityGroupResponse {
|
|
737
|
+
/**
|
|
738
|
+
* Unique ARN of Input Security Group
|
|
739
|
+
* @public
|
|
740
|
+
*/
|
|
741
|
+
Arn?: string;
|
|
742
|
+
/**
|
|
743
|
+
* The Id of the Input Security Group
|
|
744
|
+
* @public
|
|
745
|
+
*/
|
|
746
|
+
Id?: string;
|
|
747
|
+
/**
|
|
748
|
+
* The list of inputs currently using this Input Security Group.
|
|
749
|
+
* @public
|
|
750
|
+
*/
|
|
751
|
+
Inputs?: string[];
|
|
752
|
+
/**
|
|
753
|
+
* The current state of the Input Security Group.
|
|
754
|
+
* @public
|
|
755
|
+
*/
|
|
756
|
+
State?: InputSecurityGroupState;
|
|
757
|
+
/**
|
|
758
|
+
* A collection of key-value pairs.
|
|
759
|
+
* @public
|
|
760
|
+
*/
|
|
761
|
+
Tags?: Record<string, string>;
|
|
762
|
+
/**
|
|
763
|
+
* Whitelist rules and their sync status
|
|
764
|
+
* @public
|
|
765
|
+
*/
|
|
766
|
+
WhitelistRules?: InputWhitelistRule[];
|
|
767
|
+
}
|
|
768
|
+
/**
|
|
769
|
+
* Placeholder documentation for DescribeMultiplexRequest
|
|
770
|
+
* @public
|
|
771
|
+
*/
|
|
772
|
+
export interface DescribeMultiplexRequest {
|
|
773
|
+
/**
|
|
774
|
+
* The ID of the multiplex.
|
|
775
|
+
* @public
|
|
776
|
+
*/
|
|
777
|
+
MultiplexId: string | undefined;
|
|
778
|
+
}
|
|
779
|
+
/**
|
|
780
|
+
* Placeholder documentation for DescribeMultiplexResponse
|
|
781
|
+
* @public
|
|
782
|
+
*/
|
|
783
|
+
export interface DescribeMultiplexResponse {
|
|
784
|
+
/**
|
|
785
|
+
* The unique arn of the multiplex.
|
|
786
|
+
* @public
|
|
787
|
+
*/
|
|
788
|
+
Arn?: string;
|
|
789
|
+
/**
|
|
790
|
+
* A list of availability zones for the multiplex.
|
|
791
|
+
* @public
|
|
792
|
+
*/
|
|
793
|
+
AvailabilityZones?: string[];
|
|
794
|
+
/**
|
|
795
|
+
* A list of the multiplex output destinations.
|
|
796
|
+
* @public
|
|
797
|
+
*/
|
|
798
|
+
Destinations?: MultiplexOutputDestination[];
|
|
799
|
+
/**
|
|
800
|
+
* The unique id of the multiplex.
|
|
801
|
+
* @public
|
|
802
|
+
*/
|
|
803
|
+
Id?: string;
|
|
804
|
+
/**
|
|
805
|
+
* Configuration for a multiplex event.
|
|
806
|
+
* @public
|
|
807
|
+
*/
|
|
808
|
+
MultiplexSettings?: MultiplexSettings;
|
|
809
|
+
/**
|
|
810
|
+
* The name of the multiplex.
|
|
811
|
+
* @public
|
|
812
|
+
*/
|
|
813
|
+
Name?: string;
|
|
814
|
+
/**
|
|
815
|
+
* The number of currently healthy pipelines.
|
|
816
|
+
* @public
|
|
817
|
+
*/
|
|
818
|
+
PipelinesRunningCount?: number;
|
|
819
|
+
/**
|
|
820
|
+
* The number of programs in the multiplex.
|
|
821
|
+
* @public
|
|
822
|
+
*/
|
|
823
|
+
ProgramCount?: number;
|
|
824
|
+
/**
|
|
825
|
+
* The current state of the multiplex.
|
|
826
|
+
* @public
|
|
827
|
+
*/
|
|
828
|
+
State?: MultiplexState;
|
|
829
|
+
/**
|
|
830
|
+
* A collection of key-value pairs.
|
|
831
|
+
* @public
|
|
832
|
+
*/
|
|
833
|
+
Tags?: Record<string, string>;
|
|
834
|
+
}
|
|
835
|
+
/**
|
|
836
|
+
* Placeholder documentation for DescribeMultiplexProgramRequest
|
|
837
|
+
* @public
|
|
838
|
+
*/
|
|
839
|
+
export interface DescribeMultiplexProgramRequest {
|
|
840
|
+
/**
|
|
841
|
+
* The ID of the multiplex that the program belongs to.
|
|
842
|
+
* @public
|
|
843
|
+
*/
|
|
844
|
+
MultiplexId: string | undefined;
|
|
845
|
+
/**
|
|
846
|
+
* The name of the program.
|
|
847
|
+
* @public
|
|
848
|
+
*/
|
|
849
|
+
ProgramName: string | undefined;
|
|
850
|
+
}
|
|
851
|
+
/**
|
|
852
|
+
* Placeholder documentation for DescribeMultiplexProgramResponse
|
|
853
|
+
* @public
|
|
854
|
+
*/
|
|
855
|
+
export interface DescribeMultiplexProgramResponse {
|
|
856
|
+
/**
|
|
857
|
+
* The MediaLive channel associated with the program.
|
|
858
|
+
* @public
|
|
859
|
+
*/
|
|
860
|
+
ChannelId?: string;
|
|
861
|
+
/**
|
|
862
|
+
* The settings for this multiplex program.
|
|
863
|
+
* @public
|
|
864
|
+
*/
|
|
865
|
+
MultiplexProgramSettings?: MultiplexProgramSettings;
|
|
866
|
+
/**
|
|
867
|
+
* The packet identifier map for this multiplex program.
|
|
868
|
+
* @public
|
|
869
|
+
*/
|
|
870
|
+
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
|
|
871
|
+
/**
|
|
872
|
+
* Contains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.
|
|
873
|
+
* @public
|
|
874
|
+
*/
|
|
875
|
+
PipelineDetails?: MultiplexProgramPipelineDetail[];
|
|
876
|
+
/**
|
|
877
|
+
* The name of the multiplex program.
|
|
878
|
+
* @public
|
|
879
|
+
*/
|
|
880
|
+
ProgramName?: string;
|
|
881
|
+
}
|
|
882
|
+
/**
|
|
883
|
+
* Placeholder documentation for DescribeOfferingRequest
|
|
884
|
+
* @public
|
|
885
|
+
*/
|
|
886
|
+
export interface DescribeOfferingRequest {
|
|
887
|
+
/**
|
|
888
|
+
* Unique offering ID, e.g. '87654321'
|
|
889
|
+
* @public
|
|
890
|
+
*/
|
|
891
|
+
OfferingId: string | undefined;
|
|
892
|
+
}
|
|
893
|
+
/**
|
|
894
|
+
* Placeholder documentation for DescribeOfferingResponse
|
|
895
|
+
* @public
|
|
896
|
+
*/
|
|
897
|
+
export interface DescribeOfferingResponse {
|
|
898
|
+
/**
|
|
899
|
+
* Unique offering ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:offering:87654321'
|
|
900
|
+
* @public
|
|
901
|
+
*/
|
|
902
|
+
Arn?: string;
|
|
903
|
+
/**
|
|
904
|
+
* Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'
|
|
905
|
+
* @public
|
|
906
|
+
*/
|
|
907
|
+
CurrencyCode?: string;
|
|
908
|
+
/**
|
|
909
|
+
* Lease duration, e.g. '12'
|
|
910
|
+
* @public
|
|
911
|
+
*/
|
|
912
|
+
Duration?: number;
|
|
913
|
+
/**
|
|
914
|
+
* Units for duration, e.g. 'MONTHS'
|
|
915
|
+
* @public
|
|
916
|
+
*/
|
|
917
|
+
DurationUnits?: OfferingDurationUnits;
|
|
918
|
+
/**
|
|
919
|
+
* One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering
|
|
920
|
+
* @public
|
|
921
|
+
*/
|
|
922
|
+
FixedPrice?: number;
|
|
923
|
+
/**
|
|
924
|
+
* Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'
|
|
925
|
+
* @public
|
|
926
|
+
*/
|
|
927
|
+
OfferingDescription?: string;
|
|
928
|
+
/**
|
|
929
|
+
* Unique offering ID, e.g. '87654321'
|
|
930
|
+
* @public
|
|
931
|
+
*/
|
|
932
|
+
OfferingId?: string;
|
|
933
|
+
/**
|
|
934
|
+
* Offering type, e.g. 'NO_UPFRONT'
|
|
935
|
+
* @public
|
|
936
|
+
*/
|
|
937
|
+
OfferingType?: OfferingType;
|
|
938
|
+
/**
|
|
939
|
+
* AWS region, e.g. 'us-west-2'
|
|
940
|
+
* @public
|
|
941
|
+
*/
|
|
942
|
+
Region?: string;
|
|
943
|
+
/**
|
|
944
|
+
* Resource configuration details
|
|
945
|
+
* @public
|
|
946
|
+
*/
|
|
947
|
+
ResourceSpecification?: ReservationResourceSpecification;
|
|
948
|
+
/**
|
|
949
|
+
* Recurring usage charge for each reserved resource, e.g. '157.0'
|
|
950
|
+
* @public
|
|
951
|
+
*/
|
|
952
|
+
UsagePrice?: number;
|
|
953
|
+
}
|
|
954
|
+
/**
|
|
955
|
+
* Placeholder documentation for DescribeReservationRequest
|
|
956
|
+
* @public
|
|
957
|
+
*/
|
|
958
|
+
export interface DescribeReservationRequest {
|
|
959
|
+
/**
|
|
960
|
+
* Unique reservation ID, e.g. '1234567'
|
|
961
|
+
* @public
|
|
962
|
+
*/
|
|
963
|
+
ReservationId: string | undefined;
|
|
964
|
+
}
|
|
965
|
+
/**
|
|
966
|
+
* Placeholder documentation for DescribeReservationResponse
|
|
967
|
+
* @public
|
|
968
|
+
*/
|
|
969
|
+
export interface DescribeReservationResponse {
|
|
970
|
+
/**
|
|
971
|
+
* Unique reservation ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:reservation:1234567'
|
|
972
|
+
* @public
|
|
973
|
+
*/
|
|
974
|
+
Arn?: string;
|
|
975
|
+
/**
|
|
976
|
+
* Number of reserved resources
|
|
977
|
+
* @public
|
|
978
|
+
*/
|
|
979
|
+
Count?: number;
|
|
980
|
+
/**
|
|
981
|
+
* Currency code for usagePrice and fixedPrice in ISO-4217 format, e.g. 'USD'
|
|
982
|
+
* @public
|
|
983
|
+
*/
|
|
984
|
+
CurrencyCode?: string;
|
|
985
|
+
/**
|
|
986
|
+
* Lease duration, e.g. '12'
|
|
987
|
+
* @public
|
|
988
|
+
*/
|
|
989
|
+
Duration?: number;
|
|
990
|
+
/**
|
|
991
|
+
* Units for duration, e.g. 'MONTHS'
|
|
992
|
+
* @public
|
|
993
|
+
*/
|
|
994
|
+
DurationUnits?: OfferingDurationUnits;
|
|
995
|
+
/**
|
|
996
|
+
* Reservation UTC end date and time in ISO-8601 format, e.g. '2019-03-01T00:00:00'
|
|
997
|
+
* @public
|
|
998
|
+
*/
|
|
999
|
+
End?: string;
|
|
1000
|
+
/**
|
|
1001
|
+
* One-time charge for each reserved resource, e.g. '0.0' for a NO_UPFRONT offering
|
|
1002
|
+
* @public
|
|
1003
|
+
*/
|
|
1004
|
+
FixedPrice?: number;
|
|
1005
|
+
/**
|
|
1006
|
+
* User specified reservation name
|
|
1007
|
+
* @public
|
|
1008
|
+
*/
|
|
1009
|
+
Name?: string;
|
|
1010
|
+
/**
|
|
1011
|
+
* Offering description, e.g. 'HD AVC output at 10-20 Mbps, 30 fps, and standard VQ in US West (Oregon)'
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
1014
|
+
OfferingDescription?: string;
|
|
1015
|
+
/**
|
|
1016
|
+
* Unique offering ID, e.g. '87654321'
|
|
1017
|
+
* @public
|
|
1018
|
+
*/
|
|
1019
|
+
OfferingId?: string;
|
|
1020
|
+
/**
|
|
1021
|
+
* Offering type, e.g. 'NO_UPFRONT'
|
|
1022
|
+
* @public
|
|
1023
|
+
*/
|
|
1024
|
+
OfferingType?: OfferingType;
|
|
1025
|
+
/**
|
|
1026
|
+
* AWS region, e.g. 'us-west-2'
|
|
1027
|
+
* @public
|
|
1028
|
+
*/
|
|
1029
|
+
Region?: string;
|
|
1030
|
+
/**
|
|
1031
|
+
* Renewal settings for the reservation
|
|
1032
|
+
* @public
|
|
1033
|
+
*/
|
|
1034
|
+
RenewalSettings?: RenewalSettings;
|
|
1035
|
+
/**
|
|
1036
|
+
* Unique reservation ID, e.g. '1234567'
|
|
1037
|
+
* @public
|
|
1038
|
+
*/
|
|
1039
|
+
ReservationId?: string;
|
|
1040
|
+
/**
|
|
1041
|
+
* Resource configuration details
|
|
1042
|
+
* @public
|
|
1043
|
+
*/
|
|
1044
|
+
ResourceSpecification?: ReservationResourceSpecification;
|
|
1045
|
+
/**
|
|
1046
|
+
* Reservation UTC start date and time in ISO-8601 format, e.g. '2018-03-01T00:00:00'
|
|
1047
|
+
* @public
|
|
1048
|
+
*/
|
|
1049
|
+
Start?: string;
|
|
1050
|
+
/**
|
|
1051
|
+
* Current state of reservation, e.g. 'ACTIVE'
|
|
1052
|
+
* @public
|
|
1053
|
+
*/
|
|
1054
|
+
State?: ReservationState;
|
|
1055
|
+
/**
|
|
1056
|
+
* A collection of key-value pairs
|
|
1057
|
+
* @public
|
|
1058
|
+
*/
|
|
1059
|
+
Tags?: Record<string, string>;
|
|
1060
|
+
/**
|
|
1061
|
+
* Recurring usage charge for each reserved resource, e.g. '157.0'
|
|
1062
|
+
* @public
|
|
1063
|
+
*/
|
|
1064
|
+
UsagePrice?: number;
|
|
1065
|
+
}
|
|
1066
|
+
/**
|
|
1067
|
+
* Placeholder documentation for DescribeScheduleRequest
|
|
1068
|
+
* @public
|
|
1069
|
+
*/
|
|
1070
|
+
export interface DescribeScheduleRequest {
|
|
1071
|
+
/**
|
|
1072
|
+
* Id of the channel whose schedule is being updated.
|
|
1073
|
+
* @public
|
|
1074
|
+
*/
|
|
1075
|
+
ChannelId: string | undefined;
|
|
1076
|
+
/**
|
|
1077
|
+
* Placeholder documentation for MaxResults
|
|
1078
|
+
* @public
|
|
1079
|
+
*/
|
|
1080
|
+
MaxResults?: number;
|
|
1081
|
+
/**
|
|
1082
|
+
* Placeholder documentation for __string
|
|
1083
|
+
* @public
|
|
1084
|
+
*/
|
|
1085
|
+
NextToken?: string;
|
|
1086
|
+
}
|
|
1087
|
+
/**
|
|
1088
|
+
* Placeholder documentation for DescribeScheduleResponse
|
|
1089
|
+
* @public
|
|
1090
|
+
*/
|
|
1091
|
+
export interface DescribeScheduleResponse {
|
|
1092
|
+
/**
|
|
1093
|
+
* The next token; for use in pagination.
|
|
1094
|
+
* @public
|
|
1095
|
+
*/
|
|
1096
|
+
NextToken?: string;
|
|
1097
|
+
/**
|
|
1098
|
+
* The list of actions in the schedule.
|
|
1099
|
+
* @public
|
|
1100
|
+
*/
|
|
1101
|
+
ScheduleActions?: ScheduleAction[];
|
|
1102
|
+
}
|
|
1103
|
+
/**
|
|
1104
|
+
* Placeholder documentation for DescribeThumbnailsRequest
|
|
1105
|
+
* @public
|
|
1106
|
+
*/
|
|
1107
|
+
export interface DescribeThumbnailsRequest {
|
|
1108
|
+
/**
|
|
1109
|
+
* Unique ID of the channel
|
|
1110
|
+
* @public
|
|
1111
|
+
*/
|
|
1112
|
+
ChannelId: string | undefined;
|
|
1113
|
+
/**
|
|
1114
|
+
* Pipeline ID ("0" or "1")
|
|
1115
|
+
* @public
|
|
1116
|
+
*/
|
|
1117
|
+
PipelineId: string | undefined;
|
|
1118
|
+
/**
|
|
1119
|
+
* thumbnail type
|
|
1120
|
+
* @public
|
|
1121
|
+
*/
|
|
1122
|
+
ThumbnailType: string | undefined;
|
|
1123
|
+
}
|
|
1124
|
+
/**
|
|
1125
|
+
* Placeholder documentation for DescribeThumbnailsResponse
|
|
1126
|
+
* @public
|
|
1127
|
+
*/
|
|
1128
|
+
export interface DescribeThumbnailsResponse {
|
|
1129
|
+
/**
|
|
1130
|
+
* Placeholder documentation for __listOfThumbnailDetail
|
|
1131
|
+
* @public
|
|
1132
|
+
*/
|
|
1133
|
+
ThumbnailDetails?: ThumbnailDetail[];
|
|
1134
|
+
}
|
|
1135
|
+
/**
|
|
1136
|
+
* Placeholder documentation for GetCloudWatchAlarmTemplateRequest
|
|
1137
|
+
* @public
|
|
1138
|
+
*/
|
|
1139
|
+
export interface GetCloudWatchAlarmTemplateRequest {
|
|
1140
|
+
/**
|
|
1141
|
+
* A cloudwatch alarm template's identifier. Can be either be its id or current name.
|
|
1142
|
+
* @public
|
|
1143
|
+
*/
|
|
1144
|
+
Identifier: string | undefined;
|
|
1145
|
+
}
|
|
1146
|
+
/**
|
|
1147
|
+
* Placeholder documentation for GetCloudWatchAlarmTemplateResponse
|
|
1148
|
+
* @public
|
|
1149
|
+
*/
|
|
1150
|
+
export interface GetCloudWatchAlarmTemplateResponse {
|
|
1151
|
+
/**
|
|
1152
|
+
* A cloudwatch alarm template's ARN (Amazon Resource Name)
|
|
1153
|
+
* @public
|
|
1154
|
+
*/
|
|
1155
|
+
Arn?: string;
|
|
1156
|
+
/**
|
|
1157
|
+
* The comparison operator used to compare the specified statistic and the threshold.
|
|
1158
|
+
* @public
|
|
1159
|
+
*/
|
|
1160
|
+
ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
|
|
1161
|
+
/**
|
|
1162
|
+
* Placeholder documentation for __timestampIso8601
|
|
1163
|
+
* @public
|
|
1164
|
+
*/
|
|
1165
|
+
CreatedAt?: Date;
|
|
1166
|
+
/**
|
|
1167
|
+
* The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
|
|
1168
|
+
* @public
|
|
1169
|
+
*/
|
|
1170
|
+
DatapointsToAlarm?: number;
|
|
1171
|
+
/**
|
|
1172
|
+
* A resource's optional description.
|
|
1173
|
+
* @public
|
|
1174
|
+
*/
|
|
1175
|
+
Description?: string;
|
|
1176
|
+
/**
|
|
1177
|
+
* The number of periods over which data is compared to the specified threshold.
|
|
1178
|
+
* @public
|
|
1179
|
+
*/
|
|
1180
|
+
EvaluationPeriods?: number;
|
|
1181
|
+
/**
|
|
1182
|
+
* A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
|
|
1183
|
+
* @public
|
|
1184
|
+
*/
|
|
1185
|
+
GroupId?: string;
|
|
1186
|
+
/**
|
|
1187
|
+
* A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
|
|
1188
|
+
* @public
|
|
1189
|
+
*/
|
|
1190
|
+
Id?: string;
|
|
1191
|
+
/**
|
|
1192
|
+
* The name of the metric associated with the alarm. Must be compatible with targetResourceType.
|
|
1193
|
+
* @public
|
|
1194
|
+
*/
|
|
1195
|
+
MetricName?: string;
|
|
1196
|
+
/**
|
|
1197
|
+
* Placeholder documentation for __timestampIso8601
|
|
1198
|
+
* @public
|
|
1199
|
+
*/
|
|
1200
|
+
ModifiedAt?: Date;
|
|
1201
|
+
/**
|
|
1202
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
1203
|
+
* @public
|
|
1204
|
+
*/
|
|
1205
|
+
Name?: string;
|
|
1206
|
+
/**
|
|
1207
|
+
* The period, in seconds, over which the specified statistic is applied.
|
|
1208
|
+
* @public
|
|
1209
|
+
*/
|
|
1210
|
+
Period?: number;
|
|
1211
|
+
/**
|
|
1212
|
+
* The statistic to apply to the alarm's metric data.
|
|
1213
|
+
* @public
|
|
1214
|
+
*/
|
|
1215
|
+
Statistic?: CloudWatchAlarmTemplateStatistic;
|
|
1216
|
+
/**
|
|
1217
|
+
* Represents the tags associated with a resource.
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1220
|
+
Tags?: Record<string, string>;
|
|
1221
|
+
/**
|
|
1222
|
+
* The resource type this template should dynamically generate cloudwatch metric alarms for.
|
|
1223
|
+
* @public
|
|
1224
|
+
*/
|
|
1225
|
+
TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
|
|
1226
|
+
/**
|
|
1227
|
+
* The threshold value to compare with the specified statistic.
|
|
1228
|
+
* @public
|
|
1229
|
+
*/
|
|
1230
|
+
Threshold?: number;
|
|
1231
|
+
/**
|
|
1232
|
+
* Specifies how missing data points are treated when evaluating the alarm's condition.
|
|
1233
|
+
* @public
|
|
1234
|
+
*/
|
|
1235
|
+
TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
|
|
1236
|
+
}
|
|
1237
|
+
/**
|
|
1238
|
+
* Placeholder documentation for GetCloudWatchAlarmTemplateGroupRequest
|
|
1239
|
+
* @public
|
|
1240
|
+
*/
|
|
1241
|
+
export interface GetCloudWatchAlarmTemplateGroupRequest {
|
|
1242
|
+
/**
|
|
1243
|
+
* A cloudwatch alarm template group's identifier. Can be either be its id or current name.
|
|
1244
|
+
* @public
|
|
1245
|
+
*/
|
|
1246
|
+
Identifier: string | undefined;
|
|
1247
|
+
}
|
|
1248
|
+
/**
|
|
1249
|
+
* Placeholder documentation for GetCloudWatchAlarmTemplateGroupResponse
|
|
1250
|
+
* @public
|
|
1251
|
+
*/
|
|
1252
|
+
export interface GetCloudWatchAlarmTemplateGroupResponse {
|
|
1253
|
+
/**
|
|
1254
|
+
* A cloudwatch alarm template group's ARN (Amazon Resource Name)
|
|
1255
|
+
* @public
|
|
1256
|
+
*/
|
|
1257
|
+
Arn?: string;
|
|
1258
|
+
/**
|
|
1259
|
+
* Placeholder documentation for __timestampIso8601
|
|
1260
|
+
* @public
|
|
1261
|
+
*/
|
|
1262
|
+
CreatedAt?: Date;
|
|
1263
|
+
/**
|
|
1264
|
+
* A resource's optional description.
|
|
1265
|
+
* @public
|
|
1266
|
+
*/
|
|
1267
|
+
Description?: string;
|
|
1268
|
+
/**
|
|
1269
|
+
* A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
|
|
1270
|
+
* @public
|
|
1271
|
+
*/
|
|
1272
|
+
Id?: string;
|
|
1273
|
+
/**
|
|
1274
|
+
* Placeholder documentation for __timestampIso8601
|
|
1275
|
+
* @public
|
|
1276
|
+
*/
|
|
1277
|
+
ModifiedAt?: Date;
|
|
1278
|
+
/**
|
|
1279
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
1280
|
+
* @public
|
|
1281
|
+
*/
|
|
1282
|
+
Name?: string;
|
|
1283
|
+
/**
|
|
1284
|
+
* Represents the tags associated with a resource.
|
|
1285
|
+
* @public
|
|
1286
|
+
*/
|
|
1287
|
+
Tags?: Record<string, string>;
|
|
1288
|
+
}
|
|
1289
|
+
/**
|
|
1290
|
+
* Placeholder documentation for GetEventBridgeRuleTemplateRequest
|
|
1291
|
+
* @public
|
|
1292
|
+
*/
|
|
1293
|
+
export interface GetEventBridgeRuleTemplateRequest {
|
|
1294
|
+
/**
|
|
1295
|
+
* An eventbridge rule template's identifier. Can be either be its id or current name.
|
|
1296
|
+
* @public
|
|
1297
|
+
*/
|
|
1298
|
+
Identifier: string | undefined;
|
|
1299
|
+
}
|
|
1300
|
+
/**
|
|
1301
|
+
* Placeholder documentation for GetEventBridgeRuleTemplateResponse
|
|
1302
|
+
* @public
|
|
1303
|
+
*/
|
|
1304
|
+
export interface GetEventBridgeRuleTemplateResponse {
|
|
1305
|
+
/**
|
|
1306
|
+
* An eventbridge rule template's ARN (Amazon Resource Name)
|
|
1307
|
+
* @public
|
|
1308
|
+
*/
|
|
1309
|
+
Arn?: string;
|
|
1310
|
+
/**
|
|
1311
|
+
* Placeholder documentation for __timestampIso8601
|
|
1312
|
+
* @public
|
|
1313
|
+
*/
|
|
1314
|
+
CreatedAt?: Date;
|
|
1315
|
+
/**
|
|
1316
|
+
* A resource's optional description.
|
|
1317
|
+
* @public
|
|
1318
|
+
*/
|
|
1319
|
+
Description?: string;
|
|
1320
|
+
/**
|
|
1321
|
+
* Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
|
|
1322
|
+
* @public
|
|
1323
|
+
*/
|
|
1324
|
+
EventTargets?: EventBridgeRuleTemplateTarget[];
|
|
1325
|
+
/**
|
|
1326
|
+
* The type of event to match with the rule.
|
|
1327
|
+
* @public
|
|
1328
|
+
*/
|
|
1329
|
+
EventType?: EventBridgeRuleTemplateEventType;
|
|
1330
|
+
/**
|
|
1331
|
+
* An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
|
|
1332
|
+
* @public
|
|
1333
|
+
*/
|
|
1334
|
+
GroupId?: string;
|
|
1335
|
+
/**
|
|
1336
|
+
* An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
|
|
1337
|
+
* @public
|
|
1338
|
+
*/
|
|
1339
|
+
Id?: string;
|
|
1340
|
+
/**
|
|
1341
|
+
* Placeholder documentation for __timestampIso8601
|
|
1342
|
+
* @public
|
|
1343
|
+
*/
|
|
1344
|
+
ModifiedAt?: Date;
|
|
1345
|
+
/**
|
|
1346
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
1347
|
+
* @public
|
|
1348
|
+
*/
|
|
1349
|
+
Name?: string;
|
|
1350
|
+
/**
|
|
1351
|
+
* Represents the tags associated with a resource.
|
|
1352
|
+
* @public
|
|
1353
|
+
*/
|
|
1354
|
+
Tags?: Record<string, string>;
|
|
1355
|
+
}
|
|
1356
|
+
/**
|
|
1357
|
+
* Placeholder documentation for GetEventBridgeRuleTemplateGroupRequest
|
|
1358
|
+
* @public
|
|
1359
|
+
*/
|
|
1360
|
+
export interface GetEventBridgeRuleTemplateGroupRequest {
|
|
1361
|
+
/**
|
|
1362
|
+
* An eventbridge rule template group's identifier. Can be either be its id or current name.
|
|
1363
|
+
* @public
|
|
1364
|
+
*/
|
|
1365
|
+
Identifier: string | undefined;
|
|
1366
|
+
}
|
|
1367
|
+
/**
|
|
1368
|
+
* Placeholder documentation for GetEventBridgeRuleTemplateGroupResponse
|
|
1369
|
+
* @public
|
|
1370
|
+
*/
|
|
1371
|
+
export interface GetEventBridgeRuleTemplateGroupResponse {
|
|
1372
|
+
/**
|
|
1373
|
+
* An eventbridge rule template group's ARN (Amazon Resource Name)
|
|
1374
|
+
* @public
|
|
1375
|
+
*/
|
|
1376
|
+
Arn?: string;
|
|
91
1377
|
/**
|
|
92
|
-
*
|
|
1378
|
+
* Placeholder documentation for __timestampIso8601
|
|
93
1379
|
* @public
|
|
94
1380
|
*/
|
|
95
|
-
|
|
1381
|
+
CreatedAt?: Date;
|
|
96
1382
|
/**
|
|
97
|
-
*
|
|
1383
|
+
* A resource's optional description.
|
|
98
1384
|
* @public
|
|
99
1385
|
*/
|
|
100
|
-
|
|
1386
|
+
Description?: string;
|
|
101
1387
|
/**
|
|
102
|
-
*
|
|
1388
|
+
* An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
|
|
103
1389
|
* @public
|
|
104
1390
|
*/
|
|
105
|
-
|
|
1391
|
+
Id?: string;
|
|
106
1392
|
/**
|
|
107
|
-
*
|
|
1393
|
+
* Placeholder documentation for __timestampIso8601
|
|
108
1394
|
* @public
|
|
109
1395
|
*/
|
|
110
|
-
|
|
1396
|
+
ModifiedAt?: Date;
|
|
111
1397
|
/**
|
|
112
|
-
*
|
|
1398
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
113
1399
|
* @public
|
|
114
1400
|
*/
|
|
115
|
-
|
|
1401
|
+
Name?: string;
|
|
116
1402
|
/**
|
|
117
|
-
*
|
|
1403
|
+
* Represents the tags associated with a resource.
|
|
118
1404
|
* @public
|
|
119
1405
|
*/
|
|
120
|
-
|
|
1406
|
+
Tags?: Record<string, string>;
|
|
121
1407
|
}
|
|
122
1408
|
/**
|
|
123
|
-
* Placeholder documentation for
|
|
1409
|
+
* Placeholder documentation for GetSignalMapRequest
|
|
124
1410
|
* @public
|
|
125
1411
|
*/
|
|
126
|
-
export interface
|
|
1412
|
+
export interface GetSignalMapRequest {
|
|
127
1413
|
/**
|
|
128
|
-
*
|
|
1414
|
+
* A signal map's identifier. Can be either be its id or current name.
|
|
129
1415
|
* @public
|
|
130
1416
|
*/
|
|
131
|
-
|
|
1417
|
+
Identifier: string | undefined;
|
|
132
1418
|
}
|
|
133
1419
|
/**
|
|
134
|
-
* Placeholder documentation for
|
|
1420
|
+
* Placeholder documentation for GetSignalMapResponse
|
|
135
1421
|
* @public
|
|
136
1422
|
*/
|
|
137
|
-
export interface
|
|
1423
|
+
export interface GetSignalMapResponse {
|
|
138
1424
|
/**
|
|
139
|
-
*
|
|
1425
|
+
* A signal map's ARN (Amazon Resource Name)
|
|
140
1426
|
* @public
|
|
141
1427
|
*/
|
|
142
1428
|
Arn?: string;
|
|
143
1429
|
/**
|
|
144
|
-
*
|
|
1430
|
+
* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
|
|
145
1431
|
* @public
|
|
146
1432
|
*/
|
|
147
|
-
|
|
1433
|
+
CloudWatchAlarmTemplateGroupIds?: string[];
|
|
148
1434
|
/**
|
|
149
|
-
*
|
|
1435
|
+
* Placeholder documentation for __timestampIso8601
|
|
150
1436
|
* @public
|
|
151
1437
|
*/
|
|
152
|
-
|
|
1438
|
+
CreatedAt?: Date;
|
|
153
1439
|
/**
|
|
154
|
-
*
|
|
1440
|
+
* A resource's optional description.
|
|
155
1441
|
* @public
|
|
156
1442
|
*/
|
|
157
|
-
|
|
1443
|
+
Description?: string;
|
|
158
1444
|
/**
|
|
159
|
-
*
|
|
1445
|
+
* A top-level supported AWS resource ARN to discovery a signal map from.
|
|
160
1446
|
* @public
|
|
161
1447
|
*/
|
|
162
|
-
|
|
1448
|
+
DiscoveryEntryPointArn?: string;
|
|
163
1449
|
/**
|
|
164
|
-
*
|
|
1450
|
+
* Error message associated with a failed creation or failed update attempt of a signal map.
|
|
165
1451
|
* @public
|
|
166
1452
|
*/
|
|
167
|
-
|
|
1453
|
+
ErrorMessage?: string;
|
|
168
1454
|
/**
|
|
169
|
-
*
|
|
1455
|
+
* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
|
|
170
1456
|
* @public
|
|
171
1457
|
*/
|
|
172
|
-
|
|
1458
|
+
EventBridgeRuleTemplateGroupIds?: string[];
|
|
173
1459
|
/**
|
|
174
|
-
*
|
|
1460
|
+
* A map representing an incomplete AWS media workflow as a graph.
|
|
175
1461
|
* @public
|
|
176
1462
|
*/
|
|
177
|
-
|
|
1463
|
+
FailedMediaResourceMap?: Record<string, MediaResource>;
|
|
178
1464
|
/**
|
|
179
|
-
*
|
|
1465
|
+
* A signal map's id.
|
|
180
1466
|
* @public
|
|
181
1467
|
*/
|
|
182
|
-
|
|
1468
|
+
Id?: string;
|
|
183
1469
|
/**
|
|
184
|
-
*
|
|
1470
|
+
* Placeholder documentation for __timestampIso8601
|
|
185
1471
|
* @public
|
|
186
1472
|
*/
|
|
187
|
-
|
|
1473
|
+
LastDiscoveredAt?: Date;
|
|
188
1474
|
/**
|
|
189
|
-
*
|
|
1475
|
+
* Represents the latest successful monitor deployment of a signal map.
|
|
190
1476
|
* @public
|
|
191
1477
|
*/
|
|
192
|
-
|
|
1478
|
+
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
|
|
193
1479
|
/**
|
|
194
|
-
* AWS
|
|
1480
|
+
* A map representing an AWS media workflow as a graph.
|
|
195
1481
|
* @public
|
|
196
1482
|
*/
|
|
197
|
-
|
|
1483
|
+
MediaResourceMap?: Record<string, MediaResource>;
|
|
198
1484
|
/**
|
|
199
|
-
*
|
|
1485
|
+
* Placeholder documentation for __timestampIso8601
|
|
200
1486
|
* @public
|
|
201
1487
|
*/
|
|
202
|
-
|
|
1488
|
+
ModifiedAt?: Date;
|
|
203
1489
|
/**
|
|
204
|
-
*
|
|
1490
|
+
* If true, there are pending monitor changes for this signal map that can be deployed.
|
|
205
1491
|
* @public
|
|
206
1492
|
*/
|
|
207
|
-
|
|
1493
|
+
MonitorChangesPendingDeployment?: boolean;
|
|
208
1494
|
/**
|
|
209
|
-
*
|
|
1495
|
+
* Represents the latest monitor deployment of a signal map.
|
|
210
1496
|
* @public
|
|
211
1497
|
*/
|
|
212
|
-
|
|
1498
|
+
MonitorDeployment?: MonitorDeployment;
|
|
213
1499
|
/**
|
|
214
|
-
*
|
|
1500
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
215
1501
|
* @public
|
|
216
1502
|
*/
|
|
217
|
-
|
|
1503
|
+
Name?: string;
|
|
218
1504
|
/**
|
|
219
|
-
*
|
|
1505
|
+
* A signal map's current status which is dependent on its lifecycle actions or associated jobs.
|
|
220
1506
|
* @public
|
|
221
1507
|
*/
|
|
222
|
-
|
|
1508
|
+
Status?: SignalMapStatus;
|
|
223
1509
|
/**
|
|
224
|
-
*
|
|
1510
|
+
* Represents the tags associated with a resource.
|
|
225
1511
|
* @public
|
|
226
1512
|
*/
|
|
227
1513
|
Tags?: Record<string, string>;
|
|
1514
|
+
}
|
|
1515
|
+
/**
|
|
1516
|
+
* Parameters required to attach a MediaConnect flow to the device.
|
|
1517
|
+
* @public
|
|
1518
|
+
*/
|
|
1519
|
+
export interface InputDeviceMediaConnectConfigurableSettings {
|
|
228
1520
|
/**
|
|
229
|
-
*
|
|
1521
|
+
* The ARN of the MediaConnect flow to attach this device to.
|
|
230
1522
|
* @public
|
|
231
1523
|
*/
|
|
232
|
-
|
|
1524
|
+
FlowArn?: string;
|
|
1525
|
+
/**
|
|
1526
|
+
* The ARN for the role that MediaLive assumes to access the attached flow and secret. For more information about how to create this role, see the MediaLive user guide.
|
|
1527
|
+
* @public
|
|
1528
|
+
*/
|
|
1529
|
+
RoleArn?: string;
|
|
1530
|
+
/**
|
|
1531
|
+
* The ARN for the secret that holds the encryption key to encrypt the content output by the device.
|
|
1532
|
+
* @public
|
|
1533
|
+
*/
|
|
1534
|
+
SecretArn?: string;
|
|
1535
|
+
/**
|
|
1536
|
+
* The name of the MediaConnect Flow source to stream to.
|
|
1537
|
+
* @public
|
|
1538
|
+
*/
|
|
1539
|
+
SourceName?: string;
|
|
233
1540
|
}
|
|
234
1541
|
/**
|
|
235
|
-
*
|
|
1542
|
+
* Configurable settings for the input device.
|
|
236
1543
|
* @public
|
|
237
1544
|
*/
|
|
238
|
-
export interface
|
|
1545
|
+
export interface InputDeviceConfigurableSettings {
|
|
239
1546
|
/**
|
|
240
|
-
*
|
|
1547
|
+
* The input source that you want to use. If the device has a source connected to only one of its input ports, or if you don't care which source the device sends, specify Auto. If the device has sources connected to both its input ports, and you want to use a specific source, specify the source.
|
|
241
1548
|
* @public
|
|
242
1549
|
*/
|
|
243
|
-
|
|
1550
|
+
ConfiguredInput?: InputDeviceConfiguredInput;
|
|
1551
|
+
/**
|
|
1552
|
+
* The maximum bitrate in bits per second. Set a value here to throttle the bitrate of the source video.
|
|
1553
|
+
* @public
|
|
1554
|
+
*/
|
|
1555
|
+
MaxBitrate?: number;
|
|
1556
|
+
/**
|
|
1557
|
+
* The Link device's buffer size (latency) in milliseconds (ms).
|
|
1558
|
+
* @public
|
|
1559
|
+
*/
|
|
1560
|
+
LatencyMs?: number;
|
|
1561
|
+
/**
|
|
1562
|
+
* Choose the codec for the video that the device produces. Only UHD devices can specify this parameter.
|
|
1563
|
+
* @public
|
|
1564
|
+
*/
|
|
1565
|
+
Codec?: InputDeviceCodec;
|
|
1566
|
+
/**
|
|
1567
|
+
* To attach this device to a MediaConnect flow, specify these parameters. To detach an existing flow, enter \{\} for the value of mediaconnectSettings. Only UHD devices can specify this parameter.
|
|
1568
|
+
* @public
|
|
1569
|
+
*/
|
|
1570
|
+
MediaconnectSettings?: InputDeviceMediaConnectConfigurableSettings;
|
|
1571
|
+
/**
|
|
1572
|
+
* An array of eight audio configurations, one for each audio pair in the source. Set up each audio configuration either to exclude the pair, or to format it and include it in the output from the device. This parameter applies only to UHD devices, and only when the device is configured as the source for a MediaConnect flow. For an HD device, you configure the audio by setting up audio selectors in the channel configuration.
|
|
1573
|
+
* @public
|
|
1574
|
+
*/
|
|
1575
|
+
AudioChannelPairs?: InputDeviceConfigurableAudioChannelPairConfig[];
|
|
1576
|
+
}
|
|
1577
|
+
/**
|
|
1578
|
+
* Placeholder documentation for ListChannelsRequest
|
|
1579
|
+
* @public
|
|
1580
|
+
*/
|
|
1581
|
+
export interface ListChannelsRequest {
|
|
244
1582
|
/**
|
|
245
1583
|
* Placeholder documentation for MaxResults
|
|
246
1584
|
* @public
|
|
@@ -253,143 +1591,185 @@ export interface DescribeScheduleRequest {
|
|
|
253
1591
|
NextToken?: string;
|
|
254
1592
|
}
|
|
255
1593
|
/**
|
|
256
|
-
* Placeholder documentation for
|
|
1594
|
+
* Placeholder documentation for ListChannelsResponse
|
|
257
1595
|
* @public
|
|
258
1596
|
*/
|
|
259
|
-
export interface
|
|
1597
|
+
export interface ListChannelsResponse {
|
|
260
1598
|
/**
|
|
261
|
-
*
|
|
1599
|
+
* Placeholder documentation for __listOfChannelSummary
|
|
262
1600
|
* @public
|
|
263
1601
|
*/
|
|
264
|
-
|
|
1602
|
+
Channels?: ChannelSummary[];
|
|
265
1603
|
/**
|
|
266
|
-
*
|
|
1604
|
+
* Placeholder documentation for __string
|
|
267
1605
|
* @public
|
|
268
1606
|
*/
|
|
269
|
-
|
|
1607
|
+
NextToken?: string;
|
|
270
1608
|
}
|
|
271
1609
|
/**
|
|
272
|
-
* Placeholder documentation for
|
|
1610
|
+
* Placeholder documentation for ListCloudWatchAlarmTemplateGroupsRequest
|
|
273
1611
|
* @public
|
|
274
1612
|
*/
|
|
275
|
-
export interface
|
|
1613
|
+
export interface ListCloudWatchAlarmTemplateGroupsRequest {
|
|
276
1614
|
/**
|
|
277
|
-
*
|
|
1615
|
+
* Placeholder documentation for MaxResults
|
|
278
1616
|
* @public
|
|
279
1617
|
*/
|
|
280
|
-
|
|
1618
|
+
MaxResults?: number;
|
|
281
1619
|
/**
|
|
282
|
-
*
|
|
1620
|
+
* A token used to retrieve the next set of results in paginated list responses.
|
|
283
1621
|
* @public
|
|
284
1622
|
*/
|
|
285
|
-
|
|
1623
|
+
NextToken?: string;
|
|
286
1624
|
/**
|
|
287
|
-
*
|
|
1625
|
+
* Represents the scope of a resource, with options for all scopes, AWS provided resources, or local resources.
|
|
288
1626
|
* @public
|
|
289
1627
|
*/
|
|
290
|
-
|
|
1628
|
+
Scope?: string;
|
|
1629
|
+
/**
|
|
1630
|
+
* A signal map's identifier. Can be either be its id or current name.
|
|
1631
|
+
* @public
|
|
1632
|
+
*/
|
|
1633
|
+
SignalMapIdentifier?: string;
|
|
291
1634
|
}
|
|
292
1635
|
/**
|
|
293
|
-
* Placeholder documentation for
|
|
1636
|
+
* Placeholder documentation for ListCloudWatchAlarmTemplateGroupsResponse
|
|
294
1637
|
* @public
|
|
295
1638
|
*/
|
|
296
|
-
export interface
|
|
1639
|
+
export interface ListCloudWatchAlarmTemplateGroupsResponse {
|
|
297
1640
|
/**
|
|
298
|
-
* Placeholder documentation for
|
|
1641
|
+
* Placeholder documentation for __listOfCloudWatchAlarmTemplateGroupSummary
|
|
299
1642
|
* @public
|
|
300
1643
|
*/
|
|
301
|
-
|
|
1644
|
+
CloudWatchAlarmTemplateGroups?: CloudWatchAlarmTemplateGroupSummary[];
|
|
1645
|
+
/**
|
|
1646
|
+
* A token used to retrieve the next set of results in paginated list responses.
|
|
1647
|
+
* @public
|
|
1648
|
+
*/
|
|
1649
|
+
NextToken?: string;
|
|
302
1650
|
}
|
|
303
1651
|
/**
|
|
304
|
-
*
|
|
1652
|
+
* Placeholder documentation for ListCloudWatchAlarmTemplatesRequest
|
|
305
1653
|
* @public
|
|
306
1654
|
*/
|
|
307
|
-
export interface
|
|
1655
|
+
export interface ListCloudWatchAlarmTemplatesRequest {
|
|
308
1656
|
/**
|
|
309
|
-
*
|
|
1657
|
+
* A cloudwatch alarm template group's identifier. Can be either be its id or current name.
|
|
310
1658
|
* @public
|
|
311
1659
|
*/
|
|
312
|
-
|
|
1660
|
+
GroupIdentifier?: string;
|
|
313
1661
|
/**
|
|
314
|
-
*
|
|
1662
|
+
* Placeholder documentation for MaxResults
|
|
315
1663
|
* @public
|
|
316
1664
|
*/
|
|
317
|
-
|
|
1665
|
+
MaxResults?: number;
|
|
318
1666
|
/**
|
|
319
|
-
*
|
|
1667
|
+
* A token used to retrieve the next set of results in paginated list responses.
|
|
320
1668
|
* @public
|
|
321
1669
|
*/
|
|
322
|
-
|
|
1670
|
+
NextToken?: string;
|
|
323
1671
|
/**
|
|
324
|
-
*
|
|
1672
|
+
* Represents the scope of a resource, with options for all scopes, AWS provided resources, or local resources.
|
|
325
1673
|
* @public
|
|
326
1674
|
*/
|
|
327
|
-
|
|
1675
|
+
Scope?: string;
|
|
1676
|
+
/**
|
|
1677
|
+
* A signal map's identifier. Can be either be its id or current name.
|
|
1678
|
+
* @public
|
|
1679
|
+
*/
|
|
1680
|
+
SignalMapIdentifier?: string;
|
|
328
1681
|
}
|
|
329
1682
|
/**
|
|
330
|
-
*
|
|
1683
|
+
* Placeholder documentation for ListCloudWatchAlarmTemplatesResponse
|
|
331
1684
|
* @public
|
|
332
1685
|
*/
|
|
333
|
-
export interface
|
|
1686
|
+
export interface ListCloudWatchAlarmTemplatesResponse {
|
|
334
1687
|
/**
|
|
335
|
-
*
|
|
1688
|
+
* Placeholder documentation for __listOfCloudWatchAlarmTemplateSummary
|
|
336
1689
|
* @public
|
|
337
1690
|
*/
|
|
338
|
-
|
|
1691
|
+
CloudWatchAlarmTemplates?: CloudWatchAlarmTemplateSummary[];
|
|
339
1692
|
/**
|
|
340
|
-
*
|
|
1693
|
+
* A token used to retrieve the next set of results in paginated list responses.
|
|
341
1694
|
* @public
|
|
342
1695
|
*/
|
|
343
|
-
|
|
1696
|
+
NextToken?: string;
|
|
1697
|
+
}
|
|
1698
|
+
/**
|
|
1699
|
+
* Placeholder documentation for ListEventBridgeRuleTemplateGroupsRequest
|
|
1700
|
+
* @public
|
|
1701
|
+
*/
|
|
1702
|
+
export interface ListEventBridgeRuleTemplateGroupsRequest {
|
|
344
1703
|
/**
|
|
345
|
-
*
|
|
1704
|
+
* Placeholder documentation for MaxResults
|
|
346
1705
|
* @public
|
|
347
1706
|
*/
|
|
348
|
-
|
|
1707
|
+
MaxResults?: number;
|
|
349
1708
|
/**
|
|
350
|
-
*
|
|
1709
|
+
* A token used to retrieve the next set of results in paginated list responses.
|
|
351
1710
|
* @public
|
|
352
1711
|
*/
|
|
353
|
-
|
|
1712
|
+
NextToken?: string;
|
|
354
1713
|
/**
|
|
355
|
-
*
|
|
1714
|
+
* A signal map's identifier. Can be either be its id or current name.
|
|
356
1715
|
* @public
|
|
357
1716
|
*/
|
|
358
|
-
|
|
1717
|
+
SignalMapIdentifier?: string;
|
|
1718
|
+
}
|
|
1719
|
+
/**
|
|
1720
|
+
* Placeholder documentation for ListEventBridgeRuleTemplateGroupsResponse
|
|
1721
|
+
* @public
|
|
1722
|
+
*/
|
|
1723
|
+
export interface ListEventBridgeRuleTemplateGroupsResponse {
|
|
359
1724
|
/**
|
|
360
|
-
*
|
|
1725
|
+
* Placeholder documentation for __listOfEventBridgeRuleTemplateGroupSummary
|
|
361
1726
|
* @public
|
|
362
1727
|
*/
|
|
363
|
-
|
|
1728
|
+
EventBridgeRuleTemplateGroups?: EventBridgeRuleTemplateGroupSummary[];
|
|
1729
|
+
/**
|
|
1730
|
+
* A token used to retrieve the next set of results in paginated list responses.
|
|
1731
|
+
* @public
|
|
1732
|
+
*/
|
|
1733
|
+
NextToken?: string;
|
|
364
1734
|
}
|
|
365
1735
|
/**
|
|
366
|
-
* Placeholder documentation for
|
|
1736
|
+
* Placeholder documentation for ListEventBridgeRuleTemplatesRequest
|
|
367
1737
|
* @public
|
|
368
1738
|
*/
|
|
369
|
-
export interface
|
|
1739
|
+
export interface ListEventBridgeRuleTemplatesRequest {
|
|
1740
|
+
/**
|
|
1741
|
+
* An eventbridge rule template group's identifier. Can be either be its id or current name.
|
|
1742
|
+
* @public
|
|
1743
|
+
*/
|
|
1744
|
+
GroupIdentifier?: string;
|
|
370
1745
|
/**
|
|
371
1746
|
* Placeholder documentation for MaxResults
|
|
372
1747
|
* @public
|
|
373
1748
|
*/
|
|
374
1749
|
MaxResults?: number;
|
|
375
1750
|
/**
|
|
376
|
-
*
|
|
1751
|
+
* A token used to retrieve the next set of results in paginated list responses.
|
|
377
1752
|
* @public
|
|
378
1753
|
*/
|
|
379
1754
|
NextToken?: string;
|
|
1755
|
+
/**
|
|
1756
|
+
* A signal map's identifier. Can be either be its id or current name.
|
|
1757
|
+
* @public
|
|
1758
|
+
*/
|
|
1759
|
+
SignalMapIdentifier?: string;
|
|
380
1760
|
}
|
|
381
1761
|
/**
|
|
382
|
-
* Placeholder documentation for
|
|
1762
|
+
* Placeholder documentation for ListEventBridgeRuleTemplatesResponse
|
|
383
1763
|
* @public
|
|
384
1764
|
*/
|
|
385
|
-
export interface
|
|
1765
|
+
export interface ListEventBridgeRuleTemplatesResponse {
|
|
386
1766
|
/**
|
|
387
|
-
* Placeholder documentation for
|
|
1767
|
+
* Placeholder documentation for __listOfEventBridgeRuleTemplateSummary
|
|
388
1768
|
* @public
|
|
389
1769
|
*/
|
|
390
|
-
|
|
1770
|
+
EventBridgeRuleTemplates?: EventBridgeRuleTemplateSummary[];
|
|
391
1771
|
/**
|
|
392
|
-
*
|
|
1772
|
+
* A token used to retrieve the next set of results in paginated list responses.
|
|
393
1773
|
* @public
|
|
394
1774
|
*/
|
|
395
1775
|
NextToken?: string;
|
|
@@ -714,41 +2094,83 @@ export interface ListReservationsRequest {
|
|
|
714
2094
|
*/
|
|
715
2095
|
NextToken?: string;
|
|
716
2096
|
/**
|
|
717
|
-
* Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'
|
|
2097
|
+
* Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'
|
|
2098
|
+
* @public
|
|
2099
|
+
*/
|
|
2100
|
+
Resolution?: string;
|
|
2101
|
+
/**
|
|
2102
|
+
* Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
|
|
2103
|
+
* @public
|
|
2104
|
+
*/
|
|
2105
|
+
ResourceType?: string;
|
|
2106
|
+
/**
|
|
2107
|
+
* Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'
|
|
2108
|
+
* @public
|
|
2109
|
+
*/
|
|
2110
|
+
SpecialFeature?: string;
|
|
2111
|
+
/**
|
|
2112
|
+
* Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'
|
|
2113
|
+
* @public
|
|
2114
|
+
*/
|
|
2115
|
+
VideoQuality?: string;
|
|
2116
|
+
}
|
|
2117
|
+
/**
|
|
2118
|
+
* Placeholder documentation for ListReservationsResponse
|
|
2119
|
+
* @public
|
|
2120
|
+
*/
|
|
2121
|
+
export interface ListReservationsResponse {
|
|
2122
|
+
/**
|
|
2123
|
+
* Token to retrieve the next page of results
|
|
2124
|
+
* @public
|
|
2125
|
+
*/
|
|
2126
|
+
NextToken?: string;
|
|
2127
|
+
/**
|
|
2128
|
+
* List of reservations
|
|
2129
|
+
* @public
|
|
2130
|
+
*/
|
|
2131
|
+
Reservations?: Reservation[];
|
|
2132
|
+
}
|
|
2133
|
+
/**
|
|
2134
|
+
* Placeholder documentation for ListSignalMapsRequest
|
|
2135
|
+
* @public
|
|
2136
|
+
*/
|
|
2137
|
+
export interface ListSignalMapsRequest {
|
|
2138
|
+
/**
|
|
2139
|
+
* A cloudwatch alarm template group's identifier. Can be either be its id or current name.
|
|
718
2140
|
* @public
|
|
719
2141
|
*/
|
|
720
|
-
|
|
2142
|
+
CloudWatchAlarmTemplateGroupIdentifier?: string;
|
|
721
2143
|
/**
|
|
722
|
-
*
|
|
2144
|
+
* An eventbridge rule template group's identifier. Can be either be its id or current name.
|
|
723
2145
|
* @public
|
|
724
2146
|
*/
|
|
725
|
-
|
|
2147
|
+
EventBridgeRuleTemplateGroupIdentifier?: string;
|
|
726
2148
|
/**
|
|
727
|
-
*
|
|
2149
|
+
* Placeholder documentation for MaxResults
|
|
728
2150
|
* @public
|
|
729
2151
|
*/
|
|
730
|
-
|
|
2152
|
+
MaxResults?: number;
|
|
731
2153
|
/**
|
|
732
|
-
*
|
|
2154
|
+
* A token used to retrieve the next set of results in paginated list responses.
|
|
733
2155
|
* @public
|
|
734
2156
|
*/
|
|
735
|
-
|
|
2157
|
+
NextToken?: string;
|
|
736
2158
|
}
|
|
737
2159
|
/**
|
|
738
|
-
* Placeholder documentation for
|
|
2160
|
+
* Placeholder documentation for ListSignalMapsResponse
|
|
739
2161
|
* @public
|
|
740
2162
|
*/
|
|
741
|
-
export interface
|
|
2163
|
+
export interface ListSignalMapsResponse {
|
|
742
2164
|
/**
|
|
743
|
-
*
|
|
2165
|
+
* A token used to retrieve the next set of results in paginated list responses.
|
|
744
2166
|
* @public
|
|
745
2167
|
*/
|
|
746
2168
|
NextToken?: string;
|
|
747
2169
|
/**
|
|
748
|
-
*
|
|
2170
|
+
* Placeholder documentation for __listOfSignalMapSummary
|
|
749
2171
|
* @public
|
|
750
2172
|
*/
|
|
751
|
-
|
|
2173
|
+
SignalMaps?: SignalMapSummary[];
|
|
752
2174
|
}
|
|
753
2175
|
/**
|
|
754
2176
|
* Placeholder documentation for ListTagsForResourceRequest
|
|
@@ -1124,6 +2546,113 @@ export interface StartChannelResponse {
|
|
|
1124
2546
|
*/
|
|
1125
2547
|
Vpc?: VpcOutputSettingsDescription;
|
|
1126
2548
|
}
|
|
2549
|
+
/**
|
|
2550
|
+
* Placeholder documentation for StartDeleteMonitorDeploymentRequest
|
|
2551
|
+
* @public
|
|
2552
|
+
*/
|
|
2553
|
+
export interface StartDeleteMonitorDeploymentRequest {
|
|
2554
|
+
/**
|
|
2555
|
+
* A signal map's identifier. Can be either be its id or current name.
|
|
2556
|
+
* @public
|
|
2557
|
+
*/
|
|
2558
|
+
Identifier: string | undefined;
|
|
2559
|
+
}
|
|
2560
|
+
/**
|
|
2561
|
+
* Placeholder documentation for StartDeleteMonitorDeploymentResponse
|
|
2562
|
+
* @public
|
|
2563
|
+
*/
|
|
2564
|
+
export interface StartDeleteMonitorDeploymentResponse {
|
|
2565
|
+
/**
|
|
2566
|
+
* A signal map's ARN (Amazon Resource Name)
|
|
2567
|
+
* @public
|
|
2568
|
+
*/
|
|
2569
|
+
Arn?: string;
|
|
2570
|
+
/**
|
|
2571
|
+
* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
|
|
2572
|
+
* @public
|
|
2573
|
+
*/
|
|
2574
|
+
CloudWatchAlarmTemplateGroupIds?: string[];
|
|
2575
|
+
/**
|
|
2576
|
+
* Placeholder documentation for __timestampIso8601
|
|
2577
|
+
* @public
|
|
2578
|
+
*/
|
|
2579
|
+
CreatedAt?: Date;
|
|
2580
|
+
/**
|
|
2581
|
+
* A resource's optional description.
|
|
2582
|
+
* @public
|
|
2583
|
+
*/
|
|
2584
|
+
Description?: string;
|
|
2585
|
+
/**
|
|
2586
|
+
* A top-level supported AWS resource ARN to discovery a signal map from.
|
|
2587
|
+
* @public
|
|
2588
|
+
*/
|
|
2589
|
+
DiscoveryEntryPointArn?: string;
|
|
2590
|
+
/**
|
|
2591
|
+
* Error message associated with a failed creation or failed update attempt of a signal map.
|
|
2592
|
+
* @public
|
|
2593
|
+
*/
|
|
2594
|
+
ErrorMessage?: string;
|
|
2595
|
+
/**
|
|
2596
|
+
* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
|
|
2597
|
+
* @public
|
|
2598
|
+
*/
|
|
2599
|
+
EventBridgeRuleTemplateGroupIds?: string[];
|
|
2600
|
+
/**
|
|
2601
|
+
* A map representing an incomplete AWS media workflow as a graph.
|
|
2602
|
+
* @public
|
|
2603
|
+
*/
|
|
2604
|
+
FailedMediaResourceMap?: Record<string, MediaResource>;
|
|
2605
|
+
/**
|
|
2606
|
+
* A signal map's id.
|
|
2607
|
+
* @public
|
|
2608
|
+
*/
|
|
2609
|
+
Id?: string;
|
|
2610
|
+
/**
|
|
2611
|
+
* Placeholder documentation for __timestampIso8601
|
|
2612
|
+
* @public
|
|
2613
|
+
*/
|
|
2614
|
+
LastDiscoveredAt?: Date;
|
|
2615
|
+
/**
|
|
2616
|
+
* Represents the latest successful monitor deployment of a signal map.
|
|
2617
|
+
* @public
|
|
2618
|
+
*/
|
|
2619
|
+
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
|
|
2620
|
+
/**
|
|
2621
|
+
* A map representing an AWS media workflow as a graph.
|
|
2622
|
+
* @public
|
|
2623
|
+
*/
|
|
2624
|
+
MediaResourceMap?: Record<string, MediaResource>;
|
|
2625
|
+
/**
|
|
2626
|
+
* Placeholder documentation for __timestampIso8601
|
|
2627
|
+
* @public
|
|
2628
|
+
*/
|
|
2629
|
+
ModifiedAt?: Date;
|
|
2630
|
+
/**
|
|
2631
|
+
* If true, there are pending monitor changes for this signal map that can be deployed.
|
|
2632
|
+
* @public
|
|
2633
|
+
*/
|
|
2634
|
+
MonitorChangesPendingDeployment?: boolean;
|
|
2635
|
+
/**
|
|
2636
|
+
* Represents the latest monitor deployment of a signal map.
|
|
2637
|
+
* @public
|
|
2638
|
+
*/
|
|
2639
|
+
MonitorDeployment?: MonitorDeployment;
|
|
2640
|
+
/**
|
|
2641
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
2642
|
+
* @public
|
|
2643
|
+
*/
|
|
2644
|
+
Name?: string;
|
|
2645
|
+
/**
|
|
2646
|
+
* A signal map's current status which is dependent on its lifecycle actions or associated jobs.
|
|
2647
|
+
* @public
|
|
2648
|
+
*/
|
|
2649
|
+
Status?: SignalMapStatus;
|
|
2650
|
+
/**
|
|
2651
|
+
* Represents the tags associated with a resource.
|
|
2652
|
+
* @public
|
|
2653
|
+
*/
|
|
2654
|
+
Tags?: Record<string, string>;
|
|
2655
|
+
}
|
|
1127
2656
|
/**
|
|
1128
2657
|
* Placeholder documentation for StartInputDeviceRequest
|
|
1129
2658
|
* @public
|
|
@@ -1158,6 +2687,118 @@ export interface StartInputDeviceMaintenanceWindowRequest {
|
|
|
1158
2687
|
*/
|
|
1159
2688
|
export interface StartInputDeviceMaintenanceWindowResponse {
|
|
1160
2689
|
}
|
|
2690
|
+
/**
|
|
2691
|
+
* Placeholder documentation for StartMonitorDeploymentRequest
|
|
2692
|
+
* @public
|
|
2693
|
+
*/
|
|
2694
|
+
export interface StartMonitorDeploymentRequest {
|
|
2695
|
+
/**
|
|
2696
|
+
* Placeholder documentation for __boolean
|
|
2697
|
+
* @public
|
|
2698
|
+
*/
|
|
2699
|
+
DryRun?: boolean;
|
|
2700
|
+
/**
|
|
2701
|
+
* A signal map's identifier. Can be either be its id or current name.
|
|
2702
|
+
* @public
|
|
2703
|
+
*/
|
|
2704
|
+
Identifier: string | undefined;
|
|
2705
|
+
}
|
|
2706
|
+
/**
|
|
2707
|
+
* Placeholder documentation for StartMonitorDeploymentResponse
|
|
2708
|
+
* @public
|
|
2709
|
+
*/
|
|
2710
|
+
export interface StartMonitorDeploymentResponse {
|
|
2711
|
+
/**
|
|
2712
|
+
* A signal map's ARN (Amazon Resource Name)
|
|
2713
|
+
* @public
|
|
2714
|
+
*/
|
|
2715
|
+
Arn?: string;
|
|
2716
|
+
/**
|
|
2717
|
+
* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
|
|
2718
|
+
* @public
|
|
2719
|
+
*/
|
|
2720
|
+
CloudWatchAlarmTemplateGroupIds?: string[];
|
|
2721
|
+
/**
|
|
2722
|
+
* Placeholder documentation for __timestampIso8601
|
|
2723
|
+
* @public
|
|
2724
|
+
*/
|
|
2725
|
+
CreatedAt?: Date;
|
|
2726
|
+
/**
|
|
2727
|
+
* A resource's optional description.
|
|
2728
|
+
* @public
|
|
2729
|
+
*/
|
|
2730
|
+
Description?: string;
|
|
2731
|
+
/**
|
|
2732
|
+
* A top-level supported AWS resource ARN to discovery a signal map from.
|
|
2733
|
+
* @public
|
|
2734
|
+
*/
|
|
2735
|
+
DiscoveryEntryPointArn?: string;
|
|
2736
|
+
/**
|
|
2737
|
+
* Error message associated with a failed creation or failed update attempt of a signal map.
|
|
2738
|
+
* @public
|
|
2739
|
+
*/
|
|
2740
|
+
ErrorMessage?: string;
|
|
2741
|
+
/**
|
|
2742
|
+
* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
|
|
2743
|
+
* @public
|
|
2744
|
+
*/
|
|
2745
|
+
EventBridgeRuleTemplateGroupIds?: string[];
|
|
2746
|
+
/**
|
|
2747
|
+
* A map representing an incomplete AWS media workflow as a graph.
|
|
2748
|
+
* @public
|
|
2749
|
+
*/
|
|
2750
|
+
FailedMediaResourceMap?: Record<string, MediaResource>;
|
|
2751
|
+
/**
|
|
2752
|
+
* A signal map's id.
|
|
2753
|
+
* @public
|
|
2754
|
+
*/
|
|
2755
|
+
Id?: string;
|
|
2756
|
+
/**
|
|
2757
|
+
* Placeholder documentation for __timestampIso8601
|
|
2758
|
+
* @public
|
|
2759
|
+
*/
|
|
2760
|
+
LastDiscoveredAt?: Date;
|
|
2761
|
+
/**
|
|
2762
|
+
* Represents the latest successful monitor deployment of a signal map.
|
|
2763
|
+
* @public
|
|
2764
|
+
*/
|
|
2765
|
+
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
|
|
2766
|
+
/**
|
|
2767
|
+
* A map representing an AWS media workflow as a graph.
|
|
2768
|
+
* @public
|
|
2769
|
+
*/
|
|
2770
|
+
MediaResourceMap?: Record<string, MediaResource>;
|
|
2771
|
+
/**
|
|
2772
|
+
* Placeholder documentation for __timestampIso8601
|
|
2773
|
+
* @public
|
|
2774
|
+
*/
|
|
2775
|
+
ModifiedAt?: Date;
|
|
2776
|
+
/**
|
|
2777
|
+
* If true, there are pending monitor changes for this signal map that can be deployed.
|
|
2778
|
+
* @public
|
|
2779
|
+
*/
|
|
2780
|
+
MonitorChangesPendingDeployment?: boolean;
|
|
2781
|
+
/**
|
|
2782
|
+
* Represents the latest monitor deployment of a signal map.
|
|
2783
|
+
* @public
|
|
2784
|
+
*/
|
|
2785
|
+
MonitorDeployment?: MonitorDeployment;
|
|
2786
|
+
/**
|
|
2787
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
2788
|
+
* @public
|
|
2789
|
+
*/
|
|
2790
|
+
Name?: string;
|
|
2791
|
+
/**
|
|
2792
|
+
* A signal map's current status which is dependent on its lifecycle actions or associated jobs.
|
|
2793
|
+
* @public
|
|
2794
|
+
*/
|
|
2795
|
+
Status?: SignalMapStatus;
|
|
2796
|
+
/**
|
|
2797
|
+
* Represents the tags associated with a resource.
|
|
2798
|
+
* @public
|
|
2799
|
+
*/
|
|
2800
|
+
Tags?: Record<string, string>;
|
|
2801
|
+
}
|
|
1161
2802
|
/**
|
|
1162
2803
|
* Placeholder documentation for StartMultiplexRequest
|
|
1163
2804
|
* @public
|
|
@@ -1195,32 +2836,169 @@ export interface StartMultiplexResponse {
|
|
|
1195
2836
|
*/
|
|
1196
2837
|
Id?: string;
|
|
1197
2838
|
/**
|
|
1198
|
-
* Configuration for a multiplex event.
|
|
2839
|
+
* Configuration for a multiplex event.
|
|
2840
|
+
* @public
|
|
2841
|
+
*/
|
|
2842
|
+
MultiplexSettings?: MultiplexSettings;
|
|
2843
|
+
/**
|
|
2844
|
+
* The name of the multiplex.
|
|
2845
|
+
* @public
|
|
2846
|
+
*/
|
|
2847
|
+
Name?: string;
|
|
2848
|
+
/**
|
|
2849
|
+
* The number of currently healthy pipelines.
|
|
2850
|
+
* @public
|
|
2851
|
+
*/
|
|
2852
|
+
PipelinesRunningCount?: number;
|
|
2853
|
+
/**
|
|
2854
|
+
* The number of programs in the multiplex.
|
|
2855
|
+
* @public
|
|
2856
|
+
*/
|
|
2857
|
+
ProgramCount?: number;
|
|
2858
|
+
/**
|
|
2859
|
+
* The current state of the multiplex.
|
|
2860
|
+
* @public
|
|
2861
|
+
*/
|
|
2862
|
+
State?: MultiplexState;
|
|
2863
|
+
/**
|
|
2864
|
+
* A collection of key-value pairs.
|
|
2865
|
+
* @public
|
|
2866
|
+
*/
|
|
2867
|
+
Tags?: Record<string, string>;
|
|
2868
|
+
}
|
|
2869
|
+
/**
|
|
2870
|
+
* Placeholder documentation for StartUpdateSignalMapRequest
|
|
2871
|
+
* @public
|
|
2872
|
+
*/
|
|
2873
|
+
export interface StartUpdateSignalMapRequest {
|
|
2874
|
+
/**
|
|
2875
|
+
* Placeholder documentation for __listOf__stringPatternS
|
|
2876
|
+
* @public
|
|
2877
|
+
*/
|
|
2878
|
+
CloudWatchAlarmTemplateGroupIdentifiers?: string[];
|
|
2879
|
+
/**
|
|
2880
|
+
* A resource's optional description.
|
|
2881
|
+
* @public
|
|
2882
|
+
*/
|
|
2883
|
+
Description?: string;
|
|
2884
|
+
/**
|
|
2885
|
+
* A top-level supported AWS resource ARN to discovery a signal map from.
|
|
2886
|
+
* @public
|
|
2887
|
+
*/
|
|
2888
|
+
DiscoveryEntryPointArn?: string;
|
|
2889
|
+
/**
|
|
2890
|
+
* Placeholder documentation for __listOf__stringPatternS
|
|
2891
|
+
* @public
|
|
2892
|
+
*/
|
|
2893
|
+
EventBridgeRuleTemplateGroupIdentifiers?: string[];
|
|
2894
|
+
/**
|
|
2895
|
+
* If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
|
|
2896
|
+
* @public
|
|
2897
|
+
*/
|
|
2898
|
+
ForceRediscovery?: boolean;
|
|
2899
|
+
/**
|
|
2900
|
+
* A signal map's identifier. Can be either be its id or current name.
|
|
2901
|
+
* @public
|
|
2902
|
+
*/
|
|
2903
|
+
Identifier: string | undefined;
|
|
2904
|
+
/**
|
|
2905
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
2906
|
+
* @public
|
|
2907
|
+
*/
|
|
2908
|
+
Name?: string;
|
|
2909
|
+
}
|
|
2910
|
+
/**
|
|
2911
|
+
* Placeholder documentation for StartUpdateSignalMapResponse
|
|
2912
|
+
* @public
|
|
2913
|
+
*/
|
|
2914
|
+
export interface StartUpdateSignalMapResponse {
|
|
2915
|
+
/**
|
|
2916
|
+
* A signal map's ARN (Amazon Resource Name)
|
|
2917
|
+
* @public
|
|
2918
|
+
*/
|
|
2919
|
+
Arn?: string;
|
|
2920
|
+
/**
|
|
2921
|
+
* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
|
|
2922
|
+
* @public
|
|
2923
|
+
*/
|
|
2924
|
+
CloudWatchAlarmTemplateGroupIds?: string[];
|
|
2925
|
+
/**
|
|
2926
|
+
* Placeholder documentation for __timestampIso8601
|
|
2927
|
+
* @public
|
|
2928
|
+
*/
|
|
2929
|
+
CreatedAt?: Date;
|
|
2930
|
+
/**
|
|
2931
|
+
* A resource's optional description.
|
|
2932
|
+
* @public
|
|
2933
|
+
*/
|
|
2934
|
+
Description?: string;
|
|
2935
|
+
/**
|
|
2936
|
+
* A top-level supported AWS resource ARN to discovery a signal map from.
|
|
2937
|
+
* @public
|
|
2938
|
+
*/
|
|
2939
|
+
DiscoveryEntryPointArn?: string;
|
|
2940
|
+
/**
|
|
2941
|
+
* Error message associated with a failed creation or failed update attempt of a signal map.
|
|
2942
|
+
* @public
|
|
2943
|
+
*/
|
|
2944
|
+
ErrorMessage?: string;
|
|
2945
|
+
/**
|
|
2946
|
+
* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
|
|
2947
|
+
* @public
|
|
2948
|
+
*/
|
|
2949
|
+
EventBridgeRuleTemplateGroupIds?: string[];
|
|
2950
|
+
/**
|
|
2951
|
+
* A map representing an incomplete AWS media workflow as a graph.
|
|
2952
|
+
* @public
|
|
2953
|
+
*/
|
|
2954
|
+
FailedMediaResourceMap?: Record<string, MediaResource>;
|
|
2955
|
+
/**
|
|
2956
|
+
* A signal map's id.
|
|
2957
|
+
* @public
|
|
2958
|
+
*/
|
|
2959
|
+
Id?: string;
|
|
2960
|
+
/**
|
|
2961
|
+
* Placeholder documentation for __timestampIso8601
|
|
2962
|
+
* @public
|
|
2963
|
+
*/
|
|
2964
|
+
LastDiscoveredAt?: Date;
|
|
2965
|
+
/**
|
|
2966
|
+
* Represents the latest successful monitor deployment of a signal map.
|
|
2967
|
+
* @public
|
|
2968
|
+
*/
|
|
2969
|
+
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
|
|
2970
|
+
/**
|
|
2971
|
+
* A map representing an AWS media workflow as a graph.
|
|
2972
|
+
* @public
|
|
2973
|
+
*/
|
|
2974
|
+
MediaResourceMap?: Record<string, MediaResource>;
|
|
2975
|
+
/**
|
|
2976
|
+
* Placeholder documentation for __timestampIso8601
|
|
1199
2977
|
* @public
|
|
1200
2978
|
*/
|
|
1201
|
-
|
|
2979
|
+
ModifiedAt?: Date;
|
|
1202
2980
|
/**
|
|
1203
|
-
*
|
|
2981
|
+
* If true, there are pending monitor changes for this signal map that can be deployed.
|
|
1204
2982
|
* @public
|
|
1205
2983
|
*/
|
|
1206
|
-
|
|
2984
|
+
MonitorChangesPendingDeployment?: boolean;
|
|
1207
2985
|
/**
|
|
1208
|
-
*
|
|
2986
|
+
* Represents the latest monitor deployment of a signal map.
|
|
1209
2987
|
* @public
|
|
1210
2988
|
*/
|
|
1211
|
-
|
|
2989
|
+
MonitorDeployment?: MonitorDeployment;
|
|
1212
2990
|
/**
|
|
1213
|
-
*
|
|
2991
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
1214
2992
|
* @public
|
|
1215
2993
|
*/
|
|
1216
|
-
|
|
2994
|
+
Name?: string;
|
|
1217
2995
|
/**
|
|
1218
|
-
*
|
|
2996
|
+
* A signal map's current status which is dependent on its lifecycle actions or associated jobs.
|
|
1219
2997
|
* @public
|
|
1220
2998
|
*/
|
|
1221
|
-
|
|
2999
|
+
Status?: SignalMapStatus;
|
|
1222
3000
|
/**
|
|
1223
|
-
*
|
|
3001
|
+
* Represents the tags associated with a resource.
|
|
1224
3002
|
* @public
|
|
1225
3003
|
*/
|
|
1226
3004
|
Tags?: Record<string, string>;
|
|
@@ -1571,6 +3349,374 @@ export interface UpdateChannelClassResponse {
|
|
|
1571
3349
|
*/
|
|
1572
3350
|
Channel?: Channel;
|
|
1573
3351
|
}
|
|
3352
|
+
/**
|
|
3353
|
+
* Placeholder documentation for UpdateCloudWatchAlarmTemplateRequest
|
|
3354
|
+
* @public
|
|
3355
|
+
*/
|
|
3356
|
+
export interface UpdateCloudWatchAlarmTemplateRequest {
|
|
3357
|
+
/**
|
|
3358
|
+
* The comparison operator used to compare the specified statistic and the threshold.
|
|
3359
|
+
* @public
|
|
3360
|
+
*/
|
|
3361
|
+
ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
|
|
3362
|
+
/**
|
|
3363
|
+
* The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
|
|
3364
|
+
* @public
|
|
3365
|
+
*/
|
|
3366
|
+
DatapointsToAlarm?: number;
|
|
3367
|
+
/**
|
|
3368
|
+
* A resource's optional description.
|
|
3369
|
+
* @public
|
|
3370
|
+
*/
|
|
3371
|
+
Description?: string;
|
|
3372
|
+
/**
|
|
3373
|
+
* The number of periods over which data is compared to the specified threshold.
|
|
3374
|
+
* @public
|
|
3375
|
+
*/
|
|
3376
|
+
EvaluationPeriods?: number;
|
|
3377
|
+
/**
|
|
3378
|
+
* A cloudwatch alarm template group's identifier. Can be either be its id or current name.
|
|
3379
|
+
* @public
|
|
3380
|
+
*/
|
|
3381
|
+
GroupIdentifier?: string;
|
|
3382
|
+
/**
|
|
3383
|
+
* A cloudwatch alarm template's identifier. Can be either be its id or current name.
|
|
3384
|
+
* @public
|
|
3385
|
+
*/
|
|
3386
|
+
Identifier: string | undefined;
|
|
3387
|
+
/**
|
|
3388
|
+
* The name of the metric associated with the alarm. Must be compatible with targetResourceType.
|
|
3389
|
+
* @public
|
|
3390
|
+
*/
|
|
3391
|
+
MetricName?: string;
|
|
3392
|
+
/**
|
|
3393
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
3394
|
+
* @public
|
|
3395
|
+
*/
|
|
3396
|
+
Name?: string;
|
|
3397
|
+
/**
|
|
3398
|
+
* The period, in seconds, over which the specified statistic is applied.
|
|
3399
|
+
* @public
|
|
3400
|
+
*/
|
|
3401
|
+
Period?: number;
|
|
3402
|
+
/**
|
|
3403
|
+
* The statistic to apply to the alarm's metric data.
|
|
3404
|
+
* @public
|
|
3405
|
+
*/
|
|
3406
|
+
Statistic?: CloudWatchAlarmTemplateStatistic;
|
|
3407
|
+
/**
|
|
3408
|
+
* The resource type this template should dynamically generate cloudwatch metric alarms for.
|
|
3409
|
+
* @public
|
|
3410
|
+
*/
|
|
3411
|
+
TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
|
|
3412
|
+
/**
|
|
3413
|
+
* The threshold value to compare with the specified statistic.
|
|
3414
|
+
* @public
|
|
3415
|
+
*/
|
|
3416
|
+
Threshold?: number;
|
|
3417
|
+
/**
|
|
3418
|
+
* Specifies how missing data points are treated when evaluating the alarm's condition.
|
|
3419
|
+
* @public
|
|
3420
|
+
*/
|
|
3421
|
+
TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
|
|
3422
|
+
}
|
|
3423
|
+
/**
|
|
3424
|
+
* Placeholder documentation for UpdateCloudWatchAlarmTemplateResponse
|
|
3425
|
+
* @public
|
|
3426
|
+
*/
|
|
3427
|
+
export interface UpdateCloudWatchAlarmTemplateResponse {
|
|
3428
|
+
/**
|
|
3429
|
+
* A cloudwatch alarm template's ARN (Amazon Resource Name)
|
|
3430
|
+
* @public
|
|
3431
|
+
*/
|
|
3432
|
+
Arn?: string;
|
|
3433
|
+
/**
|
|
3434
|
+
* The comparison operator used to compare the specified statistic and the threshold.
|
|
3435
|
+
* @public
|
|
3436
|
+
*/
|
|
3437
|
+
ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
|
|
3438
|
+
/**
|
|
3439
|
+
* Placeholder documentation for __timestampIso8601
|
|
3440
|
+
* @public
|
|
3441
|
+
*/
|
|
3442
|
+
CreatedAt?: Date;
|
|
3443
|
+
/**
|
|
3444
|
+
* The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
|
|
3445
|
+
* @public
|
|
3446
|
+
*/
|
|
3447
|
+
DatapointsToAlarm?: number;
|
|
3448
|
+
/**
|
|
3449
|
+
* A resource's optional description.
|
|
3450
|
+
* @public
|
|
3451
|
+
*/
|
|
3452
|
+
Description?: string;
|
|
3453
|
+
/**
|
|
3454
|
+
* The number of periods over which data is compared to the specified threshold.
|
|
3455
|
+
* @public
|
|
3456
|
+
*/
|
|
3457
|
+
EvaluationPeriods?: number;
|
|
3458
|
+
/**
|
|
3459
|
+
* A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
|
|
3460
|
+
* @public
|
|
3461
|
+
*/
|
|
3462
|
+
GroupId?: string;
|
|
3463
|
+
/**
|
|
3464
|
+
* A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
|
|
3465
|
+
* @public
|
|
3466
|
+
*/
|
|
3467
|
+
Id?: string;
|
|
3468
|
+
/**
|
|
3469
|
+
* The name of the metric associated with the alarm. Must be compatible with targetResourceType.
|
|
3470
|
+
* @public
|
|
3471
|
+
*/
|
|
3472
|
+
MetricName?: string;
|
|
3473
|
+
/**
|
|
3474
|
+
* Placeholder documentation for __timestampIso8601
|
|
3475
|
+
* @public
|
|
3476
|
+
*/
|
|
3477
|
+
ModifiedAt?: Date;
|
|
3478
|
+
/**
|
|
3479
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
3480
|
+
* @public
|
|
3481
|
+
*/
|
|
3482
|
+
Name?: string;
|
|
3483
|
+
/**
|
|
3484
|
+
* The period, in seconds, over which the specified statistic is applied.
|
|
3485
|
+
* @public
|
|
3486
|
+
*/
|
|
3487
|
+
Period?: number;
|
|
3488
|
+
/**
|
|
3489
|
+
* The statistic to apply to the alarm's metric data.
|
|
3490
|
+
* @public
|
|
3491
|
+
*/
|
|
3492
|
+
Statistic?: CloudWatchAlarmTemplateStatistic;
|
|
3493
|
+
/**
|
|
3494
|
+
* Represents the tags associated with a resource.
|
|
3495
|
+
* @public
|
|
3496
|
+
*/
|
|
3497
|
+
Tags?: Record<string, string>;
|
|
3498
|
+
/**
|
|
3499
|
+
* The resource type this template should dynamically generate cloudwatch metric alarms for.
|
|
3500
|
+
* @public
|
|
3501
|
+
*/
|
|
3502
|
+
TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
|
|
3503
|
+
/**
|
|
3504
|
+
* The threshold value to compare with the specified statistic.
|
|
3505
|
+
* @public
|
|
3506
|
+
*/
|
|
3507
|
+
Threshold?: number;
|
|
3508
|
+
/**
|
|
3509
|
+
* Specifies how missing data points are treated when evaluating the alarm's condition.
|
|
3510
|
+
* @public
|
|
3511
|
+
*/
|
|
3512
|
+
TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
|
|
3513
|
+
}
|
|
3514
|
+
/**
|
|
3515
|
+
* Placeholder documentation for UpdateCloudWatchAlarmTemplateGroupRequest
|
|
3516
|
+
* @public
|
|
3517
|
+
*/
|
|
3518
|
+
export interface UpdateCloudWatchAlarmTemplateGroupRequest {
|
|
3519
|
+
/**
|
|
3520
|
+
* A resource's optional description.
|
|
3521
|
+
* @public
|
|
3522
|
+
*/
|
|
3523
|
+
Description?: string;
|
|
3524
|
+
/**
|
|
3525
|
+
* A cloudwatch alarm template group's identifier. Can be either be its id or current name.
|
|
3526
|
+
* @public
|
|
3527
|
+
*/
|
|
3528
|
+
Identifier: string | undefined;
|
|
3529
|
+
}
|
|
3530
|
+
/**
|
|
3531
|
+
* Placeholder documentation for UpdateCloudWatchAlarmTemplateGroupResponse
|
|
3532
|
+
* @public
|
|
3533
|
+
*/
|
|
3534
|
+
export interface UpdateCloudWatchAlarmTemplateGroupResponse {
|
|
3535
|
+
/**
|
|
3536
|
+
* A cloudwatch alarm template group's ARN (Amazon Resource Name)
|
|
3537
|
+
* @public
|
|
3538
|
+
*/
|
|
3539
|
+
Arn?: string;
|
|
3540
|
+
/**
|
|
3541
|
+
* Placeholder documentation for __timestampIso8601
|
|
3542
|
+
* @public
|
|
3543
|
+
*/
|
|
3544
|
+
CreatedAt?: Date;
|
|
3545
|
+
/**
|
|
3546
|
+
* A resource's optional description.
|
|
3547
|
+
* @public
|
|
3548
|
+
*/
|
|
3549
|
+
Description?: string;
|
|
3550
|
+
/**
|
|
3551
|
+
* A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
|
|
3552
|
+
* @public
|
|
3553
|
+
*/
|
|
3554
|
+
Id?: string;
|
|
3555
|
+
/**
|
|
3556
|
+
* Placeholder documentation for __timestampIso8601
|
|
3557
|
+
* @public
|
|
3558
|
+
*/
|
|
3559
|
+
ModifiedAt?: Date;
|
|
3560
|
+
/**
|
|
3561
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
3562
|
+
* @public
|
|
3563
|
+
*/
|
|
3564
|
+
Name?: string;
|
|
3565
|
+
/**
|
|
3566
|
+
* Represents the tags associated with a resource.
|
|
3567
|
+
* @public
|
|
3568
|
+
*/
|
|
3569
|
+
Tags?: Record<string, string>;
|
|
3570
|
+
}
|
|
3571
|
+
/**
|
|
3572
|
+
* Placeholder documentation for UpdateEventBridgeRuleTemplateRequest
|
|
3573
|
+
* @public
|
|
3574
|
+
*/
|
|
3575
|
+
export interface UpdateEventBridgeRuleTemplateRequest {
|
|
3576
|
+
/**
|
|
3577
|
+
* A resource's optional description.
|
|
3578
|
+
* @public
|
|
3579
|
+
*/
|
|
3580
|
+
Description?: string;
|
|
3581
|
+
/**
|
|
3582
|
+
* Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
|
|
3583
|
+
* @public
|
|
3584
|
+
*/
|
|
3585
|
+
EventTargets?: EventBridgeRuleTemplateTarget[];
|
|
3586
|
+
/**
|
|
3587
|
+
* The type of event to match with the rule.
|
|
3588
|
+
* @public
|
|
3589
|
+
*/
|
|
3590
|
+
EventType?: EventBridgeRuleTemplateEventType;
|
|
3591
|
+
/**
|
|
3592
|
+
* An eventbridge rule template group's identifier. Can be either be its id or current name.
|
|
3593
|
+
* @public
|
|
3594
|
+
*/
|
|
3595
|
+
GroupIdentifier?: string;
|
|
3596
|
+
/**
|
|
3597
|
+
* An eventbridge rule template's identifier. Can be either be its id or current name.
|
|
3598
|
+
* @public
|
|
3599
|
+
*/
|
|
3600
|
+
Identifier: string | undefined;
|
|
3601
|
+
/**
|
|
3602
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
3603
|
+
* @public
|
|
3604
|
+
*/
|
|
3605
|
+
Name?: string;
|
|
3606
|
+
}
|
|
3607
|
+
/**
|
|
3608
|
+
* Placeholder documentation for UpdateEventBridgeRuleTemplateResponse
|
|
3609
|
+
* @public
|
|
3610
|
+
*/
|
|
3611
|
+
export interface UpdateEventBridgeRuleTemplateResponse {
|
|
3612
|
+
/**
|
|
3613
|
+
* An eventbridge rule template's ARN (Amazon Resource Name)
|
|
3614
|
+
* @public
|
|
3615
|
+
*/
|
|
3616
|
+
Arn?: string;
|
|
3617
|
+
/**
|
|
3618
|
+
* Placeholder documentation for __timestampIso8601
|
|
3619
|
+
* @public
|
|
3620
|
+
*/
|
|
3621
|
+
CreatedAt?: Date;
|
|
3622
|
+
/**
|
|
3623
|
+
* A resource's optional description.
|
|
3624
|
+
* @public
|
|
3625
|
+
*/
|
|
3626
|
+
Description?: string;
|
|
3627
|
+
/**
|
|
3628
|
+
* Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
|
|
3629
|
+
* @public
|
|
3630
|
+
*/
|
|
3631
|
+
EventTargets?: EventBridgeRuleTemplateTarget[];
|
|
3632
|
+
/**
|
|
3633
|
+
* The type of event to match with the rule.
|
|
3634
|
+
* @public
|
|
3635
|
+
*/
|
|
3636
|
+
EventType?: EventBridgeRuleTemplateEventType;
|
|
3637
|
+
/**
|
|
3638
|
+
* An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
|
|
3639
|
+
* @public
|
|
3640
|
+
*/
|
|
3641
|
+
GroupId?: string;
|
|
3642
|
+
/**
|
|
3643
|
+
* An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
|
|
3644
|
+
* @public
|
|
3645
|
+
*/
|
|
3646
|
+
Id?: string;
|
|
3647
|
+
/**
|
|
3648
|
+
* Placeholder documentation for __timestampIso8601
|
|
3649
|
+
* @public
|
|
3650
|
+
*/
|
|
3651
|
+
ModifiedAt?: Date;
|
|
3652
|
+
/**
|
|
3653
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
3654
|
+
* @public
|
|
3655
|
+
*/
|
|
3656
|
+
Name?: string;
|
|
3657
|
+
/**
|
|
3658
|
+
* Represents the tags associated with a resource.
|
|
3659
|
+
* @public
|
|
3660
|
+
*/
|
|
3661
|
+
Tags?: Record<string, string>;
|
|
3662
|
+
}
|
|
3663
|
+
/**
|
|
3664
|
+
* Placeholder documentation for UpdateEventBridgeRuleTemplateGroupRequest
|
|
3665
|
+
* @public
|
|
3666
|
+
*/
|
|
3667
|
+
export interface UpdateEventBridgeRuleTemplateGroupRequest {
|
|
3668
|
+
/**
|
|
3669
|
+
* A resource's optional description.
|
|
3670
|
+
* @public
|
|
3671
|
+
*/
|
|
3672
|
+
Description?: string;
|
|
3673
|
+
/**
|
|
3674
|
+
* An eventbridge rule template group's identifier. Can be either be its id or current name.
|
|
3675
|
+
* @public
|
|
3676
|
+
*/
|
|
3677
|
+
Identifier: string | undefined;
|
|
3678
|
+
}
|
|
3679
|
+
/**
|
|
3680
|
+
* Placeholder documentation for UpdateEventBridgeRuleTemplateGroupResponse
|
|
3681
|
+
* @public
|
|
3682
|
+
*/
|
|
3683
|
+
export interface UpdateEventBridgeRuleTemplateGroupResponse {
|
|
3684
|
+
/**
|
|
3685
|
+
* An eventbridge rule template group's ARN (Amazon Resource Name)
|
|
3686
|
+
* @public
|
|
3687
|
+
*/
|
|
3688
|
+
Arn?: string;
|
|
3689
|
+
/**
|
|
3690
|
+
* Placeholder documentation for __timestampIso8601
|
|
3691
|
+
* @public
|
|
3692
|
+
*/
|
|
3693
|
+
CreatedAt?: Date;
|
|
3694
|
+
/**
|
|
3695
|
+
* A resource's optional description.
|
|
3696
|
+
* @public
|
|
3697
|
+
*/
|
|
3698
|
+
Description?: string;
|
|
3699
|
+
/**
|
|
3700
|
+
* An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
|
|
3701
|
+
* @public
|
|
3702
|
+
*/
|
|
3703
|
+
Id?: string;
|
|
3704
|
+
/**
|
|
3705
|
+
* Placeholder documentation for __timestampIso8601
|
|
3706
|
+
* @public
|
|
3707
|
+
*/
|
|
3708
|
+
ModifiedAt?: Date;
|
|
3709
|
+
/**
|
|
3710
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
3711
|
+
* @public
|
|
3712
|
+
*/
|
|
3713
|
+
Name?: string;
|
|
3714
|
+
/**
|
|
3715
|
+
* Represents the tags associated with a resource.
|
|
3716
|
+
* @public
|
|
3717
|
+
*/
|
|
3718
|
+
Tags?: Record<string, string>;
|
|
3719
|
+
}
|
|
1574
3720
|
/**
|
|
1575
3721
|
* A request to update an input.
|
|
1576
3722
|
* @public
|
|
@@ -1877,3 +4023,7 @@ export interface UpdateReservationResponse {
|
|
|
1877
4023
|
*/
|
|
1878
4024
|
Reservation?: Reservation;
|
|
1879
4025
|
}
|
|
4026
|
+
/**
|
|
4027
|
+
* @internal
|
|
4028
|
+
*/
|
|
4029
|
+
export declare const DescribeInputDeviceThumbnailResponseFilterSensitiveLog: (obj: DescribeInputDeviceThumbnailResponse) => any;
|