@aws-sdk/client-mediaconnect 3.489.0 → 3.495.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/MediaConnect.js +1 -113
- package/dist-cjs/MediaConnectClient.js +1 -43
- package/dist-cjs/commands/AddBridgeOutputsCommand.js +1 -28
- package/dist-cjs/commands/AddBridgeSourcesCommand.js +1 -28
- package/dist-cjs/commands/AddFlowMediaStreamsCommand.js +1 -28
- package/dist-cjs/commands/AddFlowOutputsCommand.js +1 -28
- package/dist-cjs/commands/AddFlowSourcesCommand.js +1 -28
- package/dist-cjs/commands/AddFlowVpcInterfacesCommand.js +1 -28
- package/dist-cjs/commands/CreateBridgeCommand.js +1 -28
- package/dist-cjs/commands/CreateFlowCommand.js +1 -28
- package/dist-cjs/commands/CreateGatewayCommand.js +1 -28
- package/dist-cjs/commands/DeleteBridgeCommand.js +1 -28
- package/dist-cjs/commands/DeleteFlowCommand.js +1 -28
- package/dist-cjs/commands/DeleteGatewayCommand.js +1 -28
- package/dist-cjs/commands/DeregisterGatewayInstanceCommand.js +1 -28
- package/dist-cjs/commands/DescribeBridgeCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlowCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlowSourceMetadataCommand.js +1 -28
- package/dist-cjs/commands/DescribeGatewayCommand.js +1 -28
- package/dist-cjs/commands/DescribeGatewayInstanceCommand.js +1 -28
- package/dist-cjs/commands/DescribeOfferingCommand.js +1 -28
- package/dist-cjs/commands/DescribeReservationCommand.js +1 -28
- package/dist-cjs/commands/GrantFlowEntitlementsCommand.js +1 -28
- package/dist-cjs/commands/ListBridgesCommand.js +1 -28
- package/dist-cjs/commands/ListEntitlementsCommand.js +1 -28
- package/dist-cjs/commands/ListFlowsCommand.js +1 -28
- package/dist-cjs/commands/ListGatewayInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListGatewaysCommand.js +1 -28
- package/dist-cjs/commands/ListOfferingsCommand.js +1 -28
- package/dist-cjs/commands/ListReservationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PurchaseOfferingCommand.js +1 -28
- package/dist-cjs/commands/RemoveBridgeOutputCommand.js +1 -28
- package/dist-cjs/commands/RemoveBridgeSourceCommand.js +1 -28
- package/dist-cjs/commands/RemoveFlowMediaStreamCommand.js +1 -28
- package/dist-cjs/commands/RemoveFlowOutputCommand.js +1 -28
- package/dist-cjs/commands/RemoveFlowSourceCommand.js +1 -28
- package/dist-cjs/commands/RemoveFlowVpcInterfaceCommand.js +1 -28
- package/dist-cjs/commands/RevokeFlowEntitlementCommand.js +1 -28
- package/dist-cjs/commands/StartFlowCommand.js +1 -28
- package/dist-cjs/commands/StopFlowCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateBridgeCommand.js +1 -28
- package/dist-cjs/commands/UpdateBridgeOutputCommand.js +1 -28
- package/dist-cjs/commands/UpdateBridgeSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateBridgeStateCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlowCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlowEntitlementCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlowMediaStreamCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlowOutputCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlowSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateGatewayInstanceCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -54
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6205 -12
- package/dist-cjs/models/MediaConnectServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -336
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListBridgesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntitlementsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFlowsPaginator.js +1 -7
- package/dist-cjs/pagination/ListGatewayInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/ListGatewaysPaginator.js +1 -7
- package/dist-cjs/pagination/ListOfferingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListReservationsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -11
- package/dist-cjs/protocols/Aws_restJson1.js +1 -4486
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -6
- package/dist-cjs/waiters/waitForFlowActive.js +1 -69
- package/dist-cjs/waiters/waitForFlowDeleted.js +1 -54
- package/dist-cjs/waiters/waitForFlowStandby.js +1 -60
- package/package.json +41 -41
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaConnectServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class MediaConnectServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, MediaConnectServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.MediaConnectServiceException = MediaConnectServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,336 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GrantFlowEntitlements420Exception = exports.DesiredState = exports.CreateGateway420Exception = exports.CreateFlow420Exception = exports.CreateBridge420Exception = exports.ConnectionStatus = exports.BridgePlacement = exports.State = exports.FailoverMode = exports.AddFlowOutputs420Exception = exports.TooManyRequestsException = exports.ServiceUnavailableException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.NetworkInterfaceType = exports.ReservationState = exports.ResourceType = exports.PriceUnits = exports.DurationUnits = exports.InstanceState = exports.GatewayState = exports.Status = exports.SourceType = exports.MaintenanceDay = exports.BridgeState = exports.EntitlementStatus = exports.EncoderProfile = exports.EncodingName = exports.KeyType = exports.Algorithm = exports.MediaStreamType = exports.Tcs = exports.ScanMode = exports.Range = exports.Colorimetry = exports.Protocol = void 0;
|
|
4
|
-
const MediaConnectServiceException_1 = require("./MediaConnectServiceException");
|
|
5
|
-
exports.Protocol = {
|
|
6
|
-
cdi: "cdi",
|
|
7
|
-
fujitsu_qos: "fujitsu-qos",
|
|
8
|
-
rist: "rist",
|
|
9
|
-
rtp: "rtp",
|
|
10
|
-
rtp_fec: "rtp-fec",
|
|
11
|
-
srt_caller: "srt-caller",
|
|
12
|
-
srt_listener: "srt-listener",
|
|
13
|
-
st2110_jpegxs: "st2110-jpegxs",
|
|
14
|
-
udp: "udp",
|
|
15
|
-
zixi_pull: "zixi-pull",
|
|
16
|
-
zixi_push: "zixi-push",
|
|
17
|
-
};
|
|
18
|
-
exports.Colorimetry = {
|
|
19
|
-
BT2020: "BT2020",
|
|
20
|
-
BT2100: "BT2100",
|
|
21
|
-
BT601: "BT601",
|
|
22
|
-
BT709: "BT709",
|
|
23
|
-
ST2065_1: "ST2065-1",
|
|
24
|
-
ST2065_3: "ST2065-3",
|
|
25
|
-
XYZ: "XYZ",
|
|
26
|
-
};
|
|
27
|
-
exports.Range = {
|
|
28
|
-
FULL: "FULL",
|
|
29
|
-
FULLPROTECT: "FULLPROTECT",
|
|
30
|
-
NARROW: "NARROW",
|
|
31
|
-
};
|
|
32
|
-
exports.ScanMode = {
|
|
33
|
-
interlace: "interlace",
|
|
34
|
-
progressive: "progressive",
|
|
35
|
-
progressive_segmented_frame: "progressive-segmented-frame",
|
|
36
|
-
};
|
|
37
|
-
exports.Tcs = {
|
|
38
|
-
BT2100LINHLG: "BT2100LINHLG",
|
|
39
|
-
BT2100LINPQ: "BT2100LINPQ",
|
|
40
|
-
DENSITY: "DENSITY",
|
|
41
|
-
HLG: "HLG",
|
|
42
|
-
LINEAR: "LINEAR",
|
|
43
|
-
PQ: "PQ",
|
|
44
|
-
SDR: "SDR",
|
|
45
|
-
ST2065_1: "ST2065-1",
|
|
46
|
-
ST428_1: "ST428-1",
|
|
47
|
-
};
|
|
48
|
-
exports.MediaStreamType = {
|
|
49
|
-
ancillary_data: "ancillary-data",
|
|
50
|
-
audio: "audio",
|
|
51
|
-
video: "video",
|
|
52
|
-
};
|
|
53
|
-
exports.Algorithm = {
|
|
54
|
-
aes128: "aes128",
|
|
55
|
-
aes192: "aes192",
|
|
56
|
-
aes256: "aes256",
|
|
57
|
-
};
|
|
58
|
-
exports.KeyType = {
|
|
59
|
-
speke: "speke",
|
|
60
|
-
srt_password: "srt-password",
|
|
61
|
-
static_key: "static-key",
|
|
62
|
-
};
|
|
63
|
-
exports.EncodingName = {
|
|
64
|
-
jxsv: "jxsv",
|
|
65
|
-
pcm: "pcm",
|
|
66
|
-
raw: "raw",
|
|
67
|
-
smpte291: "smpte291",
|
|
68
|
-
};
|
|
69
|
-
exports.EncoderProfile = {
|
|
70
|
-
high: "high",
|
|
71
|
-
main: "main",
|
|
72
|
-
};
|
|
73
|
-
exports.EntitlementStatus = {
|
|
74
|
-
DISABLED: "DISABLED",
|
|
75
|
-
ENABLED: "ENABLED",
|
|
76
|
-
};
|
|
77
|
-
exports.BridgeState = {
|
|
78
|
-
ACTIVE: "ACTIVE",
|
|
79
|
-
CREATING: "CREATING",
|
|
80
|
-
DELETED: "DELETED",
|
|
81
|
-
DELETING: "DELETING",
|
|
82
|
-
DEPLOYING: "DEPLOYING",
|
|
83
|
-
STANDBY: "STANDBY",
|
|
84
|
-
STARTING: "STARTING",
|
|
85
|
-
START_FAILED: "START_FAILED",
|
|
86
|
-
START_PENDING: "START_PENDING",
|
|
87
|
-
STOPPING: "STOPPING",
|
|
88
|
-
STOP_FAILED: "STOP_FAILED",
|
|
89
|
-
UPDATING: "UPDATING",
|
|
90
|
-
};
|
|
91
|
-
exports.MaintenanceDay = {
|
|
92
|
-
Friday: "Friday",
|
|
93
|
-
Monday: "Monday",
|
|
94
|
-
Saturday: "Saturday",
|
|
95
|
-
Sunday: "Sunday",
|
|
96
|
-
Thursday: "Thursday",
|
|
97
|
-
Tuesday: "Tuesday",
|
|
98
|
-
Wednesday: "Wednesday",
|
|
99
|
-
};
|
|
100
|
-
exports.SourceType = {
|
|
101
|
-
ENTITLED: "ENTITLED",
|
|
102
|
-
OWNED: "OWNED",
|
|
103
|
-
};
|
|
104
|
-
exports.Status = {
|
|
105
|
-
ACTIVE: "ACTIVE",
|
|
106
|
-
DELETING: "DELETING",
|
|
107
|
-
ERROR: "ERROR",
|
|
108
|
-
STANDBY: "STANDBY",
|
|
109
|
-
STARTING: "STARTING",
|
|
110
|
-
STOPPING: "STOPPING",
|
|
111
|
-
UPDATING: "UPDATING",
|
|
112
|
-
};
|
|
113
|
-
exports.GatewayState = {
|
|
114
|
-
ACTIVE: "ACTIVE",
|
|
115
|
-
CREATING: "CREATING",
|
|
116
|
-
DELETED: "DELETED",
|
|
117
|
-
DELETING: "DELETING",
|
|
118
|
-
ERROR: "ERROR",
|
|
119
|
-
UPDATING: "UPDATING",
|
|
120
|
-
};
|
|
121
|
-
exports.InstanceState = {
|
|
122
|
-
ACTIVE: "ACTIVE",
|
|
123
|
-
DEREGISTERED: "DEREGISTERED",
|
|
124
|
-
DEREGISTERING: "DEREGISTERING",
|
|
125
|
-
DEREGISTRATION_ERROR: "DEREGISTRATION_ERROR",
|
|
126
|
-
REGISTERING: "REGISTERING",
|
|
127
|
-
REGISTRATION_ERROR: "REGISTRATION_ERROR",
|
|
128
|
-
};
|
|
129
|
-
exports.DurationUnits = {
|
|
130
|
-
MONTHS: "MONTHS",
|
|
131
|
-
};
|
|
132
|
-
exports.PriceUnits = {
|
|
133
|
-
HOURLY: "HOURLY",
|
|
134
|
-
};
|
|
135
|
-
exports.ResourceType = {
|
|
136
|
-
Mbps_Outbound_Bandwidth: "Mbps_Outbound_Bandwidth",
|
|
137
|
-
};
|
|
138
|
-
exports.ReservationState = {
|
|
139
|
-
ACTIVE: "ACTIVE",
|
|
140
|
-
CANCELED: "CANCELED",
|
|
141
|
-
EXPIRED: "EXPIRED",
|
|
142
|
-
PROCESSING: "PROCESSING",
|
|
143
|
-
};
|
|
144
|
-
exports.NetworkInterfaceType = {
|
|
145
|
-
efa: "efa",
|
|
146
|
-
ena: "ena",
|
|
147
|
-
};
|
|
148
|
-
class BadRequestException extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
149
|
-
constructor(opts) {
|
|
150
|
-
super({
|
|
151
|
-
name: "BadRequestException",
|
|
152
|
-
$fault: "client",
|
|
153
|
-
...opts,
|
|
154
|
-
});
|
|
155
|
-
this.name = "BadRequestException";
|
|
156
|
-
this.$fault = "client";
|
|
157
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
158
|
-
this.Message = opts.Message;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
exports.BadRequestException = BadRequestException;
|
|
162
|
-
class ConflictException extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
163
|
-
constructor(opts) {
|
|
164
|
-
super({
|
|
165
|
-
name: "ConflictException",
|
|
166
|
-
$fault: "client",
|
|
167
|
-
...opts,
|
|
168
|
-
});
|
|
169
|
-
this.name = "ConflictException";
|
|
170
|
-
this.$fault = "client";
|
|
171
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
172
|
-
this.Message = opts.Message;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
exports.ConflictException = ConflictException;
|
|
176
|
-
class ForbiddenException extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
177
|
-
constructor(opts) {
|
|
178
|
-
super({
|
|
179
|
-
name: "ForbiddenException",
|
|
180
|
-
$fault: "client",
|
|
181
|
-
...opts,
|
|
182
|
-
});
|
|
183
|
-
this.name = "ForbiddenException";
|
|
184
|
-
this.$fault = "client";
|
|
185
|
-
Object.setPrototypeOf(this, ForbiddenException.prototype);
|
|
186
|
-
this.Message = opts.Message;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
exports.ForbiddenException = ForbiddenException;
|
|
190
|
-
class InternalServerErrorException extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
191
|
-
constructor(opts) {
|
|
192
|
-
super({
|
|
193
|
-
name: "InternalServerErrorException",
|
|
194
|
-
$fault: "server",
|
|
195
|
-
...opts,
|
|
196
|
-
});
|
|
197
|
-
this.name = "InternalServerErrorException";
|
|
198
|
-
this.$fault = "server";
|
|
199
|
-
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
200
|
-
this.Message = opts.Message;
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
exports.InternalServerErrorException = InternalServerErrorException;
|
|
204
|
-
class NotFoundException extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
205
|
-
constructor(opts) {
|
|
206
|
-
super({
|
|
207
|
-
name: "NotFoundException",
|
|
208
|
-
$fault: "client",
|
|
209
|
-
...opts,
|
|
210
|
-
});
|
|
211
|
-
this.name = "NotFoundException";
|
|
212
|
-
this.$fault = "client";
|
|
213
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
214
|
-
this.Message = opts.Message;
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
exports.NotFoundException = NotFoundException;
|
|
218
|
-
class ServiceUnavailableException extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
219
|
-
constructor(opts) {
|
|
220
|
-
super({
|
|
221
|
-
name: "ServiceUnavailableException",
|
|
222
|
-
$fault: "server",
|
|
223
|
-
...opts,
|
|
224
|
-
});
|
|
225
|
-
this.name = "ServiceUnavailableException";
|
|
226
|
-
this.$fault = "server";
|
|
227
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
228
|
-
this.Message = opts.Message;
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
232
|
-
class TooManyRequestsException extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
233
|
-
constructor(opts) {
|
|
234
|
-
super({
|
|
235
|
-
name: "TooManyRequestsException",
|
|
236
|
-
$fault: "client",
|
|
237
|
-
...opts,
|
|
238
|
-
});
|
|
239
|
-
this.name = "TooManyRequestsException";
|
|
240
|
-
this.$fault = "client";
|
|
241
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
242
|
-
this.Message = opts.Message;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
exports.TooManyRequestsException = TooManyRequestsException;
|
|
246
|
-
class AddFlowOutputs420Exception extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
247
|
-
constructor(opts) {
|
|
248
|
-
super({
|
|
249
|
-
name: "AddFlowOutputs420Exception",
|
|
250
|
-
$fault: "client",
|
|
251
|
-
...opts,
|
|
252
|
-
});
|
|
253
|
-
this.name = "AddFlowOutputs420Exception";
|
|
254
|
-
this.$fault = "client";
|
|
255
|
-
Object.setPrototypeOf(this, AddFlowOutputs420Exception.prototype);
|
|
256
|
-
this.Message = opts.Message;
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
exports.AddFlowOutputs420Exception = AddFlowOutputs420Exception;
|
|
260
|
-
exports.FailoverMode = {
|
|
261
|
-
FAILOVER: "FAILOVER",
|
|
262
|
-
MERGE: "MERGE",
|
|
263
|
-
};
|
|
264
|
-
exports.State = {
|
|
265
|
-
DISABLED: "DISABLED",
|
|
266
|
-
ENABLED: "ENABLED",
|
|
267
|
-
};
|
|
268
|
-
exports.BridgePlacement = {
|
|
269
|
-
AVAILABLE: "AVAILABLE",
|
|
270
|
-
LOCKED: "LOCKED",
|
|
271
|
-
};
|
|
272
|
-
exports.ConnectionStatus = {
|
|
273
|
-
CONNECTED: "CONNECTED",
|
|
274
|
-
DISCONNECTED: "DISCONNECTED",
|
|
275
|
-
};
|
|
276
|
-
class CreateBridge420Exception extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
277
|
-
constructor(opts) {
|
|
278
|
-
super({
|
|
279
|
-
name: "CreateBridge420Exception",
|
|
280
|
-
$fault: "client",
|
|
281
|
-
...opts,
|
|
282
|
-
});
|
|
283
|
-
this.name = "CreateBridge420Exception";
|
|
284
|
-
this.$fault = "client";
|
|
285
|
-
Object.setPrototypeOf(this, CreateBridge420Exception.prototype);
|
|
286
|
-
this.Message = opts.Message;
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
exports.CreateBridge420Exception = CreateBridge420Exception;
|
|
290
|
-
class CreateFlow420Exception extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
291
|
-
constructor(opts) {
|
|
292
|
-
super({
|
|
293
|
-
name: "CreateFlow420Exception",
|
|
294
|
-
$fault: "client",
|
|
295
|
-
...opts,
|
|
296
|
-
});
|
|
297
|
-
this.name = "CreateFlow420Exception";
|
|
298
|
-
this.$fault = "client";
|
|
299
|
-
Object.setPrototypeOf(this, CreateFlow420Exception.prototype);
|
|
300
|
-
this.Message = opts.Message;
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
exports.CreateFlow420Exception = CreateFlow420Exception;
|
|
304
|
-
class CreateGateway420Exception extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
305
|
-
constructor(opts) {
|
|
306
|
-
super({
|
|
307
|
-
name: "CreateGateway420Exception",
|
|
308
|
-
$fault: "client",
|
|
309
|
-
...opts,
|
|
310
|
-
});
|
|
311
|
-
this.name = "CreateGateway420Exception";
|
|
312
|
-
this.$fault = "client";
|
|
313
|
-
Object.setPrototypeOf(this, CreateGateway420Exception.prototype);
|
|
314
|
-
this.Message = opts.Message;
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
exports.CreateGateway420Exception = CreateGateway420Exception;
|
|
318
|
-
exports.DesiredState = {
|
|
319
|
-
ACTIVE: "ACTIVE",
|
|
320
|
-
DELETED: "DELETED",
|
|
321
|
-
STANDBY: "STANDBY",
|
|
322
|
-
};
|
|
323
|
-
class GrantFlowEntitlements420Exception extends MediaConnectServiceException_1.MediaConnectServiceException {
|
|
324
|
-
constructor(opts) {
|
|
325
|
-
super({
|
|
326
|
-
name: "GrantFlowEntitlements420Exception",
|
|
327
|
-
$fault: "client",
|
|
328
|
-
...opts,
|
|
329
|
-
});
|
|
330
|
-
this.name = "GrantFlowEntitlements420Exception";
|
|
331
|
-
this.$fault = "client";
|
|
332
|
-
Object.setPrototypeOf(this, GrantFlowEntitlements420Exception.prototype);
|
|
333
|
-
this.Message = opts.Message;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
exports.GrantFlowEntitlements420Exception = GrantFlowEntitlements420Exception;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBridges = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListBridgesCommand_1 = require("../commands/ListBridgesCommand");
|
|
6
|
-
const MediaConnectClient_1 = require("../MediaConnectClient");
|
|
7
|
-
exports.paginateListBridges = (0, core_1.createPaginator)(MediaConnectClient_1.MediaConnectClient, ListBridgesCommand_1.ListBridgesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEntitlements = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEntitlementsCommand_1 = require("../commands/ListEntitlementsCommand");
|
|
6
|
-
const MediaConnectClient_1 = require("../MediaConnectClient");
|
|
7
|
-
exports.paginateListEntitlements = (0, core_1.createPaginator)(MediaConnectClient_1.MediaConnectClient, ListEntitlementsCommand_1.ListEntitlementsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFlows = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFlowsCommand_1 = require("../commands/ListFlowsCommand");
|
|
6
|
-
const MediaConnectClient_1 = require("../MediaConnectClient");
|
|
7
|
-
exports.paginateListFlows = (0, core_1.createPaginator)(MediaConnectClient_1.MediaConnectClient, ListFlowsCommand_1.ListFlowsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListGatewayInstances = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListGatewayInstancesCommand_1 = require("../commands/ListGatewayInstancesCommand");
|
|
6
|
-
const MediaConnectClient_1 = require("../MediaConnectClient");
|
|
7
|
-
exports.paginateListGatewayInstances = (0, core_1.createPaginator)(MediaConnectClient_1.MediaConnectClient, ListGatewayInstancesCommand_1.ListGatewayInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListGateways = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListGatewaysCommand_1 = require("../commands/ListGatewaysCommand");
|
|
6
|
-
const MediaConnectClient_1 = require("../MediaConnectClient");
|
|
7
|
-
exports.paginateListGateways = (0, core_1.createPaginator)(MediaConnectClient_1.MediaConnectClient, ListGatewaysCommand_1.ListGatewaysCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListOfferings = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListOfferingsCommand_1 = require("../commands/ListOfferingsCommand");
|
|
6
|
-
const MediaConnectClient_1 = require("../MediaConnectClient");
|
|
7
|
-
exports.paginateListOfferings = (0, core_1.createPaginator)(MediaConnectClient_1.MediaConnectClient, ListOfferingsCommand_1.ListOfferingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListReservations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListReservationsCommand_1 = require("../commands/ListReservationsCommand");
|
|
6
|
-
const MediaConnectClient_1 = require("../MediaConnectClient");
|
|
7
|
-
exports.paginateListReservations = (0, core_1.createPaginator)(MediaConnectClient_1.MediaConnectClient, ListReservationsCommand_1.ListReservationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListBridgesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListEntitlementsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListFlowsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListGatewayInstancesPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListGatewaysPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListOfferingsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListReservationsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|