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