@aws-sdk/client-codeconnections 3.1067.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +125 -145
- package/dist-cjs/models/CodeConnectionsServiceException.js +4 -8
- package/dist-cjs/models/errors.js +35 -55
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +250 -168
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetSyncConfigurationOutput$ = exports.GetSyncConfigurationInput$ = exports.GetSyncBlockerSummaryOutput$ = exports.GetSyncBlockerSummaryInput$ = exports.GetResourceSyncStatusOutput$ = exports.GetResourceSyncStatusInput$ = exports.GetRepositorySyncStatusOutput$ = exports.GetRepositorySyncStatusInput$ = exports.GetRepositoryLinkOutput$ = exports.GetRepositoryLinkInput$ = exports.GetHostOutput$ = exports.GetHostInput$ = exports.GetConnectionOutput$ = exports.GetConnectionInput$ = exports.DeleteSyncConfigurationOutput$ = exports.DeleteSyncConfigurationInput$ = exports.DeleteRepositoryLinkOutput$ = exports.DeleteRepositoryLinkInput$ = exports.DeleteHostOutput$ = exports.DeleteHostInput$ = exports.DeleteConnectionOutput$ = exports.DeleteConnectionInput$ = exports.CreateSyncConfigurationOutput$ = exports.CreateSyncConfigurationInput$ = exports.CreateRepositoryLinkOutput$ = exports.CreateRepositoryLinkInput$ = exports.CreateHostOutput$ = exports.CreateHostInput$ = exports.CreateConnectionOutput$ = exports.CreateConnectionInput$ = exports.Connection$ = exports.errorTypeRegistries = exports.UpdateOutOfSyncException$ = exports.UnsupportedProviderTypeException$ = exports.UnsupportedOperationException$ = exports.ThrottlingException$ = exports.SyncConfigurationStillExistsException$ = exports.SyncBlockerDoesNotExistException$ = exports.RetryLatestCommitFailedException$ = exports.ResourceUnavailableException$ = exports.ResourceNotFoundException$ = exports.ResourceAlreadyExistsException$ = exports.LimitExceededException$ = exports.InvalidInputException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.ConditionalCheckFailedException$ = exports.ConcurrentModificationException$ = exports.AccessDeniedException$ = exports.CodeConnectionsServiceException$ = void 0;
|
|
4
|
-
exports.GetRepositorySyncStatus$ = exports.GetRepositoryLink$ = exports.GetHost$ = exports.GetConnection$ = exports.DeleteSyncConfiguration$ = exports.DeleteRepositoryLink$ = exports.DeleteHost$ = exports.DeleteConnection$ = exports.CreateSyncConfiguration$ = exports.CreateRepositoryLink$ = exports.CreateHost$ = exports.CreateConnection$ = exports.VpcConfiguration$ = exports.UpdateSyncConfigurationOutput$ = exports.UpdateSyncConfigurationInput$ = exports.UpdateSyncBlockerOutput$ = exports.UpdateSyncBlockerInput$ = exports.UpdateRepositoryLinkOutput$ = exports.UpdateRepositoryLinkInput$ = exports.UpdateHostOutput$ = exports.UpdateHostInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.SyncConfiguration$ = exports.SyncBlockerSummary$ = exports.SyncBlockerContext$ = exports.SyncBlocker$ = exports.Revision$ = exports.ResourceSyncEvent$ = exports.ResourceSyncAttempt$ = exports.RepositorySyncEvent$ = exports.RepositorySyncDefinition$ = exports.RepositorySyncAttempt$ = exports.RepositoryLinkInfo$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListSyncConfigurationsOutput$ = exports.ListSyncConfigurationsInput$ = exports.ListRepositorySyncDefinitionsOutput$ = exports.ListRepositorySyncDefinitionsInput$ = exports.ListRepositoryLinksOutput$ = exports.ListRepositoryLinksInput$ = exports.ListHostsOutput$ = exports.ListHostsInput$ = exports.ListConnectionsOutput$ = exports.ListConnectionsInput$ = exports.Host$ = void 0;
|
|
5
|
-
exports.UpdateSyncConfiguration$ = exports.UpdateSyncBlocker$ = exports.UpdateRepositoryLink$ = exports.UpdateHost$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListSyncConfigurations$ = exports.ListRepositorySyncDefinitions$ = exports.ListRepositoryLinks$ = exports.ListHosts$ = exports.ListConnections$ = exports.GetSyncConfiguration$ = exports.GetSyncBlockerSummary$ = exports.GetResourceSyncStatus$ = void 0;
|
|
6
1
|
const _ADE = "AccessDeniedException";
|
|
7
2
|
const _B = "Branch";
|
|
8
3
|
const _C = "Connection";
|
|
@@ -197,575 +192,662 @@ const _hE = "httpError";
|
|
|
197
192
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.codeconnections";
|
|
198
193
|
const _se = "server";
|
|
199
194
|
const n0 = "com.amazonaws.codeconnections";
|
|
200
|
-
const
|
|
201
|
-
const
|
|
202
|
-
const
|
|
203
|
-
const _s_registry =
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
195
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
196
|
+
const { CodeConnectionsServiceException } = require("../models/CodeConnectionsServiceException");
|
|
197
|
+
const { AccessDeniedException, ConcurrentModificationException, ConditionalCheckFailedException, ConflictException, InternalServerException, InvalidInputException, LimitExceededException, ResourceAlreadyExistsException, ResourceNotFoundException, ResourceUnavailableException, RetryLatestCommitFailedException, SyncBlockerDoesNotExistException, SyncConfigurationStillExistsException, ThrottlingException, UnsupportedOperationException, UnsupportedProviderTypeException, UpdateOutOfSyncException } = require("../models/errors");
|
|
198
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
199
|
+
const CodeConnectionsServiceException$ = [-3, _s, "CodeConnectionsServiceException", 0, [], []];
|
|
200
|
+
exports.CodeConnectionsServiceException$ = CodeConnectionsServiceException$;
|
|
201
|
+
_s_registry.registerError(CodeConnectionsServiceException$, CodeConnectionsServiceException);
|
|
202
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
203
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
208
204
|
{ [_e]: _c, [_hE]: 403 },
|
|
209
205
|
[_M],
|
|
210
206
|
[0]
|
|
211
207
|
];
|
|
212
|
-
|
|
213
|
-
|
|
208
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
209
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
210
|
+
const ConcurrentModificationException$ = [-3, n0, _CME,
|
|
214
211
|
{ [_e]: _c, [_hE]: 409 },
|
|
215
212
|
[_M],
|
|
216
213
|
[0]
|
|
217
214
|
];
|
|
218
|
-
|
|
219
|
-
|
|
215
|
+
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
216
|
+
n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
217
|
+
const ConditionalCheckFailedException$ = [-3, n0, _CCFE,
|
|
220
218
|
{ [_e]: _c, [_hE]: 409 },
|
|
221
219
|
[_M],
|
|
222
220
|
[0]
|
|
223
221
|
];
|
|
224
|
-
|
|
225
|
-
|
|
222
|
+
exports.ConditionalCheckFailedException$ = ConditionalCheckFailedException$;
|
|
223
|
+
n0_registry.registerError(ConditionalCheckFailedException$, ConditionalCheckFailedException);
|
|
224
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
226
225
|
{ [_e]: _c, [_hE]: 409 },
|
|
227
226
|
[_M],
|
|
228
227
|
[0]
|
|
229
228
|
];
|
|
230
|
-
|
|
231
|
-
|
|
229
|
+
exports.ConflictException$ = ConflictException$;
|
|
230
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
231
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
232
232
|
{ [_e]: _se, [_hE]: 503 },
|
|
233
233
|
[_M],
|
|
234
234
|
[0]
|
|
235
235
|
];
|
|
236
|
-
|
|
237
|
-
|
|
236
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
237
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
238
|
+
const InvalidInputException$ = [-3, n0, _IIE,
|
|
238
239
|
{ [_e]: _c, [_hE]: 400 },
|
|
239
240
|
[_M],
|
|
240
241
|
[0]
|
|
241
242
|
];
|
|
242
|
-
|
|
243
|
-
|
|
243
|
+
exports.InvalidInputException$ = InvalidInputException$;
|
|
244
|
+
n0_registry.registerError(InvalidInputException$, InvalidInputException);
|
|
245
|
+
const LimitExceededException$ = [-3, n0, _LEE,
|
|
244
246
|
{ [_e]: _c, [_hE]: 429 },
|
|
245
247
|
[_M],
|
|
246
248
|
[0]
|
|
247
249
|
];
|
|
248
|
-
|
|
249
|
-
|
|
250
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
251
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
252
|
+
const ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
250
253
|
{ [_e]: _c, [_hE]: 409 },
|
|
251
254
|
[_M],
|
|
252
255
|
[0]
|
|
253
256
|
];
|
|
254
|
-
|
|
255
|
-
|
|
257
|
+
exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
|
|
258
|
+
n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
259
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
256
260
|
{ [_e]: _c, [_hE]: 404 },
|
|
257
261
|
[_M],
|
|
258
262
|
[0]
|
|
259
263
|
];
|
|
260
|
-
|
|
261
|
-
|
|
264
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
265
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
266
|
+
const ResourceUnavailableException$ = [-3, n0, _RUE,
|
|
262
267
|
{ [_e]: _c, [_hE]: 400 },
|
|
263
268
|
[_M],
|
|
264
269
|
[0]
|
|
265
270
|
];
|
|
266
|
-
|
|
267
|
-
|
|
271
|
+
exports.ResourceUnavailableException$ = ResourceUnavailableException$;
|
|
272
|
+
n0_registry.registerError(ResourceUnavailableException$, ResourceUnavailableException);
|
|
273
|
+
const RetryLatestCommitFailedException$ = [-3, n0, _RLCFE,
|
|
268
274
|
{ [_e]: _se, [_hE]: 503 },
|
|
269
275
|
[_M],
|
|
270
276
|
[0]
|
|
271
277
|
];
|
|
272
|
-
|
|
273
|
-
|
|
278
|
+
exports.RetryLatestCommitFailedException$ = RetryLatestCommitFailedException$;
|
|
279
|
+
n0_registry.registerError(RetryLatestCommitFailedException$, RetryLatestCommitFailedException);
|
|
280
|
+
const SyncBlockerDoesNotExistException$ = [-3, n0, _SBDNEE,
|
|
274
281
|
{ [_e]: _c, [_hE]: 404 },
|
|
275
282
|
[_M],
|
|
276
283
|
[0]
|
|
277
284
|
];
|
|
278
|
-
|
|
279
|
-
|
|
285
|
+
exports.SyncBlockerDoesNotExistException$ = SyncBlockerDoesNotExistException$;
|
|
286
|
+
n0_registry.registerError(SyncBlockerDoesNotExistException$, SyncBlockerDoesNotExistException);
|
|
287
|
+
const SyncConfigurationStillExistsException$ = [-3, n0, _SCSEE,
|
|
280
288
|
{ [_e]: _c, [_hE]: 409 },
|
|
281
289
|
[_M],
|
|
282
290
|
[0]
|
|
283
291
|
];
|
|
284
|
-
|
|
285
|
-
|
|
292
|
+
exports.SyncConfigurationStillExistsException$ = SyncConfigurationStillExistsException$;
|
|
293
|
+
n0_registry.registerError(SyncConfigurationStillExistsException$, SyncConfigurationStillExistsException);
|
|
294
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
286
295
|
{ [_e]: _c, [_hE]: 429 },
|
|
287
296
|
[_M],
|
|
288
297
|
[0]
|
|
289
298
|
];
|
|
290
|
-
|
|
291
|
-
|
|
299
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
300
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
301
|
+
const UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
292
302
|
{ [_e]: _c, [_hE]: 400 },
|
|
293
303
|
[_M],
|
|
294
304
|
[0]
|
|
295
305
|
];
|
|
296
|
-
|
|
297
|
-
|
|
306
|
+
exports.UnsupportedOperationException$ = UnsupportedOperationException$;
|
|
307
|
+
n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
308
|
+
const UnsupportedProviderTypeException$ = [-3, n0, _UPTE,
|
|
298
309
|
{ [_e]: _c, [_hE]: 400 },
|
|
299
310
|
[_M],
|
|
300
311
|
[0]
|
|
301
312
|
];
|
|
302
|
-
|
|
303
|
-
|
|
313
|
+
exports.UnsupportedProviderTypeException$ = UnsupportedProviderTypeException$;
|
|
314
|
+
n0_registry.registerError(UnsupportedProviderTypeException$, UnsupportedProviderTypeException);
|
|
315
|
+
const UpdateOutOfSyncException$ = [-3, n0, _UOOSE,
|
|
304
316
|
{ [_e]: _c, [_hE]: 409 },
|
|
305
317
|
[_M],
|
|
306
318
|
[0]
|
|
307
319
|
];
|
|
308
|
-
|
|
320
|
+
exports.UpdateOutOfSyncException$ = UpdateOutOfSyncException$;
|
|
321
|
+
n0_registry.registerError(UpdateOutOfSyncException$, UpdateOutOfSyncException);
|
|
309
322
|
exports.errorTypeRegistries = [
|
|
310
323
|
_s_registry,
|
|
311
324
|
n0_registry,
|
|
312
325
|
];
|
|
313
|
-
|
|
326
|
+
const Connection$ = [3, n0, _C,
|
|
314
327
|
0,
|
|
315
328
|
[_CN, _CA, _PT, _OAI, _CS, _HA],
|
|
316
329
|
[0, 0, 0, 0, 0, 0]
|
|
317
330
|
];
|
|
318
|
-
exports.
|
|
331
|
+
exports.Connection$ = Connection$;
|
|
332
|
+
const CreateConnectionInput$ = [3, n0, _CCI,
|
|
319
333
|
0,
|
|
320
334
|
[_CN, _PT, _T, _HA],
|
|
321
335
|
[0, 0, () => TagList, 0], 1
|
|
322
336
|
];
|
|
323
|
-
exports.
|
|
337
|
+
exports.CreateConnectionInput$ = CreateConnectionInput$;
|
|
338
|
+
const CreateConnectionOutput$ = [3, n0, _CCO,
|
|
324
339
|
0,
|
|
325
340
|
[_CA, _T],
|
|
326
341
|
[0, () => TagList], 1
|
|
327
342
|
];
|
|
328
|
-
exports.
|
|
343
|
+
exports.CreateConnectionOutput$ = CreateConnectionOutput$;
|
|
344
|
+
const CreateHostInput$ = [3, n0, _CHI,
|
|
329
345
|
0,
|
|
330
346
|
[_N, _PT, _PE, _VC, _T],
|
|
331
|
-
[0, 0, 0, () =>
|
|
347
|
+
[0, 0, 0, () => VpcConfiguration$, () => TagList], 3
|
|
332
348
|
];
|
|
333
|
-
exports.
|
|
349
|
+
exports.CreateHostInput$ = CreateHostInput$;
|
|
350
|
+
const CreateHostOutput$ = [3, n0, _CHO,
|
|
334
351
|
0,
|
|
335
352
|
[_HA, _T],
|
|
336
353
|
[0, () => TagList]
|
|
337
354
|
];
|
|
338
|
-
exports.
|
|
355
|
+
exports.CreateHostOutput$ = CreateHostOutput$;
|
|
356
|
+
const CreateRepositoryLinkInput$ = [3, n0, _CRLI,
|
|
339
357
|
0,
|
|
340
358
|
[_CA, _OI, _RN, _EKA, _T],
|
|
341
359
|
[0, 0, 0, 0, () => TagList], 3
|
|
342
360
|
];
|
|
343
|
-
exports.
|
|
361
|
+
exports.CreateRepositoryLinkInput$ = CreateRepositoryLinkInput$;
|
|
362
|
+
const CreateRepositoryLinkOutput$ = [3, n0, _CRLO,
|
|
344
363
|
0,
|
|
345
364
|
[_RLI],
|
|
346
|
-
[() =>
|
|
365
|
+
[() => RepositoryLinkInfo$], 1
|
|
347
366
|
];
|
|
348
|
-
exports.
|
|
367
|
+
exports.CreateRepositoryLinkOutput$ = CreateRepositoryLinkOutput$;
|
|
368
|
+
const CreateSyncConfigurationInput$ = [3, n0, _CSCI,
|
|
349
369
|
0,
|
|
350
370
|
[_B, _CF, _RLIe, _RNe, _RA, _ST, _PDS, _TRUO, _PRC],
|
|
351
371
|
[0, 0, 0, 0, 0, 0, 0, 0, 0], 6
|
|
352
372
|
];
|
|
353
|
-
exports.
|
|
373
|
+
exports.CreateSyncConfigurationInput$ = CreateSyncConfigurationInput$;
|
|
374
|
+
const CreateSyncConfigurationOutput$ = [3, n0, _CSCO,
|
|
354
375
|
0,
|
|
355
376
|
[_SC],
|
|
356
|
-
[() =>
|
|
377
|
+
[() => SyncConfiguration$], 1
|
|
357
378
|
];
|
|
358
|
-
exports.
|
|
379
|
+
exports.CreateSyncConfigurationOutput$ = CreateSyncConfigurationOutput$;
|
|
380
|
+
const DeleteConnectionInput$ = [3, n0, _DCI,
|
|
359
381
|
0,
|
|
360
382
|
[_CA],
|
|
361
383
|
[0], 1
|
|
362
384
|
];
|
|
363
|
-
exports.
|
|
385
|
+
exports.DeleteConnectionInput$ = DeleteConnectionInput$;
|
|
386
|
+
const DeleteConnectionOutput$ = [3, n0, _DCO,
|
|
364
387
|
0,
|
|
365
388
|
[],
|
|
366
389
|
[]
|
|
367
390
|
];
|
|
368
|
-
exports.
|
|
391
|
+
exports.DeleteConnectionOutput$ = DeleteConnectionOutput$;
|
|
392
|
+
const DeleteHostInput$ = [3, n0, _DHI,
|
|
369
393
|
0,
|
|
370
394
|
[_HA],
|
|
371
395
|
[0], 1
|
|
372
396
|
];
|
|
373
|
-
exports.
|
|
397
|
+
exports.DeleteHostInput$ = DeleteHostInput$;
|
|
398
|
+
const DeleteHostOutput$ = [3, n0, _DHO,
|
|
374
399
|
0,
|
|
375
400
|
[],
|
|
376
401
|
[]
|
|
377
402
|
];
|
|
378
|
-
exports.
|
|
403
|
+
exports.DeleteHostOutput$ = DeleteHostOutput$;
|
|
404
|
+
const DeleteRepositoryLinkInput$ = [3, n0, _DRLI,
|
|
379
405
|
0,
|
|
380
406
|
[_RLIe],
|
|
381
407
|
[0], 1
|
|
382
408
|
];
|
|
383
|
-
exports.
|
|
409
|
+
exports.DeleteRepositoryLinkInput$ = DeleteRepositoryLinkInput$;
|
|
410
|
+
const DeleteRepositoryLinkOutput$ = [3, n0, _DRLO,
|
|
384
411
|
0,
|
|
385
412
|
[],
|
|
386
413
|
[]
|
|
387
414
|
];
|
|
388
|
-
exports.
|
|
415
|
+
exports.DeleteRepositoryLinkOutput$ = DeleteRepositoryLinkOutput$;
|
|
416
|
+
const DeleteSyncConfigurationInput$ = [3, n0, _DSCI,
|
|
389
417
|
0,
|
|
390
418
|
[_ST, _RNe],
|
|
391
419
|
[0, 0], 2
|
|
392
420
|
];
|
|
393
|
-
exports.
|
|
421
|
+
exports.DeleteSyncConfigurationInput$ = DeleteSyncConfigurationInput$;
|
|
422
|
+
const DeleteSyncConfigurationOutput$ = [3, n0, _DSCO,
|
|
394
423
|
0,
|
|
395
424
|
[],
|
|
396
425
|
[]
|
|
397
426
|
];
|
|
398
|
-
exports.
|
|
427
|
+
exports.DeleteSyncConfigurationOutput$ = DeleteSyncConfigurationOutput$;
|
|
428
|
+
const GetConnectionInput$ = [3, n0, _GCI,
|
|
399
429
|
0,
|
|
400
430
|
[_CA],
|
|
401
431
|
[0], 1
|
|
402
432
|
];
|
|
403
|
-
exports.
|
|
433
|
+
exports.GetConnectionInput$ = GetConnectionInput$;
|
|
434
|
+
const GetConnectionOutput$ = [3, n0, _GCO,
|
|
404
435
|
0,
|
|
405
436
|
[_C],
|
|
406
|
-
[() =>
|
|
437
|
+
[() => Connection$]
|
|
407
438
|
];
|
|
408
|
-
exports.
|
|
439
|
+
exports.GetConnectionOutput$ = GetConnectionOutput$;
|
|
440
|
+
const GetHostInput$ = [3, n0, _GHI,
|
|
409
441
|
0,
|
|
410
442
|
[_HA],
|
|
411
443
|
[0], 1
|
|
412
444
|
];
|
|
413
|
-
exports.
|
|
445
|
+
exports.GetHostInput$ = GetHostInput$;
|
|
446
|
+
const GetHostOutput$ = [3, n0, _GHO,
|
|
414
447
|
0,
|
|
415
448
|
[_N, _S, _PT, _PE, _VC],
|
|
416
|
-
[0, 0, 0, 0, () =>
|
|
449
|
+
[0, 0, 0, 0, () => VpcConfiguration$]
|
|
417
450
|
];
|
|
418
|
-
exports.
|
|
451
|
+
exports.GetHostOutput$ = GetHostOutput$;
|
|
452
|
+
const GetRepositoryLinkInput$ = [3, n0, _GRLI,
|
|
419
453
|
0,
|
|
420
454
|
[_RLIe],
|
|
421
455
|
[0], 1
|
|
422
456
|
];
|
|
423
|
-
exports.
|
|
457
|
+
exports.GetRepositoryLinkInput$ = GetRepositoryLinkInput$;
|
|
458
|
+
const GetRepositoryLinkOutput$ = [3, n0, _GRLO,
|
|
424
459
|
0,
|
|
425
460
|
[_RLI],
|
|
426
|
-
[() =>
|
|
461
|
+
[() => RepositoryLinkInfo$], 1
|
|
427
462
|
];
|
|
428
|
-
exports.
|
|
463
|
+
exports.GetRepositoryLinkOutput$ = GetRepositoryLinkOutput$;
|
|
464
|
+
const GetRepositorySyncStatusInput$ = [3, n0, _GRSSI,
|
|
429
465
|
0,
|
|
430
466
|
[_B, _RLIe, _ST],
|
|
431
467
|
[0, 0, 0], 3
|
|
432
468
|
];
|
|
433
|
-
exports.
|
|
469
|
+
exports.GetRepositorySyncStatusInput$ = GetRepositorySyncStatusInput$;
|
|
470
|
+
const GetRepositorySyncStatusOutput$ = [3, n0, _GRSSO,
|
|
434
471
|
0,
|
|
435
472
|
[_LS],
|
|
436
|
-
[() =>
|
|
473
|
+
[() => RepositorySyncAttempt$], 1
|
|
437
474
|
];
|
|
438
|
-
exports.
|
|
475
|
+
exports.GetRepositorySyncStatusOutput$ = GetRepositorySyncStatusOutput$;
|
|
476
|
+
const GetResourceSyncStatusInput$ = [3, n0, _GRSSIe,
|
|
439
477
|
0,
|
|
440
478
|
[_RNe, _ST],
|
|
441
479
|
[0, 0], 2
|
|
442
480
|
];
|
|
443
|
-
exports.
|
|
481
|
+
exports.GetResourceSyncStatusInput$ = GetResourceSyncStatusInput$;
|
|
482
|
+
const GetResourceSyncStatusOutput$ = [3, n0, _GRSSOe,
|
|
444
483
|
0,
|
|
445
484
|
[_LS, _DS, _LSS],
|
|
446
|
-
[() =>
|
|
485
|
+
[() => ResourceSyncAttempt$, () => Revision$, () => ResourceSyncAttempt$], 1
|
|
447
486
|
];
|
|
448
|
-
exports.
|
|
487
|
+
exports.GetResourceSyncStatusOutput$ = GetResourceSyncStatusOutput$;
|
|
488
|
+
const GetSyncBlockerSummaryInput$ = [3, n0, _GSBSI,
|
|
449
489
|
0,
|
|
450
490
|
[_ST, _RNe],
|
|
451
491
|
[0, 0], 2
|
|
452
492
|
];
|
|
453
|
-
exports.
|
|
493
|
+
exports.GetSyncBlockerSummaryInput$ = GetSyncBlockerSummaryInput$;
|
|
494
|
+
const GetSyncBlockerSummaryOutput$ = [3, n0, _GSBSO,
|
|
454
495
|
0,
|
|
455
496
|
[_SBS],
|
|
456
|
-
[() =>
|
|
497
|
+
[() => SyncBlockerSummary$], 1
|
|
457
498
|
];
|
|
458
|
-
exports.
|
|
499
|
+
exports.GetSyncBlockerSummaryOutput$ = GetSyncBlockerSummaryOutput$;
|
|
500
|
+
const GetSyncConfigurationInput$ = [3, n0, _GSCI,
|
|
459
501
|
0,
|
|
460
502
|
[_ST, _RNe],
|
|
461
503
|
[0, 0], 2
|
|
462
504
|
];
|
|
463
|
-
exports.
|
|
505
|
+
exports.GetSyncConfigurationInput$ = GetSyncConfigurationInput$;
|
|
506
|
+
const GetSyncConfigurationOutput$ = [3, n0, _GSCO,
|
|
464
507
|
0,
|
|
465
508
|
[_SC],
|
|
466
|
-
[() =>
|
|
509
|
+
[() => SyncConfiguration$], 1
|
|
467
510
|
];
|
|
468
|
-
exports.
|
|
511
|
+
exports.GetSyncConfigurationOutput$ = GetSyncConfigurationOutput$;
|
|
512
|
+
const Host$ = [3, n0, _H,
|
|
469
513
|
0,
|
|
470
514
|
[_N, _HA, _PT, _PE, _VC, _S, _SM],
|
|
471
|
-
[0, 0, 0, 0, () =>
|
|
515
|
+
[0, 0, 0, 0, () => VpcConfiguration$, 0, 0]
|
|
472
516
|
];
|
|
473
|
-
exports.
|
|
517
|
+
exports.Host$ = Host$;
|
|
518
|
+
const ListConnectionsInput$ = [3, n0, _LCI,
|
|
474
519
|
0,
|
|
475
520
|
[_PTF, _HAF, _MR, _NT],
|
|
476
521
|
[0, 0, 1, 0]
|
|
477
522
|
];
|
|
478
|
-
exports.
|
|
523
|
+
exports.ListConnectionsInput$ = ListConnectionsInput$;
|
|
524
|
+
const ListConnectionsOutput$ = [3, n0, _LCO,
|
|
479
525
|
0,
|
|
480
526
|
[_Co, _NT],
|
|
481
527
|
[() => ConnectionList, 0]
|
|
482
528
|
];
|
|
483
|
-
exports.
|
|
529
|
+
exports.ListConnectionsOutput$ = ListConnectionsOutput$;
|
|
530
|
+
const ListHostsInput$ = [3, n0, _LHI,
|
|
484
531
|
0,
|
|
485
532
|
[_MR, _NT],
|
|
486
533
|
[1, 0]
|
|
487
534
|
];
|
|
488
|
-
exports.
|
|
535
|
+
exports.ListHostsInput$ = ListHostsInput$;
|
|
536
|
+
const ListHostsOutput$ = [3, n0, _LHO,
|
|
489
537
|
0,
|
|
490
538
|
[_Ho, _NT],
|
|
491
539
|
[() => HostList, 0]
|
|
492
540
|
];
|
|
493
|
-
exports.
|
|
541
|
+
exports.ListHostsOutput$ = ListHostsOutput$;
|
|
542
|
+
const ListRepositoryLinksInput$ = [3, n0, _LRLI,
|
|
494
543
|
0,
|
|
495
544
|
[_MR, _NT],
|
|
496
545
|
[1, 0]
|
|
497
546
|
];
|
|
498
|
-
exports.
|
|
547
|
+
exports.ListRepositoryLinksInput$ = ListRepositoryLinksInput$;
|
|
548
|
+
const ListRepositoryLinksOutput$ = [3, n0, _LRLO,
|
|
499
549
|
0,
|
|
500
550
|
[_RL, _NT],
|
|
501
551
|
[() => RepositoryLinkList, 0], 1
|
|
502
552
|
];
|
|
503
|
-
exports.
|
|
553
|
+
exports.ListRepositoryLinksOutput$ = ListRepositoryLinksOutput$;
|
|
554
|
+
const ListRepositorySyncDefinitionsInput$ = [3, n0, _LRSDI,
|
|
504
555
|
0,
|
|
505
556
|
[_RLIe, _ST],
|
|
506
557
|
[0, 0], 2
|
|
507
558
|
];
|
|
508
|
-
exports.
|
|
559
|
+
exports.ListRepositorySyncDefinitionsInput$ = ListRepositorySyncDefinitionsInput$;
|
|
560
|
+
const ListRepositorySyncDefinitionsOutput$ = [3, n0, _LRSDO,
|
|
509
561
|
0,
|
|
510
562
|
[_RSD, _NT],
|
|
511
563
|
[() => RepositorySyncDefinitionList, 0], 1
|
|
512
564
|
];
|
|
513
|
-
exports.
|
|
565
|
+
exports.ListRepositorySyncDefinitionsOutput$ = ListRepositorySyncDefinitionsOutput$;
|
|
566
|
+
const ListSyncConfigurationsInput$ = [3, n0, _LSCI,
|
|
514
567
|
0,
|
|
515
568
|
[_RLIe, _ST, _MR, _NT],
|
|
516
569
|
[0, 0, 1, 0], 2
|
|
517
570
|
];
|
|
518
|
-
exports.
|
|
571
|
+
exports.ListSyncConfigurationsInput$ = ListSyncConfigurationsInput$;
|
|
572
|
+
const ListSyncConfigurationsOutput$ = [3, n0, _LSCO,
|
|
519
573
|
0,
|
|
520
574
|
[_SCy, _NT],
|
|
521
575
|
[() => SyncConfigurationList, 0], 1
|
|
522
576
|
];
|
|
523
|
-
exports.
|
|
577
|
+
exports.ListSyncConfigurationsOutput$ = ListSyncConfigurationsOutput$;
|
|
578
|
+
const ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
524
579
|
0,
|
|
525
580
|
[_RAe],
|
|
526
581
|
[0], 1
|
|
527
582
|
];
|
|
528
|
-
exports.
|
|
583
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
584
|
+
const ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
529
585
|
0,
|
|
530
586
|
[_T],
|
|
531
587
|
[() => TagList]
|
|
532
588
|
];
|
|
533
|
-
exports.
|
|
589
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
590
|
+
const RepositoryLinkInfo$ = [3, n0, _RLI,
|
|
534
591
|
0,
|
|
535
592
|
[_CA, _OI, _PT, _RLA, _RLIe, _RN, _EKA],
|
|
536
593
|
[0, 0, 0, 0, 0, 0, 0], 6
|
|
537
594
|
];
|
|
538
|
-
exports.
|
|
595
|
+
exports.RepositoryLinkInfo$ = RepositoryLinkInfo$;
|
|
596
|
+
const RepositorySyncAttempt$ = [3, n0, _RSA,
|
|
539
597
|
0,
|
|
540
598
|
[_SA, _S, _E],
|
|
541
599
|
[4, 0, () => RepositorySyncEventList], 3
|
|
542
600
|
];
|
|
543
|
-
exports.
|
|
601
|
+
exports.RepositorySyncAttempt$ = RepositorySyncAttempt$;
|
|
602
|
+
const RepositorySyncDefinition$ = [3, n0, _RSDe,
|
|
544
603
|
0,
|
|
545
604
|
[_B, _D, _P, _Ta],
|
|
546
605
|
[0, 0, 0, 0], 4
|
|
547
606
|
];
|
|
548
|
-
exports.
|
|
607
|
+
exports.RepositorySyncDefinition$ = RepositorySyncDefinition$;
|
|
608
|
+
const RepositorySyncEvent$ = [3, n0, _RSE,
|
|
549
609
|
0,
|
|
550
610
|
[_Ev, _Ti, _Ty, _EI],
|
|
551
611
|
[0, 4, 0, 0], 3
|
|
552
612
|
];
|
|
553
|
-
exports.
|
|
613
|
+
exports.RepositorySyncEvent$ = RepositorySyncEvent$;
|
|
614
|
+
const ResourceSyncAttempt$ = [3, n0, _RSAe,
|
|
554
615
|
0,
|
|
555
616
|
[_E, _IR, _SA, _S, _TR, _Ta],
|
|
556
|
-
[() => ResourceSyncEventList, () =>
|
|
617
|
+
[() => ResourceSyncEventList, () => Revision$, 4, 0, () => Revision$, 0], 6
|
|
557
618
|
];
|
|
558
|
-
exports.
|
|
619
|
+
exports.ResourceSyncAttempt$ = ResourceSyncAttempt$;
|
|
620
|
+
const ResourceSyncEvent$ = [3, n0, _RSEe,
|
|
559
621
|
0,
|
|
560
622
|
[_Ev, _Ti, _Ty, _EI],
|
|
561
623
|
[0, 4, 0, 0], 3
|
|
562
624
|
];
|
|
563
|
-
exports.
|
|
625
|
+
exports.ResourceSyncEvent$ = ResourceSyncEvent$;
|
|
626
|
+
const Revision$ = [3, n0, _R,
|
|
564
627
|
0,
|
|
565
628
|
[_B, _D, _OI, _RN, _PT, _Sh],
|
|
566
629
|
[0, 0, 0, 0, 0, 0], 6
|
|
567
630
|
];
|
|
568
|
-
exports.
|
|
631
|
+
exports.Revision$ = Revision$;
|
|
632
|
+
const SyncBlocker$ = [3, n0, _SB,
|
|
569
633
|
0,
|
|
570
634
|
[_I, _Ty, _S, _CR, _CAr, _Con, _RR, _RAes],
|
|
571
635
|
[0, 0, 0, 0, 4, () => SyncBlockerContextList, 0, 4], 5
|
|
572
636
|
];
|
|
573
|
-
exports.
|
|
637
|
+
exports.SyncBlocker$ = SyncBlocker$;
|
|
638
|
+
const SyncBlockerContext$ = [3, n0, _SBC,
|
|
574
639
|
0,
|
|
575
640
|
[_K, _V],
|
|
576
641
|
[0, 0], 2
|
|
577
642
|
];
|
|
578
|
-
exports.
|
|
643
|
+
exports.SyncBlockerContext$ = SyncBlockerContext$;
|
|
644
|
+
const SyncBlockerSummary$ = [3, n0, _SBS,
|
|
579
645
|
0,
|
|
580
646
|
[_RNe, _PRN, _LB],
|
|
581
647
|
[0, 0, () => LatestSyncBlockerList], 1
|
|
582
648
|
];
|
|
583
|
-
exports.
|
|
649
|
+
exports.SyncBlockerSummary$ = SyncBlockerSummary$;
|
|
650
|
+
const SyncConfiguration$ = [3, n0, _SC,
|
|
584
651
|
0,
|
|
585
652
|
[_B, _OI, _PT, _RLIe, _RN, _RNe, _RA, _ST, _CF, _PDS, _TRUO, _PRC],
|
|
586
653
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 8
|
|
587
654
|
];
|
|
588
|
-
exports.
|
|
655
|
+
exports.SyncConfiguration$ = SyncConfiguration$;
|
|
656
|
+
const Tag$ = [3, n0, _Tag,
|
|
589
657
|
0,
|
|
590
658
|
[_K, _V],
|
|
591
659
|
[0, 0], 2
|
|
592
660
|
];
|
|
593
|
-
exports.
|
|
661
|
+
exports.Tag$ = Tag$;
|
|
662
|
+
const TagResourceInput$ = [3, n0, _TRI,
|
|
594
663
|
0,
|
|
595
664
|
[_RAe, _T],
|
|
596
665
|
[0, () => TagList], 2
|
|
597
666
|
];
|
|
598
|
-
exports.
|
|
667
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
668
|
+
const TagResourceOutput$ = [3, n0, _TRO,
|
|
599
669
|
0,
|
|
600
670
|
[],
|
|
601
671
|
[]
|
|
602
672
|
];
|
|
603
|
-
exports.
|
|
673
|
+
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
674
|
+
const UntagResourceInput$ = [3, n0, _URI,
|
|
604
675
|
0,
|
|
605
676
|
[_RAe, _TK],
|
|
606
677
|
[0, 64 | 0], 2
|
|
607
678
|
];
|
|
608
|
-
exports.
|
|
679
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
680
|
+
const UntagResourceOutput$ = [3, n0, _URO,
|
|
609
681
|
0,
|
|
610
682
|
[],
|
|
611
683
|
[]
|
|
612
684
|
];
|
|
613
|
-
exports.
|
|
685
|
+
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
686
|
+
const UpdateHostInput$ = [3, n0, _UHI,
|
|
614
687
|
0,
|
|
615
688
|
[_HA, _PE, _VC],
|
|
616
|
-
[0, 0, () =>
|
|
689
|
+
[0, 0, () => VpcConfiguration$], 1
|
|
617
690
|
];
|
|
618
|
-
exports.
|
|
691
|
+
exports.UpdateHostInput$ = UpdateHostInput$;
|
|
692
|
+
const UpdateHostOutput$ = [3, n0, _UHO,
|
|
619
693
|
0,
|
|
620
694
|
[],
|
|
621
695
|
[]
|
|
622
696
|
];
|
|
623
|
-
exports.
|
|
697
|
+
exports.UpdateHostOutput$ = UpdateHostOutput$;
|
|
698
|
+
const UpdateRepositoryLinkInput$ = [3, n0, _URLI,
|
|
624
699
|
0,
|
|
625
700
|
[_RLIe, _CA, _EKA],
|
|
626
701
|
[0, 0, 0], 1
|
|
627
702
|
];
|
|
628
|
-
exports.
|
|
703
|
+
exports.UpdateRepositoryLinkInput$ = UpdateRepositoryLinkInput$;
|
|
704
|
+
const UpdateRepositoryLinkOutput$ = [3, n0, _URLO,
|
|
629
705
|
0,
|
|
630
706
|
[_RLI],
|
|
631
|
-
[() =>
|
|
707
|
+
[() => RepositoryLinkInfo$], 1
|
|
632
708
|
];
|
|
633
|
-
exports.
|
|
709
|
+
exports.UpdateRepositoryLinkOutput$ = UpdateRepositoryLinkOutput$;
|
|
710
|
+
const UpdateSyncBlockerInput$ = [3, n0, _USBI,
|
|
634
711
|
0,
|
|
635
712
|
[_I, _ST, _RNe, _RR],
|
|
636
713
|
[0, 0, 0, 0], 4
|
|
637
714
|
];
|
|
638
|
-
exports.
|
|
715
|
+
exports.UpdateSyncBlockerInput$ = UpdateSyncBlockerInput$;
|
|
716
|
+
const UpdateSyncBlockerOutput$ = [3, n0, _USBO,
|
|
639
717
|
0,
|
|
640
718
|
[_RNe, _SB, _PRN],
|
|
641
|
-
[0, () =>
|
|
719
|
+
[0, () => SyncBlocker$, 0], 2
|
|
642
720
|
];
|
|
643
|
-
exports.
|
|
721
|
+
exports.UpdateSyncBlockerOutput$ = UpdateSyncBlockerOutput$;
|
|
722
|
+
const UpdateSyncConfigurationInput$ = [3, n0, _USCI,
|
|
644
723
|
0,
|
|
645
724
|
[_RNe, _ST, _B, _CF, _RLIe, _RA, _PDS, _TRUO, _PRC],
|
|
646
725
|
[0, 0, 0, 0, 0, 0, 0, 0, 0], 2
|
|
647
726
|
];
|
|
648
|
-
exports.
|
|
727
|
+
exports.UpdateSyncConfigurationInput$ = UpdateSyncConfigurationInput$;
|
|
728
|
+
const UpdateSyncConfigurationOutput$ = [3, n0, _USCO,
|
|
649
729
|
0,
|
|
650
730
|
[_SC],
|
|
651
|
-
[() =>
|
|
731
|
+
[() => SyncConfiguration$], 1
|
|
652
732
|
];
|
|
653
|
-
exports.
|
|
733
|
+
exports.UpdateSyncConfigurationOutput$ = UpdateSyncConfigurationOutput$;
|
|
734
|
+
const VpcConfiguration$ = [3, n0, _VC,
|
|
654
735
|
0,
|
|
655
736
|
[_VI, _SI, _SGI, _TC],
|
|
656
737
|
[0, 64 | 0, 64 | 0, 0], 3
|
|
657
738
|
];
|
|
739
|
+
exports.VpcConfiguration$ = VpcConfiguration$;
|
|
658
740
|
var ConnectionList = [1, n0, _CL,
|
|
659
|
-
0, () =>
|
|
741
|
+
0, () => Connection$
|
|
660
742
|
];
|
|
661
743
|
var HostList = [1, n0, _HL,
|
|
662
|
-
0, () =>
|
|
744
|
+
0, () => Host$
|
|
663
745
|
];
|
|
664
746
|
var LatestSyncBlockerList = [1, n0, _LSBL,
|
|
665
|
-
0, () =>
|
|
747
|
+
0, () => SyncBlocker$
|
|
666
748
|
];
|
|
667
749
|
var RepositoryLinkList = [1, n0, _RLL,
|
|
668
|
-
0, () =>
|
|
750
|
+
0, () => RepositoryLinkInfo$
|
|
669
751
|
];
|
|
670
752
|
var RepositorySyncDefinitionList = [1, n0, _RSDL,
|
|
671
|
-
0, () =>
|
|
753
|
+
0, () => RepositorySyncDefinition$
|
|
672
754
|
];
|
|
673
755
|
var RepositorySyncEventList = [1, n0, _RSEL,
|
|
674
|
-
0, () =>
|
|
756
|
+
0, () => RepositorySyncEvent$
|
|
675
757
|
];
|
|
676
758
|
var ResourceSyncEventList = [1, n0, _RSELe,
|
|
677
|
-
0, () =>
|
|
759
|
+
0, () => ResourceSyncEvent$
|
|
678
760
|
];
|
|
679
761
|
var SecurityGroupIds = 64 | 0;
|
|
680
762
|
var SubnetIds = 64 | 0;
|
|
681
763
|
var SyncBlockerContextList = [1, n0, _SBCL,
|
|
682
|
-
0, () =>
|
|
764
|
+
0, () => SyncBlockerContext$
|
|
683
765
|
];
|
|
684
766
|
var SyncConfigurationList = [1, n0, _SCL,
|
|
685
|
-
0, () =>
|
|
767
|
+
0, () => SyncConfiguration$
|
|
686
768
|
];
|
|
687
769
|
var TagKeyList = 64 | 0;
|
|
688
770
|
var TagList = [1, n0, _TL,
|
|
689
|
-
0, () =>
|
|
771
|
+
0, () => Tag$
|
|
690
772
|
];
|
|
691
773
|
exports.CreateConnection$ = [9, n0, _CC,
|
|
692
|
-
0, () =>
|
|
774
|
+
0, () => CreateConnectionInput$, () => CreateConnectionOutput$
|
|
693
775
|
];
|
|
694
776
|
exports.CreateHost$ = [9, n0, _CH,
|
|
695
|
-
0, () =>
|
|
777
|
+
0, () => CreateHostInput$, () => CreateHostOutput$
|
|
696
778
|
];
|
|
697
779
|
exports.CreateRepositoryLink$ = [9, n0, _CRL,
|
|
698
|
-
0, () =>
|
|
780
|
+
0, () => CreateRepositoryLinkInput$, () => CreateRepositoryLinkOutput$
|
|
699
781
|
];
|
|
700
782
|
exports.CreateSyncConfiguration$ = [9, n0, _CSC,
|
|
701
|
-
0, () =>
|
|
783
|
+
0, () => CreateSyncConfigurationInput$, () => CreateSyncConfigurationOutput$
|
|
702
784
|
];
|
|
703
785
|
exports.DeleteConnection$ = [9, n0, _DC,
|
|
704
|
-
0, () =>
|
|
786
|
+
0, () => DeleteConnectionInput$, () => DeleteConnectionOutput$
|
|
705
787
|
];
|
|
706
788
|
exports.DeleteHost$ = [9, n0, _DH,
|
|
707
|
-
0, () =>
|
|
789
|
+
0, () => DeleteHostInput$, () => DeleteHostOutput$
|
|
708
790
|
];
|
|
709
791
|
exports.DeleteRepositoryLink$ = [9, n0, _DRL,
|
|
710
|
-
0, () =>
|
|
792
|
+
0, () => DeleteRepositoryLinkInput$, () => DeleteRepositoryLinkOutput$
|
|
711
793
|
];
|
|
712
794
|
exports.DeleteSyncConfiguration$ = [9, n0, _DSC,
|
|
713
|
-
0, () =>
|
|
795
|
+
0, () => DeleteSyncConfigurationInput$, () => DeleteSyncConfigurationOutput$
|
|
714
796
|
];
|
|
715
797
|
exports.GetConnection$ = [9, n0, _GC,
|
|
716
|
-
0, () =>
|
|
798
|
+
0, () => GetConnectionInput$, () => GetConnectionOutput$
|
|
717
799
|
];
|
|
718
800
|
exports.GetHost$ = [9, n0, _GH,
|
|
719
|
-
0, () =>
|
|
801
|
+
0, () => GetHostInput$, () => GetHostOutput$
|
|
720
802
|
];
|
|
721
803
|
exports.GetRepositoryLink$ = [9, n0, _GRL,
|
|
722
|
-
0, () =>
|
|
804
|
+
0, () => GetRepositoryLinkInput$, () => GetRepositoryLinkOutput$
|
|
723
805
|
];
|
|
724
806
|
exports.GetRepositorySyncStatus$ = [9, n0, _GRSS,
|
|
725
|
-
0, () =>
|
|
807
|
+
0, () => GetRepositorySyncStatusInput$, () => GetRepositorySyncStatusOutput$
|
|
726
808
|
];
|
|
727
809
|
exports.GetResourceSyncStatus$ = [9, n0, _GRSSe,
|
|
728
|
-
0, () =>
|
|
810
|
+
0, () => GetResourceSyncStatusInput$, () => GetResourceSyncStatusOutput$
|
|
729
811
|
];
|
|
730
812
|
exports.GetSyncBlockerSummary$ = [9, n0, _GSBS,
|
|
731
|
-
0, () =>
|
|
813
|
+
0, () => GetSyncBlockerSummaryInput$, () => GetSyncBlockerSummaryOutput$
|
|
732
814
|
];
|
|
733
815
|
exports.GetSyncConfiguration$ = [9, n0, _GSC,
|
|
734
|
-
0, () =>
|
|
816
|
+
0, () => GetSyncConfigurationInput$, () => GetSyncConfigurationOutput$
|
|
735
817
|
];
|
|
736
818
|
exports.ListConnections$ = [9, n0, _LC,
|
|
737
|
-
0, () =>
|
|
819
|
+
0, () => ListConnectionsInput$, () => ListConnectionsOutput$
|
|
738
820
|
];
|
|
739
821
|
exports.ListHosts$ = [9, n0, _LH,
|
|
740
|
-
0, () =>
|
|
822
|
+
0, () => ListHostsInput$, () => ListHostsOutput$
|
|
741
823
|
];
|
|
742
824
|
exports.ListRepositoryLinks$ = [9, n0, _LRL,
|
|
743
|
-
0, () =>
|
|
825
|
+
0, () => ListRepositoryLinksInput$, () => ListRepositoryLinksOutput$
|
|
744
826
|
];
|
|
745
827
|
exports.ListRepositorySyncDefinitions$ = [9, n0, _LRSD,
|
|
746
|
-
0, () =>
|
|
828
|
+
0, () => ListRepositorySyncDefinitionsInput$, () => ListRepositorySyncDefinitionsOutput$
|
|
747
829
|
];
|
|
748
830
|
exports.ListSyncConfigurations$ = [9, n0, _LSC,
|
|
749
|
-
0, () =>
|
|
831
|
+
0, () => ListSyncConfigurationsInput$, () => ListSyncConfigurationsOutput$
|
|
750
832
|
];
|
|
751
833
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
752
|
-
0, () =>
|
|
834
|
+
0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
753
835
|
];
|
|
754
836
|
exports.TagResource$ = [9, n0, _TRa,
|
|
755
|
-
0, () =>
|
|
837
|
+
0, () => TagResourceInput$, () => TagResourceOutput$
|
|
756
838
|
];
|
|
757
839
|
exports.UntagResource$ = [9, n0, _UR,
|
|
758
|
-
0, () =>
|
|
840
|
+
0, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
759
841
|
];
|
|
760
842
|
exports.UpdateHost$ = [9, n0, _UH,
|
|
761
|
-
0, () =>
|
|
843
|
+
0, () => UpdateHostInput$, () => UpdateHostOutput$
|
|
762
844
|
];
|
|
763
845
|
exports.UpdateRepositoryLink$ = [9, n0, _URL,
|
|
764
|
-
0, () =>
|
|
846
|
+
0, () => UpdateRepositoryLinkInput$, () => UpdateRepositoryLinkOutput$
|
|
765
847
|
];
|
|
766
848
|
exports.UpdateSyncBlocker$ = [9, n0, _USB,
|
|
767
|
-
0, () =>
|
|
849
|
+
0, () => UpdateSyncBlockerInput$, () => UpdateSyncBlockerOutput$
|
|
768
850
|
];
|
|
769
851
|
exports.UpdateSyncConfiguration$ = [9, n0, _USC,
|
|
770
|
-
0, () =>
|
|
852
|
+
0, () => UpdateSyncConfigurationInput$, () => UpdateSyncConfigurationOutput$
|
|
771
853
|
];
|