@aws-sdk/client-medialive 3.614.0 → 3.616.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +73 -10
- package/dist-es/MediaLiveClient.js +5 -5
- package/dist-es/models/models_0.js +6 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +59 -0
- package/dist-types/MediaLiveClient.d.ts +2 -2
- package/dist-types/commands/CreateInputCommand.d.ts +30 -2
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +15 -1
- package/dist-types/commands/CreateSignalMapCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInputCommand.d.ts +15 -1
- package/dist-types/commands/ListInputsCommand.d.ts +15 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +29 -1
- package/dist-types/models/models_0.d.ts +77 -56
- package/dist-types/models/models_1.d.ts +135 -220
- package/dist-types/models/models_2.d.ts +229 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/MediaLiveClient.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +22 -17
- package/dist-types/ts3.4/models/models_1.d.ts +33 -52
- package/dist-types/ts3.4/models/models_2.d.ts +55 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +18 -18
|
@@ -1,6 +1,223 @@
|
|
|
1
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,
|
|
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, MediaResourceNeighbor, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, OutputDestination, ReservationResourceSpecification, SrtSettings, VpcOutputSettingsDescription } from "./models_0";
|
|
3
|
+
import { AcceptHeader, AccountConfiguration, Channel, ContentType, EncoderSettings, Multiplex, MultiplexProgram, MultiplexProgramPacketIdentifiersMap, MultiplexProgramSettings, MultiplexSettings, PipelineDetail, RenewalSettings, Reservation, ReservationState, ScheduleAction, SignalMapMonitorDeploymentStatus, SignalMapStatus, SignalMapSummary, SrtSettingsRequest, ThumbnailDetail, TransferringInputDeviceSummary } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* Placeholder documentation for CreateSignalMapRequest
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface CreateSignalMapRequest {
|
|
9
|
+
/**
|
|
10
|
+
* Placeholder documentation for __listOf__stringPatternS
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
CloudWatchAlarmTemplateGroupIdentifiers?: string[];
|
|
14
|
+
/**
|
|
15
|
+
* A resource's optional description.
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Description?: string;
|
|
19
|
+
/**
|
|
20
|
+
* A top-level supported AWS resource ARN to discovery a signal map from.
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
DiscoveryEntryPointArn: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* Placeholder documentation for __listOf__stringPatternS
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
EventBridgeRuleTemplateGroupIdentifiers?: string[];
|
|
29
|
+
/**
|
|
30
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
Name: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* Represents the tags associated with a resource.
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
Tags?: Record<string, string>;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* An AWS resource used in media workflows.
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface MediaResource {
|
|
45
|
+
/**
|
|
46
|
+
* Placeholder documentation for __listOfMediaResourceNeighbor
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
Destinations?: MediaResourceNeighbor[];
|
|
50
|
+
/**
|
|
51
|
+
* The logical name of an AWS media resource.
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
Name?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Placeholder documentation for __listOfMediaResourceNeighbor
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
Sources?: MediaResourceNeighbor[];
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Represents the latest successful monitor deployment of a signal map.
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export interface SuccessfulMonitorDeployment {
|
|
66
|
+
/**
|
|
67
|
+
* URI associated with a signal map's monitor deployment.
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
DetailsUri: string | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* A signal map's monitor deployment status.
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
Status: SignalMapMonitorDeploymentStatus | undefined;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Represents the latest monitor deployment of a signal map.
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export interface MonitorDeployment {
|
|
82
|
+
/**
|
|
83
|
+
* URI associated with a signal map's monitor deployment.
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
DetailsUri?: string;
|
|
87
|
+
/**
|
|
88
|
+
* Error message associated with a failed monitor deployment of a signal map.
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
ErrorMessage?: string;
|
|
92
|
+
/**
|
|
93
|
+
* A signal map's monitor deployment status.
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
Status: SignalMapMonitorDeploymentStatus | undefined;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Placeholder documentation for CreateSignalMapResponse
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export interface CreateSignalMapResponse {
|
|
103
|
+
/**
|
|
104
|
+
* A signal map's ARN (Amazon Resource Name)
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
Arn?: string;
|
|
108
|
+
/**
|
|
109
|
+
* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
CloudWatchAlarmTemplateGroupIds?: string[];
|
|
113
|
+
/**
|
|
114
|
+
* Placeholder documentation for __timestampIso8601
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
CreatedAt?: Date;
|
|
118
|
+
/**
|
|
119
|
+
* A resource's optional description.
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
Description?: string;
|
|
123
|
+
/**
|
|
124
|
+
* A top-level supported AWS resource ARN to discovery a signal map from.
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
DiscoveryEntryPointArn?: string;
|
|
128
|
+
/**
|
|
129
|
+
* Error message associated with a failed creation or failed update attempt of a signal map.
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
ErrorMessage?: string;
|
|
133
|
+
/**
|
|
134
|
+
* Placeholder documentation for __listOf__stringMin7Max11PatternAws097
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
EventBridgeRuleTemplateGroupIds?: string[];
|
|
138
|
+
/**
|
|
139
|
+
* A map representing an incomplete AWS media workflow as a graph.
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
FailedMediaResourceMap?: Record<string, MediaResource>;
|
|
143
|
+
/**
|
|
144
|
+
* A signal map's id.
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
Id?: string;
|
|
148
|
+
/**
|
|
149
|
+
* Placeholder documentation for __timestampIso8601
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
LastDiscoveredAt?: Date;
|
|
153
|
+
/**
|
|
154
|
+
* Represents the latest successful monitor deployment of a signal map.
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
|
|
158
|
+
/**
|
|
159
|
+
* A map representing an AWS media workflow as a graph.
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
MediaResourceMap?: Record<string, MediaResource>;
|
|
163
|
+
/**
|
|
164
|
+
* Placeholder documentation for __timestampIso8601
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
ModifiedAt?: Date;
|
|
168
|
+
/**
|
|
169
|
+
* If true, there are pending monitor changes for this signal map that can be deployed.
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
MonitorChangesPendingDeployment?: boolean;
|
|
173
|
+
/**
|
|
174
|
+
* Represents the latest monitor deployment of a signal map.
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
MonitorDeployment?: MonitorDeployment;
|
|
178
|
+
/**
|
|
179
|
+
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
Name?: string;
|
|
183
|
+
/**
|
|
184
|
+
* A signal map's current status which is dependent on its lifecycle actions or associated jobs.
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
Status?: SignalMapStatus;
|
|
188
|
+
/**
|
|
189
|
+
* Represents the tags associated with a resource.
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
Tags?: Record<string, string>;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Placeholder documentation for CreateTagsRequest
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
export interface CreateTagsRequest {
|
|
199
|
+
/**
|
|
200
|
+
* Placeholder documentation for __string
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
ResourceArn: string | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* Placeholder documentation for Tags
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
Tags?: Record<string, string>;
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Placeholder documentation for DeleteChannelRequest
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
export interface DeleteChannelRequest {
|
|
215
|
+
/**
|
|
216
|
+
* Unique ID of the channel.
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
ChannelId: string | undefined;
|
|
220
|
+
}
|
|
4
221
|
/**
|
|
5
222
|
* Placeholder documentation for DeleteChannelResponse
|
|
6
223
|
* @public
|
|
@@ -671,6 +888,11 @@ export interface DescribeInputResponse {
|
|
|
671
888
|
* @public
|
|
672
889
|
*/
|
|
673
890
|
Type?: InputType;
|
|
891
|
+
/**
|
|
892
|
+
* The settings associated with an SRT input.
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
895
|
+
SrtSettings?: SrtSettings;
|
|
674
896
|
}
|
|
675
897
|
/**
|
|
676
898
|
* Placeholder documentation for DescribeInputDeviceRequest
|
|
@@ -3864,6 +4086,11 @@ export interface UpdateInputRequest {
|
|
|
3864
4086
|
* @public
|
|
3865
4087
|
*/
|
|
3866
4088
|
Sources?: InputSourceRequest[];
|
|
4089
|
+
/**
|
|
4090
|
+
* The settings associated with an SRT input.
|
|
4091
|
+
* @public
|
|
4092
|
+
*/
|
|
4093
|
+
SrtSettings?: SrtSettingsRequest;
|
|
3867
4094
|
}
|
|
3868
4095
|
/**
|
|
3869
4096
|
* Placeholder documentation for UpdateInputResponse
|
|
@@ -33,8 +33,8 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
33
33
|
logger?: import("@smithy/types").Logger | undefined;
|
|
34
34
|
}) => import("@smithy/types").EndpointV2;
|
|
35
35
|
tls?: boolean | undefined;
|
|
36
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
37
36
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
37
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
38
38
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
39
39
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MediaLiveHttpAuthSchemeProvider;
|
|
40
40
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -33,8 +33,8 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
33
33
|
logger?: import("@smithy/types").Logger | undefined;
|
|
34
34
|
}) => import("@smithy/types").EndpointV2;
|
|
35
35
|
tls?: boolean | undefined;
|
|
36
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
37
36
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
37
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
38
38
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
39
39
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MediaLiveHttpAuthSchemeProvider;
|
|
40
40
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -32,8 +32,8 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
32
32
|
logger?: import("@smithy/types").Logger | undefined;
|
|
33
33
|
}) => import("@smithy/types").EndpointV2;
|
|
34
34
|
tls?: boolean | undefined;
|
|
35
|
-
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
36
35
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
36
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
37
37
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
38
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MediaLiveHttpAuthSchemeProvider;
|
|
39
39
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -639,9 +639,9 @@ export type MediaLiveClientConfigType = Partial<
|
|
|
639
639
|
ClientDefaults &
|
|
640
640
|
RegionInputConfig &
|
|
641
641
|
EndpointInputConfig<EndpointParameters> &
|
|
642
|
-
RetryInputConfig &
|
|
643
642
|
HostHeaderInputConfig &
|
|
644
643
|
UserAgentInputConfig &
|
|
644
|
+
RetryInputConfig &
|
|
645
645
|
HttpAuthSchemeInputConfig &
|
|
646
646
|
ClientInputEndpointParameters;
|
|
647
647
|
export interface MediaLiveClientConfig extends MediaLiveClientConfigType {}
|
|
@@ -651,9 +651,9 @@ export type MediaLiveClientResolvedConfigType =
|
|
|
651
651
|
RuntimeExtensionsConfig &
|
|
652
652
|
RegionResolvedConfig &
|
|
653
653
|
EndpointResolvedConfig<EndpointParameters> &
|
|
654
|
-
RetryResolvedConfig &
|
|
655
654
|
HostHeaderResolvedConfig &
|
|
656
655
|
UserAgentResolvedConfig &
|
|
656
|
+
RetryResolvedConfig &
|
|
657
657
|
HttpAuthSchemeResolvedConfig &
|
|
658
658
|
ClientResolvedEndpointParameters;
|
|
659
659
|
export interface MediaLiveClientResolvedConfig
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateSignalMapRequest,
|
|
10
10
|
CreateSignalMapResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateSignalMapCommandInput extends CreateSignalMapRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MediaLiveClient";
|
|
8
|
-
import { CreateTagsRequest } from "../models/
|
|
8
|
+
import { CreateTagsRequest } from "../models/models_2";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface CreateTagsCommandInput extends CreateTagsRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MediaLiveClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DeleteChannelRequest,
|
|
10
|
+
DeleteChannelResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
|
|
@@ -1228,6 +1228,26 @@ export interface InputSource {
|
|
|
1228
1228
|
Url?: string;
|
|
1229
1229
|
Username?: string;
|
|
1230
1230
|
}
|
|
1231
|
+
export declare const Algorithm: {
|
|
1232
|
+
readonly AES128: "AES128";
|
|
1233
|
+
readonly AES192: "AES192";
|
|
1234
|
+
readonly AES256: "AES256";
|
|
1235
|
+
};
|
|
1236
|
+
export type Algorithm = (typeof Algorithm)[keyof typeof Algorithm];
|
|
1237
|
+
export interface SrtCallerDecryption {
|
|
1238
|
+
Algorithm?: Algorithm;
|
|
1239
|
+
PassphraseSecretArn?: string;
|
|
1240
|
+
}
|
|
1241
|
+
export interface SrtCallerSource {
|
|
1242
|
+
Decryption?: SrtCallerDecryption;
|
|
1243
|
+
MinimumLatency?: number;
|
|
1244
|
+
SrtListenerAddress?: string;
|
|
1245
|
+
SrtListenerPort?: string;
|
|
1246
|
+
StreamId?: string;
|
|
1247
|
+
}
|
|
1248
|
+
export interface SrtSettings {
|
|
1249
|
+
SrtCallerSources?: SrtCallerSource[];
|
|
1250
|
+
}
|
|
1231
1251
|
export declare const InputState: {
|
|
1232
1252
|
readonly ATTACHED: "ATTACHED";
|
|
1233
1253
|
readonly CREATING: "CREATING";
|
|
@@ -1244,6 +1264,7 @@ export declare const InputType: {
|
|
|
1244
1264
|
readonly RTMP_PULL: "RTMP_PULL";
|
|
1245
1265
|
readonly RTMP_PUSH: "RTMP_PUSH";
|
|
1246
1266
|
readonly RTP_PUSH: "RTP_PUSH";
|
|
1267
|
+
readonly SRT_CALLER: "SRT_CALLER";
|
|
1247
1268
|
readonly TS_FILE: "TS_FILE";
|
|
1248
1269
|
readonly UDP_PUSH: "UDP_PUSH";
|
|
1249
1270
|
readonly URL_PULL: "URL_PULL";
|
|
@@ -1266,6 +1287,7 @@ export interface Input {
|
|
|
1266
1287
|
State?: InputState;
|
|
1267
1288
|
Tags?: Record<string, string>;
|
|
1268
1289
|
Type?: InputType;
|
|
1290
|
+
SrtSettings?: SrtSettings;
|
|
1269
1291
|
}
|
|
1270
1292
|
export interface InputDestinationRequest {
|
|
1271
1293
|
StreamName?: string;
|
|
@@ -1978,20 +2000,3 @@ export declare const S3CannedAcl: {
|
|
|
1978
2000
|
readonly PUBLIC_READ: "PUBLIC_READ";
|
|
1979
2001
|
};
|
|
1980
2002
|
export type S3CannedAcl = (typeof S3CannedAcl)[keyof typeof S3CannedAcl];
|
|
1981
|
-
export interface ArchiveS3Settings {
|
|
1982
|
-
CannedAcl?: S3CannedAcl;
|
|
1983
|
-
}
|
|
1984
|
-
export interface ArchiveCdnSettings {
|
|
1985
|
-
ArchiveS3Settings?: ArchiveS3Settings;
|
|
1986
|
-
}
|
|
1987
|
-
export interface ArchiveGroupSettings {
|
|
1988
|
-
ArchiveCdnSettings?: ArchiveCdnSettings;
|
|
1989
|
-
Destination: OutputLocationRef | undefined;
|
|
1990
|
-
RolloverInterval?: number;
|
|
1991
|
-
}
|
|
1992
|
-
export declare const CmafNielsenId3Behavior: {
|
|
1993
|
-
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
1994
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1995
|
-
};
|
|
1996
|
-
export type CmafNielsenId3Behavior =
|
|
1997
|
-
(typeof CmafNielsenId3Behavior)[keyof typeof CmafNielsenId3Behavior];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
3
3
|
import {
|
|
4
|
-
|
|
4
|
+
Algorithm,
|
|
5
5
|
AudioDescription,
|
|
6
6
|
BatchFailedResultModel,
|
|
7
7
|
BatchSuccessfulResultModel,
|
|
@@ -15,7 +15,6 @@ import {
|
|
|
15
15
|
CloudWatchAlarmTemplateStatistic,
|
|
16
16
|
CloudWatchAlarmTemplateTargetResourceType,
|
|
17
17
|
CloudWatchAlarmTemplateTreatMissingData,
|
|
18
|
-
CmafNielsenId3Behavior,
|
|
19
18
|
ColorCorrection,
|
|
20
19
|
EventBridgeRuleTemplateEventType,
|
|
21
20
|
EventBridgeRuleTemplateTarget,
|
|
@@ -35,7 +34,6 @@ import {
|
|
|
35
34
|
MaintenanceDay,
|
|
36
35
|
MaintenanceStatus,
|
|
37
36
|
MediaConnectFlowRequest,
|
|
38
|
-
MediaResourceNeighbor,
|
|
39
37
|
MultiplexOutputDestination,
|
|
40
38
|
MultiplexProgramPipelineDetail,
|
|
41
39
|
MultiplexState,
|
|
@@ -48,6 +46,23 @@ import {
|
|
|
48
46
|
S3CannedAcl,
|
|
49
47
|
VpcOutputSettingsDescription,
|
|
50
48
|
} from "./models_0";
|
|
49
|
+
export interface ArchiveS3Settings {
|
|
50
|
+
CannedAcl?: S3CannedAcl;
|
|
51
|
+
}
|
|
52
|
+
export interface ArchiveCdnSettings {
|
|
53
|
+
ArchiveS3Settings?: ArchiveS3Settings;
|
|
54
|
+
}
|
|
55
|
+
export interface ArchiveGroupSettings {
|
|
56
|
+
ArchiveCdnSettings?: ArchiveCdnSettings;
|
|
57
|
+
Destination: OutputLocationRef | undefined;
|
|
58
|
+
RolloverInterval?: number;
|
|
59
|
+
}
|
|
60
|
+
export declare const CmafNielsenId3Behavior: {
|
|
61
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
62
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
63
|
+
};
|
|
64
|
+
export type CmafNielsenId3Behavior =
|
|
65
|
+
(typeof CmafNielsenId3Behavior)[keyof typeof CmafNielsenId3Behavior];
|
|
51
66
|
export declare const Scte35Type: {
|
|
52
67
|
readonly NONE: "NONE";
|
|
53
68
|
readonly SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION";
|
|
@@ -782,6 +797,17 @@ export interface SignalMapSummary {
|
|
|
782
797
|
Status: SignalMapStatus | undefined;
|
|
783
798
|
Tags?: Record<string, string>;
|
|
784
799
|
}
|
|
800
|
+
export interface SrtCallerDecryptionRequest {
|
|
801
|
+
Algorithm?: Algorithm;
|
|
802
|
+
PassphraseSecretArn?: string;
|
|
803
|
+
}
|
|
804
|
+
export interface SrtCallerSourceRequest {
|
|
805
|
+
Decryption?: SrtCallerDecryptionRequest;
|
|
806
|
+
MinimumLatency?: number;
|
|
807
|
+
SrtListenerAddress?: string;
|
|
808
|
+
SrtListenerPort?: string;
|
|
809
|
+
StreamId?: string;
|
|
810
|
+
}
|
|
785
811
|
export declare const ThumbnailType: {
|
|
786
812
|
readonly CURRENT_ACTIVE: "CURRENT_ACTIVE";
|
|
787
813
|
readonly UNSPECIFIED: "UNSPECIFIED";
|
|
@@ -1856,6 +1882,9 @@ export interface CreateEventBridgeRuleTemplateGroupResponse {
|
|
|
1856
1882
|
Name?: string;
|
|
1857
1883
|
Tags?: Record<string, string>;
|
|
1858
1884
|
}
|
|
1885
|
+
export interface SrtSettingsRequest {
|
|
1886
|
+
SrtCallerSources?: SrtCallerSourceRequest[];
|
|
1887
|
+
}
|
|
1859
1888
|
export interface InputVpcRequest {
|
|
1860
1889
|
SecurityGroupIds?: string[];
|
|
1861
1890
|
SubnetIds: string[] | undefined;
|
|
@@ -1872,6 +1901,7 @@ export interface CreateInputRequest {
|
|
|
1872
1901
|
Tags?: Record<string, string>;
|
|
1873
1902
|
Type?: InputType;
|
|
1874
1903
|
Vpc?: InputVpcRequest;
|
|
1904
|
+
SrtSettings?: SrtSettingsRequest;
|
|
1875
1905
|
}
|
|
1876
1906
|
export interface CreateInputResponse {
|
|
1877
1907
|
Input?: Input;
|
|
@@ -1976,52 +2006,3 @@ export interface CreatePartnerInputRequest {
|
|
|
1976
2006
|
export interface CreatePartnerInputResponse {
|
|
1977
2007
|
Input?: Input;
|
|
1978
2008
|
}
|
|
1979
|
-
export interface CreateSignalMapRequest {
|
|
1980
|
-
CloudWatchAlarmTemplateGroupIdentifiers?: string[];
|
|
1981
|
-
Description?: string;
|
|
1982
|
-
DiscoveryEntryPointArn: string | undefined;
|
|
1983
|
-
EventBridgeRuleTemplateGroupIdentifiers?: string[];
|
|
1984
|
-
Name: string | undefined;
|
|
1985
|
-
Tags?: Record<string, string>;
|
|
1986
|
-
}
|
|
1987
|
-
export interface MediaResource {
|
|
1988
|
-
Destinations?: MediaResourceNeighbor[];
|
|
1989
|
-
Name?: string;
|
|
1990
|
-
Sources?: MediaResourceNeighbor[];
|
|
1991
|
-
}
|
|
1992
|
-
export interface SuccessfulMonitorDeployment {
|
|
1993
|
-
DetailsUri: string | undefined;
|
|
1994
|
-
Status: SignalMapMonitorDeploymentStatus | undefined;
|
|
1995
|
-
}
|
|
1996
|
-
export interface MonitorDeployment {
|
|
1997
|
-
DetailsUri?: string;
|
|
1998
|
-
ErrorMessage?: string;
|
|
1999
|
-
Status: SignalMapMonitorDeploymentStatus | undefined;
|
|
2000
|
-
}
|
|
2001
|
-
export interface CreateSignalMapResponse {
|
|
2002
|
-
Arn?: string;
|
|
2003
|
-
CloudWatchAlarmTemplateGroupIds?: string[];
|
|
2004
|
-
CreatedAt?: Date;
|
|
2005
|
-
Description?: string;
|
|
2006
|
-
DiscoveryEntryPointArn?: string;
|
|
2007
|
-
ErrorMessage?: string;
|
|
2008
|
-
EventBridgeRuleTemplateGroupIds?: string[];
|
|
2009
|
-
FailedMediaResourceMap?: Record<string, MediaResource>;
|
|
2010
|
-
Id?: string;
|
|
2011
|
-
LastDiscoveredAt?: Date;
|
|
2012
|
-
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
|
|
2013
|
-
MediaResourceMap?: Record<string, MediaResource>;
|
|
2014
|
-
ModifiedAt?: Date;
|
|
2015
|
-
MonitorChangesPendingDeployment?: boolean;
|
|
2016
|
-
MonitorDeployment?: MonitorDeployment;
|
|
2017
|
-
Name?: string;
|
|
2018
|
-
Status?: SignalMapStatus;
|
|
2019
|
-
Tags?: Record<string, string>;
|
|
2020
|
-
}
|
|
2021
|
-
export interface CreateTagsRequest {
|
|
2022
|
-
ResourceArn: string | undefined;
|
|
2023
|
-
Tags?: Record<string, string>;
|
|
2024
|
-
}
|
|
2025
|
-
export interface DeleteChannelRequest {
|
|
2026
|
-
ChannelId: string | undefined;
|
|
2027
|
-
}
|
|
@@ -50,6 +50,7 @@ import {
|
|
|
50
50
|
MaintenanceStatus,
|
|
51
51
|
MediaConnectFlow,
|
|
52
52
|
MediaConnectFlowRequest,
|
|
53
|
+
MediaResourceNeighbor,
|
|
53
54
|
MultiplexOutputDestination,
|
|
54
55
|
MultiplexProgramPipelineDetail,
|
|
55
56
|
MultiplexProgramSummary,
|
|
@@ -60,6 +61,7 @@ import {
|
|
|
60
61
|
OfferingType,
|
|
61
62
|
OutputDestination,
|
|
62
63
|
ReservationResourceSpecification,
|
|
64
|
+
SrtSettings,
|
|
63
65
|
VpcOutputSettingsDescription,
|
|
64
66
|
} from "./models_0";
|
|
65
67
|
import {
|
|
@@ -68,8 +70,6 @@ import {
|
|
|
68
70
|
Channel,
|
|
69
71
|
ContentType,
|
|
70
72
|
EncoderSettings,
|
|
71
|
-
MediaResource,
|
|
72
|
-
MonitorDeployment,
|
|
73
73
|
Multiplex,
|
|
74
74
|
MultiplexProgram,
|
|
75
75
|
MultiplexProgramPacketIdentifiersMap,
|
|
@@ -80,12 +80,62 @@ import {
|
|
|
80
80
|
Reservation,
|
|
81
81
|
ReservationState,
|
|
82
82
|
ScheduleAction,
|
|
83
|
+
SignalMapMonitorDeploymentStatus,
|
|
83
84
|
SignalMapStatus,
|
|
84
85
|
SignalMapSummary,
|
|
85
|
-
|
|
86
|
+
SrtSettingsRequest,
|
|
86
87
|
ThumbnailDetail,
|
|
87
88
|
TransferringInputDeviceSummary,
|
|
88
89
|
} from "./models_1";
|
|
90
|
+
export interface CreateSignalMapRequest {
|
|
91
|
+
CloudWatchAlarmTemplateGroupIdentifiers?: string[];
|
|
92
|
+
Description?: string;
|
|
93
|
+
DiscoveryEntryPointArn: string | undefined;
|
|
94
|
+
EventBridgeRuleTemplateGroupIdentifiers?: string[];
|
|
95
|
+
Name: string | undefined;
|
|
96
|
+
Tags?: Record<string, string>;
|
|
97
|
+
}
|
|
98
|
+
export interface MediaResource {
|
|
99
|
+
Destinations?: MediaResourceNeighbor[];
|
|
100
|
+
Name?: string;
|
|
101
|
+
Sources?: MediaResourceNeighbor[];
|
|
102
|
+
}
|
|
103
|
+
export interface SuccessfulMonitorDeployment {
|
|
104
|
+
DetailsUri: string | undefined;
|
|
105
|
+
Status: SignalMapMonitorDeploymentStatus | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface MonitorDeployment {
|
|
108
|
+
DetailsUri?: string;
|
|
109
|
+
ErrorMessage?: string;
|
|
110
|
+
Status: SignalMapMonitorDeploymentStatus | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface CreateSignalMapResponse {
|
|
113
|
+
Arn?: string;
|
|
114
|
+
CloudWatchAlarmTemplateGroupIds?: string[];
|
|
115
|
+
CreatedAt?: Date;
|
|
116
|
+
Description?: string;
|
|
117
|
+
DiscoveryEntryPointArn?: string;
|
|
118
|
+
ErrorMessage?: string;
|
|
119
|
+
EventBridgeRuleTemplateGroupIds?: string[];
|
|
120
|
+
FailedMediaResourceMap?: Record<string, MediaResource>;
|
|
121
|
+
Id?: string;
|
|
122
|
+
LastDiscoveredAt?: Date;
|
|
123
|
+
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
|
|
124
|
+
MediaResourceMap?: Record<string, MediaResource>;
|
|
125
|
+
ModifiedAt?: Date;
|
|
126
|
+
MonitorChangesPendingDeployment?: boolean;
|
|
127
|
+
MonitorDeployment?: MonitorDeployment;
|
|
128
|
+
Name?: string;
|
|
129
|
+
Status?: SignalMapStatus;
|
|
130
|
+
Tags?: Record<string, string>;
|
|
131
|
+
}
|
|
132
|
+
export interface CreateTagsRequest {
|
|
133
|
+
ResourceArn: string | undefined;
|
|
134
|
+
Tags?: Record<string, string>;
|
|
135
|
+
}
|
|
136
|
+
export interface DeleteChannelRequest {
|
|
137
|
+
ChannelId: string | undefined;
|
|
138
|
+
}
|
|
89
139
|
export interface DeleteChannelResponse {
|
|
90
140
|
Arn?: string;
|
|
91
141
|
CdiInputSpecification?: CdiInputSpecification;
|
|
@@ -234,6 +284,7 @@ export interface DescribeInputResponse {
|
|
|
234
284
|
State?: InputState;
|
|
235
285
|
Tags?: Record<string, string>;
|
|
236
286
|
Type?: InputType;
|
|
287
|
+
SrtSettings?: SrtSettings;
|
|
237
288
|
}
|
|
238
289
|
export interface DescribeInputDeviceRequest {
|
|
239
290
|
InputDeviceId: string | undefined;
|
|
@@ -953,6 +1004,7 @@ export interface UpdateInputRequest {
|
|
|
953
1004
|
Name?: string;
|
|
954
1005
|
RoleArn?: string;
|
|
955
1006
|
Sources?: InputSourceRequest[];
|
|
1007
|
+
SrtSettings?: SrtSettingsRequest;
|
|
956
1008
|
}
|
|
957
1009
|
export interface UpdateInputResponse {
|
|
958
1010
|
Input?: Input;
|
|
@@ -57,11 +57,11 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
57
57
|
}
|
|
58
58
|
) => import("@smithy/types").EndpointV2;
|
|
59
59
|
tls?: boolean | undefined;
|
|
60
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
60
61
|
retryStrategy?:
|
|
61
62
|
| import("@smithy/types").RetryStrategy
|
|
62
63
|
| import("@smithy/types").RetryStrategyV2
|
|
63
64
|
| undefined;
|
|
64
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
65
65
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
66
66
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MediaLiveHttpAuthSchemeProvider;
|
|
67
67
|
credentials?:
|
|
@@ -61,11 +61,11 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
61
61
|
}
|
|
62
62
|
) => import("@smithy/types").EndpointV2;
|
|
63
63
|
tls?: boolean | undefined;
|
|
64
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
64
65
|
retryStrategy?:
|
|
65
66
|
| import("@smithy/types").RetryStrategy
|
|
66
67
|
| import("@smithy/types").RetryStrategyV2
|
|
67
68
|
| undefined;
|
|
68
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
69
69
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
70
70
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MediaLiveHttpAuthSchemeProvider;
|
|
71
71
|
credentials?:
|
|
@@ -51,11 +51,11 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
51
51
|
}
|
|
52
52
|
) => import("@smithy/types").EndpointV2;
|
|
53
53
|
tls?: boolean | undefined;
|
|
54
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
54
55
|
retryStrategy?:
|
|
55
56
|
| import("@smithy/types").RetryStrategy
|
|
56
57
|
| import("@smithy/types").RetryStrategyV2
|
|
57
58
|
| undefined;
|
|
58
|
-
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
59
59
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
60
60
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MediaLiveHttpAuthSchemeProvider;
|
|
61
61
|
credentials?:
|