@aws-sdk/client-codeconnections 3.891.0 → 3.894.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 (46) hide show
  1. package/dist-cjs/index.js +2029 -10
  2. package/package.json +19 -19
  3. package/dist-cjs/CodeConnections.js +0 -65
  4. package/dist-cjs/CodeConnectionsClient.js +0 -52
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  6. package/dist-cjs/commands/CreateConnectionCommand.js +0 -26
  7. package/dist-cjs/commands/CreateHostCommand.js +0 -26
  8. package/dist-cjs/commands/CreateRepositoryLinkCommand.js +0 -26
  9. package/dist-cjs/commands/CreateSyncConfigurationCommand.js +0 -26
  10. package/dist-cjs/commands/DeleteConnectionCommand.js +0 -26
  11. package/dist-cjs/commands/DeleteHostCommand.js +0 -26
  12. package/dist-cjs/commands/DeleteRepositoryLinkCommand.js +0 -26
  13. package/dist-cjs/commands/DeleteSyncConfigurationCommand.js +0 -26
  14. package/dist-cjs/commands/GetConnectionCommand.js +0 -26
  15. package/dist-cjs/commands/GetHostCommand.js +0 -26
  16. package/dist-cjs/commands/GetRepositoryLinkCommand.js +0 -26
  17. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +0 -26
  18. package/dist-cjs/commands/GetResourceSyncStatusCommand.js +0 -26
  19. package/dist-cjs/commands/GetSyncBlockerSummaryCommand.js +0 -26
  20. package/dist-cjs/commands/GetSyncConfigurationCommand.js +0 -26
  21. package/dist-cjs/commands/ListConnectionsCommand.js +0 -26
  22. package/dist-cjs/commands/ListHostsCommand.js +0 -26
  23. package/dist-cjs/commands/ListRepositoryLinksCommand.js +0 -26
  24. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +0 -26
  25. package/dist-cjs/commands/ListSyncConfigurationsCommand.js +0 -26
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
  27. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  28. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  29. package/dist-cjs/commands/UpdateHostCommand.js +0 -26
  30. package/dist-cjs/commands/UpdateRepositoryLinkCommand.js +0 -26
  31. package/dist-cjs/commands/UpdateSyncBlockerCommand.js +0 -26
  32. package/dist-cjs/commands/UpdateSyncConfigurationCommand.js +0 -26
  33. package/dist-cjs/commands/index.js +0 -30
  34. package/dist-cjs/endpoint/EndpointParameters.js +0 -17
  35. package/dist-cjs/extensionConfiguration.js +0 -2
  36. package/dist-cjs/models/CodeConnectionsServiceException.js +0 -12
  37. package/dist-cjs/models/index.js +0 -4
  38. package/dist-cjs/models/models_0.js +0 -307
  39. package/dist-cjs/pagination/Interfaces.js +0 -2
  40. package/dist-cjs/pagination/ListConnectionsPaginator.js +0 -7
  41. package/dist-cjs/pagination/ListHostsPaginator.js +0 -7
  42. package/dist-cjs/pagination/ListRepositoryLinksPaginator.js +0 -7
  43. package/dist-cjs/pagination/ListSyncConfigurationsPaginator.js +0 -7
  44. package/dist-cjs/pagination/index.js +0 -8
  45. package/dist-cjs/protocols/Aws_json1_0.js +0 -928
  46. package/dist-cjs/runtimeExtensions.js +0 -13
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSyncConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetSyncConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "GetSyncConfiguration", {})
20
- .n("CodeConnectionsClient", "GetSyncConfigurationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_GetSyncConfigurationCommand)
23
- .de(Aws_json1_0_1.de_GetSyncConfigurationCommand)
24
- .build() {
25
- }
26
- exports.GetSyncConfigurationCommand = GetSyncConfigurationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConnectionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListConnectionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "ListConnections", {})
20
- .n("CodeConnectionsClient", "ListConnectionsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_ListConnectionsCommand)
23
- .de(Aws_json1_0_1.de_ListConnectionsCommand)
24
- .build() {
25
- }
26
- exports.ListConnectionsCommand = ListConnectionsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListHostsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListHostsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "ListHosts", {})
20
- .n("CodeConnectionsClient", "ListHostsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_ListHostsCommand)
23
- .de(Aws_json1_0_1.de_ListHostsCommand)
24
- .build() {
25
- }
26
- exports.ListHostsCommand = ListHostsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRepositoryLinksCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListRepositoryLinksCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "ListRepositoryLinks", {})
20
- .n("CodeConnectionsClient", "ListRepositoryLinksCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_ListRepositoryLinksCommand)
23
- .de(Aws_json1_0_1.de_ListRepositoryLinksCommand)
24
- .build() {
25
- }
26
- exports.ListRepositoryLinksCommand = ListRepositoryLinksCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRepositorySyncDefinitionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListRepositorySyncDefinitionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "ListRepositorySyncDefinitions", {})
20
- .n("CodeConnectionsClient", "ListRepositorySyncDefinitionsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_ListRepositorySyncDefinitionsCommand)
23
- .de(Aws_json1_0_1.de_ListRepositorySyncDefinitionsCommand)
24
- .build() {
25
- }
26
- exports.ListRepositorySyncDefinitionsCommand = ListRepositorySyncDefinitionsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSyncConfigurationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListSyncConfigurationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "ListSyncConfigurations", {})
20
- .n("CodeConnectionsClient", "ListSyncConfigurationsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_ListSyncConfigurationsCommand)
23
- .de(Aws_json1_0_1.de_ListSyncConfigurationsCommand)
24
- .build() {
25
- }
26
- exports.ListSyncConfigurationsCommand = ListSyncConfigurationsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "ListTagsForResource", {})
20
- .n("CodeConnectionsClient", "ListTagsForResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_ListTagsForResourceCommand)
23
- .de(Aws_json1_0_1.de_ListTagsForResourceCommand)
24
- .build() {
25
- }
26
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "TagResource", {})
20
- .n("CodeConnectionsClient", "TagResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_TagResourceCommand)
23
- .de(Aws_json1_0_1.de_TagResourceCommand)
24
- .build() {
25
- }
26
- exports.TagResourceCommand = TagResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "UntagResource", {})
20
- .n("CodeConnectionsClient", "UntagResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_UntagResourceCommand)
23
- .de(Aws_json1_0_1.de_UntagResourceCommand)
24
- .build() {
25
- }
26
- exports.UntagResourceCommand = UntagResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateHostCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateHostCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "UpdateHost", {})
20
- .n("CodeConnectionsClient", "UpdateHostCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_UpdateHostCommand)
23
- .de(Aws_json1_0_1.de_UpdateHostCommand)
24
- .build() {
25
- }
26
- exports.UpdateHostCommand = UpdateHostCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRepositoryLinkCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateRepositoryLinkCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "UpdateRepositoryLink", {})
20
- .n("CodeConnectionsClient", "UpdateRepositoryLinkCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_UpdateRepositoryLinkCommand)
23
- .de(Aws_json1_0_1.de_UpdateRepositoryLinkCommand)
24
- .build() {
25
- }
26
- exports.UpdateRepositoryLinkCommand = UpdateRepositoryLinkCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSyncBlockerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateSyncBlockerCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "UpdateSyncBlocker", {})
20
- .n("CodeConnectionsClient", "UpdateSyncBlockerCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_UpdateSyncBlockerCommand)
23
- .de(Aws_json1_0_1.de_UpdateSyncBlockerCommand)
24
- .build() {
25
- }
26
- exports.UpdateSyncBlockerCommand = UpdateSyncBlockerCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSyncConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateSyncConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("CodeConnections_20231201", "UpdateSyncConfiguration", {})
20
- .n("CodeConnectionsClient", "UpdateSyncConfigurationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_json1_0_1.se_UpdateSyncConfigurationCommand)
23
- .de(Aws_json1_0_1.de_UpdateSyncConfigurationCommand)
24
- .build() {
25
- }
26
- exports.UpdateSyncConfigurationCommand = UpdateSyncConfigurationCommand;
@@ -1,30 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateConnectionCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateHostCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateRepositoryLinkCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateSyncConfigurationCommand"), exports);
8
- tslib_1.__exportStar(require("./DeleteConnectionCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteHostCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteRepositoryLinkCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteSyncConfigurationCommand"), exports);
12
- tslib_1.__exportStar(require("./GetConnectionCommand"), exports);
13
- tslib_1.__exportStar(require("./GetHostCommand"), exports);
14
- tslib_1.__exportStar(require("./GetRepositoryLinkCommand"), exports);
15
- tslib_1.__exportStar(require("./GetRepositorySyncStatusCommand"), exports);
16
- tslib_1.__exportStar(require("./GetResourceSyncStatusCommand"), exports);
17
- tslib_1.__exportStar(require("./GetSyncBlockerSummaryCommand"), exports);
18
- tslib_1.__exportStar(require("./GetSyncConfigurationCommand"), exports);
19
- tslib_1.__exportStar(require("./ListConnectionsCommand"), exports);
20
- tslib_1.__exportStar(require("./ListHostsCommand"), exports);
21
- tslib_1.__exportStar(require("./ListRepositoryLinksCommand"), exports);
22
- tslib_1.__exportStar(require("./ListRepositorySyncDefinitionsCommand"), exports);
23
- tslib_1.__exportStar(require("./ListSyncConfigurationsCommand"), exports);
24
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
25
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
26
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
27
- tslib_1.__exportStar(require("./UpdateHostCommand"), exports);
28
- tslib_1.__exportStar(require("./UpdateRepositoryLinkCommand"), exports);
29
- tslib_1.__exportStar(require("./UpdateSyncBlockerCommand"), exports);
30
- tslib_1.__exportStar(require("./UpdateSyncConfigurationCommand"), exports);
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return Object.assign(options, {
6
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
7
- useFipsEndpoint: options.useFipsEndpoint ?? false,
8
- defaultSigningName: "codeconnections",
9
- });
10
- };
11
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
12
- exports.commonParams = {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeConnectionsServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class CodeConnectionsServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, CodeConnectionsServiceException.prototype);
10
- }
11
- }
12
- exports.CodeConnectionsServiceException = CodeConnectionsServiceException;
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);