@aws-sdk/client-codestar-connections 3.943.0 → 3.947.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 (59) 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/CodeStarConnectionsClient.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 -181
  8. package/dist-types/CodeStarConnections.d.ts +1 -1
  9. package/dist-types/CodeStarConnectionsClient.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/CodeStarConnectionsServiceException.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 -2
  55. package/dist-types/ts3.4/CodeStarConnectionsClient.d.ts +3 -3
  56. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  57. package/dist-types/ts3.4/models/CodeStarConnectionsServiceException.d.ts +1 -1
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  59. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -549,53 +549,13 @@ 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 = [
553
- -3,
554
- n0,
555
- _ADE,
556
- {
557
- [_e]: _c,
558
- [_hE]: 403,
559
- },
560
- [_M],
561
- [0],
562
- ];
552
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
563
553
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
564
- var ConcurrentModificationException = [
565
- -3,
566
- n0,
567
- _CME,
568
- {
569
- [_e]: _c,
570
- [_hE]: 409,
571
- },
572
- [_M],
573
- [0],
574
- ];
554
+ var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
575
555
  schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
576
- var ConditionalCheckFailedException = [
577
- -3,
578
- n0,
579
- _CCFE,
580
- {
581
- [_e]: _c,
582
- [_hE]: 409,
583
- },
584
- [_M],
585
- [0],
586
- ];
556
+ var ConditionalCheckFailedException = [-3, n0, _CCFE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
587
557
  schema.TypeRegistry.for(n0).registerError(ConditionalCheckFailedException, ConditionalCheckFailedException$1);
588
- var ConflictException = [
589
- -3,
590
- n0,
591
- _CE,
592
- {
593
- [_e]: _c,
594
- [_hE]: 409,
595
- },
596
- [_M],
597
- [0],
598
- ];
558
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
599
559
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
600
560
  var Connection = [3, n0, _C, 0, [_CN, _CA, _PT, _OAI, _CS, _HA], [0, 0, 0, 0, 0, 0]];
601
561
  var CreateConnectionInput = [
@@ -685,41 +645,11 @@ var Host = [
685
645
  [_N, _HA, _PT, _PE, _VC, _S, _SM],
686
646
  [0, 0, 0, 0, () => VpcConfiguration, 0, 0],
687
647
  ];
688
- var InternalServerException = [
689
- -3,
690
- n0,
691
- _ISE,
692
- {
693
- [_e]: _s,
694
- [_hE]: 503,
695
- },
696
- [_M],
697
- [0],
698
- ];
648
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
699
649
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
700
- var InvalidInputException = [
701
- -3,
702
- n0,
703
- _IIE,
704
- {
705
- [_e]: _c,
706
- [_hE]: 400,
707
- },
708
- [_M],
709
- [0],
710
- ];
650
+ var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
711
651
  schema.TypeRegistry.for(n0).registerError(InvalidInputException, InvalidInputException$1);
712
- var LimitExceededException = [
713
- -3,
714
- n0,
715
- _LEE,
716
- {
717
- [_e]: _c,
718
- [_hE]: 429,
719
- },
720
- [_M],
721
- [0],
722
- ];
652
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
723
653
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
724
654
  var ListConnectionsInput = [3, n0, _LCI, 0, [_PTF, _HAF, _MR, _NT], [0, 0, 1, 0]];
725
655
  var ListConnectionsOutput = [3, n0, _LCO, 0, [_Co, _NT], [() => ConnectionList, 0]];
@@ -772,29 +702,9 @@ var RepositorySyncAttempt = [
772
702
  ];
773
703
  var RepositorySyncDefinition = [3, n0, _RSDe, 0, [_B, _D, _P, _Ta], [0, 0, 0, 0]];
774
704
  var RepositorySyncEvent = [3, n0, _RSE, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
775
- var ResourceAlreadyExistsException = [
776
- -3,
777
- n0,
778
- _RAEE,
779
- {
780
- [_e]: _c,
781
- [_hE]: 409,
782
- },
783
- [_M],
784
- [0],
785
- ];
705
+ var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
786
706
  schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, ResourceAlreadyExistsException$1);
787
- var ResourceNotFoundException = [
788
- -3,
789
- n0,
790
- _RNFE,
791
- {
792
- [_e]: _c,
793
- [_hE]: 404,
794
- },
795
- [_M],
796
- [0],
797
- ];
707
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
798
708
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
799
709
  var ResourceSyncAttempt = [
800
710
  3,
@@ -805,29 +715,9 @@ var ResourceSyncAttempt = [
805
715
  [() => ResourceSyncEventList, () => Revision, 4, 0, () => Revision, 0],
806
716
  ];
807
717
  var ResourceSyncEvent = [3, n0, _RSEe, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
808
- var ResourceUnavailableException = [
809
- -3,
810
- n0,
811
- _RUE,
812
- {
813
- [_e]: _c,
814
- [_hE]: 400,
815
- },
816
- [_M],
817
- [0],
818
- ];
718
+ var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
819
719
  schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException, ResourceUnavailableException$1);
820
- var RetryLatestCommitFailedException = [
821
- -3,
822
- n0,
823
- _RLCFE,
824
- {
825
- [_e]: _s,
826
- [_hE]: 503,
827
- },
828
- [_M],
829
- [0],
830
- ];
720
+ var RetryLatestCommitFailedException = [-3, n0, _RLCFE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
831
721
  schema.TypeRegistry.for(n0).registerError(RetryLatestCommitFailedException, RetryLatestCommitFailedException$1);
832
722
  var Revision = [3, n0, _R, 0, [_B, _D, _OI, _RN, _PT, _Sh], [0, 0, 0, 0, 0, 0]];
833
723
  var SyncBlocker = [
@@ -839,17 +729,7 @@ var SyncBlocker = [
839
729
  [0, 0, 0, 0, 4, () => SyncBlockerContextList, 0, 4],
840
730
  ];
841
731
  var SyncBlockerContext = [3, n0, _SBC, 0, [_K, _V], [0, 0]];
842
- var SyncBlockerDoesNotExistException = [
843
- -3,
844
- n0,
845
- _SBDNEE,
846
- {
847
- [_e]: _c,
848
- [_hE]: 404,
849
- },
850
- [_M],
851
- [0],
852
- ];
732
+ var SyncBlockerDoesNotExistException = [-3, n0, _SBDNEE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
853
733
  schema.TypeRegistry.for(n0).registerError(SyncBlockerDoesNotExistException, SyncBlockerDoesNotExistException$1);
854
734
  var SyncBlockerSummary = [
855
735
  3,
@@ -871,10 +751,7 @@ var SyncConfigurationStillExistsException = [
871
751
  -3,
872
752
  n0,
873
753
  _SCSEE,
874
- {
875
- [_e]: _c,
876
- [_hE]: 409,
877
- },
754
+ { [_e]: _c, [_hE]: 409 },
878
755
  [_M],
879
756
  [0],
880
757
  ];
@@ -882,57 +759,17 @@ schema.TypeRegistry.for(n0).registerError(SyncConfigurationStillExistsException,
882
759
  var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
883
760
  var TagResourceInput = [3, n0, _TRI, 0, [_RAe, _T], [0, () => TagList]];
884
761
  var TagResourceOutput = [3, n0, _TRO, 0, [], []];
885
- var ThrottlingException = [
886
- -3,
887
- n0,
888
- _TE,
889
- {
890
- [_e]: _c,
891
- [_hE]: 429,
892
- },
893
- [_M],
894
- [0],
895
- ];
762
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
896
763
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
897
- var UnsupportedOperationException = [
898
- -3,
899
- n0,
900
- _UOE,
901
- {
902
- [_e]: _c,
903
- [_hE]: 400,
904
- },
905
- [_M],
906
- [0],
907
- ];
764
+ var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
908
765
  schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException, UnsupportedOperationException$1);
909
- var UnsupportedProviderTypeException = [
910
- -3,
911
- n0,
912
- _UPTE,
913
- {
914
- [_e]: _c,
915
- [_hE]: 400,
916
- },
917
- [_M],
918
- [0],
919
- ];
766
+ var UnsupportedProviderTypeException = [-3, n0, _UPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
920
767
  schema.TypeRegistry.for(n0).registerError(UnsupportedProviderTypeException, UnsupportedProviderTypeException$1);
921
768
  var UntagResourceInput = [3, n0, _URI, 0, [_RAe, _TK], [0, 64 | 0]];
922
769
  var UntagResourceOutput = [3, n0, _URO, 0, [], []];
923
770
  var UpdateHostInput = [3, n0, _UHI, 0, [_HA, _PE, _VC], [0, 0, () => VpcConfiguration]];
924
771
  var UpdateHostOutput = [3, n0, _UHO, 0, [], []];
925
- var UpdateOutOfSyncException = [
926
- -3,
927
- n0,
928
- _UOOSE,
929
- {
930
- [_e]: _c,
931
- [_hE]: 409,
932
- },
933
- [_M],
934
- [0],
935
- ];
772
+ var UpdateOutOfSyncException = [-3, n0, _UOOSE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
936
773
  schema.TypeRegistry.for(n0).registerError(UpdateOutOfSyncException, UpdateOutOfSyncException$1);
937
774
  var UpdateRepositoryLinkInput = [3, n0, _URLI, 0, [_CA, _EKA, _RLIe], [0, 0, 0]];
938
775
  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 { defaultCodeStarConnectionsHttpAuthSchemeParametersProvider, 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);
@@ -194,53 +194,13 @@ const n0 = "com.amazonaws.codestarconnections";
194
194
  import { TypeRegistry } from "@smithy/core/schema";
195
195
  import { CodeStarConnectionsServiceException as __CodeStarConnectionsServiceException } from "../models/CodeStarConnectionsServiceException";
196
196
  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";
197
- export var AccessDeniedException = [
198
- -3,
199
- n0,
200
- _ADE,
201
- {
202
- [_e]: _c,
203
- [_hE]: 403,
204
- },
205
- [_M],
206
- [0],
207
- ];
197
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
208
198
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
209
- export var ConcurrentModificationException = [
210
- -3,
211
- n0,
212
- _CME,
213
- {
214
- [_e]: _c,
215
- [_hE]: 409,
216
- },
217
- [_M],
218
- [0],
219
- ];
199
+ export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
220
200
  TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
221
- export var ConditionalCheckFailedException = [
222
- -3,
223
- n0,
224
- _CCFE,
225
- {
226
- [_e]: _c,
227
- [_hE]: 409,
228
- },
229
- [_M],
230
- [0],
231
- ];
201
+ export var ConditionalCheckFailedException = [-3, n0, _CCFE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
232
202
  TypeRegistry.for(n0).registerError(ConditionalCheckFailedException, __ConditionalCheckFailedException);
233
- export var ConflictException = [
234
- -3,
235
- n0,
236
- _CE,
237
- {
238
- [_e]: _c,
239
- [_hE]: 409,
240
- },
241
- [_M],
242
- [0],
243
- ];
203
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
244
204
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
245
205
  export var Connection = [3, n0, _C, 0, [_CN, _CA, _PT, _OAI, _CS, _HA], [0, 0, 0, 0, 0, 0]];
246
206
  export var CreateConnectionInput = [
@@ -330,41 +290,11 @@ export var Host = [
330
290
  [_N, _HA, _PT, _PE, _VC, _S, _SM],
331
291
  [0, 0, 0, 0, () => VpcConfiguration, 0, 0],
332
292
  ];
333
- export var InternalServerException = [
334
- -3,
335
- n0,
336
- _ISE,
337
- {
338
- [_e]: _s,
339
- [_hE]: 503,
340
- },
341
- [_M],
342
- [0],
343
- ];
293
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
344
294
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
345
- export var InvalidInputException = [
346
- -3,
347
- n0,
348
- _IIE,
349
- {
350
- [_e]: _c,
351
- [_hE]: 400,
352
- },
353
- [_M],
354
- [0],
355
- ];
295
+ export var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
356
296
  TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
357
- export var LimitExceededException = [
358
- -3,
359
- n0,
360
- _LEE,
361
- {
362
- [_e]: _c,
363
- [_hE]: 429,
364
- },
365
- [_M],
366
- [0],
367
- ];
297
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
368
298
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
369
299
  export var ListConnectionsInput = [3, n0, _LCI, 0, [_PTF, _HAF, _MR, _NT], [0, 0, 1, 0]];
370
300
  export var ListConnectionsOutput = [3, n0, _LCO, 0, [_Co, _NT], [() => ConnectionList, 0]];
@@ -417,29 +347,9 @@ export var RepositorySyncAttempt = [
417
347
  ];
418
348
  export var RepositorySyncDefinition = [3, n0, _RSDe, 0, [_B, _D, _P, _Ta], [0, 0, 0, 0]];
419
349
  export var RepositorySyncEvent = [3, n0, _RSE, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
420
- export var ResourceAlreadyExistsException = [
421
- -3,
422
- n0,
423
- _RAEE,
424
- {
425
- [_e]: _c,
426
- [_hE]: 409,
427
- },
428
- [_M],
429
- [0],
430
- ];
350
+ export var ResourceAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
431
351
  TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
432
- export var ResourceNotFoundException = [
433
- -3,
434
- n0,
435
- _RNFE,
436
- {
437
- [_e]: _c,
438
- [_hE]: 404,
439
- },
440
- [_M],
441
- [0],
442
- ];
352
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
443
353
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
444
354
  export var ResourceSyncAttempt = [
445
355
  3,
@@ -450,29 +360,9 @@ export var ResourceSyncAttempt = [
450
360
  [() => ResourceSyncEventList, () => Revision, 4, 0, () => Revision, 0],
451
361
  ];
452
362
  export var ResourceSyncEvent = [3, n0, _RSEe, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
453
- export var ResourceUnavailableException = [
454
- -3,
455
- n0,
456
- _RUE,
457
- {
458
- [_e]: _c,
459
- [_hE]: 400,
460
- },
461
- [_M],
462
- [0],
463
- ];
363
+ export var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
464
364
  TypeRegistry.for(n0).registerError(ResourceUnavailableException, __ResourceUnavailableException);
465
- export var RetryLatestCommitFailedException = [
466
- -3,
467
- n0,
468
- _RLCFE,
469
- {
470
- [_e]: _s,
471
- [_hE]: 503,
472
- },
473
- [_M],
474
- [0],
475
- ];
365
+ export var RetryLatestCommitFailedException = [-3, n0, _RLCFE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
476
366
  TypeRegistry.for(n0).registerError(RetryLatestCommitFailedException, __RetryLatestCommitFailedException);
477
367
  export var Revision = [3, n0, _R, 0, [_B, _D, _OI, _RN, _PT, _Sh], [0, 0, 0, 0, 0, 0]];
478
368
  export var SyncBlocker = [
@@ -484,17 +374,7 @@ export var SyncBlocker = [
484
374
  [0, 0, 0, 0, 4, () => SyncBlockerContextList, 0, 4],
485
375
  ];
486
376
  export var SyncBlockerContext = [3, n0, _SBC, 0, [_K, _V], [0, 0]];
487
- export var SyncBlockerDoesNotExistException = [
488
- -3,
489
- n0,
490
- _SBDNEE,
491
- {
492
- [_e]: _c,
493
- [_hE]: 404,
494
- },
495
- [_M],
496
- [0],
497
- ];
377
+ export var SyncBlockerDoesNotExistException = [-3, n0, _SBDNEE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
498
378
  TypeRegistry.for(n0).registerError(SyncBlockerDoesNotExistException, __SyncBlockerDoesNotExistException);
499
379
  export var SyncBlockerSummary = [
500
380
  3,
@@ -516,10 +396,7 @@ export var SyncConfigurationStillExistsException = [
516
396
  -3,
517
397
  n0,
518
398
  _SCSEE,
519
- {
520
- [_e]: _c,
521
- [_hE]: 409,
522
- },
399
+ { [_e]: _c, [_hE]: 409 },
523
400
  [_M],
524
401
  [0],
525
402
  ];
@@ -527,57 +404,17 @@ TypeRegistry.for(n0).registerError(SyncConfigurationStillExistsException, __Sync
527
404
  export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
528
405
  export var TagResourceInput = [3, n0, _TRI, 0, [_RAe, _T], [0, () => TagList]];
529
406
  export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
530
- export var ThrottlingException = [
531
- -3,
532
- n0,
533
- _TE,
534
- {
535
- [_e]: _c,
536
- [_hE]: 429,
537
- },
538
- [_M],
539
- [0],
540
- ];
407
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
541
408
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
542
- export var UnsupportedOperationException = [
543
- -3,
544
- n0,
545
- _UOE,
546
- {
547
- [_e]: _c,
548
- [_hE]: 400,
549
- },
550
- [_M],
551
- [0],
552
- ];
409
+ export var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
553
410
  TypeRegistry.for(n0).registerError(UnsupportedOperationException, __UnsupportedOperationException);
554
- export var UnsupportedProviderTypeException = [
555
- -3,
556
- n0,
557
- _UPTE,
558
- {
559
- [_e]: _c,
560
- [_hE]: 400,
561
- },
562
- [_M],
563
- [0],
564
- ];
411
+ export var UnsupportedProviderTypeException = [-3, n0, _UPTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
565
412
  TypeRegistry.for(n0).registerError(UnsupportedProviderTypeException, __UnsupportedProviderTypeException);
566
413
  export var UntagResourceInput = [3, n0, _URI, 0, [_RAe, _TK], [0, 64 | 0]];
567
414
  export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
568
415
  export var UpdateHostInput = [3, n0, _UHI, 0, [_HA, _PE, _VC], [0, 0, () => VpcConfiguration]];
569
416
  export var UpdateHostOutput = [3, n0, _UHO, 0, [], []];
570
- export var UpdateOutOfSyncException = [
571
- -3,
572
- n0,
573
- _UOOSE,
574
- {
575
- [_e]: _c,
576
- [_hE]: 409,
577
- },
578
- [_M],
579
- [0],
580
- ];
417
+ export var UpdateOutOfSyncException = [-3, n0, _UOOSE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
581
418
  TypeRegistry.for(n0).registerError(UpdateOutOfSyncException, __UpdateOutOfSyncException);
582
419
  export var UpdateRepositoryLinkInput = [3, n0, _URLI, 0, [_CA, _EKA, _RLIe], [0, 0, 0]];
583
420
  export var UpdateRepositoryLinkOutput = [3, n0, _URLO, 0, [_RLI], [() => RepositoryLinkInfo]];
@@ -600,7 +437,6 @@ export var UpdateSyncConfigurationInput = [
600
437
  ];
601
438
  export var UpdateSyncConfigurationOutput = [3, n0, _USCO, 0, [_SC], [() => SyncConfiguration]];
602
439
  export var VpcConfiguration = [3, n0, _VC, 0, [_VI, _SI, _SGI, _TC], [0, 64 | 0, 64 | 0, 0]];
603
- export var __Unit = "unit";
604
440
  export var CodeStarConnectionsServiceException = [
605
441
  -3,
606
442
  _sm,
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CodeStarConnectionsClient } from "./CodeStarConnectionsClient";
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 { CodeStarConnectionsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { CodeStarConnectionsHttpAuthSchemeProvider } 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 { CodeStarConnectionsClientResolvedConfig } from "../CodeStarConnectionsClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type CodeStarConnectionsClientResolvedConfig } from "../CodeStarConnectionsClient";
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 { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
+ import type { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */