@aws-sdk/client-codeconnections 3.943.0 → 3.946.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 (58) hide show
  1. package/dist-cjs/index.js +17 -180
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/CodeConnectionsClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +17 -180
  8. package/dist-types/CodeConnections.d.ts +1 -1
  9. package/dist-types/CodeConnectionsClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateHostCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteHostCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +3 -3
  20. package/dist-types/commands/GetConnectionCommand.d.ts +3 -3
  21. package/dist-types/commands/GetHostCommand.d.ts +3 -3
  22. package/dist-types/commands/GetRepositoryLinkCommand.d.ts +3 -3
  23. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +3 -3
  24. package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +3 -3
  25. package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +3 -3
  26. package/dist-types/commands/GetSyncConfigurationCommand.d.ts +3 -3
  27. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -3
  28. package/dist-types/commands/ListHostsCommand.d.ts +3 -3
  29. package/dist-types/commands/ListRepositoryLinksCommand.d.ts +3 -3
  30. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +3 -3
  31. package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  33. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  34. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  35. package/dist-types/commands/UpdateHostCommand.d.ts +3 -3
  36. package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +3 -3
  37. package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +3 -3
  38. package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +3 -3
  39. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  40. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  41. package/dist-types/extensionConfiguration.d.ts +4 -4
  42. package/dist-types/models/CodeConnectionsServiceException.d.ts +1 -1
  43. package/dist-types/models/errors.d.ts +1 -1
  44. package/dist-types/pagination/Interfaces.d.ts +1 -1
  45. package/dist-types/pagination/ListConnectionsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListHostsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListRepositoryLinksPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListSyncConfigurationsPaginator.d.ts +1 -1
  49. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  50. package/dist-types/runtimeConfig.d.ts +1 -1
  51. package/dist-types/runtimeConfig.native.d.ts +1 -1
  52. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  53. package/dist-types/runtimeExtensions.d.ts +1 -1
  54. package/dist-types/schemas/schemas_0.d.ts +1 -1
  55. package/dist-types/ts3.4/CodeConnectionsClient.d.ts +3 -3
  56. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  57. package/dist-types/ts3.4/models/CodeConnectionsServiceException.d.ts +1 -1
  58. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -550,53 +550,13 @@ 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 = [
554
- -3,
555
- n0,
556
- _ADE,
557
- {
558
- [_e]: _c,
559
- [_hE]: 403,
560
- },
561
- [_M],
562
- [0],
563
- ];
553
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
564
554
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
565
- var ConcurrentModificationException = [
566
- -3,
567
- n0,
568
- _CME,
569
- {
570
- [_e]: _c,
571
- [_hE]: 409,
572
- },
573
- [_M],
574
- [0],
575
- ];
555
+ var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
576
556
  schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
577
- var ConditionalCheckFailedException = [
578
- -3,
579
- n0,
580
- _CCFE,
581
- {
582
- [_e]: _c,
583
- [_hE]: 409,
584
- },
585
- [_M],
586
- [0],
587
- ];
557
+ var ConditionalCheckFailedException = [-3, n0, _CCFE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
588
558
  schema.TypeRegistry.for(n0).registerError(ConditionalCheckFailedException, ConditionalCheckFailedException$1);
589
- var ConflictException = [
590
- -3,
591
- n0,
592
- _CE,
593
- {
594
- [_e]: _c,
595
- [_hE]: 409,
596
- },
597
- [_M],
598
- [0],
599
- ];
559
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
600
560
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
601
561
  var Connection = [3, n0, _C, 0, [_CN, _CA, _PT, _OAI, _CS, _HA], [0, 0, 0, 0, 0, 0]];
602
562
  var CreateConnectionInput = [
@@ -686,41 +646,11 @@ var Host = [
686
646
  [_N, _HA, _PT, _PE, _VC, _S, _SM],
687
647
  [0, 0, 0, 0, () => VpcConfiguration, 0, 0],
688
648
  ];
689
- var InternalServerException = [
690
- -3,
691
- n0,
692
- _ISE,
693
- {
694
- [_e]: _s,
695
- [_hE]: 503,
696
- },
697
- [_M],
698
- [0],
699
- ];
649
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
700
650
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
701
- var InvalidInputException = [
702
- -3,
703
- n0,
704
- _IIE,
705
- {
706
- [_e]: _c,
707
- [_hE]: 400,
708
- },
709
- [_M],
710
- [0],
711
- ];
651
+ var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
712
652
  schema.TypeRegistry.for(n0).registerError(InvalidInputException, InvalidInputException$1);
713
- var LimitExceededException = [
714
- -3,
715
- n0,
716
- _LEE,
717
- {
718
- [_e]: _c,
719
- [_hE]: 429,
720
- },
721
- [_M],
722
- [0],
723
- ];
653
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
724
654
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
725
655
  var ListConnectionsInput = [3, n0, _LCI, 0, [_PTF, _HAF, _MR, _NT], [0, 0, 1, 0]];
726
656
  var ListConnectionsOutput = [3, n0, _LCO, 0, [_Co, _NT], [() => ConnectionList, 0]];
@@ -773,29 +703,9 @@ var RepositorySyncAttempt = [
773
703
  ];
774
704
  var RepositorySyncDefinition = [3, n0, _RSDe, 0, [_B, _D, _P, _Ta], [0, 0, 0, 0]];
775
705
  var RepositorySyncEvent = [3, n0, _RSE, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
776
- var ResourceAlreadyExistsException = [
777
- -3,
778
- n0,
779
- _RAEE,
780
- {
781
- [_e]: _c,
782
- [_hE]: 409,
783
- },
784
- [_M],
785
- [0],
786
- ];
706
+ var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
787
707
  schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
788
- var ResourceNotFoundException = [
789
- -3,
790
- n0,
791
- _RNFE,
792
- {
793
- [_e]: _c,
794
- [_hE]: 404,
795
- },
796
- [_M],
797
- [0],
798
- ];
708
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
799
709
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
800
710
  var ResourceSyncAttempt = [
801
711
  3,
@@ -806,29 +716,9 @@ var ResourceSyncAttempt = [
806
716
  [() => ResourceSyncEventList, () => Revision, 4, 0, () => Revision, 0],
807
717
  ];
808
718
  var ResourceSyncEvent = [3, n0, _RSEe, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
809
- var ResourceUnavailableException = [
810
- -3,
811
- n0,
812
- _RUE,
813
- {
814
- [_e]: _c,
815
- [_hE]: 400,
816
- },
817
- [_M],
818
- [0],
819
- ];
719
+ var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
820
720
  schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException, ResourceUnavailableException$1);
821
- var RetryLatestCommitFailedException = [
822
- -3,
823
- n0,
824
- _RLCFE,
825
- {
826
- [_e]: _s,
827
- [_hE]: 503,
828
- },
829
- [_M],
830
- [0],
831
- ];
721
+ var RetryLatestCommitFailedException = [-3, n0, _RLCFE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
832
722
  schema.TypeRegistry.for(n0).registerError(RetryLatestCommitFailedException, RetryLatestCommitFailedException$1);
833
723
  var Revision = [3, n0, _R, 0, [_B, _D, _OI, _RN, _PT, _Sh], [0, 0, 0, 0, 0, 0]];
834
724
  var SyncBlocker = [
@@ -840,17 +730,7 @@ var SyncBlocker = [
840
730
  [0, 0, 0, 0, 4, () => SyncBlockerContextList, 0, 4],
841
731
  ];
842
732
  var SyncBlockerContext = [3, n0, _SBC, 0, [_K, _V], [0, 0]];
843
- var SyncBlockerDoesNotExistException = [
844
- -3,
845
- n0,
846
- _SBDNEE,
847
- {
848
- [_e]: _c,
849
- [_hE]: 404,
850
- },
851
- [_M],
852
- [0],
853
- ];
733
+ var SyncBlockerDoesNotExistException = [-3, n0, _SBDNEE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
854
734
  schema.TypeRegistry.for(n0).registerError(SyncBlockerDoesNotExistException, SyncBlockerDoesNotExistException$1);
855
735
  var SyncBlockerSummary = [
856
736
  3,
@@ -872,10 +752,7 @@ var SyncConfigurationStillExistsException = [
872
752
  -3,
873
753
  n0,
874
754
  _SCSEE,
875
- {
876
- [_e]: _c,
877
- [_hE]: 409,
878
- },
755
+ { [_e]: _c, [_hE]: 409 },
879
756
  [_M],
880
757
  [0],
881
758
  ];
@@ -883,57 +760,17 @@ schema.TypeRegistry.for(n0).registerError(SyncConfigurationStillExistsException,
883
760
  var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
884
761
  var TagResourceInput = [3, n0, _TRI, 0, [_RAe, _T], [0, () => TagList]];
885
762
  var TagResourceOutput = [3, n0, _TRO, 0, [], []];
886
- var ThrottlingException = [
887
- -3,
888
- n0,
889
- _TE,
890
- {
891
- [_e]: _c,
892
- [_hE]: 429,
893
- },
894
- [_M],
895
- [0],
896
- ];
763
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
897
764
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
898
- var UnsupportedOperationException = [
899
- -3,
900
- n0,
901
- _UOE,
902
- {
903
- [_e]: _c,
904
- [_hE]: 400,
905
- },
906
- [_M],
907
- [0],
908
- ];
765
+ var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
909
766
  schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException, UnsupportedOperationException$1);
910
- var UnsupportedProviderTypeException = [
911
- -3,
912
- n0,
913
- _UPTE,
914
- {
915
- [_e]: _c,
916
- [_hE]: 400,
917
- },
918
- [_M],
919
- [0],
920
- ];
767
+ var UnsupportedProviderTypeException = [-3, n0, _UPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
921
768
  schema.TypeRegistry.for(n0).registerError(UnsupportedProviderTypeException, UnsupportedProviderTypeException$1);
922
769
  var UntagResourceInput = [3, n0, _URI, 0, [_RAe, _TK], [0, 64 | 0]];
923
770
  var UntagResourceOutput = [3, n0, _URO, 0, [], []];
924
771
  var UpdateHostInput = [3, n0, _UHI, 0, [_HA, _PE, _VC], [0, 0, () => VpcConfiguration]];
925
772
  var UpdateHostOutput = [3, n0, _UHO, 0, [], []];
926
- var UpdateOutOfSyncException = [
927
- -3,
928
- n0,
929
- _UOOSE,
930
- {
931
- [_e]: _c,
932
- [_hE]: 409,
933
- },
934
- [_M],
935
- [0],
936
- ];
773
+ var UpdateOutOfSyncException = [-3, n0, _UOOSE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
937
774
  schema.TypeRegistry.for(n0).registerError(UpdateOutOfSyncException, UpdateOutOfSyncException$1);
938
775
  var UpdateRepositoryLinkInput = [3, n0, _URLI, 0, [_CA, _EKA, _RLIe], [0, 0, 0]];
939
776
  var UpdateRepositoryLinkOutput = [3, n0, _URLO, 0, [_RLI], [() => RepositoryLinkInfo]];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultCodeConnectionsHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -195,53 +195,13 @@ const n0 = "com.amazonaws.codeconnections";
195
195
  import { TypeRegistry } from "@smithy/core/schema";
196
196
  import { CodeConnectionsServiceException as __CodeConnectionsServiceException } from "../models/CodeConnectionsServiceException";
197
197
  import { AccessDeniedException as __AccessDeniedException, ConcurrentModificationException as __ConcurrentModificationException, ConditionalCheckFailedException as __ConditionalCheckFailedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, InvalidInputException as __InvalidInputException, LimitExceededException as __LimitExceededException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceNotFoundException as __ResourceNotFoundException, ResourceUnavailableException as __ResourceUnavailableException, RetryLatestCommitFailedException as __RetryLatestCommitFailedException, SyncBlockerDoesNotExistException as __SyncBlockerDoesNotExistException, SyncConfigurationStillExistsException as __SyncConfigurationStillExistsException, ThrottlingException as __ThrottlingException, UnsupportedOperationException as __UnsupportedOperationException, UnsupportedProviderTypeException as __UnsupportedProviderTypeException, UpdateOutOfSyncException as __UpdateOutOfSyncException, } from "../models/errors";
198
- export var AccessDeniedException = [
199
- -3,
200
- n0,
201
- _ADE,
202
- {
203
- [_e]: _c,
204
- [_hE]: 403,
205
- },
206
- [_M],
207
- [0],
208
- ];
198
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
209
199
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
210
- export var ConcurrentModificationException = [
211
- -3,
212
- n0,
213
- _CME,
214
- {
215
- [_e]: _c,
216
- [_hE]: 409,
217
- },
218
- [_M],
219
- [0],
220
- ];
200
+ export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
221
201
  TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
222
- export var ConditionalCheckFailedException = [
223
- -3,
224
- n0,
225
- _CCFE,
226
- {
227
- [_e]: _c,
228
- [_hE]: 409,
229
- },
230
- [_M],
231
- [0],
232
- ];
202
+ export var ConditionalCheckFailedException = [-3, n0, _CCFE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
233
203
  TypeRegistry.for(n0).registerError(ConditionalCheckFailedException, __ConditionalCheckFailedException);
234
- export var ConflictException = [
235
- -3,
236
- n0,
237
- _CE,
238
- {
239
- [_e]: _c,
240
- [_hE]: 409,
241
- },
242
- [_M],
243
- [0],
244
- ];
204
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
245
205
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
246
206
  export var Connection = [3, n0, _C, 0, [_CN, _CA, _PT, _OAI, _CS, _HA], [0, 0, 0, 0, 0, 0]];
247
207
  export var CreateConnectionInput = [
@@ -331,41 +291,11 @@ export var Host = [
331
291
  [_N, _HA, _PT, _PE, _VC, _S, _SM],
332
292
  [0, 0, 0, 0, () => VpcConfiguration, 0, 0],
333
293
  ];
334
- export var InternalServerException = [
335
- -3,
336
- n0,
337
- _ISE,
338
- {
339
- [_e]: _s,
340
- [_hE]: 503,
341
- },
342
- [_M],
343
- [0],
344
- ];
294
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
345
295
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
346
- export var InvalidInputException = [
347
- -3,
348
- n0,
349
- _IIE,
350
- {
351
- [_e]: _c,
352
- [_hE]: 400,
353
- },
354
- [_M],
355
- [0],
356
- ];
296
+ export var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
357
297
  TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
358
- export var LimitExceededException = [
359
- -3,
360
- n0,
361
- _LEE,
362
- {
363
- [_e]: _c,
364
- [_hE]: 429,
365
- },
366
- [_M],
367
- [0],
368
- ];
298
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
369
299
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
370
300
  export var ListConnectionsInput = [3, n0, _LCI, 0, [_PTF, _HAF, _MR, _NT], [0, 0, 1, 0]];
371
301
  export var ListConnectionsOutput = [3, n0, _LCO, 0, [_Co, _NT], [() => ConnectionList, 0]];
@@ -418,29 +348,9 @@ export var RepositorySyncAttempt = [
418
348
  ];
419
349
  export var RepositorySyncDefinition = [3, n0, _RSDe, 0, [_B, _D, _P, _Ta], [0, 0, 0, 0]];
420
350
  export var RepositorySyncEvent = [3, n0, _RSE, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
421
- export var ResourceAlreadyExistsException = [
422
- -3,
423
- n0,
424
- _RAEE,
425
- {
426
- [_e]: _c,
427
- [_hE]: 409,
428
- },
429
- [_M],
430
- [0],
431
- ];
351
+ export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
432
352
  TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
433
- export var ResourceNotFoundException = [
434
- -3,
435
- n0,
436
- _RNFE,
437
- {
438
- [_e]: _c,
439
- [_hE]: 404,
440
- },
441
- [_M],
442
- [0],
443
- ];
353
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
444
354
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
445
355
  export var ResourceSyncAttempt = [
446
356
  3,
@@ -451,29 +361,9 @@ export var ResourceSyncAttempt = [
451
361
  [() => ResourceSyncEventList, () => Revision, 4, 0, () => Revision, 0],
452
362
  ];
453
363
  export var ResourceSyncEvent = [3, n0, _RSEe, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
454
- export var ResourceUnavailableException = [
455
- -3,
456
- n0,
457
- _RUE,
458
- {
459
- [_e]: _c,
460
- [_hE]: 400,
461
- },
462
- [_M],
463
- [0],
464
- ];
364
+ export var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
465
365
  TypeRegistry.for(n0).registerError(ResourceUnavailableException, __ResourceUnavailableException);
466
- export var RetryLatestCommitFailedException = [
467
- -3,
468
- n0,
469
- _RLCFE,
470
- {
471
- [_e]: _s,
472
- [_hE]: 503,
473
- },
474
- [_M],
475
- [0],
476
- ];
366
+ export var RetryLatestCommitFailedException = [-3, n0, _RLCFE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
477
367
  TypeRegistry.for(n0).registerError(RetryLatestCommitFailedException, __RetryLatestCommitFailedException);
478
368
  export var Revision = [3, n0, _R, 0, [_B, _D, _OI, _RN, _PT, _Sh], [0, 0, 0, 0, 0, 0]];
479
369
  export var SyncBlocker = [
@@ -485,17 +375,7 @@ export var SyncBlocker = [
485
375
  [0, 0, 0, 0, 4, () => SyncBlockerContextList, 0, 4],
486
376
  ];
487
377
  export var SyncBlockerContext = [3, n0, _SBC, 0, [_K, _V], [0, 0]];
488
- export var SyncBlockerDoesNotExistException = [
489
- -3,
490
- n0,
491
- _SBDNEE,
492
- {
493
- [_e]: _c,
494
- [_hE]: 404,
495
- },
496
- [_M],
497
- [0],
498
- ];
378
+ export var SyncBlockerDoesNotExistException = [-3, n0, _SBDNEE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
499
379
  TypeRegistry.for(n0).registerError(SyncBlockerDoesNotExistException, __SyncBlockerDoesNotExistException);
500
380
  export var SyncBlockerSummary = [
501
381
  3,
@@ -517,10 +397,7 @@ export var SyncConfigurationStillExistsException = [
517
397
  -3,
518
398
  n0,
519
399
  _SCSEE,
520
- {
521
- [_e]: _c,
522
- [_hE]: 409,
523
- },
400
+ { [_e]: _c, [_hE]: 409 },
524
401
  [_M],
525
402
  [0],
526
403
  ];
@@ -528,57 +405,17 @@ TypeRegistry.for(n0).registerError(SyncConfigurationStillExistsException, __Sync
528
405
  export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
529
406
  export var TagResourceInput = [3, n0, _TRI, 0, [_RAe, _T], [0, () => TagList]];
530
407
  export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
531
- export var ThrottlingException = [
532
- -3,
533
- n0,
534
- _TE,
535
- {
536
- [_e]: _c,
537
- [_hE]: 429,
538
- },
539
- [_M],
540
- [0],
541
- ];
408
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
542
409
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
543
- export var UnsupportedOperationException = [
544
- -3,
545
- n0,
546
- _UOE,
547
- {
548
- [_e]: _c,
549
- [_hE]: 400,
550
- },
551
- [_M],
552
- [0],
553
- ];
410
+ export var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
554
411
  TypeRegistry.for(n0).registerError(UnsupportedOperationException, __UnsupportedOperationException);
555
- export var UnsupportedProviderTypeException = [
556
- -3,
557
- n0,
558
- _UPTE,
559
- {
560
- [_e]: _c,
561
- [_hE]: 400,
562
- },
563
- [_M],
564
- [0],
565
- ];
412
+ export var UnsupportedProviderTypeException = [-3, n0, _UPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
566
413
  TypeRegistry.for(n0).registerError(UnsupportedProviderTypeException, __UnsupportedProviderTypeException);
567
414
  export var UntagResourceInput = [3, n0, _URI, 0, [_RAe, _TK], [0, 64 | 0]];
568
415
  export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
569
416
  export var UpdateHostInput = [3, n0, _UHI, 0, [_HA, _PE, _VC], [0, 0, () => VpcConfiguration]];
570
417
  export var UpdateHostOutput = [3, n0, _UHO, 0, [], []];
571
- export var UpdateOutOfSyncException = [
572
- -3,
573
- n0,
574
- _UOOSE,
575
- {
576
- [_e]: _c,
577
- [_hE]: 409,
578
- },
579
- [_M],
580
- [0],
581
- ];
418
+ export var UpdateOutOfSyncException = [-3, n0, _UOOSE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
582
419
  TypeRegistry.for(n0).registerError(UpdateOutOfSyncException, __UpdateOutOfSyncException);
583
420
  export var UpdateRepositoryLinkInput = [3, n0, _URLI, 0, [_CA, _EKA, _RLIe], [0, 0, 0]];
584
421
  export var UpdateRepositoryLinkOutput = [3, n0, _URLO, 0, [_RLI], [() => RepositoryLinkInfo]];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CodeConnectionsClient } from "./CodeConnectionsClient";
3
3
  import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
4
4
  import { CreateHostCommandInput, CreateHostCommandOutput } from "./commands/CreateHostCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
11
11
  import { CreateHostCommandInput, CreateHostCommandOutput } from "./commands/CreateHostCommand";
12
12
  import { CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput } from "./commands/CreateRepositoryLinkCommand";
@@ -35,7 +35,7 @@ import { UpdateRepositoryLinkCommandInput, UpdateRepositoryLinkCommandOutput } f
35
35
  import { UpdateSyncBlockerCommandInput, UpdateSyncBlockerCommandOutput } from "./commands/UpdateSyncBlockerCommand";
36
36
  import { UpdateSyncConfigurationCommandInput, UpdateSyncConfigurationCommandOutput } from "./commands/UpdateSyncConfigurationCommand";
37
37
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
38
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
38
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
39
39
  export { __Client };
40
40
  /**
41
41
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { CodeConnectionsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { CodeConnectionsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { CodeConnectionsClientResolvedConfig } from "../CodeConnectionsClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type CodeConnectionsClientResolvedConfig } from "../CodeConnectionsClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CodeConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeConnectionsClient";
4
- import { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CodeConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeConnectionsClient";
4
+ import type { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CodeConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeConnectionsClient";
4
- import { CreateHostInput, CreateHostOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CodeConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeConnectionsClient";
4
+ import type { CreateHostInput, CreateHostOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */