@aws-sdk/client-codeconnections 3.948.0 → 3.953.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.
Files changed (47) hide show
  1. package/dist-cjs/index.js +424 -268
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateConnectionCommand.js +2 -2
  4. package/dist-es/commands/CreateHostCommand.js +2 -2
  5. package/dist-es/commands/CreateRepositoryLinkCommand.js +2 -2
  6. package/dist-es/commands/CreateSyncConfigurationCommand.js +2 -2
  7. package/dist-es/commands/DeleteConnectionCommand.js +2 -2
  8. package/dist-es/commands/DeleteHostCommand.js +2 -2
  9. package/dist-es/commands/DeleteRepositoryLinkCommand.js +2 -2
  10. package/dist-es/commands/DeleteSyncConfigurationCommand.js +2 -2
  11. package/dist-es/commands/GetConnectionCommand.js +2 -2
  12. package/dist-es/commands/GetHostCommand.js +2 -2
  13. package/dist-es/commands/GetRepositoryLinkCommand.js +2 -2
  14. package/dist-es/commands/GetRepositorySyncStatusCommand.js +2 -2
  15. package/dist-es/commands/GetResourceSyncStatusCommand.js +2 -2
  16. package/dist-es/commands/GetSyncBlockerSummaryCommand.js +2 -2
  17. package/dist-es/commands/GetSyncConfigurationCommand.js +2 -2
  18. package/dist-es/commands/ListConnectionsCommand.js +2 -2
  19. package/dist-es/commands/ListHostsCommand.js +2 -2
  20. package/dist-es/commands/ListRepositoryLinksCommand.js +2 -2
  21. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +2 -2
  22. package/dist-es/commands/ListSyncConfigurationsCommand.js +2 -2
  23. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-es/commands/TagResourceCommand.js +2 -2
  25. package/dist-es/commands/UntagResourceCommand.js +2 -2
  26. package/dist-es/commands/UpdateHostCommand.js +2 -2
  27. package/dist-es/commands/UpdateRepositoryLinkCommand.js +2 -2
  28. package/dist-es/commands/UpdateSyncBlockerCommand.js +2 -2
  29. package/dist-es/commands/UpdateSyncConfigurationCommand.js +2 -2
  30. package/dist-es/index.js +1 -0
  31. package/dist-es/runtimeConfig.shared.js +6 -6
  32. package/dist-es/schemas/schemas_0.js +236 -194
  33. package/dist-types/CodeConnectionsClient.d.ts +1 -10
  34. package/dist-types/index.d.ts +1 -0
  35. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  36. package/dist-types/runtimeConfig.d.ts +6 -2
  37. package/dist-types/runtimeConfig.native.d.ts +6 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  39. package/dist-types/schemas/schemas_0.d.ts +115 -128
  40. package/dist-types/ts3.4/CodeConnectionsClient.d.ts +0 -4
  41. package/dist-types/ts3.4/index.d.ts +1 -0
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +114 -128
  47. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class CodeConnectionsClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let CodeConnectionsServiceException$1 = class CodeConnectionsServiceException extends smithyClient.ServiceException {
113
+ class CodeConnectionsServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, CodeConnectionsServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends CodeConnectionsServiceException$1 {
120
+ class AccessDeniedException extends CodeConnectionsServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends CodeConnection
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let LimitExceededException$1 = class LimitExceededException extends CodeConnectionsServiceException$1 {
133
+ }
134
+ class LimitExceededException extends CodeConnectionsServiceException {
135
135
  name = "LimitExceededException";
136
136
  $fault = "client";
137
137
  Message;
@@ -144,8 +144,8 @@ let LimitExceededException$1 = class LimitExceededException extends CodeConnecti
144
144
  Object.setPrototypeOf(this, LimitExceededException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends CodeConnectionsServiceException$1 {
147
+ }
148
+ class ResourceNotFoundException extends CodeConnectionsServiceException {
149
149
  name = "ResourceNotFoundException";
150
150
  $fault = "client";
151
151
  Message;
@@ -158,8 +158,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CodeCo
158
158
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let ResourceUnavailableException$1 = class ResourceUnavailableException extends CodeConnectionsServiceException$1 {
161
+ }
162
+ class ResourceUnavailableException extends CodeConnectionsServiceException {
163
163
  name = "ResourceUnavailableException";
164
164
  $fault = "client";
165
165
  Message;
@@ -172,8 +172,8 @@ let ResourceUnavailableException$1 = class ResourceUnavailableException extends
172
172
  Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
173
173
  this.Message = opts.Message;
174
174
  }
175
- };
176
- let ConcurrentModificationException$1 = class ConcurrentModificationException extends CodeConnectionsServiceException$1 {
175
+ }
176
+ class ConcurrentModificationException extends CodeConnectionsServiceException {
177
177
  name = "ConcurrentModificationException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
186
186
  Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let InternalServerException$1 = class InternalServerException extends CodeConnectionsServiceException$1 {
189
+ }
190
+ class InternalServerException extends CodeConnectionsServiceException {
191
191
  name = "InternalServerException";
192
192
  $fault = "server";
193
193
  Message;
@@ -200,8 +200,8 @@ let InternalServerException$1 = class InternalServerException extends CodeConnec
200
200
  Object.setPrototypeOf(this, InternalServerException.prototype);
201
201
  this.Message = opts.Message;
202
202
  }
203
- };
204
- let InvalidInputException$1 = class InvalidInputException extends CodeConnectionsServiceException$1 {
203
+ }
204
+ class InvalidInputException extends CodeConnectionsServiceException {
205
205
  name = "InvalidInputException";
206
206
  $fault = "client";
207
207
  Message;
@@ -214,8 +214,8 @@ let InvalidInputException$1 = class InvalidInputException extends CodeConnection
214
214
  Object.setPrototypeOf(this, InvalidInputException.prototype);
215
215
  this.Message = opts.Message;
216
216
  }
217
- };
218
- let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException extends CodeConnectionsServiceException$1 {
217
+ }
218
+ class ResourceAlreadyExistsException extends CodeConnectionsServiceException {
219
219
  name = "ResourceAlreadyExistsException";
220
220
  $fault = "client";
221
221
  Message;
@@ -228,8 +228,8 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
228
228
  Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
229
229
  this.Message = opts.Message;
230
230
  }
231
- };
232
- let ThrottlingException$1 = class ThrottlingException extends CodeConnectionsServiceException$1 {
231
+ }
232
+ class ThrottlingException extends CodeConnectionsServiceException {
233
233
  name = "ThrottlingException";
234
234
  $fault = "client";
235
235
  Message;
@@ -242,8 +242,8 @@ let ThrottlingException$1 = class ThrottlingException extends CodeConnectionsSer
242
242
  Object.setPrototypeOf(this, ThrottlingException.prototype);
243
243
  this.Message = opts.Message;
244
244
  }
245
- };
246
- let SyncConfigurationStillExistsException$1 = class SyncConfigurationStillExistsException extends CodeConnectionsServiceException$1 {
245
+ }
246
+ class SyncConfigurationStillExistsException extends CodeConnectionsServiceException {
247
247
  name = "SyncConfigurationStillExistsException";
248
248
  $fault = "client";
249
249
  Message;
@@ -256,8 +256,8 @@ let SyncConfigurationStillExistsException$1 = class SyncConfigurationStillExists
256
256
  Object.setPrototypeOf(this, SyncConfigurationStillExistsException.prototype);
257
257
  this.Message = opts.Message;
258
258
  }
259
- };
260
- let UnsupportedProviderTypeException$1 = class UnsupportedProviderTypeException extends CodeConnectionsServiceException$1 {
259
+ }
260
+ class UnsupportedProviderTypeException extends CodeConnectionsServiceException {
261
261
  name = "UnsupportedProviderTypeException";
262
262
  $fault = "client";
263
263
  Message;
@@ -270,8 +270,8 @@ let UnsupportedProviderTypeException$1 = class UnsupportedProviderTypeException
270
270
  Object.setPrototypeOf(this, UnsupportedProviderTypeException.prototype);
271
271
  this.Message = opts.Message;
272
272
  }
273
- };
274
- let ConflictException$1 = class ConflictException extends CodeConnectionsServiceException$1 {
273
+ }
274
+ class ConflictException extends CodeConnectionsServiceException {
275
275
  name = "ConflictException";
276
276
  $fault = "client";
277
277
  Message;
@@ -284,8 +284,8 @@ let ConflictException$1 = class ConflictException extends CodeConnectionsService
284
284
  Object.setPrototypeOf(this, ConflictException.prototype);
285
285
  this.Message = opts.Message;
286
286
  }
287
- };
288
- let UnsupportedOperationException$1 = class UnsupportedOperationException extends CodeConnectionsServiceException$1 {
287
+ }
288
+ class UnsupportedOperationException extends CodeConnectionsServiceException {
289
289
  name = "UnsupportedOperationException";
290
290
  $fault = "client";
291
291
  Message;
@@ -298,8 +298,8 @@ let UnsupportedOperationException$1 = class UnsupportedOperationException extend
298
298
  Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
299
299
  this.Message = opts.Message;
300
300
  }
301
- };
302
- let ConditionalCheckFailedException$1 = class ConditionalCheckFailedException extends CodeConnectionsServiceException$1 {
301
+ }
302
+ class ConditionalCheckFailedException extends CodeConnectionsServiceException {
303
303
  name = "ConditionalCheckFailedException";
304
304
  $fault = "client";
305
305
  Message;
@@ -312,8 +312,8 @@ let ConditionalCheckFailedException$1 = class ConditionalCheckFailedException ex
312
312
  Object.setPrototypeOf(this, ConditionalCheckFailedException.prototype);
313
313
  this.Message = opts.Message;
314
314
  }
315
- };
316
- let UpdateOutOfSyncException$1 = class UpdateOutOfSyncException extends CodeConnectionsServiceException$1 {
315
+ }
316
+ class UpdateOutOfSyncException extends CodeConnectionsServiceException {
317
317
  name = "UpdateOutOfSyncException";
318
318
  $fault = "client";
319
319
  Message;
@@ -326,8 +326,8 @@ let UpdateOutOfSyncException$1 = class UpdateOutOfSyncException extends CodeConn
326
326
  Object.setPrototypeOf(this, UpdateOutOfSyncException.prototype);
327
327
  this.Message = opts.Message;
328
328
  }
329
- };
330
- let RetryLatestCommitFailedException$1 = class RetryLatestCommitFailedException extends CodeConnectionsServiceException$1 {
329
+ }
330
+ class RetryLatestCommitFailedException extends CodeConnectionsServiceException {
331
331
  name = "RetryLatestCommitFailedException";
332
332
  $fault = "server";
333
333
  Message;
@@ -340,8 +340,8 @@ let RetryLatestCommitFailedException$1 = class RetryLatestCommitFailedException
340
340
  Object.setPrototypeOf(this, RetryLatestCommitFailedException.prototype);
341
341
  this.Message = opts.Message;
342
342
  }
343
- };
344
- let SyncBlockerDoesNotExistException$1 = class SyncBlockerDoesNotExistException extends CodeConnectionsServiceException$1 {
343
+ }
344
+ class SyncBlockerDoesNotExistException extends CodeConnectionsServiceException {
345
345
  name = "SyncBlockerDoesNotExistException";
346
346
  $fault = "client";
347
347
  Message;
@@ -354,7 +354,7 @@ let SyncBlockerDoesNotExistException$1 = class SyncBlockerDoesNotExistException
354
354
  Object.setPrototypeOf(this, SyncBlockerDoesNotExistException.prototype);
355
355
  this.Message = opts.Message;
356
356
  }
357
- };
357
+ }
358
358
 
359
359
  const _ADE = "AccessDeniedException";
360
360
  const _B = "Branch";
@@ -550,16 +550,16 @@ const _hE = "httpError";
550
550
  const _s = "server";
551
551
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codeconnections";
552
552
  const n0 = "com.amazonaws.codeconnections";
553
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
554
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
555
- var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
556
- schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
557
- var ConditionalCheckFailedException = [-3, n0, _CCFE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
558
- schema.TypeRegistry.for(n0).registerError(ConditionalCheckFailedException, ConditionalCheckFailedException$1);
559
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
560
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
561
- var Connection = [3, n0, _C, 0, [_CN, _CA, _PT, _OAI, _CS, _HA], [0, 0, 0, 0, 0, 0]];
562
- var CreateConnectionInput = [
553
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
554
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
555
+ var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
556
+ schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
557
+ var ConditionalCheckFailedException$ = [-3, n0, _CCFE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
558
+ schema.TypeRegistry.for(n0).registerError(ConditionalCheckFailedException$, ConditionalCheckFailedException);
559
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
560
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
561
+ var Connection$ = [3, n0, _C, 0, [_CN, _CA, _PT, _OAI, _CS, _HA], [0, 0, 0, 0, 0, 0]];
562
+ var CreateConnectionInput$ = [
563
563
  3,
564
564
  n0,
565
565
  _CCI,
@@ -567,17 +567,17 @@ var CreateConnectionInput = [
567
567
  [_PT, _CN, _T, _HA],
568
568
  [0, 0, () => TagList, 0],
569
569
  ];
570
- var CreateConnectionOutput = [3, n0, _CCO, 0, [_CA, _T], [0, () => TagList]];
571
- var CreateHostInput = [
570
+ var CreateConnectionOutput$ = [3, n0, _CCO, 0, [_CA, _T], [0, () => TagList]];
571
+ var CreateHostInput$ = [
572
572
  3,
573
573
  n0,
574
574
  _CHI,
575
575
  0,
576
576
  [_N, _PT, _PE, _VC, _T],
577
- [0, 0, 0, () => VpcConfiguration, () => TagList],
577
+ [0, 0, 0, () => VpcConfiguration$, () => TagList],
578
578
  ];
579
- var CreateHostOutput = [3, n0, _CHO, 0, [_HA, _T], [0, () => TagList]];
580
- var CreateRepositoryLinkInput = [
579
+ var CreateHostOutput$ = [3, n0, _CHO, 0, [_HA, _T], [0, () => TagList]];
580
+ var CreateRepositoryLinkInput$ = [
581
581
  3,
582
582
  n0,
583
583
  _CRLI,
@@ -585,8 +585,8 @@ var CreateRepositoryLinkInput = [
585
585
  [_CA, _OI, _RN, _EKA, _T],
586
586
  [0, 0, 0, 0, () => TagList],
587
587
  ];
588
- var CreateRepositoryLinkOutput = [3, n0, _CRLO, 0, [_RLI], [() => RepositoryLinkInfo]];
589
- var CreateSyncConfigurationInput = [
588
+ var CreateRepositoryLinkOutput$ = [3, n0, _CRLO, 0, [_RLI], [() => RepositoryLinkInfo$]];
589
+ var CreateSyncConfigurationInput$ = [
590
590
  3,
591
591
  n0,
592
592
  _CSCI,
@@ -594,70 +594,77 @@ var CreateSyncConfigurationInput = [
594
594
  [_B, _CF, _RLIe, _RNe, _RA, _ST, _PDS, _TRUO, _PRC],
595
595
  [0, 0, 0, 0, 0, 0, 0, 0, 0],
596
596
  ];
597
- var CreateSyncConfigurationOutput = [3, n0, _CSCO, 0, [_SC], [() => SyncConfiguration]];
598
- var DeleteConnectionInput = [3, n0, _DCI, 0, [_CA], [0]];
599
- var DeleteConnectionOutput = [3, n0, _DCO, 0, [], []];
600
- var DeleteHostInput = [3, n0, _DHI, 0, [_HA], [0]];
601
- var DeleteHostOutput = [3, n0, _DHO, 0, [], []];
602
- var DeleteRepositoryLinkInput = [3, n0, _DRLI, 0, [_RLIe], [0]];
603
- var DeleteRepositoryLinkOutput = [3, n0, _DRLO, 0, [], []];
604
- var DeleteSyncConfigurationInput = [3, n0, _DSCI, 0, [_ST, _RNe], [0, 0]];
605
- var DeleteSyncConfigurationOutput = [3, n0, _DSCO, 0, [], []];
606
- var GetConnectionInput = [3, n0, _GCI, 0, [_CA], [0]];
607
- var GetConnectionOutput = [3, n0, _GCO, 0, [_C], [() => Connection]];
608
- var GetHostInput = [3, n0, _GHI, 0, [_HA], [0]];
609
- var GetHostOutput = [
597
+ var CreateSyncConfigurationOutput$ = [3, n0, _CSCO, 0, [_SC], [() => SyncConfiguration$]];
598
+ var DeleteConnectionInput$ = [3, n0, _DCI, 0, [_CA], [0]];
599
+ var DeleteConnectionOutput$ = [3, n0, _DCO, 0, [], []];
600
+ var DeleteHostInput$ = [3, n0, _DHI, 0, [_HA], [0]];
601
+ var DeleteHostOutput$ = [3, n0, _DHO, 0, [], []];
602
+ var DeleteRepositoryLinkInput$ = [3, n0, _DRLI, 0, [_RLIe], [0]];
603
+ var DeleteRepositoryLinkOutput$ = [3, n0, _DRLO, 0, [], []];
604
+ var DeleteSyncConfigurationInput$ = [3, n0, _DSCI, 0, [_ST, _RNe], [0, 0]];
605
+ var DeleteSyncConfigurationOutput$ = [3, n0, _DSCO, 0, [], []];
606
+ var GetConnectionInput$ = [3, n0, _GCI, 0, [_CA], [0]];
607
+ var GetConnectionOutput$ = [3, n0, _GCO, 0, [_C], [() => Connection$]];
608
+ var GetHostInput$ = [3, n0, _GHI, 0, [_HA], [0]];
609
+ var GetHostOutput$ = [
610
610
  3,
611
611
  n0,
612
612
  _GHO,
613
613
  0,
614
614
  [_N, _S, _PT, _PE, _VC],
615
- [0, 0, 0, 0, () => VpcConfiguration],
615
+ [0, 0, 0, 0, () => VpcConfiguration$],
616
616
  ];
617
- var GetRepositoryLinkInput = [3, n0, _GRLI, 0, [_RLIe], [0]];
618
- var GetRepositoryLinkOutput = [3, n0, _GRLO, 0, [_RLI], [() => RepositoryLinkInfo]];
619
- var GetRepositorySyncStatusInput = [3, n0, _GRSSI, 0, [_B, _RLIe, _ST], [0, 0, 0]];
620
- var GetRepositorySyncStatusOutput = [
617
+ var GetRepositoryLinkInput$ = [3, n0, _GRLI, 0, [_RLIe], [0]];
618
+ var GetRepositoryLinkOutput$ = [3, n0, _GRLO, 0, [_RLI], [() => RepositoryLinkInfo$]];
619
+ var GetRepositorySyncStatusInput$ = [3, n0, _GRSSI, 0, [_B, _RLIe, _ST], [0, 0, 0]];
620
+ var GetRepositorySyncStatusOutput$ = [
621
621
  3,
622
622
  n0,
623
623
  _GRSSO,
624
624
  0,
625
625
  [_LS],
626
- [() => RepositorySyncAttempt],
626
+ [() => RepositorySyncAttempt$],
627
627
  ];
628
- var GetResourceSyncStatusInput = [3, n0, _GRSSIe, 0, [_RNe, _ST], [0, 0]];
629
- var GetResourceSyncStatusOutput = [
628
+ var GetResourceSyncStatusInput$ = [3, n0, _GRSSIe, 0, [_RNe, _ST], [0, 0]];
629
+ var GetResourceSyncStatusOutput$ = [
630
630
  3,
631
631
  n0,
632
632
  _GRSSOe,
633
633
  0,
634
634
  [_DS, _LSS, _LS],
635
- [() => Revision, () => ResourceSyncAttempt, () => ResourceSyncAttempt],
635
+ [() => Revision$, () => ResourceSyncAttempt$, () => ResourceSyncAttempt$],
636
636
  ];
637
- var GetSyncBlockerSummaryInput = [3, n0, _GSBSI, 0, [_ST, _RNe], [0, 0]];
638
- var GetSyncBlockerSummaryOutput = [3, n0, _GSBSO, 0, [_SBS], [() => SyncBlockerSummary]];
639
- var GetSyncConfigurationInput = [3, n0, _GSCI, 0, [_ST, _RNe], [0, 0]];
640
- var GetSyncConfigurationOutput = [3, n0, _GSCO, 0, [_SC], [() => SyncConfiguration]];
641
- var Host = [
637
+ var GetSyncBlockerSummaryInput$ = [3, n0, _GSBSI, 0, [_ST, _RNe], [0, 0]];
638
+ var GetSyncBlockerSummaryOutput$ = [
639
+ 3,
640
+ n0,
641
+ _GSBSO,
642
+ 0,
643
+ [_SBS],
644
+ [() => SyncBlockerSummary$],
645
+ ];
646
+ var GetSyncConfigurationInput$ = [3, n0, _GSCI, 0, [_ST, _RNe], [0, 0]];
647
+ var GetSyncConfigurationOutput$ = [3, n0, _GSCO, 0, [_SC], [() => SyncConfiguration$]];
648
+ var Host$ = [
642
649
  3,
643
650
  n0,
644
651
  _H,
645
652
  0,
646
653
  [_N, _HA, _PT, _PE, _VC, _S, _SM],
647
- [0, 0, 0, 0, () => VpcConfiguration, 0, 0],
654
+ [0, 0, 0, 0, () => VpcConfiguration$, 0, 0],
648
655
  ];
649
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
650
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
651
- var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
652
- schema.TypeRegistry.for(n0).registerError(InvalidInputException, InvalidInputException$1);
653
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
654
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
655
- var ListConnectionsInput = [3, n0, _LCI, 0, [_PTF, _HAF, _MR, _NT], [0, 0, 1, 0]];
656
- var ListConnectionsOutput = [3, n0, _LCO, 0, [_Co, _NT], [() => ConnectionList, 0]];
657
- var ListHostsInput = [3, n0, _LHI, 0, [_MR, _NT], [1, 0]];
658
- var ListHostsOutput = [3, n0, _LHO, 0, [_Ho, _NT], [() => HostList, 0]];
659
- var ListRepositoryLinksInput = [3, n0, _LRLI, 0, [_MR, _NT], [1, 0]];
660
- var ListRepositoryLinksOutput = [
656
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
657
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
658
+ var InvalidInputException$ = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
659
+ schema.TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
660
+ var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
661
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
662
+ var ListConnectionsInput$ = [3, n0, _LCI, 0, [_PTF, _HAF, _MR, _NT], [0, 0, 1, 0]];
663
+ var ListConnectionsOutput$ = [3, n0, _LCO, 0, [_Co, _NT], [() => ConnectionList, 0]];
664
+ var ListHostsInput$ = [3, n0, _LHI, 0, [_MR, _NT], [1, 0]];
665
+ var ListHostsOutput$ = [3, n0, _LHO, 0, [_Ho, _NT], [() => HostList, 0]];
666
+ var ListRepositoryLinksInput$ = [3, n0, _LRLI, 0, [_MR, _NT], [1, 0]];
667
+ var ListRepositoryLinksOutput$ = [
661
668
  3,
662
669
  n0,
663
670
  _LRLO,
@@ -665,8 +672,8 @@ var ListRepositoryLinksOutput = [
665
672
  [_RL, _NT],
666
673
  [() => RepositoryLinkList, 0],
667
674
  ];
668
- var ListRepositorySyncDefinitionsInput = [3, n0, _LRSDI, 0, [_RLIe, _ST], [0, 0]];
669
- var ListRepositorySyncDefinitionsOutput = [
675
+ var ListRepositorySyncDefinitionsInput$ = [3, n0, _LRSDI, 0, [_RLIe, _ST], [0, 0]];
676
+ var ListRepositorySyncDefinitionsOutput$ = [
670
677
  3,
671
678
  n0,
672
679
  _LRSDO,
@@ -674,8 +681,15 @@ var ListRepositorySyncDefinitionsOutput = [
674
681
  [_RSD, _NT],
675
682
  [() => RepositorySyncDefinitionList, 0],
676
683
  ];
677
- var ListSyncConfigurationsInput = [3, n0, _LSCI, 0, [_MR, _NT, _RLIe, _ST], [1, 0, 0, 0]];
678
- var ListSyncConfigurationsOutput = [
684
+ var ListSyncConfigurationsInput$ = [
685
+ 3,
686
+ n0,
687
+ _LSCI,
688
+ 0,
689
+ [_MR, _NT, _RLIe, _ST],
690
+ [1, 0, 0, 0],
691
+ ];
692
+ var ListSyncConfigurationsOutput$ = [
679
693
  3,
680
694
  n0,
681
695
  _LSCO,
@@ -683,9 +697,9 @@ var ListSyncConfigurationsOutput = [
683
697
  [_SCy, _NT],
684
698
  [() => SyncConfigurationList, 0],
685
699
  ];
686
- var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RAe], [0]];
687
- var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [() => TagList]];
688
- var RepositoryLinkInfo = [
700
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RAe], [0]];
701
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T], [() => TagList]];
702
+ var RepositoryLinkInfo$ = [
689
703
  3,
690
704
  n0,
691
705
  _RLI,
@@ -693,7 +707,7 @@ var RepositoryLinkInfo = [
693
707
  [_CA, _EKA, _OI, _PT, _RLA, _RLIe, _RN],
694
708
  [0, 0, 0, 0, 0, 0, 0],
695
709
  ];
696
- var RepositorySyncAttempt = [
710
+ var RepositorySyncAttempt$ = [
697
711
  3,
698
712
  n0,
699
713
  _RSA,
@@ -701,27 +715,27 @@ var RepositorySyncAttempt = [
701
715
  [_SA, _S, _E],
702
716
  [4, 0, () => RepositorySyncEventList],
703
717
  ];
704
- var RepositorySyncDefinition = [3, n0, _RSDe, 0, [_B, _D, _P, _Ta], [0, 0, 0, 0]];
705
- var RepositorySyncEvent = [3, n0, _RSE, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
706
- var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
707
- schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
708
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
709
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
710
- var ResourceSyncAttempt = [
718
+ var RepositorySyncDefinition$ = [3, n0, _RSDe, 0, [_B, _D, _P, _Ta], [0, 0, 0, 0]];
719
+ var RepositorySyncEvent$ = [3, n0, _RSE, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
720
+ var ResourceAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
721
+ schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
722
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
723
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
724
+ var ResourceSyncAttempt$ = [
711
725
  3,
712
726
  n0,
713
727
  _RSAe,
714
728
  0,
715
729
  [_E, _IR, _SA, _S, _TR, _Ta],
716
- [() => ResourceSyncEventList, () => Revision, 4, 0, () => Revision, 0],
730
+ [() => ResourceSyncEventList, () => Revision$, 4, 0, () => Revision$, 0],
717
731
  ];
718
- var ResourceSyncEvent = [3, n0, _RSEe, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
719
- var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
720
- schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException, ResourceUnavailableException$1);
721
- var RetryLatestCommitFailedException = [-3, n0, _RLCFE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
722
- schema.TypeRegistry.for(n0).registerError(RetryLatestCommitFailedException, RetryLatestCommitFailedException$1);
723
- var Revision = [3, n0, _R, 0, [_B, _D, _OI, _RN, _PT, _Sh], [0, 0, 0, 0, 0, 0]];
724
- var SyncBlocker = [
732
+ var ResourceSyncEvent$ = [3, n0, _RSEe, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
733
+ var ResourceUnavailableException$ = [-3, n0, _RUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
734
+ schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException$, ResourceUnavailableException);
735
+ var RetryLatestCommitFailedException$ = [-3, n0, _RLCFE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
736
+ schema.TypeRegistry.for(n0).registerError(RetryLatestCommitFailedException$, RetryLatestCommitFailedException);
737
+ var Revision$ = [3, n0, _R, 0, [_B, _D, _OI, _RN, _PT, _Sh], [0, 0, 0, 0, 0, 0]];
738
+ var SyncBlocker$ = [
725
739
  3,
726
740
  n0,
727
741
  _SB,
@@ -729,10 +743,17 @@ var SyncBlocker = [
729
743
  [_I, _Ty, _S, _CR, _CAr, _Con, _RR, _RAes],
730
744
  [0, 0, 0, 0, 4, () => SyncBlockerContextList, 0, 4],
731
745
  ];
732
- var SyncBlockerContext = [3, n0, _SBC, 0, [_K, _V], [0, 0]];
733
- var SyncBlockerDoesNotExistException = [-3, n0, _SBDNEE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
734
- schema.TypeRegistry.for(n0).registerError(SyncBlockerDoesNotExistException, SyncBlockerDoesNotExistException$1);
735
- var SyncBlockerSummary = [
746
+ var SyncBlockerContext$ = [3, n0, _SBC, 0, [_K, _V], [0, 0]];
747
+ var SyncBlockerDoesNotExistException$ = [
748
+ -3,
749
+ n0,
750
+ _SBDNEE,
751
+ { [_e]: _c, [_hE]: 404 },
752
+ [_M],
753
+ [0],
754
+ ];
755
+ schema.TypeRegistry.for(n0).registerError(SyncBlockerDoesNotExistException$, SyncBlockerDoesNotExistException);
756
+ var SyncBlockerSummary$ = [
736
757
  3,
737
758
  n0,
738
759
  _SBS,
@@ -740,7 +761,7 @@ var SyncBlockerSummary = [
740
761
  [_RNe, _PRN, _LB],
741
762
  [0, 0, () => LatestSyncBlockerList],
742
763
  ];
743
- var SyncConfiguration = [
764
+ var SyncConfiguration$ = [
744
765
  3,
745
766
  n0,
746
767
  _SC,
@@ -748,7 +769,7 @@ var SyncConfiguration = [
748
769
  [_B, _CF, _OI, _PT, _RLIe, _RN, _RNe, _RA, _ST, _PDS, _TRUO, _PRC],
749
770
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
750
771
  ];
751
- var SyncConfigurationStillExistsException = [
772
+ var SyncConfigurationStillExistsException$ = [
752
773
  -3,
753
774
  n0,
754
775
  _SCSEE,
@@ -756,34 +777,34 @@ var SyncConfigurationStillExistsException = [
756
777
  [_M],
757
778
  [0],
758
779
  ];
759
- schema.TypeRegistry.for(n0).registerError(SyncConfigurationStillExistsException, SyncConfigurationStillExistsException$1);
760
- var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
761
- var TagResourceInput = [3, n0, _TRI, 0, [_RAe, _T], [0, () => TagList]];
762
- var TagResourceOutput = [3, n0, _TRO, 0, [], []];
763
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
764
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
765
- var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
766
- schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException, UnsupportedOperationException$1);
767
- var UnsupportedProviderTypeException = [-3, n0, _UPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
768
- schema.TypeRegistry.for(n0).registerError(UnsupportedProviderTypeException, UnsupportedProviderTypeException$1);
769
- var UntagResourceInput = [3, n0, _URI, 0, [_RAe, _TK], [0, 64 | 0]];
770
- var UntagResourceOutput = [3, n0, _URO, 0, [], []];
771
- var UpdateHostInput = [3, n0, _UHI, 0, [_HA, _PE, _VC], [0, 0, () => VpcConfiguration]];
772
- var UpdateHostOutput = [3, n0, _UHO, 0, [], []];
773
- var UpdateOutOfSyncException = [-3, n0, _UOOSE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
774
- schema.TypeRegistry.for(n0).registerError(UpdateOutOfSyncException, UpdateOutOfSyncException$1);
775
- var UpdateRepositoryLinkInput = [3, n0, _URLI, 0, [_CA, _EKA, _RLIe], [0, 0, 0]];
776
- var UpdateRepositoryLinkOutput = [3, n0, _URLO, 0, [_RLI], [() => RepositoryLinkInfo]];
777
- var UpdateSyncBlockerInput = [3, n0, _USBI, 0, [_I, _ST, _RNe, _RR], [0, 0, 0, 0]];
778
- var UpdateSyncBlockerOutput = [
780
+ schema.TypeRegistry.for(n0).registerError(SyncConfigurationStillExistsException$, SyncConfigurationStillExistsException);
781
+ var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
782
+ var TagResourceInput$ = [3, n0, _TRI, 0, [_RAe, _T], [0, () => TagList]];
783
+ var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
784
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
785
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
786
+ var UnsupportedOperationException$ = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
787
+ schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
788
+ var UnsupportedProviderTypeException$ = [-3, n0, _UPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
789
+ schema.TypeRegistry.for(n0).registerError(UnsupportedProviderTypeException$, UnsupportedProviderTypeException);
790
+ var UntagResourceInput$ = [3, n0, _URI, 0, [_RAe, _TK], [0, 64 | 0]];
791
+ var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
792
+ var UpdateHostInput$ = [3, n0, _UHI, 0, [_HA, _PE, _VC], [0, 0, () => VpcConfiguration$]];
793
+ var UpdateHostOutput$ = [3, n0, _UHO, 0, [], []];
794
+ var UpdateOutOfSyncException$ = [-3, n0, _UOOSE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
795
+ schema.TypeRegistry.for(n0).registerError(UpdateOutOfSyncException$, UpdateOutOfSyncException);
796
+ var UpdateRepositoryLinkInput$ = [3, n0, _URLI, 0, [_CA, _EKA, _RLIe], [0, 0, 0]];
797
+ var UpdateRepositoryLinkOutput$ = [3, n0, _URLO, 0, [_RLI], [() => RepositoryLinkInfo$]];
798
+ var UpdateSyncBlockerInput$ = [3, n0, _USBI, 0, [_I, _ST, _RNe, _RR], [0, 0, 0, 0]];
799
+ var UpdateSyncBlockerOutput$ = [
779
800
  3,
780
801
  n0,
781
802
  _USBO,
782
803
  0,
783
804
  [_RNe, _PRN, _SB],
784
- [0, 0, () => SyncBlocker],
805
+ [0, 0, () => SyncBlocker$],
785
806
  ];
786
- var UpdateSyncConfigurationInput = [
807
+ var UpdateSyncConfigurationInput$ = [
787
808
  3,
788
809
  n0,
789
810
  _USCI,
@@ -791,179 +812,200 @@ var UpdateSyncConfigurationInput = [
791
812
  [_B, _CF, _RLIe, _RNe, _RA, _ST, _PDS, _TRUO, _PRC],
792
813
  [0, 0, 0, 0, 0, 0, 0, 0, 0],
793
814
  ];
794
- var UpdateSyncConfigurationOutput = [3, n0, _USCO, 0, [_SC], [() => SyncConfiguration]];
795
- var VpcConfiguration = [3, n0, _VC, 0, [_VI, _SI, _SGI, _TC], [0, 64 | 0, 64 | 0, 0]];
796
- var CodeConnectionsServiceException = [-3, _sm, "CodeConnectionsServiceException", 0, [], []];
797
- schema.TypeRegistry.for(_sm).registerError(CodeConnectionsServiceException, CodeConnectionsServiceException$1);
798
- var ConnectionList = [1, n0, _CL, 0, () => Connection];
799
- var HostList = [1, n0, _HL, 0, () => Host];
800
- var LatestSyncBlockerList = [1, n0, _LSBL, 0, () => SyncBlocker];
801
- var RepositoryLinkList = [1, n0, _RLL, 0, () => RepositoryLinkInfo];
802
- var RepositorySyncDefinitionList = [1, n0, _RSDL, 0, () => RepositorySyncDefinition];
803
- var RepositorySyncEventList = [1, n0, _RSEL, 0, () => RepositorySyncEvent];
804
- var ResourceSyncEventList = [1, n0, _RSELe, 0, () => ResourceSyncEvent];
805
- var SyncBlockerContextList = [1, n0, _SBCL, 0, () => SyncBlockerContext];
806
- var SyncConfigurationList = [1, n0, _SCL, 0, () => SyncConfiguration];
807
- var TagList = [1, n0, _TL, 0, () => Tag];
808
- var CreateConnection = [
815
+ var UpdateSyncConfigurationOutput$ = [3, n0, _USCO, 0, [_SC], [() => SyncConfiguration$]];
816
+ var VpcConfiguration$ = [3, n0, _VC, 0, [_VI, _SI, _SGI, _TC], [0, 64 | 0, 64 | 0, 0]];
817
+ var CodeConnectionsServiceException$ = [
818
+ -3,
819
+ _sm,
820
+ "CodeConnectionsServiceException",
821
+ 0,
822
+ [],
823
+ [],
824
+ ];
825
+ schema.TypeRegistry.for(_sm).registerError(CodeConnectionsServiceException$, CodeConnectionsServiceException);
826
+ var ConnectionList = [1, n0, _CL, 0, () => Connection$];
827
+ var HostList = [1, n0, _HL, 0, () => Host$];
828
+ var LatestSyncBlockerList = [1, n0, _LSBL, 0, () => SyncBlocker$];
829
+ var RepositoryLinkList = [1, n0, _RLL, 0, () => RepositoryLinkInfo$];
830
+ var RepositorySyncDefinitionList = [1, n0, _RSDL, 0, () => RepositorySyncDefinition$];
831
+ var RepositorySyncEventList = [1, n0, _RSEL, 0, () => RepositorySyncEvent$];
832
+ var ResourceSyncEventList = [1, n0, _RSELe, 0, () => ResourceSyncEvent$];
833
+ var SyncBlockerContextList = [1, n0, _SBCL, 0, () => SyncBlockerContext$];
834
+ var SyncConfigurationList = [1, n0, _SCL, 0, () => SyncConfiguration$];
835
+ var TagList = [1, n0, _TL, 0, () => Tag$];
836
+ var CreateConnection$ = [
809
837
  9,
810
838
  n0,
811
839
  _CC,
812
840
  0,
813
- () => CreateConnectionInput,
814
- () => CreateConnectionOutput,
841
+ () => CreateConnectionInput$,
842
+ () => CreateConnectionOutput$,
815
843
  ];
816
- var CreateHost = [9, n0, _CH, 0, () => CreateHostInput, () => CreateHostOutput];
817
- var CreateRepositoryLink = [
844
+ var CreateHost$ = [9, n0, _CH, 0, () => CreateHostInput$, () => CreateHostOutput$];
845
+ var CreateRepositoryLink$ = [
818
846
  9,
819
847
  n0,
820
848
  _CRL,
821
849
  0,
822
- () => CreateRepositoryLinkInput,
823
- () => CreateRepositoryLinkOutput,
850
+ () => CreateRepositoryLinkInput$,
851
+ () => CreateRepositoryLinkOutput$,
824
852
  ];
825
- var CreateSyncConfiguration = [
853
+ var CreateSyncConfiguration$ = [
826
854
  9,
827
855
  n0,
828
856
  _CSC,
829
857
  0,
830
- () => CreateSyncConfigurationInput,
831
- () => CreateSyncConfigurationOutput,
858
+ () => CreateSyncConfigurationInput$,
859
+ () => CreateSyncConfigurationOutput$,
832
860
  ];
833
- var DeleteConnection = [
861
+ var DeleteConnection$ = [
834
862
  9,
835
863
  n0,
836
864
  _DC,
837
865
  0,
838
- () => DeleteConnectionInput,
839
- () => DeleteConnectionOutput,
866
+ () => DeleteConnectionInput$,
867
+ () => DeleteConnectionOutput$,
840
868
  ];
841
- var DeleteHost = [9, n0, _DH, 0, () => DeleteHostInput, () => DeleteHostOutput];
842
- var DeleteRepositoryLink = [
869
+ var DeleteHost$ = [9, n0, _DH, 0, () => DeleteHostInput$, () => DeleteHostOutput$];
870
+ var DeleteRepositoryLink$ = [
843
871
  9,
844
872
  n0,
845
873
  _DRL,
846
874
  0,
847
- () => DeleteRepositoryLinkInput,
848
- () => DeleteRepositoryLinkOutput,
875
+ () => DeleteRepositoryLinkInput$,
876
+ () => DeleteRepositoryLinkOutput$,
849
877
  ];
850
- var DeleteSyncConfiguration = [
878
+ var DeleteSyncConfiguration$ = [
851
879
  9,
852
880
  n0,
853
881
  _DSC,
854
882
  0,
855
- () => DeleteSyncConfigurationInput,
856
- () => DeleteSyncConfigurationOutput,
883
+ () => DeleteSyncConfigurationInput$,
884
+ () => DeleteSyncConfigurationOutput$,
857
885
  ];
858
- var GetConnection = [9, n0, _GC, 0, () => GetConnectionInput, () => GetConnectionOutput];
859
- var GetHost = [9, n0, _GH, 0, () => GetHostInput, () => GetHostOutput];
860
- var GetRepositoryLink = [
886
+ var GetConnection$ = [
887
+ 9,
888
+ n0,
889
+ _GC,
890
+ 0,
891
+ () => GetConnectionInput$,
892
+ () => GetConnectionOutput$,
893
+ ];
894
+ var GetHost$ = [9, n0, _GH, 0, () => GetHostInput$, () => GetHostOutput$];
895
+ var GetRepositoryLink$ = [
861
896
  9,
862
897
  n0,
863
898
  _GRL,
864
899
  0,
865
- () => GetRepositoryLinkInput,
866
- () => GetRepositoryLinkOutput,
900
+ () => GetRepositoryLinkInput$,
901
+ () => GetRepositoryLinkOutput$,
867
902
  ];
868
- var GetRepositorySyncStatus = [
903
+ var GetRepositorySyncStatus$ = [
869
904
  9,
870
905
  n0,
871
906
  _GRSS,
872
907
  0,
873
- () => GetRepositorySyncStatusInput,
874
- () => GetRepositorySyncStatusOutput,
908
+ () => GetRepositorySyncStatusInput$,
909
+ () => GetRepositorySyncStatusOutput$,
875
910
  ];
876
- var GetResourceSyncStatus = [
911
+ var GetResourceSyncStatus$ = [
877
912
  9,
878
913
  n0,
879
914
  _GRSSe,
880
915
  0,
881
- () => GetResourceSyncStatusInput,
882
- () => GetResourceSyncStatusOutput,
916
+ () => GetResourceSyncStatusInput$,
917
+ () => GetResourceSyncStatusOutput$,
883
918
  ];
884
- var GetSyncBlockerSummary = [
919
+ var GetSyncBlockerSummary$ = [
885
920
  9,
886
921
  n0,
887
922
  _GSBS,
888
923
  0,
889
- () => GetSyncBlockerSummaryInput,
890
- () => GetSyncBlockerSummaryOutput,
924
+ () => GetSyncBlockerSummaryInput$,
925
+ () => GetSyncBlockerSummaryOutput$,
891
926
  ];
892
- var GetSyncConfiguration = [
927
+ var GetSyncConfiguration$ = [
893
928
  9,
894
929
  n0,
895
930
  _GSC,
896
931
  0,
897
- () => GetSyncConfigurationInput,
898
- () => GetSyncConfigurationOutput,
932
+ () => GetSyncConfigurationInput$,
933
+ () => GetSyncConfigurationOutput$,
899
934
  ];
900
- var ListConnections = [
935
+ var ListConnections$ = [
901
936
  9,
902
937
  n0,
903
938
  _LC,
904
939
  0,
905
- () => ListConnectionsInput,
906
- () => ListConnectionsOutput,
940
+ () => ListConnectionsInput$,
941
+ () => ListConnectionsOutput$,
907
942
  ];
908
- var ListHosts = [9, n0, _LH, 0, () => ListHostsInput, () => ListHostsOutput];
909
- var ListRepositoryLinks = [
943
+ var ListHosts$ = [9, n0, _LH, 0, () => ListHostsInput$, () => ListHostsOutput$];
944
+ var ListRepositoryLinks$ = [
910
945
  9,
911
946
  n0,
912
947
  _LRL,
913
948
  0,
914
- () => ListRepositoryLinksInput,
915
- () => ListRepositoryLinksOutput,
949
+ () => ListRepositoryLinksInput$,
950
+ () => ListRepositoryLinksOutput$,
916
951
  ];
917
- var ListRepositorySyncDefinitions = [
952
+ var ListRepositorySyncDefinitions$ = [
918
953
  9,
919
954
  n0,
920
955
  _LRSD,
921
956
  0,
922
- () => ListRepositorySyncDefinitionsInput,
923
- () => ListRepositorySyncDefinitionsOutput,
957
+ () => ListRepositorySyncDefinitionsInput$,
958
+ () => ListRepositorySyncDefinitionsOutput$,
924
959
  ];
925
- var ListSyncConfigurations = [
960
+ var ListSyncConfigurations$ = [
926
961
  9,
927
962
  n0,
928
963
  _LSC,
929
964
  0,
930
- () => ListSyncConfigurationsInput,
931
- () => ListSyncConfigurationsOutput,
965
+ () => ListSyncConfigurationsInput$,
966
+ () => ListSyncConfigurationsOutput$,
932
967
  ];
933
- var ListTagsForResource = [
968
+ var ListTagsForResource$ = [
934
969
  9,
935
970
  n0,
936
971
  _LTFR,
937
972
  0,
938
- () => ListTagsForResourceInput,
939
- () => ListTagsForResourceOutput,
973
+ () => ListTagsForResourceInput$,
974
+ () => ListTagsForResourceOutput$,
975
+ ];
976
+ var TagResource$ = [9, n0, _TRa, 0, () => TagResourceInput$, () => TagResourceOutput$];
977
+ var UntagResource$ = [
978
+ 9,
979
+ n0,
980
+ _UR,
981
+ 0,
982
+ () => UntagResourceInput$,
983
+ () => UntagResourceOutput$,
940
984
  ];
941
- var TagResource = [9, n0, _TRa, 0, () => TagResourceInput, () => TagResourceOutput];
942
- var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => UntagResourceOutput];
943
- var UpdateHost = [9, n0, _UH, 0, () => UpdateHostInput, () => UpdateHostOutput];
944
- var UpdateRepositoryLink = [
985
+ var UpdateHost$ = [9, n0, _UH, 0, () => UpdateHostInput$, () => UpdateHostOutput$];
986
+ var UpdateRepositoryLink$ = [
945
987
  9,
946
988
  n0,
947
989
  _URL,
948
990
  0,
949
- () => UpdateRepositoryLinkInput,
950
- () => UpdateRepositoryLinkOutput,
991
+ () => UpdateRepositoryLinkInput$,
992
+ () => UpdateRepositoryLinkOutput$,
951
993
  ];
952
- var UpdateSyncBlocker = [
994
+ var UpdateSyncBlocker$ = [
953
995
  9,
954
996
  n0,
955
997
  _USB,
956
998
  0,
957
- () => UpdateSyncBlockerInput,
958
- () => UpdateSyncBlockerOutput,
999
+ () => UpdateSyncBlockerInput$,
1000
+ () => UpdateSyncBlockerOutput$,
959
1001
  ];
960
- var UpdateSyncConfiguration = [
1002
+ var UpdateSyncConfiguration$ = [
961
1003
  9,
962
1004
  n0,
963
1005
  _USC,
964
1006
  0,
965
- () => UpdateSyncConfigurationInput,
966
- () => UpdateSyncConfigurationOutput,
1007
+ () => UpdateSyncConfigurationInput$,
1008
+ () => UpdateSyncConfigurationOutput$,
967
1009
  ];
968
1010
 
969
1011
  class CreateConnectionCommand extends smithyClient.Command
@@ -974,7 +1016,7 @@ class CreateConnectionCommand extends smithyClient.Command
974
1016
  })
975
1017
  .s("CodeConnections_20231201", "CreateConnection", {})
976
1018
  .n("CodeConnectionsClient", "CreateConnectionCommand")
977
- .sc(CreateConnection)
1019
+ .sc(CreateConnection$)
978
1020
  .build() {
979
1021
  }
980
1022
 
@@ -986,7 +1028,7 @@ class CreateHostCommand extends smithyClient.Command
986
1028
  })
987
1029
  .s("CodeConnections_20231201", "CreateHost", {})
988
1030
  .n("CodeConnectionsClient", "CreateHostCommand")
989
- .sc(CreateHost)
1031
+ .sc(CreateHost$)
990
1032
  .build() {
991
1033
  }
992
1034
 
@@ -998,7 +1040,7 @@ class CreateRepositoryLinkCommand extends smithyClient.Command
998
1040
  })
999
1041
  .s("CodeConnections_20231201", "CreateRepositoryLink", {})
1000
1042
  .n("CodeConnectionsClient", "CreateRepositoryLinkCommand")
1001
- .sc(CreateRepositoryLink)
1043
+ .sc(CreateRepositoryLink$)
1002
1044
  .build() {
1003
1045
  }
1004
1046
 
@@ -1010,7 +1052,7 @@ class CreateSyncConfigurationCommand extends smithyClient.Command
1010
1052
  })
1011
1053
  .s("CodeConnections_20231201", "CreateSyncConfiguration", {})
1012
1054
  .n("CodeConnectionsClient", "CreateSyncConfigurationCommand")
1013
- .sc(CreateSyncConfiguration)
1055
+ .sc(CreateSyncConfiguration$)
1014
1056
  .build() {
1015
1057
  }
1016
1058
 
@@ -1022,7 +1064,7 @@ class DeleteConnectionCommand extends smithyClient.Command
1022
1064
  })
1023
1065
  .s("CodeConnections_20231201", "DeleteConnection", {})
1024
1066
  .n("CodeConnectionsClient", "DeleteConnectionCommand")
1025
- .sc(DeleteConnection)
1067
+ .sc(DeleteConnection$)
1026
1068
  .build() {
1027
1069
  }
1028
1070
 
@@ -1034,7 +1076,7 @@ class DeleteHostCommand extends smithyClient.Command
1034
1076
  })
1035
1077
  .s("CodeConnections_20231201", "DeleteHost", {})
1036
1078
  .n("CodeConnectionsClient", "DeleteHostCommand")
1037
- .sc(DeleteHost)
1079
+ .sc(DeleteHost$)
1038
1080
  .build() {
1039
1081
  }
1040
1082
 
@@ -1046,7 +1088,7 @@ class DeleteRepositoryLinkCommand extends smithyClient.Command
1046
1088
  })
1047
1089
  .s("CodeConnections_20231201", "DeleteRepositoryLink", {})
1048
1090
  .n("CodeConnectionsClient", "DeleteRepositoryLinkCommand")
1049
- .sc(DeleteRepositoryLink)
1091
+ .sc(DeleteRepositoryLink$)
1050
1092
  .build() {
1051
1093
  }
1052
1094
 
@@ -1058,7 +1100,7 @@ class DeleteSyncConfigurationCommand extends smithyClient.Command
1058
1100
  })
1059
1101
  .s("CodeConnections_20231201", "DeleteSyncConfiguration", {})
1060
1102
  .n("CodeConnectionsClient", "DeleteSyncConfigurationCommand")
1061
- .sc(DeleteSyncConfiguration)
1103
+ .sc(DeleteSyncConfiguration$)
1062
1104
  .build() {
1063
1105
  }
1064
1106
 
@@ -1070,7 +1112,7 @@ class GetConnectionCommand extends smithyClient.Command
1070
1112
  })
1071
1113
  .s("CodeConnections_20231201", "GetConnection", {})
1072
1114
  .n("CodeConnectionsClient", "GetConnectionCommand")
1073
- .sc(GetConnection)
1115
+ .sc(GetConnection$)
1074
1116
  .build() {
1075
1117
  }
1076
1118
 
@@ -1082,7 +1124,7 @@ class GetHostCommand extends smithyClient.Command
1082
1124
  })
1083
1125
  .s("CodeConnections_20231201", "GetHost", {})
1084
1126
  .n("CodeConnectionsClient", "GetHostCommand")
1085
- .sc(GetHost)
1127
+ .sc(GetHost$)
1086
1128
  .build() {
1087
1129
  }
1088
1130
 
@@ -1094,7 +1136,7 @@ class GetRepositoryLinkCommand extends smithyClient.Command
1094
1136
  })
1095
1137
  .s("CodeConnections_20231201", "GetRepositoryLink", {})
1096
1138
  .n("CodeConnectionsClient", "GetRepositoryLinkCommand")
1097
- .sc(GetRepositoryLink)
1139
+ .sc(GetRepositoryLink$)
1098
1140
  .build() {
1099
1141
  }
1100
1142
 
@@ -1106,7 +1148,7 @@ class GetRepositorySyncStatusCommand extends smithyClient.Command
1106
1148
  })
1107
1149
  .s("CodeConnections_20231201", "GetRepositorySyncStatus", {})
1108
1150
  .n("CodeConnectionsClient", "GetRepositorySyncStatusCommand")
1109
- .sc(GetRepositorySyncStatus)
1151
+ .sc(GetRepositorySyncStatus$)
1110
1152
  .build() {
1111
1153
  }
1112
1154
 
@@ -1118,7 +1160,7 @@ class GetResourceSyncStatusCommand extends smithyClient.Command
1118
1160
  })
1119
1161
  .s("CodeConnections_20231201", "GetResourceSyncStatus", {})
1120
1162
  .n("CodeConnectionsClient", "GetResourceSyncStatusCommand")
1121
- .sc(GetResourceSyncStatus)
1163
+ .sc(GetResourceSyncStatus$)
1122
1164
  .build() {
1123
1165
  }
1124
1166
 
@@ -1130,7 +1172,7 @@ class GetSyncBlockerSummaryCommand extends smithyClient.Command
1130
1172
  })
1131
1173
  .s("CodeConnections_20231201", "GetSyncBlockerSummary", {})
1132
1174
  .n("CodeConnectionsClient", "GetSyncBlockerSummaryCommand")
1133
- .sc(GetSyncBlockerSummary)
1175
+ .sc(GetSyncBlockerSummary$)
1134
1176
  .build() {
1135
1177
  }
1136
1178
 
@@ -1142,7 +1184,7 @@ class GetSyncConfigurationCommand extends smithyClient.Command
1142
1184
  })
1143
1185
  .s("CodeConnections_20231201", "GetSyncConfiguration", {})
1144
1186
  .n("CodeConnectionsClient", "GetSyncConfigurationCommand")
1145
- .sc(GetSyncConfiguration)
1187
+ .sc(GetSyncConfiguration$)
1146
1188
  .build() {
1147
1189
  }
1148
1190
 
@@ -1154,7 +1196,7 @@ class ListConnectionsCommand extends smithyClient.Command
1154
1196
  })
1155
1197
  .s("CodeConnections_20231201", "ListConnections", {})
1156
1198
  .n("CodeConnectionsClient", "ListConnectionsCommand")
1157
- .sc(ListConnections)
1199
+ .sc(ListConnections$)
1158
1200
  .build() {
1159
1201
  }
1160
1202
 
@@ -1166,7 +1208,7 @@ class ListHostsCommand extends smithyClient.Command
1166
1208
  })
1167
1209
  .s("CodeConnections_20231201", "ListHosts", {})
1168
1210
  .n("CodeConnectionsClient", "ListHostsCommand")
1169
- .sc(ListHosts)
1211
+ .sc(ListHosts$)
1170
1212
  .build() {
1171
1213
  }
1172
1214
 
@@ -1178,7 +1220,7 @@ class ListRepositoryLinksCommand extends smithyClient.Command
1178
1220
  })
1179
1221
  .s("CodeConnections_20231201", "ListRepositoryLinks", {})
1180
1222
  .n("CodeConnectionsClient", "ListRepositoryLinksCommand")
1181
- .sc(ListRepositoryLinks)
1223
+ .sc(ListRepositoryLinks$)
1182
1224
  .build() {
1183
1225
  }
1184
1226
 
@@ -1190,7 +1232,7 @@ class ListRepositorySyncDefinitionsCommand extends smithyClient.Command
1190
1232
  })
1191
1233
  .s("CodeConnections_20231201", "ListRepositorySyncDefinitions", {})
1192
1234
  .n("CodeConnectionsClient", "ListRepositorySyncDefinitionsCommand")
1193
- .sc(ListRepositorySyncDefinitions)
1235
+ .sc(ListRepositorySyncDefinitions$)
1194
1236
  .build() {
1195
1237
  }
1196
1238
 
@@ -1202,7 +1244,7 @@ class ListSyncConfigurationsCommand extends smithyClient.Command
1202
1244
  })
1203
1245
  .s("CodeConnections_20231201", "ListSyncConfigurations", {})
1204
1246
  .n("CodeConnectionsClient", "ListSyncConfigurationsCommand")
1205
- .sc(ListSyncConfigurations)
1247
+ .sc(ListSyncConfigurations$)
1206
1248
  .build() {
1207
1249
  }
1208
1250
 
@@ -1214,7 +1256,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1214
1256
  })
1215
1257
  .s("CodeConnections_20231201", "ListTagsForResource", {})
1216
1258
  .n("CodeConnectionsClient", "ListTagsForResourceCommand")
1217
- .sc(ListTagsForResource)
1259
+ .sc(ListTagsForResource$)
1218
1260
  .build() {
1219
1261
  }
1220
1262
 
@@ -1226,7 +1268,7 @@ class TagResourceCommand extends smithyClient.Command
1226
1268
  })
1227
1269
  .s("CodeConnections_20231201", "TagResource", {})
1228
1270
  .n("CodeConnectionsClient", "TagResourceCommand")
1229
- .sc(TagResource)
1271
+ .sc(TagResource$)
1230
1272
  .build() {
1231
1273
  }
1232
1274
 
@@ -1238,7 +1280,7 @@ class UntagResourceCommand extends smithyClient.Command
1238
1280
  })
1239
1281
  .s("CodeConnections_20231201", "UntagResource", {})
1240
1282
  .n("CodeConnectionsClient", "UntagResourceCommand")
1241
- .sc(UntagResource)
1283
+ .sc(UntagResource$)
1242
1284
  .build() {
1243
1285
  }
1244
1286
 
@@ -1250,7 +1292,7 @@ class UpdateHostCommand extends smithyClient.Command
1250
1292
  })
1251
1293
  .s("CodeConnections_20231201", "UpdateHost", {})
1252
1294
  .n("CodeConnectionsClient", "UpdateHostCommand")
1253
- .sc(UpdateHost)
1295
+ .sc(UpdateHost$)
1254
1296
  .build() {
1255
1297
  }
1256
1298
 
@@ -1262,7 +1304,7 @@ class UpdateRepositoryLinkCommand extends smithyClient.Command
1262
1304
  })
1263
1305
  .s("CodeConnections_20231201", "UpdateRepositoryLink", {})
1264
1306
  .n("CodeConnectionsClient", "UpdateRepositoryLinkCommand")
1265
- .sc(UpdateRepositoryLink)
1307
+ .sc(UpdateRepositoryLink$)
1266
1308
  .build() {
1267
1309
  }
1268
1310
 
@@ -1274,7 +1316,7 @@ class UpdateSyncBlockerCommand extends smithyClient.Command
1274
1316
  })
1275
1317
  .s("CodeConnections_20231201", "UpdateSyncBlocker", {})
1276
1318
  .n("CodeConnectionsClient", "UpdateSyncBlockerCommand")
1277
- .sc(UpdateSyncBlocker)
1319
+ .sc(UpdateSyncBlocker$)
1278
1320
  .build() {
1279
1321
  }
1280
1322
 
@@ -1286,7 +1328,7 @@ class UpdateSyncConfigurationCommand extends smithyClient.Command
1286
1328
  })
1287
1329
  .s("CodeConnections_20231201", "UpdateSyncConfiguration", {})
1288
1330
  .n("CodeConnectionsClient", "UpdateSyncConfigurationCommand")
1289
- .sc(UpdateSyncConfiguration)
1331
+ .sc(UpdateSyncConfiguration$)
1290
1332
  .build() {
1291
1333
  }
1292
1334
 
@@ -1388,63 +1430,177 @@ Object.defineProperty(exports, "__Client", {
1388
1430
  enumerable: true,
1389
1431
  get: function () { return smithyClient.Client; }
1390
1432
  });
1391
- exports.AccessDeniedException = AccessDeniedException$1;
1433
+ exports.AccessDeniedException = AccessDeniedException;
1434
+ exports.AccessDeniedException$ = AccessDeniedException$;
1392
1435
  exports.BlockerStatus = BlockerStatus;
1393
1436
  exports.BlockerType = BlockerType;
1394
1437
  exports.CodeConnections = CodeConnections;
1395
1438
  exports.CodeConnectionsClient = CodeConnectionsClient;
1396
- exports.CodeConnectionsServiceException = CodeConnectionsServiceException$1;
1397
- exports.ConcurrentModificationException = ConcurrentModificationException$1;
1398
- exports.ConditionalCheckFailedException = ConditionalCheckFailedException$1;
1399
- exports.ConflictException = ConflictException$1;
1439
+ exports.CodeConnectionsServiceException = CodeConnectionsServiceException;
1440
+ exports.CodeConnectionsServiceException$ = CodeConnectionsServiceException$;
1441
+ exports.ConcurrentModificationException = ConcurrentModificationException;
1442
+ exports.ConcurrentModificationException$ = ConcurrentModificationException$;
1443
+ exports.ConditionalCheckFailedException = ConditionalCheckFailedException;
1444
+ exports.ConditionalCheckFailedException$ = ConditionalCheckFailedException$;
1445
+ exports.ConflictException = ConflictException;
1446
+ exports.ConflictException$ = ConflictException$;
1447
+ exports.Connection$ = Connection$;
1400
1448
  exports.ConnectionStatus = ConnectionStatus;
1449
+ exports.CreateConnection$ = CreateConnection$;
1401
1450
  exports.CreateConnectionCommand = CreateConnectionCommand;
1451
+ exports.CreateConnectionInput$ = CreateConnectionInput$;
1452
+ exports.CreateConnectionOutput$ = CreateConnectionOutput$;
1453
+ exports.CreateHost$ = CreateHost$;
1402
1454
  exports.CreateHostCommand = CreateHostCommand;
1455
+ exports.CreateHostInput$ = CreateHostInput$;
1456
+ exports.CreateHostOutput$ = CreateHostOutput$;
1457
+ exports.CreateRepositoryLink$ = CreateRepositoryLink$;
1403
1458
  exports.CreateRepositoryLinkCommand = CreateRepositoryLinkCommand;
1459
+ exports.CreateRepositoryLinkInput$ = CreateRepositoryLinkInput$;
1460
+ exports.CreateRepositoryLinkOutput$ = CreateRepositoryLinkOutput$;
1461
+ exports.CreateSyncConfiguration$ = CreateSyncConfiguration$;
1404
1462
  exports.CreateSyncConfigurationCommand = CreateSyncConfigurationCommand;
1463
+ exports.CreateSyncConfigurationInput$ = CreateSyncConfigurationInput$;
1464
+ exports.CreateSyncConfigurationOutput$ = CreateSyncConfigurationOutput$;
1465
+ exports.DeleteConnection$ = DeleteConnection$;
1405
1466
  exports.DeleteConnectionCommand = DeleteConnectionCommand;
1467
+ exports.DeleteConnectionInput$ = DeleteConnectionInput$;
1468
+ exports.DeleteConnectionOutput$ = DeleteConnectionOutput$;
1469
+ exports.DeleteHost$ = DeleteHost$;
1406
1470
  exports.DeleteHostCommand = DeleteHostCommand;
1471
+ exports.DeleteHostInput$ = DeleteHostInput$;
1472
+ exports.DeleteHostOutput$ = DeleteHostOutput$;
1473
+ exports.DeleteRepositoryLink$ = DeleteRepositoryLink$;
1407
1474
  exports.DeleteRepositoryLinkCommand = DeleteRepositoryLinkCommand;
1475
+ exports.DeleteRepositoryLinkInput$ = DeleteRepositoryLinkInput$;
1476
+ exports.DeleteRepositoryLinkOutput$ = DeleteRepositoryLinkOutput$;
1477
+ exports.DeleteSyncConfiguration$ = DeleteSyncConfiguration$;
1408
1478
  exports.DeleteSyncConfigurationCommand = DeleteSyncConfigurationCommand;
1479
+ exports.DeleteSyncConfigurationInput$ = DeleteSyncConfigurationInput$;
1480
+ exports.DeleteSyncConfigurationOutput$ = DeleteSyncConfigurationOutput$;
1481
+ exports.GetConnection$ = GetConnection$;
1409
1482
  exports.GetConnectionCommand = GetConnectionCommand;
1483
+ exports.GetConnectionInput$ = GetConnectionInput$;
1484
+ exports.GetConnectionOutput$ = GetConnectionOutput$;
1485
+ exports.GetHost$ = GetHost$;
1410
1486
  exports.GetHostCommand = GetHostCommand;
1487
+ exports.GetHostInput$ = GetHostInput$;
1488
+ exports.GetHostOutput$ = GetHostOutput$;
1489
+ exports.GetRepositoryLink$ = GetRepositoryLink$;
1411
1490
  exports.GetRepositoryLinkCommand = GetRepositoryLinkCommand;
1491
+ exports.GetRepositoryLinkInput$ = GetRepositoryLinkInput$;
1492
+ exports.GetRepositoryLinkOutput$ = GetRepositoryLinkOutput$;
1493
+ exports.GetRepositorySyncStatus$ = GetRepositorySyncStatus$;
1412
1494
  exports.GetRepositorySyncStatusCommand = GetRepositorySyncStatusCommand;
1495
+ exports.GetRepositorySyncStatusInput$ = GetRepositorySyncStatusInput$;
1496
+ exports.GetRepositorySyncStatusOutput$ = GetRepositorySyncStatusOutput$;
1497
+ exports.GetResourceSyncStatus$ = GetResourceSyncStatus$;
1413
1498
  exports.GetResourceSyncStatusCommand = GetResourceSyncStatusCommand;
1499
+ exports.GetResourceSyncStatusInput$ = GetResourceSyncStatusInput$;
1500
+ exports.GetResourceSyncStatusOutput$ = GetResourceSyncStatusOutput$;
1501
+ exports.GetSyncBlockerSummary$ = GetSyncBlockerSummary$;
1414
1502
  exports.GetSyncBlockerSummaryCommand = GetSyncBlockerSummaryCommand;
1503
+ exports.GetSyncBlockerSummaryInput$ = GetSyncBlockerSummaryInput$;
1504
+ exports.GetSyncBlockerSummaryOutput$ = GetSyncBlockerSummaryOutput$;
1505
+ exports.GetSyncConfiguration$ = GetSyncConfiguration$;
1415
1506
  exports.GetSyncConfigurationCommand = GetSyncConfigurationCommand;
1416
- exports.InternalServerException = InternalServerException$1;
1417
- exports.InvalidInputException = InvalidInputException$1;
1418
- exports.LimitExceededException = LimitExceededException$1;
1507
+ exports.GetSyncConfigurationInput$ = GetSyncConfigurationInput$;
1508
+ exports.GetSyncConfigurationOutput$ = GetSyncConfigurationOutput$;
1509
+ exports.Host$ = Host$;
1510
+ exports.InternalServerException = InternalServerException;
1511
+ exports.InternalServerException$ = InternalServerException$;
1512
+ exports.InvalidInputException = InvalidInputException;
1513
+ exports.InvalidInputException$ = InvalidInputException$;
1514
+ exports.LimitExceededException = LimitExceededException;
1515
+ exports.LimitExceededException$ = LimitExceededException$;
1516
+ exports.ListConnections$ = ListConnections$;
1419
1517
  exports.ListConnectionsCommand = ListConnectionsCommand;
1518
+ exports.ListConnectionsInput$ = ListConnectionsInput$;
1519
+ exports.ListConnectionsOutput$ = ListConnectionsOutput$;
1520
+ exports.ListHosts$ = ListHosts$;
1420
1521
  exports.ListHostsCommand = ListHostsCommand;
1522
+ exports.ListHostsInput$ = ListHostsInput$;
1523
+ exports.ListHostsOutput$ = ListHostsOutput$;
1524
+ exports.ListRepositoryLinks$ = ListRepositoryLinks$;
1421
1525
  exports.ListRepositoryLinksCommand = ListRepositoryLinksCommand;
1526
+ exports.ListRepositoryLinksInput$ = ListRepositoryLinksInput$;
1527
+ exports.ListRepositoryLinksOutput$ = ListRepositoryLinksOutput$;
1528
+ exports.ListRepositorySyncDefinitions$ = ListRepositorySyncDefinitions$;
1422
1529
  exports.ListRepositorySyncDefinitionsCommand = ListRepositorySyncDefinitionsCommand;
1530
+ exports.ListRepositorySyncDefinitionsInput$ = ListRepositorySyncDefinitionsInput$;
1531
+ exports.ListRepositorySyncDefinitionsOutput$ = ListRepositorySyncDefinitionsOutput$;
1532
+ exports.ListSyncConfigurations$ = ListSyncConfigurations$;
1423
1533
  exports.ListSyncConfigurationsCommand = ListSyncConfigurationsCommand;
1534
+ exports.ListSyncConfigurationsInput$ = ListSyncConfigurationsInput$;
1535
+ exports.ListSyncConfigurationsOutput$ = ListSyncConfigurationsOutput$;
1536
+ exports.ListTagsForResource$ = ListTagsForResource$;
1424
1537
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1538
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
1539
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
1425
1540
  exports.ProviderType = ProviderType;
1426
1541
  exports.PublishDeploymentStatus = PublishDeploymentStatus;
1427
1542
  exports.PullRequestComment = PullRequestComment;
1543
+ exports.RepositoryLinkInfo$ = RepositoryLinkInfo$;
1544
+ exports.RepositorySyncAttempt$ = RepositorySyncAttempt$;
1545
+ exports.RepositorySyncDefinition$ = RepositorySyncDefinition$;
1546
+ exports.RepositorySyncEvent$ = RepositorySyncEvent$;
1428
1547
  exports.RepositorySyncStatus = RepositorySyncStatus;
1429
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException$1;
1430
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1548
+ exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
1549
+ exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
1550
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1551
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1552
+ exports.ResourceSyncAttempt$ = ResourceSyncAttempt$;
1553
+ exports.ResourceSyncEvent$ = ResourceSyncEvent$;
1431
1554
  exports.ResourceSyncStatus = ResourceSyncStatus;
1432
- exports.ResourceUnavailableException = ResourceUnavailableException$1;
1433
- exports.RetryLatestCommitFailedException = RetryLatestCommitFailedException$1;
1434
- exports.SyncBlockerDoesNotExistException = SyncBlockerDoesNotExistException$1;
1435
- exports.SyncConfigurationStillExistsException = SyncConfigurationStillExistsException$1;
1555
+ exports.ResourceUnavailableException = ResourceUnavailableException;
1556
+ exports.ResourceUnavailableException$ = ResourceUnavailableException$;
1557
+ exports.RetryLatestCommitFailedException = RetryLatestCommitFailedException;
1558
+ exports.RetryLatestCommitFailedException$ = RetryLatestCommitFailedException$;
1559
+ exports.Revision$ = Revision$;
1560
+ exports.SyncBlocker$ = SyncBlocker$;
1561
+ exports.SyncBlockerContext$ = SyncBlockerContext$;
1562
+ exports.SyncBlockerDoesNotExistException = SyncBlockerDoesNotExistException;
1563
+ exports.SyncBlockerDoesNotExistException$ = SyncBlockerDoesNotExistException$;
1564
+ exports.SyncBlockerSummary$ = SyncBlockerSummary$;
1565
+ exports.SyncConfiguration$ = SyncConfiguration$;
1566
+ exports.SyncConfigurationStillExistsException = SyncConfigurationStillExistsException;
1567
+ exports.SyncConfigurationStillExistsException$ = SyncConfigurationStillExistsException$;
1436
1568
  exports.SyncConfigurationType = SyncConfigurationType;
1569
+ exports.Tag$ = Tag$;
1570
+ exports.TagResource$ = TagResource$;
1437
1571
  exports.TagResourceCommand = TagResourceCommand;
1438
- exports.ThrottlingException = ThrottlingException$1;
1572
+ exports.TagResourceInput$ = TagResourceInput$;
1573
+ exports.TagResourceOutput$ = TagResourceOutput$;
1574
+ exports.ThrottlingException = ThrottlingException;
1575
+ exports.ThrottlingException$ = ThrottlingException$;
1439
1576
  exports.TriggerResourceUpdateOn = TriggerResourceUpdateOn;
1440
- exports.UnsupportedOperationException = UnsupportedOperationException$1;
1441
- exports.UnsupportedProviderTypeException = UnsupportedProviderTypeException$1;
1577
+ exports.UnsupportedOperationException = UnsupportedOperationException;
1578
+ exports.UnsupportedOperationException$ = UnsupportedOperationException$;
1579
+ exports.UnsupportedProviderTypeException = UnsupportedProviderTypeException;
1580
+ exports.UnsupportedProviderTypeException$ = UnsupportedProviderTypeException$;
1581
+ exports.UntagResource$ = UntagResource$;
1442
1582
  exports.UntagResourceCommand = UntagResourceCommand;
1583
+ exports.UntagResourceInput$ = UntagResourceInput$;
1584
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
1585
+ exports.UpdateHost$ = UpdateHost$;
1443
1586
  exports.UpdateHostCommand = UpdateHostCommand;
1444
- exports.UpdateOutOfSyncException = UpdateOutOfSyncException$1;
1587
+ exports.UpdateHostInput$ = UpdateHostInput$;
1588
+ exports.UpdateHostOutput$ = UpdateHostOutput$;
1589
+ exports.UpdateOutOfSyncException = UpdateOutOfSyncException;
1590
+ exports.UpdateOutOfSyncException$ = UpdateOutOfSyncException$;
1591
+ exports.UpdateRepositoryLink$ = UpdateRepositoryLink$;
1445
1592
  exports.UpdateRepositoryLinkCommand = UpdateRepositoryLinkCommand;
1593
+ exports.UpdateRepositoryLinkInput$ = UpdateRepositoryLinkInput$;
1594
+ exports.UpdateRepositoryLinkOutput$ = UpdateRepositoryLinkOutput$;
1595
+ exports.UpdateSyncBlocker$ = UpdateSyncBlocker$;
1446
1596
  exports.UpdateSyncBlockerCommand = UpdateSyncBlockerCommand;
1597
+ exports.UpdateSyncBlockerInput$ = UpdateSyncBlockerInput$;
1598
+ exports.UpdateSyncBlockerOutput$ = UpdateSyncBlockerOutput$;
1599
+ exports.UpdateSyncConfiguration$ = UpdateSyncConfiguration$;
1447
1600
  exports.UpdateSyncConfigurationCommand = UpdateSyncConfigurationCommand;
1601
+ exports.UpdateSyncConfigurationInput$ = UpdateSyncConfigurationInput$;
1602
+ exports.UpdateSyncConfigurationOutput$ = UpdateSyncConfigurationOutput$;
1603
+ exports.VpcConfiguration$ = VpcConfiguration$;
1448
1604
  exports.paginateListConnections = paginateListConnections;
1449
1605
  exports.paginateListHosts = paginateListHosts;
1450
1606
  exports.paginateListRepositoryLinks = paginateListRepositoryLinks;