@aws-sdk/client-codestar-connections 3.450.0 → 3.454.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/README.md +120 -0
- package/dist-cjs/CodeStarConnections.js +30 -0
- package/dist-cjs/commands/CreateRepositoryLinkCommand.js +51 -0
- package/dist-cjs/commands/CreateSyncConfigurationCommand.js +51 -0
- package/dist-cjs/commands/DeleteRepositoryLinkCommand.js +51 -0
- package/dist-cjs/commands/DeleteSyncConfigurationCommand.js +51 -0
- package/dist-cjs/commands/GetRepositoryLinkCommand.js +51 -0
- package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +51 -0
- package/dist-cjs/commands/GetResourceSyncStatusCommand.js +51 -0
- package/dist-cjs/commands/GetSyncBlockerSummaryCommand.js +51 -0
- package/dist-cjs/commands/GetSyncConfigurationCommand.js +51 -0
- package/dist-cjs/commands/ListRepositoryLinksCommand.js +51 -0
- package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +51 -0
- package/dist-cjs/commands/ListSyncConfigurationsCommand.js +51 -0
- package/dist-cjs/commands/UpdateRepositoryLinkCommand.js +51 -0
- package/dist-cjs/commands/UpdateSyncBlockerCommand.js +51 -0
- package/dist-cjs/commands/UpdateSyncConfigurationCommand.js +51 -0
- package/dist-cjs/commands/index.js +15 -0
- package/dist-cjs/models/models_0.js +192 -1
- package/dist-cjs/pagination/ListRepositoryLinksPaginator.js +29 -0
- package/dist-cjs/pagination/ListSyncConfigurationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_json1_0.js +1102 -65
- package/dist-es/CodeStarConnections.js +30 -0
- package/dist-es/commands/CreateRepositoryLinkCommand.js +47 -0
- package/dist-es/commands/CreateSyncConfigurationCommand.js +47 -0
- package/dist-es/commands/DeleteRepositoryLinkCommand.js +47 -0
- package/dist-es/commands/DeleteSyncConfigurationCommand.js +47 -0
- package/dist-es/commands/GetRepositoryLinkCommand.js +47 -0
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +47 -0
- package/dist-es/commands/GetResourceSyncStatusCommand.js +47 -0
- package/dist-es/commands/GetSyncBlockerSummaryCommand.js +47 -0
- package/dist-es/commands/GetSyncConfigurationCommand.js +47 -0
- package/dist-es/commands/ListRepositoryLinksCommand.js +47 -0
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +47 -0
- package/dist-es/commands/ListSyncConfigurationsCommand.js +47 -0
- package/dist-es/commands/UpdateRepositoryLinkCommand.js +47 -0
- package/dist-es/commands/UpdateSyncBlockerCommand.js +47 -0
- package/dist-es/commands/UpdateSyncConfigurationCommand.js +47 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/models/models_0.js +179 -0
- package/dist-es/pagination/ListRepositoryLinksPaginator.js +25 -0
- package/dist-es/pagination/ListSyncConfigurationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_0.js +1061 -55
- package/dist-types/CodeStarConnections.d.ts +105 -0
- package/dist-types/CodeStarConnectionsClient.d.ts +17 -2
- package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +111 -0
- package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +111 -0
- package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +95 -0
- package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetRepositoryLinkCommand.d.ts +100 -0
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +102 -0
- package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +155 -0
- package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +109 -0
- package/dist-types/commands/GetSyncConfigurationCommand.d.ts +99 -0
- package/dist-types/commands/ListRepositoryLinksCommand.d.ts +103 -0
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +97 -0
- package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +104 -0
- package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +106 -0
- package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +113 -0
- package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +109 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +1107 -6
- package/dist-types/pagination/ListRepositoryLinksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSyncConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +135 -0
- package/dist-types/ts3.4/CodeStarConnections.d.ts +255 -0
- package/dist-types/ts3.4/CodeStarConnectionsClient.d.ts +92 -2
- package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/models/models_0.d.ts +346 -0
- package/dist-types/ts3.4/pagination/ListRepositoryLinksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSyncConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +180 -0
- package/package.json +35 -35
|
@@ -53,6 +53,14 @@ import {
|
|
|
53
53
|
CreateHostCommandInput,
|
|
54
54
|
CreateHostCommandOutput,
|
|
55
55
|
} from "./commands/CreateHostCommand";
|
|
56
|
+
import {
|
|
57
|
+
CreateRepositoryLinkCommandInput,
|
|
58
|
+
CreateRepositoryLinkCommandOutput,
|
|
59
|
+
} from "./commands/CreateRepositoryLinkCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateSyncConfigurationCommandInput,
|
|
62
|
+
CreateSyncConfigurationCommandOutput,
|
|
63
|
+
} from "./commands/CreateSyncConfigurationCommand";
|
|
56
64
|
import {
|
|
57
65
|
DeleteConnectionCommandInput,
|
|
58
66
|
DeleteConnectionCommandOutput,
|
|
@@ -61,6 +69,14 @@ import {
|
|
|
61
69
|
DeleteHostCommandInput,
|
|
62
70
|
DeleteHostCommandOutput,
|
|
63
71
|
} from "./commands/DeleteHostCommand";
|
|
72
|
+
import {
|
|
73
|
+
DeleteRepositoryLinkCommandInput,
|
|
74
|
+
DeleteRepositoryLinkCommandOutput,
|
|
75
|
+
} from "./commands/DeleteRepositoryLinkCommand";
|
|
76
|
+
import {
|
|
77
|
+
DeleteSyncConfigurationCommandInput,
|
|
78
|
+
DeleteSyncConfigurationCommandOutput,
|
|
79
|
+
} from "./commands/DeleteSyncConfigurationCommand";
|
|
64
80
|
import {
|
|
65
81
|
GetConnectionCommandInput,
|
|
66
82
|
GetConnectionCommandOutput,
|
|
@@ -69,6 +85,26 @@ import {
|
|
|
69
85
|
GetHostCommandInput,
|
|
70
86
|
GetHostCommandOutput,
|
|
71
87
|
} from "./commands/GetHostCommand";
|
|
88
|
+
import {
|
|
89
|
+
GetRepositoryLinkCommandInput,
|
|
90
|
+
GetRepositoryLinkCommandOutput,
|
|
91
|
+
} from "./commands/GetRepositoryLinkCommand";
|
|
92
|
+
import {
|
|
93
|
+
GetRepositorySyncStatusCommandInput,
|
|
94
|
+
GetRepositorySyncStatusCommandOutput,
|
|
95
|
+
} from "./commands/GetRepositorySyncStatusCommand";
|
|
96
|
+
import {
|
|
97
|
+
GetResourceSyncStatusCommandInput,
|
|
98
|
+
GetResourceSyncStatusCommandOutput,
|
|
99
|
+
} from "./commands/GetResourceSyncStatusCommand";
|
|
100
|
+
import {
|
|
101
|
+
GetSyncBlockerSummaryCommandInput,
|
|
102
|
+
GetSyncBlockerSummaryCommandOutput,
|
|
103
|
+
} from "./commands/GetSyncBlockerSummaryCommand";
|
|
104
|
+
import {
|
|
105
|
+
GetSyncConfigurationCommandInput,
|
|
106
|
+
GetSyncConfigurationCommandOutput,
|
|
107
|
+
} from "./commands/GetSyncConfigurationCommand";
|
|
72
108
|
import {
|
|
73
109
|
ListConnectionsCommandInput,
|
|
74
110
|
ListConnectionsCommandOutput,
|
|
@@ -77,6 +113,18 @@ import {
|
|
|
77
113
|
ListHostsCommandInput,
|
|
78
114
|
ListHostsCommandOutput,
|
|
79
115
|
} from "./commands/ListHostsCommand";
|
|
116
|
+
import {
|
|
117
|
+
ListRepositoryLinksCommandInput,
|
|
118
|
+
ListRepositoryLinksCommandOutput,
|
|
119
|
+
} from "./commands/ListRepositoryLinksCommand";
|
|
120
|
+
import {
|
|
121
|
+
ListRepositorySyncDefinitionsCommandInput,
|
|
122
|
+
ListRepositorySyncDefinitionsCommandOutput,
|
|
123
|
+
} from "./commands/ListRepositorySyncDefinitionsCommand";
|
|
124
|
+
import {
|
|
125
|
+
ListSyncConfigurationsCommandInput,
|
|
126
|
+
ListSyncConfigurationsCommandOutput,
|
|
127
|
+
} from "./commands/ListSyncConfigurationsCommand";
|
|
80
128
|
import {
|
|
81
129
|
ListTagsForResourceCommandInput,
|
|
82
130
|
ListTagsForResourceCommandOutput,
|
|
@@ -93,6 +141,18 @@ import {
|
|
|
93
141
|
UpdateHostCommandInput,
|
|
94
142
|
UpdateHostCommandOutput,
|
|
95
143
|
} from "./commands/UpdateHostCommand";
|
|
144
|
+
import {
|
|
145
|
+
UpdateRepositoryLinkCommandInput,
|
|
146
|
+
UpdateRepositoryLinkCommandOutput,
|
|
147
|
+
} from "./commands/UpdateRepositoryLinkCommand";
|
|
148
|
+
import {
|
|
149
|
+
UpdateSyncBlockerCommandInput,
|
|
150
|
+
UpdateSyncBlockerCommandOutput,
|
|
151
|
+
} from "./commands/UpdateSyncBlockerCommand";
|
|
152
|
+
import {
|
|
153
|
+
UpdateSyncConfigurationCommandInput,
|
|
154
|
+
UpdateSyncConfigurationCommandOutput,
|
|
155
|
+
} from "./commands/UpdateSyncConfigurationCommand";
|
|
96
156
|
import {
|
|
97
157
|
ClientInputEndpointParameters,
|
|
98
158
|
ClientResolvedEndpointParameters,
|
|
@@ -103,29 +163,59 @@ export { __Client };
|
|
|
103
163
|
export type ServiceInputTypes =
|
|
104
164
|
| CreateConnectionCommandInput
|
|
105
165
|
| CreateHostCommandInput
|
|
166
|
+
| CreateRepositoryLinkCommandInput
|
|
167
|
+
| CreateSyncConfigurationCommandInput
|
|
106
168
|
| DeleteConnectionCommandInput
|
|
107
169
|
| DeleteHostCommandInput
|
|
170
|
+
| DeleteRepositoryLinkCommandInput
|
|
171
|
+
| DeleteSyncConfigurationCommandInput
|
|
108
172
|
| GetConnectionCommandInput
|
|
109
173
|
| GetHostCommandInput
|
|
174
|
+
| GetRepositoryLinkCommandInput
|
|
175
|
+
| GetRepositorySyncStatusCommandInput
|
|
176
|
+
| GetResourceSyncStatusCommandInput
|
|
177
|
+
| GetSyncBlockerSummaryCommandInput
|
|
178
|
+
| GetSyncConfigurationCommandInput
|
|
110
179
|
| ListConnectionsCommandInput
|
|
111
180
|
| ListHostsCommandInput
|
|
181
|
+
| ListRepositoryLinksCommandInput
|
|
182
|
+
| ListRepositorySyncDefinitionsCommandInput
|
|
183
|
+
| ListSyncConfigurationsCommandInput
|
|
112
184
|
| ListTagsForResourceCommandInput
|
|
113
185
|
| TagResourceCommandInput
|
|
114
186
|
| UntagResourceCommandInput
|
|
115
|
-
| UpdateHostCommandInput
|
|
187
|
+
| UpdateHostCommandInput
|
|
188
|
+
| UpdateRepositoryLinkCommandInput
|
|
189
|
+
| UpdateSyncBlockerCommandInput
|
|
190
|
+
| UpdateSyncConfigurationCommandInput;
|
|
116
191
|
export type ServiceOutputTypes =
|
|
117
192
|
| CreateConnectionCommandOutput
|
|
118
193
|
| CreateHostCommandOutput
|
|
194
|
+
| CreateRepositoryLinkCommandOutput
|
|
195
|
+
| CreateSyncConfigurationCommandOutput
|
|
119
196
|
| DeleteConnectionCommandOutput
|
|
120
197
|
| DeleteHostCommandOutput
|
|
198
|
+
| DeleteRepositoryLinkCommandOutput
|
|
199
|
+
| DeleteSyncConfigurationCommandOutput
|
|
121
200
|
| GetConnectionCommandOutput
|
|
122
201
|
| GetHostCommandOutput
|
|
202
|
+
| GetRepositoryLinkCommandOutput
|
|
203
|
+
| GetRepositorySyncStatusCommandOutput
|
|
204
|
+
| GetResourceSyncStatusCommandOutput
|
|
205
|
+
| GetSyncBlockerSummaryCommandOutput
|
|
206
|
+
| GetSyncConfigurationCommandOutput
|
|
123
207
|
| ListConnectionsCommandOutput
|
|
124
208
|
| ListHostsCommandOutput
|
|
209
|
+
| ListRepositoryLinksCommandOutput
|
|
210
|
+
| ListRepositorySyncDefinitionsCommandOutput
|
|
211
|
+
| ListSyncConfigurationsCommandOutput
|
|
125
212
|
| ListTagsForResourceCommandOutput
|
|
126
213
|
| TagResourceCommandOutput
|
|
127
214
|
| UntagResourceCommandOutput
|
|
128
|
-
| UpdateHostCommandOutput
|
|
215
|
+
| UpdateHostCommandOutput
|
|
216
|
+
| UpdateRepositoryLinkCommandOutput
|
|
217
|
+
| UpdateSyncBlockerCommandOutput
|
|
218
|
+
| UpdateSyncConfigurationCommandOutput;
|
|
129
219
|
export interface ClientDefaults
|
|
130
220
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
131
221
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateRepositoryLinkInput,
|
|
16
|
+
CreateRepositoryLinkOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateRepositoryLinkCommandInput
|
|
20
|
+
extends CreateRepositoryLinkInput {}
|
|
21
|
+
export interface CreateRepositoryLinkCommandOutput
|
|
22
|
+
extends CreateRepositoryLinkOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateRepositoryLinkCommand extends $Command<
|
|
25
|
+
CreateRepositoryLinkCommandInput,
|
|
26
|
+
CreateRepositoryLinkCommandOutput,
|
|
27
|
+
CodeStarConnectionsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateRepositoryLinkCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateRepositoryLinkCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateRepositoryLinkCommandInput,
|
|
38
|
+
CreateRepositoryLinkCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateSyncConfigurationInput,
|
|
16
|
+
CreateSyncConfigurationOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateSyncConfigurationCommandInput
|
|
20
|
+
extends CreateSyncConfigurationInput {}
|
|
21
|
+
export interface CreateSyncConfigurationCommandOutput
|
|
22
|
+
extends CreateSyncConfigurationOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateSyncConfigurationCommand extends $Command<
|
|
25
|
+
CreateSyncConfigurationCommandInput,
|
|
26
|
+
CreateSyncConfigurationCommandOutput,
|
|
27
|
+
CodeStarConnectionsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateSyncConfigurationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateSyncConfigurationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
CreateSyncConfigurationCommandInput,
|
|
38
|
+
CreateSyncConfigurationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteRepositoryLinkInput,
|
|
16
|
+
DeleteRepositoryLinkOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteRepositoryLinkCommandInput
|
|
20
|
+
extends DeleteRepositoryLinkInput {}
|
|
21
|
+
export interface DeleteRepositoryLinkCommandOutput
|
|
22
|
+
extends DeleteRepositoryLinkOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteRepositoryLinkCommand extends $Command<
|
|
25
|
+
DeleteRepositoryLinkCommandInput,
|
|
26
|
+
DeleteRepositoryLinkCommandOutput,
|
|
27
|
+
CodeStarConnectionsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteRepositoryLinkCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteRepositoryLinkCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteRepositoryLinkCommandInput,
|
|
38
|
+
DeleteRepositoryLinkCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteSyncConfigurationInput,
|
|
16
|
+
DeleteSyncConfigurationOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteSyncConfigurationCommandInput
|
|
20
|
+
extends DeleteSyncConfigurationInput {}
|
|
21
|
+
export interface DeleteSyncConfigurationCommandOutput
|
|
22
|
+
extends DeleteSyncConfigurationOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteSyncConfigurationCommand extends $Command<
|
|
25
|
+
DeleteSyncConfigurationCommandInput,
|
|
26
|
+
DeleteSyncConfigurationCommandOutput,
|
|
27
|
+
CodeStarConnectionsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteSyncConfigurationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteSyncConfigurationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteSyncConfigurationCommandInput,
|
|
38
|
+
DeleteSyncConfigurationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
GetRepositoryLinkInput,
|
|
16
|
+
GetRepositoryLinkOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetRepositoryLinkCommandInput extends GetRepositoryLinkInput {}
|
|
20
|
+
export interface GetRepositoryLinkCommandOutput
|
|
21
|
+
extends GetRepositoryLinkOutput,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class GetRepositoryLinkCommand extends $Command<
|
|
24
|
+
GetRepositoryLinkCommandInput,
|
|
25
|
+
GetRepositoryLinkCommandOutput,
|
|
26
|
+
CodeStarConnectionsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetRepositoryLinkCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: GetRepositoryLinkCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
GetRepositorySyncStatusInput,
|
|
16
|
+
GetRepositorySyncStatusOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetRepositorySyncStatusCommandInput
|
|
20
|
+
extends GetRepositorySyncStatusInput {}
|
|
21
|
+
export interface GetRepositorySyncStatusCommandOutput
|
|
22
|
+
extends GetRepositorySyncStatusOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetRepositorySyncStatusCommand extends $Command<
|
|
25
|
+
GetRepositorySyncStatusCommandInput,
|
|
26
|
+
GetRepositorySyncStatusCommandOutput,
|
|
27
|
+
CodeStarConnectionsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetRepositorySyncStatusCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetRepositorySyncStatusCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetRepositorySyncStatusCommandInput,
|
|
38
|
+
GetRepositorySyncStatusCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
GetResourceSyncStatusInput,
|
|
16
|
+
GetResourceSyncStatusOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetResourceSyncStatusCommandInput
|
|
20
|
+
extends GetResourceSyncStatusInput {}
|
|
21
|
+
export interface GetResourceSyncStatusCommandOutput
|
|
22
|
+
extends GetResourceSyncStatusOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetResourceSyncStatusCommand extends $Command<
|
|
25
|
+
GetResourceSyncStatusCommandInput,
|
|
26
|
+
GetResourceSyncStatusCommandOutput,
|
|
27
|
+
CodeStarConnectionsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetResourceSyncStatusCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetResourceSyncStatusCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetResourceSyncStatusCommandInput,
|
|
38
|
+
GetResourceSyncStatusCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
GetSyncBlockerSummaryInput,
|
|
16
|
+
GetSyncBlockerSummaryOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetSyncBlockerSummaryCommandInput
|
|
20
|
+
extends GetSyncBlockerSummaryInput {}
|
|
21
|
+
export interface GetSyncBlockerSummaryCommandOutput
|
|
22
|
+
extends GetSyncBlockerSummaryOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetSyncBlockerSummaryCommand extends $Command<
|
|
25
|
+
GetSyncBlockerSummaryCommandInput,
|
|
26
|
+
GetSyncBlockerSummaryCommandOutput,
|
|
27
|
+
CodeStarConnectionsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetSyncBlockerSummaryCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetSyncBlockerSummaryCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetSyncBlockerSummaryCommandInput,
|
|
38
|
+
GetSyncBlockerSummaryCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
GetSyncConfigurationInput,
|
|
16
|
+
GetSyncConfigurationOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetSyncConfigurationCommandInput
|
|
20
|
+
extends GetSyncConfigurationInput {}
|
|
21
|
+
export interface GetSyncConfigurationCommandOutput
|
|
22
|
+
extends GetSyncConfigurationOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetSyncConfigurationCommand extends $Command<
|
|
25
|
+
GetSyncConfigurationCommandInput,
|
|
26
|
+
GetSyncConfigurationCommandOutput,
|
|
27
|
+
CodeStarConnectionsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetSyncConfigurationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetSyncConfigurationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetSyncConfigurationCommandInput,
|
|
38
|
+
GetSyncConfigurationCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
ListRepositoryLinksInput,
|
|
16
|
+
ListRepositoryLinksOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListRepositoryLinksCommandInput
|
|
20
|
+
extends ListRepositoryLinksInput {}
|
|
21
|
+
export interface ListRepositoryLinksCommandOutput
|
|
22
|
+
extends ListRepositoryLinksOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListRepositoryLinksCommand extends $Command<
|
|
25
|
+
ListRepositoryLinksCommandInput,
|
|
26
|
+
ListRepositoryLinksCommandOutput,
|
|
27
|
+
CodeStarConnectionsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListRepositoryLinksCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListRepositoryLinksCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
ListRepositorySyncDefinitionsInput,
|
|
16
|
+
ListRepositorySyncDefinitionsOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListRepositorySyncDefinitionsCommandInput
|
|
20
|
+
extends ListRepositorySyncDefinitionsInput {}
|
|
21
|
+
export interface ListRepositorySyncDefinitionsCommandOutput
|
|
22
|
+
extends ListRepositorySyncDefinitionsOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListRepositorySyncDefinitionsCommand extends $Command<
|
|
25
|
+
ListRepositorySyncDefinitionsCommandInput,
|
|
26
|
+
ListRepositorySyncDefinitionsCommandOutput,
|
|
27
|
+
CodeStarConnectionsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListRepositorySyncDefinitionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListRepositorySyncDefinitionsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListRepositorySyncDefinitionsCommandInput,
|
|
38
|
+
ListRepositorySyncDefinitionsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeStarConnectionsClient";
|
|
14
|
+
import {
|
|
15
|
+
ListSyncConfigurationsInput,
|
|
16
|
+
ListSyncConfigurationsOutput,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListSyncConfigurationsCommandInput
|
|
20
|
+
extends ListSyncConfigurationsInput {}
|
|
21
|
+
export interface ListSyncConfigurationsCommandOutput
|
|
22
|
+
extends ListSyncConfigurationsOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListSyncConfigurationsCommand extends $Command<
|
|
25
|
+
ListSyncConfigurationsCommandInput,
|
|
26
|
+
ListSyncConfigurationsCommandOutput,
|
|
27
|
+
CodeStarConnectionsClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListSyncConfigurationsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListSyncConfigurationsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeStarConnectionsClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListSyncConfigurationsCommandInput,
|
|
38
|
+
ListSyncConfigurationsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|