@aws-sdk/client-codestar-connections 3.477.0 → 3.481.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.
- package/dist-cjs/commands/CreateConnectionCommand.js +18 -41
- package/dist-cjs/commands/CreateHostCommand.js +18 -41
- package/dist-cjs/commands/CreateRepositoryLinkCommand.js +18 -41
- package/dist-cjs/commands/CreateSyncConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteConnectionCommand.js +18 -41
- package/dist-cjs/commands/DeleteHostCommand.js +18 -41
- package/dist-cjs/commands/DeleteRepositoryLinkCommand.js +18 -41
- package/dist-cjs/commands/DeleteSyncConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetConnectionCommand.js +18 -41
- package/dist-cjs/commands/GetHostCommand.js +18 -41
- package/dist-cjs/commands/GetRepositoryLinkCommand.js +18 -41
- package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +18 -41
- package/dist-cjs/commands/GetResourceSyncStatusCommand.js +18 -41
- package/dist-cjs/commands/GetSyncBlockerSummaryCommand.js +18 -41
- package/dist-cjs/commands/GetSyncConfigurationCommand.js +18 -41
- package/dist-cjs/commands/ListConnectionsCommand.js +18 -41
- package/dist-cjs/commands/ListHostsCommand.js +18 -41
- package/dist-cjs/commands/ListRepositoryLinksCommand.js +18 -41
- package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/ListSyncConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateHostCommand.js +18 -41
- package/dist-cjs/commands/UpdateRepositoryLinkCommand.js +18 -41
- package/dist-cjs/commands/UpdateSyncBlockerCommand.js +18 -41
- package/dist-cjs/commands/UpdateSyncConfigurationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListConnectionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListHostsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRepositoryLinksPaginator.js +2 -24
- package/dist-cjs/pagination/ListSyncConfigurationsPaginator.js +2 -24
- package/dist-es/commands/CreateConnectionCommand.js +18 -41
- package/dist-es/commands/CreateHostCommand.js +18 -41
- package/dist-es/commands/CreateRepositoryLinkCommand.js +18 -41
- package/dist-es/commands/CreateSyncConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteConnectionCommand.js +18 -41
- package/dist-es/commands/DeleteHostCommand.js +18 -41
- package/dist-es/commands/DeleteRepositoryLinkCommand.js +18 -41
- package/dist-es/commands/DeleteSyncConfigurationCommand.js +18 -41
- package/dist-es/commands/GetConnectionCommand.js +18 -41
- package/dist-es/commands/GetHostCommand.js +18 -41
- package/dist-es/commands/GetRepositoryLinkCommand.js +18 -41
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +18 -41
- package/dist-es/commands/GetResourceSyncStatusCommand.js +18 -41
- package/dist-es/commands/GetSyncBlockerSummaryCommand.js +18 -41
- package/dist-es/commands/GetSyncConfigurationCommand.js +18 -41
- package/dist-es/commands/ListConnectionsCommand.js +18 -41
- package/dist-es/commands/ListHostsCommand.js +18 -41
- package/dist-es/commands/ListRepositoryLinksCommand.js +18 -41
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +18 -41
- package/dist-es/commands/ListSyncConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateHostCommand.js +18 -41
- package/dist-es/commands/UpdateRepositoryLinkCommand.js +18 -41
- package/dist-es/commands/UpdateSyncBlockerCommand.js +18 -41
- package/dist-es/commands/UpdateSyncConfigurationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListConnectionsPaginator.js +2 -23
- package/dist-es/pagination/ListHostsPaginator.js +2 -23
- package/dist-es/pagination/ListRepositoryLinksPaginator.js +2 -23
- package/dist-es/pagination/ListSyncConfigurationsPaginator.js +2 -23
- package/dist-types/commands/CreateConnectionCommand.d.ts +6 -21
- package/dist-types/commands/CreateHostCommand.d.ts +6 -21
- package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +6 -21
- package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteHostCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetConnectionCommand.d.ts +6 -21
- package/dist-types/commands/GetHostCommand.d.ts +6 -21
- package/dist-types/commands/GetRepositoryLinkCommand.d.ts +6 -21
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +6 -21
- package/dist-types/commands/GetSyncConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/ListConnectionsCommand.d.ts +6 -21
- package/dist-types/commands/ListHostsCommand.d.ts +6 -21
- package/dist-types/commands/ListRepositoryLinksCommand.d.ts +6 -21
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateHostCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHostsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRepositoryLinksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSyncConfigurationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetHostCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListHostsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRepositoryLinksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSyncConfigurationsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DeleteSyncConfigurationCommand, se_DeleteSyncConfigurationCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DeleteSyncConfigurationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeStarConnectionsClient";
|
|
26
|
-
const commandName = "DeleteSyncConfigurationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeStar_connections_20191201",
|
|
35
|
-
operation: "DeleteSyncConfiguration",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DeleteSyncConfigurationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DeleteSyncConfigurationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DeleteSyncConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeStar_connections_20191201", "DeleteSyncConfiguration", {})
|
|
19
|
+
.n("CodeStarConnectionsClient", "DeleteSyncConfigurationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteSyncConfigurationCommand)
|
|
22
|
+
.de(de_DeleteSyncConfigurationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetConnectionCommand, se_GetConnectionCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetConnectionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeStarConnectionsClient";
|
|
26
|
-
const commandName = "GetConnectionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeStar_connections_20191201",
|
|
35
|
-
operation: "GetConnection",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetConnectionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetConnectionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetConnectionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeStar_connections_20191201", "GetConnection", {})
|
|
19
|
+
.n("CodeStarConnectionsClient", "GetConnectionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetConnectionCommand)
|
|
22
|
+
.de(de_GetConnectionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetHostCommand, se_GetHostCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetHostCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeStarConnectionsClient";
|
|
26
|
-
const commandName = "GetHostCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeStar_connections_20191201",
|
|
35
|
-
operation: "GetHost",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetHostCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetHostCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetHostCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeStar_connections_20191201", "GetHost", {})
|
|
19
|
+
.n("CodeStarConnectionsClient", "GetHostCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetHostCommand)
|
|
22
|
+
.de(de_GetHostCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetRepositoryLinkCommand, se_GetRepositoryLinkCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetRepositoryLinkCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeStarConnectionsClient";
|
|
26
|
-
const commandName = "GetRepositoryLinkCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeStar_connections_20191201",
|
|
35
|
-
operation: "GetRepositoryLink",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetRepositoryLinkCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetRepositoryLinkCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetRepositoryLinkCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeStar_connections_20191201", "GetRepositoryLink", {})
|
|
19
|
+
.n("CodeStarConnectionsClient", "GetRepositoryLinkCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetRepositoryLinkCommand)
|
|
22
|
+
.de(de_GetRepositoryLinkCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetRepositorySyncStatusCommand, se_GetRepositorySyncStatusCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetRepositorySyncStatusCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeStarConnectionsClient";
|
|
26
|
-
const commandName = "GetRepositorySyncStatusCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeStar_connections_20191201",
|
|
35
|
-
operation: "GetRepositorySyncStatus",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetRepositorySyncStatusCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetRepositorySyncStatusCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetRepositorySyncStatusCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeStar_connections_20191201", "GetRepositorySyncStatus", {})
|
|
19
|
+
.n("CodeStarConnectionsClient", "GetRepositorySyncStatusCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetRepositorySyncStatusCommand)
|
|
22
|
+
.de(de_GetRepositorySyncStatusCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetResourceSyncStatusCommand, se_GetResourceSyncStatusCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetResourceSyncStatusCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeStarConnectionsClient";
|
|
26
|
-
const commandName = "GetResourceSyncStatusCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeStar_connections_20191201",
|
|
35
|
-
operation: "GetResourceSyncStatus",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetResourceSyncStatusCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetResourceSyncStatusCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetResourceSyncStatusCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeStar_connections_20191201", "GetResourceSyncStatus", {})
|
|
19
|
+
.n("CodeStarConnectionsClient", "GetResourceSyncStatusCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetResourceSyncStatusCommand)
|
|
22
|
+
.de(de_GetResourceSyncStatusCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetSyncBlockerSummaryCommand, se_GetSyncBlockerSummaryCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetSyncBlockerSummaryCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeStarConnectionsClient";
|
|
26
|
-
const commandName = "GetSyncBlockerSummaryCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeStar_connections_20191201",
|
|
35
|
-
operation: "GetSyncBlockerSummary",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetSyncBlockerSummaryCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetSyncBlockerSummaryCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetSyncBlockerSummaryCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeStar_connections_20191201", "GetSyncBlockerSummary", {})
|
|
19
|
+
.n("CodeStarConnectionsClient", "GetSyncBlockerSummaryCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetSyncBlockerSummaryCommand)
|
|
22
|
+
.de(de_GetSyncBlockerSummaryCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetSyncConfigurationCommand, se_GetSyncConfigurationCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetSyncConfigurationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeStarConnectionsClient";
|
|
26
|
-
const commandName = "GetSyncConfigurationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeStar_connections_20191201",
|
|
35
|
-
operation: "GetSyncConfiguration",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetSyncConfigurationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetSyncConfigurationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetSyncConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeStar_connections_20191201", "GetSyncConfiguration", {})
|
|
19
|
+
.n("CodeStarConnectionsClient", "GetSyncConfigurationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetSyncConfigurationCommand)
|
|
22
|
+
.de(de_GetSyncConfigurationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListConnectionsCommand, se_ListConnectionsCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListConnectionsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "CodeStarConnectionsClient";
|
|
26
|
-
const commandName = "ListConnectionsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "CodeStar_connections_20191201",
|
|
35
|
-
operation: "ListConnections",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListConnectionsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListConnectionsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListConnectionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("CodeStar_connections_20191201", "ListConnections", {})
|
|
19
|
+
.n("CodeStarConnectionsClient", "ListConnectionsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListConnectionsCommand)
|
|
22
|
+
.de(de_ListConnectionsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|