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