@aws-sdk/client-codeconnections 3.649.0 → 3.651.1
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.
- package/dist-cjs/commands/CreateConnectionCommand.js +1 -3
- package/dist-cjs/commands/CreateHostCommand.js +1 -3
- package/dist-cjs/commands/CreateRepositoryLinkCommand.js +1 -3
- package/dist-cjs/commands/CreateSyncConfigurationCommand.js +1 -3
- package/dist-cjs/commands/DeleteConnectionCommand.js +1 -3
- package/dist-cjs/commands/DeleteHostCommand.js +1 -3
- package/dist-cjs/commands/DeleteRepositoryLinkCommand.js +1 -3
- package/dist-cjs/commands/DeleteSyncConfigurationCommand.js +1 -3
- package/dist-cjs/commands/GetConnectionCommand.js +1 -3
- package/dist-cjs/commands/GetHostCommand.js +1 -3
- package/dist-cjs/commands/GetRepositoryLinkCommand.js +1 -3
- package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +1 -3
- package/dist-cjs/commands/GetResourceSyncStatusCommand.js +1 -3
- package/dist-cjs/commands/GetSyncBlockerSummaryCommand.js +1 -3
- package/dist-cjs/commands/GetSyncConfigurationCommand.js +1 -3
- package/dist-cjs/commands/ListConnectionsCommand.js +1 -3
- package/dist-cjs/commands/ListHostsCommand.js +1 -3
- package/dist-cjs/commands/ListRepositoryLinksCommand.js +1 -3
- package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +1 -3
- package/dist-cjs/commands/ListSyncConfigurationsCommand.js +1 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-cjs/commands/TagResourceCommand.js +1 -3
- package/dist-cjs/commands/UntagResourceCommand.js +1 -3
- package/dist-cjs/commands/UpdateHostCommand.js +1 -3
- package/dist-cjs/commands/UpdateRepositoryLinkCommand.js +1 -3
- package/dist-cjs/commands/UpdateSyncBlockerCommand.js +1 -3
- package/dist-cjs/commands/UpdateSyncConfigurationCommand.js +1 -3
- package/dist-es/commands/CreateConnectionCommand.js +1 -3
- package/dist-es/commands/CreateHostCommand.js +1 -3
- package/dist-es/commands/CreateRepositoryLinkCommand.js +1 -3
- package/dist-es/commands/CreateSyncConfigurationCommand.js +1 -3
- package/dist-es/commands/DeleteConnectionCommand.js +1 -3
- package/dist-es/commands/DeleteHostCommand.js +1 -3
- package/dist-es/commands/DeleteRepositoryLinkCommand.js +1 -3
- package/dist-es/commands/DeleteSyncConfigurationCommand.js +1 -3
- package/dist-es/commands/GetConnectionCommand.js +1 -3
- package/dist-es/commands/GetHostCommand.js +1 -3
- package/dist-es/commands/GetRepositoryLinkCommand.js +1 -3
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +1 -3
- package/dist-es/commands/GetResourceSyncStatusCommand.js +1 -3
- package/dist-es/commands/GetSyncBlockerSummaryCommand.js +1 -3
- package/dist-es/commands/GetSyncConfigurationCommand.js +1 -3
- package/dist-es/commands/ListConnectionsCommand.js +1 -3
- package/dist-es/commands/ListHostsCommand.js +1 -3
- package/dist-es/commands/ListRepositoryLinksCommand.js +1 -3
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +1 -3
- package/dist-es/commands/ListSyncConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateHostCommand.js +1 -3
- package/dist-es/commands/UpdateRepositoryLinkCommand.js +1 -3
- package/dist-es/commands/UpdateSyncBlockerCommand.js +1 -3
- package/dist-es/commands/UpdateSyncConfigurationCommand.js +1 -3
- package/package.json +5 -5
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class CreateConnectionCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class CreateHostCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class CreateRepositoryLinkCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class CreateSyncConfigurationCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class DeleteConnectionCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class DeleteHostCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class DeleteRepositoryLinkCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class DeleteSyncConfigurationCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class GetConnectionCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class GetHostCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class GetRepositoryLinkCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class GetRepositorySyncStatusCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class GetResourceSyncStatusCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class GetSyncBlockerSummaryCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class GetSyncConfigurationCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class ListConnectionsCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class ListHostsCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class ListRepositoryLinksCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class ListRepositorySyncDefinitionsCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class ListSyncConfigurationsCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class TagResourceCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class UpdateHostCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class UpdateRepositoryLinkCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class UpdateSyncBlockerCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -9,9 +9,7 @@ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
10
|
class UpdateSyncConfigurationCommand extends smithy_client_1.Command
|
|
11
11
|
.classBuilder()
|
|
12
|
-
.ep(
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
15
13
|
.m(function (Command, cs, config, o) {
|
|
16
14
|
return [
|
|
17
15
|
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateConnectionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateHostCommand, se_CreateHostCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateHostCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateRepositoryLinkCommand, se_CreateRepositoryLinkCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateRepositoryLinkCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateSyncConfigurationCommand, se_CreateSyncConfigurationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSyncConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteConnectionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteHostCommand, se_DeleteHostCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteHostCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteRepositoryLinkCommand, se_DeleteRepositoryLinkCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteRepositoryLinkCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteSyncConfigurationCommand, se_DeleteSyncConfigurationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSyncConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetConnectionCommand, se_GetConnectionCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetConnectionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetHostCommand, se_GetHostCommand } from "../protocols/Aws_json1_0";
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetHostCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRepositoryLinkCommand, se_GetRepositoryLinkCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRepositoryLinkCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRepositorySyncStatusCommand, se_GetRepositorySyncStatusCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRepositorySyncStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourceSyncStatusCommand, se_GetResourceSyncStatusCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourceSyncStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSyncBlockerSummaryCommand, se_GetSyncBlockerSummaryCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSyncBlockerSummaryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSyncConfigurationCommand, se_GetSyncConfigurationCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSyncConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListConnectionsCommand, se_ListConnectionsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListConnectionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListHostsCommand, se_ListHostsCommand } from "../protocols/Aws_json1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListHostsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRepositoryLinksCommand, se_ListRepositoryLinksCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRepositoryLinksCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListRepositorySyncDefinitionsCommand, se_ListRepositorySyncDefinitio
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRepositorySyncDefinitionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSyncConfigurationsCommand, se_ListSyncConfigurationsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSyncConfigurationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateHostCommand, se_UpdateHostCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateHostCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateRepositoryLinkCommand, se_UpdateRepositoryLinkCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateRepositoryLinkCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateSyncBlockerCommand, se_UpdateSyncBlockerCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSyncBlockerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateSyncConfigurationCommand, se_UpdateSyncConfigurationCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSyncConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeconnections",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeconnections Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|