@aws-sdk/client-mediaconnect 3.987.0 → 3.988.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 +101 -4030
- package/dist-cjs/models/MediaConnectServiceException.js +12 -0
- package/dist-cjs/models/errors.js +233 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +3321 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +111 -105
- package/dist-types/schemas/schemas_0.d.ts +23 -16
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultMediaConnectHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2018-11-14",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.mediaconnect",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2018-11-14",
|
|
30
32
|
serviceTarget: "MediaConnect",
|
|
31
33
|
},
|
|
@@ -1041,7 +1041,7 @@ const _re = "region";
|
|
|
1041
1041
|
const _res = "reservations";
|
|
1042
1042
|
const _ri = "rist";
|
|
1043
1043
|
const _rt = "rtp";
|
|
1044
|
-
const _s = "
|
|
1044
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.mediaconnect";
|
|
1045
1045
|
const _sA = "silentAudio";
|
|
1046
1046
|
const _sAe = "secretArn";
|
|
1047
1047
|
const _sAo = "sourceArn";
|
|
@@ -1079,8 +1079,8 @@ const _sTc = "scheduledTime";
|
|
|
1079
1079
|
const _sTo = "sourceTags";
|
|
1080
1080
|
const _sTt = "streamType";
|
|
1081
1081
|
const _se = "server";
|
|
1082
|
-
const
|
|
1083
|
-
const
|
|
1082
|
+
const _so = "sources";
|
|
1083
|
+
const _sou = "source";
|
|
1084
1084
|
const _st = "state";
|
|
1085
1085
|
const _sta = "status";
|
|
1086
1086
|
const _stan = "standard";
|
|
@@ -1121,6 +1121,104 @@ const n0 = "com.amazonaws.mediaconnect";
|
|
|
1121
1121
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1122
1122
|
import { AddFlowOutputs420Exception, BadRequestException, ConflictException, CreateBridge420Exception, CreateFlow420Exception, CreateGateway420Exception, ForbiddenException, GrantFlowEntitlements420Exception, InternalServerErrorException, NotFoundException, RouterInputServiceQuotaExceededException, RouterNetworkInterfaceServiceQuotaExceededException, RouterOutputServiceQuotaExceededException, ServiceUnavailableException, TooManyRequestsException, } from "../models/errors";
|
|
1123
1123
|
import { MediaConnectServiceException } from "../models/MediaConnectServiceException";
|
|
1124
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
1125
|
+
export var MediaConnectServiceException$ = [-3, _s, "MediaConnectServiceException", 0, [], []];
|
|
1126
|
+
_s_registry.registerError(MediaConnectServiceException$, MediaConnectServiceException);
|
|
1127
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
1128
|
+
export var AddFlowOutputs420Exception$ = [-3, n0, _AFOE,
|
|
1129
|
+
{ [_e]: _c, [_hE]: 420 },
|
|
1130
|
+
[_M],
|
|
1131
|
+
[[0, { [_jN]: _m }]], 1
|
|
1132
|
+
];
|
|
1133
|
+
n0_registry.registerError(AddFlowOutputs420Exception$, AddFlowOutputs420Exception);
|
|
1134
|
+
export var BadRequestException$ = [-3, n0, _BRE,
|
|
1135
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1136
|
+
[_M],
|
|
1137
|
+
[[0, { [_jN]: _m }]], 1
|
|
1138
|
+
];
|
|
1139
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
1140
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
1141
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1142
|
+
[_M],
|
|
1143
|
+
[[0, { [_jN]: _m }]], 1
|
|
1144
|
+
];
|
|
1145
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
1146
|
+
export var CreateBridge420Exception$ = [-3, n0, _CBE,
|
|
1147
|
+
{ [_e]: _c, [_hE]: 420 },
|
|
1148
|
+
[_M],
|
|
1149
|
+
[[0, { [_jN]: _m }]], 1
|
|
1150
|
+
];
|
|
1151
|
+
n0_registry.registerError(CreateBridge420Exception$, CreateBridge420Exception);
|
|
1152
|
+
export var CreateFlow420Exception$ = [-3, n0, _CFE,
|
|
1153
|
+
{ [_e]: _c, [_hE]: 420 },
|
|
1154
|
+
[_M],
|
|
1155
|
+
[[0, { [_jN]: _m }]], 1
|
|
1156
|
+
];
|
|
1157
|
+
n0_registry.registerError(CreateFlow420Exception$, CreateFlow420Exception);
|
|
1158
|
+
export var CreateGateway420Exception$ = [-3, n0, _CGE,
|
|
1159
|
+
{ [_e]: _c, [_hE]: 420 },
|
|
1160
|
+
[_M],
|
|
1161
|
+
[[0, { [_jN]: _m }]], 1
|
|
1162
|
+
];
|
|
1163
|
+
n0_registry.registerError(CreateGateway420Exception$, CreateGateway420Exception);
|
|
1164
|
+
export var ForbiddenException$ = [-3, n0, _FE,
|
|
1165
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1166
|
+
[_M],
|
|
1167
|
+
[[0, { [_jN]: _m }]], 1
|
|
1168
|
+
];
|
|
1169
|
+
n0_registry.registerError(ForbiddenException$, ForbiddenException);
|
|
1170
|
+
export var GrantFlowEntitlements420Exception$ = [-3, n0, _GFEE,
|
|
1171
|
+
{ [_e]: _c, [_hE]: 420 },
|
|
1172
|
+
[_M],
|
|
1173
|
+
[[0, { [_jN]: _m }]], 1
|
|
1174
|
+
];
|
|
1175
|
+
n0_registry.registerError(GrantFlowEntitlements420Exception$, GrantFlowEntitlements420Exception);
|
|
1176
|
+
export var InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
1177
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
1178
|
+
[_M],
|
|
1179
|
+
[[0, { [_jN]: _m }]], 1
|
|
1180
|
+
];
|
|
1181
|
+
n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
1182
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
1183
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1184
|
+
[_M],
|
|
1185
|
+
[[0, { [_jN]: _m }]], 1
|
|
1186
|
+
];
|
|
1187
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
1188
|
+
export var RouterInputServiceQuotaExceededException$ = [-3, n0, _RISQEE,
|
|
1189
|
+
{ [_e]: _c, [_hE]: 420 },
|
|
1190
|
+
[_M],
|
|
1191
|
+
[[0, { [_jN]: _m }]], 1
|
|
1192
|
+
];
|
|
1193
|
+
n0_registry.registerError(RouterInputServiceQuotaExceededException$, RouterInputServiceQuotaExceededException);
|
|
1194
|
+
export var RouterNetworkInterfaceServiceQuotaExceededException$ = [-3, n0, _RNISQEE,
|
|
1195
|
+
{ [_e]: _c, [_hE]: 420 },
|
|
1196
|
+
[_M],
|
|
1197
|
+
[[0, { [_jN]: _m }]], 1
|
|
1198
|
+
];
|
|
1199
|
+
n0_registry.registerError(RouterNetworkInterfaceServiceQuotaExceededException$, RouterNetworkInterfaceServiceQuotaExceededException);
|
|
1200
|
+
export var RouterOutputServiceQuotaExceededException$ = [-3, n0, _ROSQEE,
|
|
1201
|
+
{ [_e]: _c, [_hE]: 420 },
|
|
1202
|
+
[_M],
|
|
1203
|
+
[[0, { [_jN]: _m }]], 1
|
|
1204
|
+
];
|
|
1205
|
+
n0_registry.registerError(RouterOutputServiceQuotaExceededException$, RouterOutputServiceQuotaExceededException);
|
|
1206
|
+
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
1207
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
1208
|
+
[_M],
|
|
1209
|
+
[[0, { [_jN]: _m }]], 1
|
|
1210
|
+
];
|
|
1211
|
+
n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
1212
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
1213
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1214
|
+
[_M],
|
|
1215
|
+
[[0, { [_jN]: _m }]], 1
|
|
1216
|
+
];
|
|
1217
|
+
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
1218
|
+
export const errorTypeRegistries = [
|
|
1219
|
+
_s_registry,
|
|
1220
|
+
n0_registry,
|
|
1221
|
+
];
|
|
1124
1222
|
export var AddBridgeFlowSourceRequest$ = [3, n0, _ABFSR,
|
|
1125
1223
|
0,
|
|
1126
1224
|
[_FA, _N, _FVIA],
|
|
@@ -1159,12 +1257,12 @@ export var AddBridgeSourceRequest$ = [3, n0, _ABSR,
|
|
|
1159
1257
|
export var AddBridgeSourcesRequest$ = [3, n0, _ABSRd,
|
|
1160
1258
|
0,
|
|
1161
1259
|
[_BA, _S],
|
|
1162
|
-
[[0, 1], [() => __listOfAddBridgeSourceRequest, { [_jN]:
|
|
1260
|
+
[[0, 1], [() => __listOfAddBridgeSourceRequest, { [_jN]: _so }]], 2
|
|
1163
1261
|
];
|
|
1164
1262
|
export var AddBridgeSourcesResponse$ = [3, n0, _ABSRdd,
|
|
1165
1263
|
0,
|
|
1166
1264
|
[_BA, _S],
|
|
1167
|
-
[[0, { [_jN]: _bA }], [() => __listOfBridgeSource, { [_jN]:
|
|
1265
|
+
[[0, { [_jN]: _bA }], [() => __listOfBridgeSource, { [_jN]: _so }]]
|
|
1168
1266
|
];
|
|
1169
1267
|
export var AddEgressGatewayBridgeRequest$ = [3, n0, _AEGBR,
|
|
1170
1268
|
0,
|
|
@@ -1181,12 +1279,6 @@ export var AddFlowMediaStreamsResponse$ = [3, n0, _AFMSRd,
|
|
|
1181
1279
|
[_FA, _MS],
|
|
1182
1280
|
[[0, { [_jN]: _fA }], [() => __listOfMediaStream, { [_jN]: _mS }]]
|
|
1183
1281
|
];
|
|
1184
|
-
export var AddFlowOutputs420Exception$ = [-3, n0, _AFOE,
|
|
1185
|
-
{ [_e]: _c, [_hE]: 420 },
|
|
1186
|
-
[_M],
|
|
1187
|
-
[[0, { [_jN]: _m }]], 1
|
|
1188
|
-
];
|
|
1189
|
-
TypeRegistry.for(n0).registerError(AddFlowOutputs420Exception$, AddFlowOutputs420Exception);
|
|
1190
1282
|
export var AddFlowOutputsRequest$ = [3, n0, _AFOR,
|
|
1191
1283
|
0,
|
|
1192
1284
|
[_FA, _O],
|
|
@@ -1200,12 +1292,12 @@ export var AddFlowOutputsResponse$ = [3, n0, _AFORd,
|
|
|
1200
1292
|
export var AddFlowSourcesRequest$ = [3, n0, _AFSR,
|
|
1201
1293
|
0,
|
|
1202
1294
|
[_FA, _S],
|
|
1203
|
-
[[0, 1], [() => __listOfSetSourceRequest, { [_jN]:
|
|
1295
|
+
[[0, 1], [() => __listOfSetSourceRequest, { [_jN]: _so }]], 2
|
|
1204
1296
|
];
|
|
1205
1297
|
export var AddFlowSourcesResponse$ = [3, n0, _AFSRd,
|
|
1206
1298
|
0,
|
|
1207
1299
|
[_FA, _S],
|
|
1208
|
-
[[0, { [_jN]: _fA }], [() => __listOfSource, { [_jN]:
|
|
1300
|
+
[[0, { [_jN]: _fA }], [() => __listOfSource, { [_jN]: _so }]]
|
|
1209
1301
|
];
|
|
1210
1302
|
export var AddFlowVpcInterfacesRequest$ = [3, n0, _AFVIR,
|
|
1211
1303
|
0,
|
|
@@ -1247,12 +1339,6 @@ export var AutomaticEncryptionKeyConfiguration$ = [3, n0, _AEKC,
|
|
|
1247
1339
|
[],
|
|
1248
1340
|
[]
|
|
1249
1341
|
];
|
|
1250
|
-
export var BadRequestException$ = [-3, n0, _BRE,
|
|
1251
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1252
|
-
[_M],
|
|
1253
|
-
[[0, { [_jN]: _m }]], 1
|
|
1254
|
-
];
|
|
1255
|
-
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
1256
1342
|
export var BatchGetRouterInputError$ = [3, n0, _BGRIE,
|
|
1257
1343
|
0,
|
|
1258
1344
|
[_Ar, _C, _M],
|
|
@@ -1306,7 +1392,7 @@ export var BlackFrames$ = [3, n0, _BF,
|
|
|
1306
1392
|
export var Bridge$ = [3, n0, _B,
|
|
1307
1393
|
0,
|
|
1308
1394
|
[_BA, _BS, _N, _PA, _BM, _EGB, _IGB, _O, _SFC, _S],
|
|
1309
|
-
[[0, { [_jN]: _bA }], [0, { [_jN]: _bS }], [0, { [_jN]: _n }], [0, { [_jN]: _pA }], [() => __listOfMessageDetail, { [_jN]: _bM }], [() => EgressGatewayBridge$, { [_jN]: _eGB }], [() => IngressGatewayBridge$, { [_jN]: _iGB }], [() => __listOfBridgeOutput, { [_jN]: _o }], [() => FailoverConfig$, { [_jN]: _sFC }], [() => __listOfBridgeSource, { [_jN]:
|
|
1395
|
+
[[0, { [_jN]: _bA }], [0, { [_jN]: _bS }], [0, { [_jN]: _n }], [0, { [_jN]: _pA }], [() => __listOfMessageDetail, { [_jN]: _bM }], [() => EgressGatewayBridge$, { [_jN]: _eGB }], [() => IngressGatewayBridge$, { [_jN]: _iGB }], [() => __listOfBridgeOutput, { [_jN]: _o }], [() => FailoverConfig$, { [_jN]: _sFC }], [() => __listOfBridgeSource, { [_jN]: _so }]], 4
|
|
1310
1396
|
];
|
|
1311
1397
|
export var BridgeFlowOutput$ = [3, n0, _BFO,
|
|
1312
1398
|
0,
|
|
@@ -1338,50 +1424,26 @@ export var BridgeSource$ = [3, n0, _BSr,
|
|
|
1338
1424
|
[_FS, _NS],
|
|
1339
1425
|
[[() => BridgeFlowSource$, { [_jN]: _fS }], [() => BridgeNetworkSource$, { [_jN]: _nS }]]
|
|
1340
1426
|
];
|
|
1341
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
1342
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1343
|
-
[_M],
|
|
1344
|
-
[[0, { [_jN]: _m }]], 1
|
|
1345
|
-
];
|
|
1346
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1347
|
-
export var CreateBridge420Exception$ = [-3, n0, _CBE,
|
|
1348
|
-
{ [_e]: _c, [_hE]: 420 },
|
|
1349
|
-
[_M],
|
|
1350
|
-
[[0, { [_jN]: _m }]], 1
|
|
1351
|
-
];
|
|
1352
|
-
TypeRegistry.for(n0).registerError(CreateBridge420Exception$, CreateBridge420Exception);
|
|
1353
1427
|
export var CreateBridgeRequest$ = [3, n0, _CBR,
|
|
1354
1428
|
0,
|
|
1355
1429
|
[_N, _PA, _S, _EGB, _IGB, _O, _SFC],
|
|
1356
|
-
[[0, { [_jN]: _n }], [0, { [_jN]: _pA }], [() => __listOfAddBridgeSourceRequest, { [_jN]:
|
|
1430
|
+
[[0, { [_jN]: _n }], [0, { [_jN]: _pA }], [() => __listOfAddBridgeSourceRequest, { [_jN]: _so }], [() => AddEgressGatewayBridgeRequest$, { [_jN]: _eGB }], [() => AddIngressGatewayBridgeRequest$, { [_jN]: _iGB }], [() => __listOfAddBridgeOutputRequest, { [_jN]: _o }], [() => FailoverConfig$, { [_jN]: _sFC }]], 3
|
|
1357
1431
|
];
|
|
1358
1432
|
export var CreateBridgeResponse$ = [3, n0, _CBRr,
|
|
1359
1433
|
0,
|
|
1360
1434
|
[_B],
|
|
1361
1435
|
[[() => Bridge$, { [_jN]: _b }]]
|
|
1362
1436
|
];
|
|
1363
|
-
export var CreateFlow420Exception$ = [-3, n0, _CFE,
|
|
1364
|
-
{ [_e]: _c, [_hE]: 420 },
|
|
1365
|
-
[_M],
|
|
1366
|
-
[[0, { [_jN]: _m }]], 1
|
|
1367
|
-
];
|
|
1368
|
-
TypeRegistry.for(n0).registerError(CreateFlow420Exception$, CreateFlow420Exception);
|
|
1369
1437
|
export var CreateFlowRequest$ = [3, n0, _CFR,
|
|
1370
1438
|
0,
|
|
1371
1439
|
[_N, _AZ, _En, _MS, _O, _So, _SFC, _S, _VI, _Ma, _SMC, _FSl, _NC, _EC, _FT],
|
|
1372
|
-
[[0, { [_jN]: _n }], [0, { [_jN]: _aZ }], [() => __listOfGrantEntitlementRequest, { [_jN]: _ent }], [() => __listOfAddMediaStreamRequest, { [_jN]: _mS }], [() => __listOfAddOutputRequest, { [_jN]: _o }], [() => SetSourceRequest$, { [_jN]:
|
|
1440
|
+
[[0, { [_jN]: _n }], [0, { [_jN]: _aZ }], [() => __listOfGrantEntitlementRequest, { [_jN]: _ent }], [() => __listOfAddMediaStreamRequest, { [_jN]: _mS }], [() => __listOfAddOutputRequest, { [_jN]: _o }], [() => SetSourceRequest$, { [_jN]: _sou }], [() => FailoverConfig$, { [_jN]: _sFC }], [() => __listOfSetSourceRequest, { [_jN]: _so }], [() => __listOfVpcInterfaceRequest, { [_jN]: _vI }], [() => AddMaintenance$, { [_jN]: _ma }], [() => MonitoringConfig$, { [_jN]: _sMC }], [0, { [_jN]: _fSl }], [() => NdiConfig$, { [_jN]: _nC }], [() => EncodingConfig$, { [_jN]: _eC }], [128 | 0, { [_jN]: _fT }]], 1
|
|
1373
1441
|
];
|
|
1374
1442
|
export var CreateFlowResponse$ = [3, n0, _CFRr,
|
|
1375
1443
|
0,
|
|
1376
1444
|
[_F],
|
|
1377
1445
|
[[() => Flow$, { [_jN]: _f }]]
|
|
1378
1446
|
];
|
|
1379
|
-
export var CreateGateway420Exception$ = [-3, n0, _CGE,
|
|
1380
|
-
{ [_e]: _c, [_hE]: 420 },
|
|
1381
|
-
[_M],
|
|
1382
|
-
[[0, { [_jN]: _m }]], 1
|
|
1383
|
-
];
|
|
1384
|
-
TypeRegistry.for(n0).registerError(CreateGateway420Exception$, CreateGateway420Exception);
|
|
1385
1447
|
export var CreateGatewayRequest$ = [3, n0, _CGR,
|
|
1386
1448
|
0,
|
|
1387
1449
|
[_ECB, _N, _Ne],
|
|
@@ -1640,7 +1702,7 @@ export var FailoverRouterInputStreamDetails$ = [3, n0, _FRISD,
|
|
|
1640
1702
|
export var Flow$ = [3, n0, _F,
|
|
1641
1703
|
0,
|
|
1642
1704
|
[_AZ, _En, _FA, _N, _O, _So, _Sta, _D, _EI, _MS, _SFC, _S, _VI, _Ma, _SMC, _FSl, _NC, _EC],
|
|
1643
|
-
[[0, { [_jN]: _aZ }], [() => __listOfEntitlement, { [_jN]: _ent }], [0, { [_jN]: _fA }], [0, { [_jN]: _n }], [() => __listOfOutput, { [_jN]: _o }], [() => Source$, { [_jN]:
|
|
1705
|
+
[[0, { [_jN]: _aZ }], [() => __listOfEntitlement, { [_jN]: _ent }], [0, { [_jN]: _fA }], [0, { [_jN]: _n }], [() => __listOfOutput, { [_jN]: _o }], [() => Source$, { [_jN]: _sou }], [0, { [_jN]: _sta }], [0, { [_jN]: _d }], [0, { [_jN]: _eI }], [() => __listOfMediaStream, { [_jN]: _mS }], [() => FailoverConfig$, { [_jN]: _sFC }], [() => __listOfSource, { [_jN]: _so }], [() => __listOfVpcInterface, { [_jN]: _vI }], [() => Maintenance$, { [_jN]: _ma }], [() => MonitoringConfig$, { [_jN]: _sMC }], [0, { [_jN]: _fSl }], [() => NdiConfig$, { [_jN]: _nC }], [() => EncodingConfig$, { [_jN]: _eC }]], 7
|
|
1644
1706
|
];
|
|
1645
1707
|
export var FlowTransitEncryption$ = [3, n0, _FTE,
|
|
1646
1708
|
0,
|
|
@@ -1657,12 +1719,6 @@ export var FmtpRequest$ = [3, n0, _FR,
|
|
|
1657
1719
|
[_CO, _Col, _EF, _Pa, _Ra, _SM, _Tc],
|
|
1658
1720
|
[[0, { [_jN]: _cO }], [0, { [_jN]: _col }], [0, { [_jN]: _eF }], [0, { [_jN]: _pa }], [0, { [_jN]: _ra }], [0, { [_jN]: _sM }], [0, { [_jN]: _tc }]]
|
|
1659
1721
|
];
|
|
1660
|
-
export var ForbiddenException$ = [-3, n0, _FE,
|
|
1661
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
1662
|
-
[_M],
|
|
1663
|
-
[[0, { [_jN]: _m }]], 1
|
|
1664
|
-
];
|
|
1665
|
-
TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
|
|
1666
1722
|
export var FrameResolution$ = [3, n0, _FRr,
|
|
1667
1723
|
0,
|
|
1668
1724
|
[_FH, _FW],
|
|
@@ -1748,12 +1804,6 @@ export var GrantEntitlementRequest$ = [3, n0, _GER,
|
|
|
1748
1804
|
[_Su, _DTSFP, _D, _E, _ES, _N, _ET],
|
|
1749
1805
|
[[64 | 0, { [_jN]: _su }], [1, { [_jN]: _dTSFP }], [0, { [_jN]: _d }], [() => Encryption$, { [_jN]: _en }], [0, { [_jN]: _eS }], [0, { [_jN]: _n }], [128 | 0, { [_jN]: _eT }]], 1
|
|
1750
1806
|
];
|
|
1751
|
-
export var GrantFlowEntitlements420Exception$ = [-3, n0, _GFEE,
|
|
1752
|
-
{ [_e]: _c, [_hE]: 420 },
|
|
1753
|
-
[_M],
|
|
1754
|
-
[[0, { [_jN]: _m }]], 1
|
|
1755
|
-
];
|
|
1756
|
-
TypeRegistry.for(n0).registerError(GrantFlowEntitlements420Exception$, GrantFlowEntitlements420Exception);
|
|
1757
1807
|
export var GrantFlowEntitlementsRequest$ = [3, n0, _GFER,
|
|
1758
1808
|
0,
|
|
1759
1809
|
[_En, _FA],
|
|
@@ -1789,12 +1839,6 @@ export var InterfaceRequest$ = [3, n0, _IR,
|
|
|
1789
1839
|
[_N],
|
|
1790
1840
|
[[0, { [_jN]: _n }]], 1
|
|
1791
1841
|
];
|
|
1792
|
-
export var InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
1793
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
1794
|
-
[_M],
|
|
1795
|
-
[[0, { [_jN]: _m }]], 1
|
|
1796
|
-
];
|
|
1797
|
-
TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
1798
1842
|
export var ListBridgesRequest$ = [3, n0, _LBR,
|
|
1799
1843
|
0,
|
|
1800
1844
|
[_FAi, _MR, _NT],
|
|
@@ -2100,12 +2144,6 @@ export var NdiSourceSettings$ = [3, n0, _NSS,
|
|
|
2100
2144
|
[_SN],
|
|
2101
2145
|
[[0, { [_jN]: _sN }]]
|
|
2102
2146
|
];
|
|
2103
|
-
export var NotFoundException$ = [-3, n0, _NFE,
|
|
2104
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
2105
|
-
[_M],
|
|
2106
|
-
[[0, { [_jN]: _m }]], 1
|
|
2107
|
-
];
|
|
2108
|
-
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
2109
2147
|
export var Offering$ = [3, n0, _Of,
|
|
2110
2148
|
0,
|
|
2111
2149
|
[_CC, _Du, _DU, _OAf, _OD, _PPU, _PU, _RSe],
|
|
@@ -2261,12 +2299,6 @@ export var RouterInputMessage$ = [3, n0, _RIM,
|
|
|
2261
2299
|
[_C, _M],
|
|
2262
2300
|
[[0, { [_jN]: _co }], [0, { [_jN]: _m }]], 2
|
|
2263
2301
|
];
|
|
2264
|
-
export var RouterInputServiceQuotaExceededException$ = [-3, n0, _RISQEE,
|
|
2265
|
-
{ [_e]: _c, [_hE]: 420 },
|
|
2266
|
-
[_M],
|
|
2267
|
-
[[0, { [_jN]: _m }]], 1
|
|
2268
|
-
];
|
|
2269
|
-
TypeRegistry.for(n0).registerError(RouterInputServiceQuotaExceededException$, RouterInputServiceQuotaExceededException);
|
|
2270
2302
|
export var RouterInputSourceMetadataDetails$ = [3, n0, _RISMD,
|
|
2271
2303
|
0,
|
|
2272
2304
|
[_SMM, _Tim, _RIMo],
|
|
@@ -2287,12 +2319,6 @@ export var RouterNetworkInterface$ = [3, n0, _RNIo,
|
|
|
2287
2319
|
[_N, _Ar, _Id, _St, _NIT, _Co, _AOC, _AIC, _RN, _CA, _UA, _Ta],
|
|
2288
2320
|
[[0, { [_jN]: _n }], [0, { [_jN]: _ar }], [0, { [_jN]: _id }], [0, { [_jN]: _st }], [0, { [_jN]: _nIT }], [() => RouterNetworkInterfaceConfiguration$, { [_jN]: _con }], [1, { [_jN]: _aOC }], [1, { [_jN]: _aIC }], [0, { [_jN]: _rN }], [5, { [_jN]: _cA }], [5, { [_jN]: _uA }], [128 | 0, { [_jN]: _ta }]], 12
|
|
2289
2321
|
];
|
|
2290
|
-
export var RouterNetworkInterfaceServiceQuotaExceededException$ = [-3, n0, _RNISQEE,
|
|
2291
|
-
{ [_e]: _c, [_hE]: 420 },
|
|
2292
|
-
[_M],
|
|
2293
|
-
[[0, { [_jN]: _m }]], 1
|
|
2294
|
-
];
|
|
2295
|
-
TypeRegistry.for(n0).registerError(RouterNetworkInterfaceServiceQuotaExceededException$, RouterNetworkInterfaceServiceQuotaExceededException);
|
|
2296
2322
|
export var RouterOutput$ = [3, n0, _ROo,
|
|
2297
2323
|
0,
|
|
2298
2324
|
[_N, _Ar, _Id, _St, _OTu, _Co, _RSo, _RN, _AZ, _MBa, _RS, _Ti, _CA, _UA, _Me, _Ta, _SD, _MT, _MC, _IA, _RIA, _MSTa, _MSa],
|
|
@@ -2303,12 +2329,6 @@ export var RouterOutputMessage$ = [3, n0, _ROM,
|
|
|
2303
2329
|
[_C, _M],
|
|
2304
2330
|
[[0, { [_jN]: _co }], [0, { [_jN]: _m }]], 2
|
|
2305
2331
|
];
|
|
2306
|
-
export var RouterOutputServiceQuotaExceededException$ = [-3, n0, _ROSQEE,
|
|
2307
|
-
{ [_e]: _c, [_hE]: 420 },
|
|
2308
|
-
[_M],
|
|
2309
|
-
[[0, { [_jN]: _m }]], 1
|
|
2310
|
-
];
|
|
2311
|
-
TypeRegistry.for(n0).registerError(RouterOutputServiceQuotaExceededException$, RouterOutputServiceQuotaExceededException);
|
|
2312
2332
|
export var RtpRouterInputConfiguration$ = [3, n0, _RRICt,
|
|
2313
2333
|
0,
|
|
2314
2334
|
[_P, _FEC],
|
|
@@ -2324,12 +2344,6 @@ export var SecretsManagerEncryptionKeyConfiguration$ = [3, n0, _SMEKC,
|
|
|
2324
2344
|
[_SAe, _RAo],
|
|
2325
2345
|
[[0, { [_jN]: _sAe }], [0, { [_jN]: _rA }]], 2
|
|
2326
2346
|
];
|
|
2327
|
-
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
2328
|
-
{ [_e]: _se, [_hE]: 503 },
|
|
2329
|
-
[_M],
|
|
2330
|
-
[[0, { [_jN]: _m }]], 1
|
|
2331
|
-
];
|
|
2332
|
-
TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
2333
2347
|
export var SetGatewayBridgeSourceRequest$ = [3, n0, _SGBSR,
|
|
2334
2348
|
0,
|
|
2335
2349
|
[_BA, _VIA],
|
|
@@ -2490,12 +2504,6 @@ export var ThumbnailDetails$ = [3, n0, _TD,
|
|
|
2490
2504
|
[_FA, _TM, _Th, _Timec, _Tim],
|
|
2491
2505
|
[[0, { [_jN]: _fA }], [() => __listOfMessageDetail, { [_jN]: _tM }], [0, { [_jN]: _th }], [0, { [_jN]: _timec }], [5, { [_jN]: _tim }]], 2
|
|
2492
2506
|
];
|
|
2493
|
-
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
2494
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
2495
|
-
[_M],
|
|
2496
|
-
[[0, { [_jN]: _m }]], 1
|
|
2497
|
-
];
|
|
2498
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
2499
2507
|
export var Transport$ = [3, n0, _Tr,
|
|
2500
2508
|
0,
|
|
2501
2509
|
[_Pr, _CAL, _MB, _ML, _MSB, _MLi, _RI, _SCP, _SIAe, _SL, _SLA, _SLP, _SI, _NSHQ, _NPN, _NSS],
|
|
@@ -2569,7 +2577,7 @@ export var UpdateBridgeSourceRequest$ = [3, n0, _UBSR,
|
|
|
2569
2577
|
export var UpdateBridgeSourceResponse$ = [3, n0, _UBSRp,
|
|
2570
2578
|
0,
|
|
2571
2579
|
[_BA, _So],
|
|
2572
|
-
[[0, { [_jN]: _bA }], [() => BridgeSource$, { [_jN]:
|
|
2580
|
+
[[0, { [_jN]: _bA }], [() => BridgeSource$, { [_jN]: _sou }]]
|
|
2573
2581
|
];
|
|
2574
2582
|
export var UpdateBridgeStateRequest$ = [3, n0, _UBSRpd,
|
|
2575
2583
|
0,
|
|
@@ -2644,7 +2652,7 @@ export var UpdateFlowSourceRequest$ = [3, n0, _UFSR,
|
|
|
2644
2652
|
export var UpdateFlowSourceResponse$ = [3, n0, _UFSRp,
|
|
2645
2653
|
0,
|
|
2646
2654
|
[_FA, _So],
|
|
2647
|
-
[[0, { [_jN]: _fA }], [() => Source$, { [_jN]:
|
|
2655
|
+
[[0, { [_jN]: _fA }], [() => Source$, { [_jN]: _sou }]]
|
|
2648
2656
|
];
|
|
2649
2657
|
export var UpdateGatewayBridgeSourceRequest$ = [3, n0, _UGBSR,
|
|
2650
2658
|
0,
|
|
@@ -2732,8 +2740,6 @@ export var WindowMaintenanceSchedule$ = [3, n0, _WMS,
|
|
|
2732
2740
|
[[5, { [_jN]: _star }], [5, { [_jN]: _end }], [5, { [_jN]: _sTc }]], 3
|
|
2733
2741
|
];
|
|
2734
2742
|
var __Unit = "unit";
|
|
2735
|
-
export var MediaConnectServiceException$ = [-3, _sm, "MediaConnectServiceException", 0, [], []];
|
|
2736
|
-
TypeRegistry.for(_sm).registerError(MediaConnectServiceException$, MediaConnectServiceException);
|
|
2737
2743
|
var __listOfAddBridgeOutputRequest = [1, n0, _lOABOR,
|
|
2738
2744
|
0, [() => AddBridgeOutputRequest$,
|
|
2739
2745
|
0]
|
|
@@ -1,4 +1,27 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var MediaConnectServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AddFlowOutputs420Exception$: StaticErrorSchema;
|
|
5
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
6
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var CreateBridge420Exception$: StaticErrorSchema;
|
|
8
|
+
export declare var CreateFlow420Exception$: StaticErrorSchema;
|
|
9
|
+
export declare var CreateGateway420Exception$: StaticErrorSchema;
|
|
10
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
11
|
+
export declare var GrantFlowEntitlements420Exception$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
13
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var RouterInputServiceQuotaExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var RouterNetworkInterfaceServiceQuotaExceededException$: StaticErrorSchema;
|
|
16
|
+
export declare var RouterOutputServiceQuotaExceededException$: StaticErrorSchema;
|
|
17
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
18
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
19
|
+
/**
|
|
20
|
+
* TypeRegistry instances containing modeled errors.
|
|
21
|
+
* @internal
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
25
|
export declare var AddBridgeFlowSourceRequest$: StaticStructureSchema;
|
|
3
26
|
export declare var AddBridgeNetworkOutputRequest$: StaticStructureSchema;
|
|
4
27
|
export declare var AddBridgeNetworkSourceRequest$: StaticStructureSchema;
|
|
@@ -11,7 +34,6 @@ export declare var AddBridgeSourcesResponse$: StaticStructureSchema;
|
|
|
11
34
|
export declare var AddEgressGatewayBridgeRequest$: StaticStructureSchema;
|
|
12
35
|
export declare var AddFlowMediaStreamsRequest$: StaticStructureSchema;
|
|
13
36
|
export declare var AddFlowMediaStreamsResponse$: StaticStructureSchema;
|
|
14
|
-
export declare var AddFlowOutputs420Exception$: StaticErrorSchema;
|
|
15
37
|
export declare var AddFlowOutputsRequest$: StaticStructureSchema;
|
|
16
38
|
export declare var AddFlowOutputsResponse$: StaticStructureSchema;
|
|
17
39
|
export declare var AddFlowSourcesRequest$: StaticStructureSchema;
|
|
@@ -24,7 +46,6 @@ export declare var AddMediaStreamRequest$: StaticStructureSchema;
|
|
|
24
46
|
export declare var AddOutputRequest$: StaticStructureSchema;
|
|
25
47
|
export declare var AudioMonitoringSetting$: StaticStructureSchema;
|
|
26
48
|
export declare var AutomaticEncryptionKeyConfiguration$: StaticStructureSchema;
|
|
27
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
28
49
|
export declare var BatchGetRouterInputError$: StaticStructureSchema;
|
|
29
50
|
export declare var BatchGetRouterInputRequest$: StaticStructureSchema;
|
|
30
51
|
export declare var BatchGetRouterInputResponse$: StaticStructureSchema;
|
|
@@ -42,14 +63,10 @@ export declare var BridgeNetworkOutput$: StaticStructureSchema;
|
|
|
42
63
|
export declare var BridgeNetworkSource$: StaticStructureSchema;
|
|
43
64
|
export declare var BridgeOutput$: StaticStructureSchema;
|
|
44
65
|
export declare var BridgeSource$: StaticStructureSchema;
|
|
45
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
46
|
-
export declare var CreateBridge420Exception$: StaticErrorSchema;
|
|
47
66
|
export declare var CreateBridgeRequest$: StaticStructureSchema;
|
|
48
67
|
export declare var CreateBridgeResponse$: StaticStructureSchema;
|
|
49
|
-
export declare var CreateFlow420Exception$: StaticErrorSchema;
|
|
50
68
|
export declare var CreateFlowRequest$: StaticStructureSchema;
|
|
51
69
|
export declare var CreateFlowResponse$: StaticStructureSchema;
|
|
52
|
-
export declare var CreateGateway420Exception$: StaticErrorSchema;
|
|
53
70
|
export declare var CreateGatewayRequest$: StaticStructureSchema;
|
|
54
71
|
export declare var CreateGatewayResponse$: StaticStructureSchema;
|
|
55
72
|
export declare var CreateRouterInputRequest$: StaticStructureSchema;
|
|
@@ -105,7 +122,6 @@ export declare var Flow$: StaticStructureSchema;
|
|
|
105
122
|
export declare var FlowTransitEncryption$: StaticStructureSchema;
|
|
106
123
|
export declare var Fmtp$: StaticStructureSchema;
|
|
107
124
|
export declare var FmtpRequest$: StaticStructureSchema;
|
|
108
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
109
125
|
export declare var FrameResolution$: StaticStructureSchema;
|
|
110
126
|
export declare var FrozenFrames$: StaticStructureSchema;
|
|
111
127
|
export declare var Gateway$: StaticStructureSchema;
|
|
@@ -123,7 +139,6 @@ export declare var GetRouterNetworkInterfaceResponse$: StaticStructureSchema;
|
|
|
123
139
|
export declare var GetRouterOutputRequest$: StaticStructureSchema;
|
|
124
140
|
export declare var GetRouterOutputResponse$: StaticStructureSchema;
|
|
125
141
|
export declare var GrantEntitlementRequest$: StaticStructureSchema;
|
|
126
|
-
export declare var GrantFlowEntitlements420Exception$: StaticErrorSchema;
|
|
127
142
|
export declare var GrantFlowEntitlementsRequest$: StaticStructureSchema;
|
|
128
143
|
export declare var GrantFlowEntitlementsResponse$: StaticStructureSchema;
|
|
129
144
|
export declare var IngressGatewayBridge$: StaticStructureSchema;
|
|
@@ -131,7 +146,6 @@ export declare var InputConfiguration$: StaticStructureSchema;
|
|
|
131
146
|
export declare var InputConfigurationRequest$: StaticStructureSchema;
|
|
132
147
|
export declare var Interface$: StaticStructureSchema;
|
|
133
148
|
export declare var InterfaceRequest$: StaticStructureSchema;
|
|
134
|
-
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
135
149
|
export declare var ListBridgesRequest$: StaticStructureSchema;
|
|
136
150
|
export declare var ListBridgesResponse$: StaticStructureSchema;
|
|
137
151
|
export declare var ListedBridge$: StaticStructureSchema;
|
|
@@ -193,7 +207,6 @@ export declare var NdiMediaStreamInfo$: StaticStructureSchema;
|
|
|
193
207
|
export declare var NdiSourceInfo$: StaticStructureSchema;
|
|
194
208
|
export declare var NdiSourceMetadataInfo$: StaticStructureSchema;
|
|
195
209
|
export declare var NdiSourceSettings$: StaticStructureSchema;
|
|
196
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
197
210
|
export declare var Offering$: StaticStructureSchema;
|
|
198
211
|
export declare var Output$: StaticStructureSchema;
|
|
199
212
|
export declare var PreferredDayTimeMaintenanceConfiguration$: StaticStructureSchema;
|
|
@@ -225,19 +238,15 @@ export declare var RistRouterInputConfiguration$: StaticStructureSchema;
|
|
|
225
238
|
export declare var RistRouterOutputConfiguration$: StaticStructureSchema;
|
|
226
239
|
export declare var RouterInput$: StaticStructureSchema;
|
|
227
240
|
export declare var RouterInputMessage$: StaticStructureSchema;
|
|
228
|
-
export declare var RouterInputServiceQuotaExceededException$: StaticErrorSchema;
|
|
229
241
|
export declare var RouterInputSourceMetadataDetails$: StaticStructureSchema;
|
|
230
242
|
export declare var RouterInputThumbnailDetails$: StaticStructureSchema;
|
|
231
243
|
export declare var RouterInputTransitEncryption$: StaticStructureSchema;
|
|
232
244
|
export declare var RouterNetworkInterface$: StaticStructureSchema;
|
|
233
|
-
export declare var RouterNetworkInterfaceServiceQuotaExceededException$: StaticErrorSchema;
|
|
234
245
|
export declare var RouterOutput$: StaticStructureSchema;
|
|
235
246
|
export declare var RouterOutputMessage$: StaticStructureSchema;
|
|
236
|
-
export declare var RouterOutputServiceQuotaExceededException$: StaticErrorSchema;
|
|
237
247
|
export declare var RtpRouterInputConfiguration$: StaticStructureSchema;
|
|
238
248
|
export declare var RtpRouterOutputConfiguration$: StaticStructureSchema;
|
|
239
249
|
export declare var SecretsManagerEncryptionKeyConfiguration$: StaticStructureSchema;
|
|
240
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
241
250
|
export declare var SetGatewayBridgeSourceRequest$: StaticStructureSchema;
|
|
242
251
|
export declare var SetSourceRequest$: StaticStructureSchema;
|
|
243
252
|
export declare var SilentAudio$: StaticStructureSchema;
|
|
@@ -270,7 +279,6 @@ export declare var TagResourceRequest$: StaticStructureSchema;
|
|
|
270
279
|
export declare var TakeRouterInputRequest$: StaticStructureSchema;
|
|
271
280
|
export declare var TakeRouterInputResponse$: StaticStructureSchema;
|
|
272
281
|
export declare var ThumbnailDetails$: StaticStructureSchema;
|
|
273
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
274
282
|
export declare var Transport$: StaticStructureSchema;
|
|
275
283
|
export declare var TransportMediaInfo$: StaticStructureSchema;
|
|
276
284
|
export declare var TransportStream$: StaticStructureSchema;
|
|
@@ -318,7 +326,6 @@ export declare var VpcInterfaceAttachment$: StaticStructureSchema;
|
|
|
318
326
|
export declare var VpcInterfaceRequest$: StaticStructureSchema;
|
|
319
327
|
export declare var VpcRouterNetworkInterfaceConfiguration$: StaticStructureSchema;
|
|
320
328
|
export declare var WindowMaintenanceSchedule$: StaticStructureSchema;
|
|
321
|
-
export declare var MediaConnectServiceException$: StaticErrorSchema;
|
|
322
329
|
export declare var FailoverRouterInputProtocolConfiguration$: StaticUnionSchema;
|
|
323
330
|
export declare var FlowTransitEncryptionKeyConfiguration$: StaticUnionSchema;
|
|
324
331
|
export declare var MaintenanceConfiguration$: StaticUnionSchema;
|
|
@@ -1,9 +1,27 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var MediaConnectServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var AddFlowOutputs420Exception$: StaticErrorSchema;
|
|
10
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
11
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
12
|
+
export declare var CreateBridge420Exception$: StaticErrorSchema;
|
|
13
|
+
export declare var CreateFlow420Exception$: StaticErrorSchema;
|
|
14
|
+
export declare var CreateGateway420Exception$: StaticErrorSchema;
|
|
15
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
16
|
+
export declare var GrantFlowEntitlements420Exception$: StaticErrorSchema;
|
|
17
|
+
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
18
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
19
|
+
export declare var RouterInputServiceQuotaExceededException$: StaticErrorSchema;
|
|
20
|
+
export declare var RouterNetworkInterfaceServiceQuotaExceededException$: StaticErrorSchema;
|
|
21
|
+
export declare var RouterOutputServiceQuotaExceededException$: StaticErrorSchema;
|
|
22
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
23
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
24
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
25
|
export declare var AddBridgeFlowSourceRequest$: StaticStructureSchema;
|
|
8
26
|
export declare var AddBridgeNetworkOutputRequest$: StaticStructureSchema;
|
|
9
27
|
export declare var AddBridgeNetworkSourceRequest$: StaticStructureSchema;
|
|
@@ -16,7 +34,6 @@ export declare var AddBridgeSourcesResponse$: StaticStructureSchema;
|
|
|
16
34
|
export declare var AddEgressGatewayBridgeRequest$: StaticStructureSchema;
|
|
17
35
|
export declare var AddFlowMediaStreamsRequest$: StaticStructureSchema;
|
|
18
36
|
export declare var AddFlowMediaStreamsResponse$: StaticStructureSchema;
|
|
19
|
-
export declare var AddFlowOutputs420Exception$: StaticErrorSchema;
|
|
20
37
|
export declare var AddFlowOutputsRequest$: StaticStructureSchema;
|
|
21
38
|
export declare var AddFlowOutputsResponse$: StaticStructureSchema;
|
|
22
39
|
export declare var AddFlowSourcesRequest$: StaticStructureSchema;
|
|
@@ -29,7 +46,6 @@ export declare var AddMediaStreamRequest$: StaticStructureSchema;
|
|
|
29
46
|
export declare var AddOutputRequest$: StaticStructureSchema;
|
|
30
47
|
export declare var AudioMonitoringSetting$: StaticStructureSchema;
|
|
31
48
|
export declare var AutomaticEncryptionKeyConfiguration$: StaticStructureSchema;
|
|
32
|
-
export declare var BadRequestException$: StaticErrorSchema;
|
|
33
49
|
export declare var BatchGetRouterInputError$: StaticStructureSchema;
|
|
34
50
|
export declare var BatchGetRouterInputRequest$: StaticStructureSchema;
|
|
35
51
|
export declare var BatchGetRouterInputResponse$: StaticStructureSchema;
|
|
@@ -47,14 +63,10 @@ export declare var BridgeNetworkOutput$: StaticStructureSchema;
|
|
|
47
63
|
export declare var BridgeNetworkSource$: StaticStructureSchema;
|
|
48
64
|
export declare var BridgeOutput$: StaticStructureSchema;
|
|
49
65
|
export declare var BridgeSource$: StaticStructureSchema;
|
|
50
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
51
|
-
export declare var CreateBridge420Exception$: StaticErrorSchema;
|
|
52
66
|
export declare var CreateBridgeRequest$: StaticStructureSchema;
|
|
53
67
|
export declare var CreateBridgeResponse$: StaticStructureSchema;
|
|
54
|
-
export declare var CreateFlow420Exception$: StaticErrorSchema;
|
|
55
68
|
export declare var CreateFlowRequest$: StaticStructureSchema;
|
|
56
69
|
export declare var CreateFlowResponse$: StaticStructureSchema;
|
|
57
|
-
export declare var CreateGateway420Exception$: StaticErrorSchema;
|
|
58
70
|
export declare var CreateGatewayRequest$: StaticStructureSchema;
|
|
59
71
|
export declare var CreateGatewayResponse$: StaticStructureSchema;
|
|
60
72
|
export declare var CreateRouterInputRequest$: StaticStructureSchema;
|
|
@@ -110,7 +122,6 @@ export declare var Flow$: StaticStructureSchema;
|
|
|
110
122
|
export declare var FlowTransitEncryption$: StaticStructureSchema;
|
|
111
123
|
export declare var Fmtp$: StaticStructureSchema;
|
|
112
124
|
export declare var FmtpRequest$: StaticStructureSchema;
|
|
113
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
114
125
|
export declare var FrameResolution$: StaticStructureSchema;
|
|
115
126
|
export declare var FrozenFrames$: StaticStructureSchema;
|
|
116
127
|
export declare var Gateway$: StaticStructureSchema;
|
|
@@ -128,7 +139,6 @@ export declare var GetRouterNetworkInterfaceResponse$: StaticStructureSchema;
|
|
|
128
139
|
export declare var GetRouterOutputRequest$: StaticStructureSchema;
|
|
129
140
|
export declare var GetRouterOutputResponse$: StaticStructureSchema;
|
|
130
141
|
export declare var GrantEntitlementRequest$: StaticStructureSchema;
|
|
131
|
-
export declare var GrantFlowEntitlements420Exception$: StaticErrorSchema;
|
|
132
142
|
export declare var GrantFlowEntitlementsRequest$: StaticStructureSchema;
|
|
133
143
|
export declare var GrantFlowEntitlementsResponse$: StaticStructureSchema;
|
|
134
144
|
export declare var IngressGatewayBridge$: StaticStructureSchema;
|
|
@@ -136,7 +146,6 @@ export declare var InputConfiguration$: StaticStructureSchema;
|
|
|
136
146
|
export declare var InputConfigurationRequest$: StaticStructureSchema;
|
|
137
147
|
export declare var Interface$: StaticStructureSchema;
|
|
138
148
|
export declare var InterfaceRequest$: StaticStructureSchema;
|
|
139
|
-
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
140
149
|
export declare var ListBridgesRequest$: StaticStructureSchema;
|
|
141
150
|
export declare var ListBridgesResponse$: StaticStructureSchema;
|
|
142
151
|
export declare var ListedBridge$: StaticStructureSchema;
|
|
@@ -198,7 +207,6 @@ export declare var NdiMediaStreamInfo$: StaticStructureSchema;
|
|
|
198
207
|
export declare var NdiSourceInfo$: StaticStructureSchema;
|
|
199
208
|
export declare var NdiSourceMetadataInfo$: StaticStructureSchema;
|
|
200
209
|
export declare var NdiSourceSettings$: StaticStructureSchema;
|
|
201
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
202
210
|
export declare var Offering$: StaticStructureSchema;
|
|
203
211
|
export declare var Output$: StaticStructureSchema;
|
|
204
212
|
export declare var PreferredDayTimeMaintenanceConfiguration$: StaticStructureSchema;
|
|
@@ -230,19 +238,15 @@ export declare var RistRouterInputConfiguration$: StaticStructureSchema;
|
|
|
230
238
|
export declare var RistRouterOutputConfiguration$: StaticStructureSchema;
|
|
231
239
|
export declare var RouterInput$: StaticStructureSchema;
|
|
232
240
|
export declare var RouterInputMessage$: StaticStructureSchema;
|
|
233
|
-
export declare var RouterInputServiceQuotaExceededException$: StaticErrorSchema;
|
|
234
241
|
export declare var RouterInputSourceMetadataDetails$: StaticStructureSchema;
|
|
235
242
|
export declare var RouterInputThumbnailDetails$: StaticStructureSchema;
|
|
236
243
|
export declare var RouterInputTransitEncryption$: StaticStructureSchema;
|
|
237
244
|
export declare var RouterNetworkInterface$: StaticStructureSchema;
|
|
238
|
-
export declare var RouterNetworkInterfaceServiceQuotaExceededException$: StaticErrorSchema;
|
|
239
245
|
export declare var RouterOutput$: StaticStructureSchema;
|
|
240
246
|
export declare var RouterOutputMessage$: StaticStructureSchema;
|
|
241
|
-
export declare var RouterOutputServiceQuotaExceededException$: StaticErrorSchema;
|
|
242
247
|
export declare var RtpRouterInputConfiguration$: StaticStructureSchema;
|
|
243
248
|
export declare var RtpRouterOutputConfiguration$: StaticStructureSchema;
|
|
244
249
|
export declare var SecretsManagerEncryptionKeyConfiguration$: StaticStructureSchema;
|
|
245
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
246
250
|
export declare var SetGatewayBridgeSourceRequest$: StaticStructureSchema;
|
|
247
251
|
export declare var SetSourceRequest$: StaticStructureSchema;
|
|
248
252
|
export declare var SilentAudio$: StaticStructureSchema;
|
|
@@ -275,7 +279,6 @@ export declare var TagResourceRequest$: StaticStructureSchema;
|
|
|
275
279
|
export declare var TakeRouterInputRequest$: StaticStructureSchema;
|
|
276
280
|
export declare var TakeRouterInputResponse$: StaticStructureSchema;
|
|
277
281
|
export declare var ThumbnailDetails$: StaticStructureSchema;
|
|
278
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
279
282
|
export declare var Transport$: StaticStructureSchema;
|
|
280
283
|
export declare var TransportMediaInfo$: StaticStructureSchema;
|
|
281
284
|
export declare var TransportStream$: StaticStructureSchema;
|
|
@@ -323,7 +326,6 @@ export declare var VpcInterfaceAttachment$: StaticStructureSchema;
|
|
|
323
326
|
export declare var VpcInterfaceRequest$: StaticStructureSchema;
|
|
324
327
|
export declare var VpcRouterNetworkInterfaceConfiguration$: StaticStructureSchema;
|
|
325
328
|
export declare var WindowMaintenanceSchedule$: StaticStructureSchema;
|
|
326
|
-
export declare var MediaConnectServiceException$: StaticErrorSchema;
|
|
327
329
|
export declare var FailoverRouterInputProtocolConfiguration$: StaticUnionSchema;
|
|
328
330
|
export declare var FlowTransitEncryptionKeyConfiguration$: StaticUnionSchema;
|
|
329
331
|
export declare var MaintenanceConfiguration$: StaticUnionSchema;
|