@aws-sdk/client-codestar-connections 3.927.0 → 3.928.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/index.js +888 -1106
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CodeStarConnectionsClient.js +2 -0
- package/dist-es/commands/CreateConnectionCommand.js +3 -9
- package/dist-es/commands/CreateHostCommand.js +3 -9
- package/dist-es/commands/CreateRepositoryLinkCommand.js +3 -9
- package/dist-es/commands/CreateSyncConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteConnectionCommand.js +3 -9
- package/dist-es/commands/DeleteHostCommand.js +3 -9
- package/dist-es/commands/DeleteRepositoryLinkCommand.js +3 -9
- package/dist-es/commands/DeleteSyncConfigurationCommand.js +3 -9
- package/dist-es/commands/GetConnectionCommand.js +3 -9
- package/dist-es/commands/GetHostCommand.js +3 -9
- package/dist-es/commands/GetRepositoryLinkCommand.js +3 -9
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +3 -9
- package/dist-es/commands/GetResourceSyncStatusCommand.js +3 -9
- package/dist-es/commands/GetSyncBlockerSummaryCommand.js +3 -9
- package/dist-es/commands/GetSyncConfigurationCommand.js +3 -9
- package/dist-es/commands/ListConnectionsCommand.js +3 -9
- package/dist-es/commands/ListHostsCommand.js +3 -9
- package/dist-es/commands/ListRepositoryLinksCommand.js +3 -9
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListSyncConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateHostCommand.js +3 -9
- package/dist-es/commands/UpdateRepositoryLinkCommand.js +3 -9
- package/dist-es/commands/UpdateSyncBlockerCommand.js +3 -9
- package/dist-es/commands/UpdateSyncConfigurationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +785 -0
- package/dist-types/CodeStarConnectionsClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +129 -0
- package/dist-types/ts3.4/CodeStarConnectionsClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +134 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_0.js +0 -870
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -245
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -329
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
|
|
4
|
-
import { CreateHostCommandInput, CreateHostCommandOutput } from "../commands/CreateHostCommand";
|
|
5
|
-
import { CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput } from "../commands/CreateRepositoryLinkCommand";
|
|
6
|
-
import { CreateSyncConfigurationCommandInput, CreateSyncConfigurationCommandOutput } from "../commands/CreateSyncConfigurationCommand";
|
|
7
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
|
|
8
|
-
import { DeleteHostCommandInput, DeleteHostCommandOutput } from "../commands/DeleteHostCommand";
|
|
9
|
-
import { DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput } from "../commands/DeleteRepositoryLinkCommand";
|
|
10
|
-
import { DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput } from "../commands/DeleteSyncConfigurationCommand";
|
|
11
|
-
import { GetConnectionCommandInput, GetConnectionCommandOutput } from "../commands/GetConnectionCommand";
|
|
12
|
-
import { GetHostCommandInput, GetHostCommandOutput } from "../commands/GetHostCommand";
|
|
13
|
-
import { GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput } from "../commands/GetRepositoryLinkCommand";
|
|
14
|
-
import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput } from "../commands/GetRepositorySyncStatusCommand";
|
|
15
|
-
import { GetResourceSyncStatusCommandInput, GetResourceSyncStatusCommandOutput } from "../commands/GetResourceSyncStatusCommand";
|
|
16
|
-
import { GetSyncBlockerSummaryCommandInput, GetSyncBlockerSummaryCommandOutput } from "../commands/GetSyncBlockerSummaryCommand";
|
|
17
|
-
import { GetSyncConfigurationCommandInput, GetSyncConfigurationCommandOutput } from "../commands/GetSyncConfigurationCommand";
|
|
18
|
-
import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
|
|
19
|
-
import { ListHostsCommandInput, ListHostsCommandOutput } from "../commands/ListHostsCommand";
|
|
20
|
-
import { ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput } from "../commands/ListRepositoryLinksCommand";
|
|
21
|
-
import { ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput } from "../commands/ListRepositorySyncDefinitionsCommand";
|
|
22
|
-
import { ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput } from "../commands/ListSyncConfigurationsCommand";
|
|
23
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
24
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
25
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
26
|
-
import { UpdateHostCommandInput, UpdateHostCommandOutput } from "../commands/UpdateHostCommand";
|
|
27
|
-
import { UpdateRepositoryLinkCommandInput, UpdateRepositoryLinkCommandOutput } from "../commands/UpdateRepositoryLinkCommand";
|
|
28
|
-
import { UpdateSyncBlockerCommandInput, UpdateSyncBlockerCommandOutput } from "../commands/UpdateSyncBlockerCommand";
|
|
29
|
-
import { UpdateSyncConfigurationCommandInput, UpdateSyncConfigurationCommandOutput } from "../commands/UpdateSyncConfigurationCommand";
|
|
30
|
-
/**
|
|
31
|
-
* serializeAws_json1_0CreateConnectionCommand
|
|
32
|
-
*/
|
|
33
|
-
export declare const se_CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
/**
|
|
35
|
-
* serializeAws_json1_0CreateHostCommand
|
|
36
|
-
*/
|
|
37
|
-
export declare const se_CreateHostCommand: (input: CreateHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
/**
|
|
39
|
-
* serializeAws_json1_0CreateRepositoryLinkCommand
|
|
40
|
-
*/
|
|
41
|
-
export declare const se_CreateRepositoryLinkCommand: (input: CreateRepositoryLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_json1_0CreateSyncConfigurationCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_CreateSyncConfigurationCommand: (input: CreateSyncConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_json1_0DeleteConnectionCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_json1_0DeleteHostCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_DeleteHostCommand: (input: DeleteHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_json1_0DeleteRepositoryLinkCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_DeleteRepositoryLinkCommand: (input: DeleteRepositoryLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_json1_0DeleteSyncConfigurationCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_DeleteSyncConfigurationCommand: (input: DeleteSyncConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_json1_0GetConnectionCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_GetConnectionCommand: (input: GetConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_json1_0GetHostCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_GetHostCommand: (input: GetHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_json1_0GetRepositoryLinkCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_GetRepositoryLinkCommand: (input: GetRepositoryLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_json1_0GetRepositorySyncStatusCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_GetRepositorySyncStatusCommand: (input: GetRepositorySyncStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_json1_0GetResourceSyncStatusCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_GetResourceSyncStatusCommand: (input: GetResourceSyncStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_json1_0GetSyncBlockerSummaryCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_GetSyncBlockerSummaryCommand: (input: GetSyncBlockerSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_json1_0GetSyncConfigurationCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_GetSyncConfigurationCommand: (input: GetSyncConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_json1_0ListConnectionsCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_ListConnectionsCommand: (input: ListConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_json1_0ListHostsCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_ListHostsCommand: (input: ListHostsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_json1_0ListRepositoryLinksCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_ListRepositoryLinksCommand: (input: ListRepositoryLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_json1_0ListRepositorySyncDefinitionsCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_ListRepositorySyncDefinitionsCommand: (input: ListRepositorySyncDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_json1_0ListSyncConfigurationsCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_ListSyncConfigurationsCommand: (input: ListSyncConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_json1_0ListTagsForResourceCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_json1_0TagResourceCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_json1_0UntagResourceCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_json1_0UpdateHostCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_UpdateHostCommand: (input: UpdateHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_json1_0UpdateRepositoryLinkCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_UpdateRepositoryLinkCommand: (input: UpdateRepositoryLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_json1_0UpdateSyncBlockerCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_UpdateSyncBlockerCommand: (input: UpdateSyncBlockerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_json1_0UpdateSyncConfigurationCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_UpdateSyncConfigurationCommand: (input: UpdateSyncConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* deserializeAws_json1_0CreateConnectionCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const de_CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
|
|
142
|
-
/**
|
|
143
|
-
* deserializeAws_json1_0CreateHostCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const de_CreateHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHostCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* deserializeAws_json1_0CreateRepositoryLinkCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const de_CreateRepositoryLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryLinkCommandOutput>;
|
|
150
|
-
/**
|
|
151
|
-
* deserializeAws_json1_0CreateSyncConfigurationCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const de_CreateSyncConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSyncConfigurationCommandOutput>;
|
|
154
|
-
/**
|
|
155
|
-
* deserializeAws_json1_0DeleteConnectionCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const de_DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
|
|
158
|
-
/**
|
|
159
|
-
* deserializeAws_json1_0DeleteHostCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const de_DeleteHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* deserializeAws_json1_0DeleteRepositoryLinkCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const de_DeleteRepositoryLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryLinkCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* deserializeAws_json1_0DeleteSyncConfigurationCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const de_DeleteSyncConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSyncConfigurationCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* deserializeAws_json1_0GetConnectionCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const de_GetConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionCommandOutput>;
|
|
174
|
-
/**
|
|
175
|
-
* deserializeAws_json1_0GetHostCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const de_GetHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostCommandOutput>;
|
|
178
|
-
/**
|
|
179
|
-
* deserializeAws_json1_0GetRepositoryLinkCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const de_GetRepositoryLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryLinkCommandOutput>;
|
|
182
|
-
/**
|
|
183
|
-
* deserializeAws_json1_0GetRepositorySyncStatusCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const de_GetRepositorySyncStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositorySyncStatusCommandOutput>;
|
|
186
|
-
/**
|
|
187
|
-
* deserializeAws_json1_0GetResourceSyncStatusCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const de_GetResourceSyncStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceSyncStatusCommandOutput>;
|
|
190
|
-
/**
|
|
191
|
-
* deserializeAws_json1_0GetSyncBlockerSummaryCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const de_GetSyncBlockerSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSyncBlockerSummaryCommandOutput>;
|
|
194
|
-
/**
|
|
195
|
-
* deserializeAws_json1_0GetSyncConfigurationCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const de_GetSyncConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSyncConfigurationCommandOutput>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_json1_0ListConnectionsCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_ListConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectionsCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_json1_0ListHostsCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_ListHostsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostsCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_json1_0ListRepositoryLinksCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_ListRepositoryLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoryLinksCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* deserializeAws_json1_0ListRepositorySyncDefinitionsCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const de_ListRepositorySyncDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositorySyncDefinitionsCommandOutput>;
|
|
214
|
-
/**
|
|
215
|
-
* deserializeAws_json1_0ListSyncConfigurationsCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const de_ListSyncConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSyncConfigurationsCommandOutput>;
|
|
218
|
-
/**
|
|
219
|
-
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* deserializeAws_json1_0TagResourceCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
226
|
-
/**
|
|
227
|
-
* deserializeAws_json1_0UntagResourceCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
230
|
-
/**
|
|
231
|
-
* deserializeAws_json1_0UpdateHostCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const de_UpdateHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHostCommandOutput>;
|
|
234
|
-
/**
|
|
235
|
-
* deserializeAws_json1_0UpdateRepositoryLinkCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const de_UpdateRepositoryLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRepositoryLinkCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* deserializeAws_json1_0UpdateSyncBlockerCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const de_UpdateSyncBlockerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSyncBlockerCommandOutput>;
|
|
242
|
-
/**
|
|
243
|
-
* deserializeAws_json1_0UpdateSyncConfigurationCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const de_UpdateSyncConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSyncConfigurationCommandOutput>;
|
|
@@ -1,329 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateConnectionCommandInput,
|
|
8
|
-
CreateConnectionCommandOutput,
|
|
9
|
-
} from "../commands/CreateConnectionCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateHostCommandInput,
|
|
12
|
-
CreateHostCommandOutput,
|
|
13
|
-
} from "../commands/CreateHostCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateRepositoryLinkCommandInput,
|
|
16
|
-
CreateRepositoryLinkCommandOutput,
|
|
17
|
-
} from "../commands/CreateRepositoryLinkCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateSyncConfigurationCommandInput,
|
|
20
|
-
CreateSyncConfigurationCommandOutput,
|
|
21
|
-
} from "../commands/CreateSyncConfigurationCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteConnectionCommandInput,
|
|
24
|
-
DeleteConnectionCommandOutput,
|
|
25
|
-
} from "../commands/DeleteConnectionCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteHostCommandInput,
|
|
28
|
-
DeleteHostCommandOutput,
|
|
29
|
-
} from "../commands/DeleteHostCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteRepositoryLinkCommandInput,
|
|
32
|
-
DeleteRepositoryLinkCommandOutput,
|
|
33
|
-
} from "../commands/DeleteRepositoryLinkCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteSyncConfigurationCommandInput,
|
|
36
|
-
DeleteSyncConfigurationCommandOutput,
|
|
37
|
-
} from "../commands/DeleteSyncConfigurationCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetConnectionCommandInput,
|
|
40
|
-
GetConnectionCommandOutput,
|
|
41
|
-
} from "../commands/GetConnectionCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetHostCommandInput,
|
|
44
|
-
GetHostCommandOutput,
|
|
45
|
-
} from "../commands/GetHostCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetRepositoryLinkCommandInput,
|
|
48
|
-
GetRepositoryLinkCommandOutput,
|
|
49
|
-
} from "../commands/GetRepositoryLinkCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetRepositorySyncStatusCommandInput,
|
|
52
|
-
GetRepositorySyncStatusCommandOutput,
|
|
53
|
-
} from "../commands/GetRepositorySyncStatusCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetResourceSyncStatusCommandInput,
|
|
56
|
-
GetResourceSyncStatusCommandOutput,
|
|
57
|
-
} from "../commands/GetResourceSyncStatusCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetSyncBlockerSummaryCommandInput,
|
|
60
|
-
GetSyncBlockerSummaryCommandOutput,
|
|
61
|
-
} from "../commands/GetSyncBlockerSummaryCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetSyncConfigurationCommandInput,
|
|
64
|
-
GetSyncConfigurationCommandOutput,
|
|
65
|
-
} from "../commands/GetSyncConfigurationCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListConnectionsCommandInput,
|
|
68
|
-
ListConnectionsCommandOutput,
|
|
69
|
-
} from "../commands/ListConnectionsCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListHostsCommandInput,
|
|
72
|
-
ListHostsCommandOutput,
|
|
73
|
-
} from "../commands/ListHostsCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListRepositoryLinksCommandInput,
|
|
76
|
-
ListRepositoryLinksCommandOutput,
|
|
77
|
-
} from "../commands/ListRepositoryLinksCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListRepositorySyncDefinitionsCommandInput,
|
|
80
|
-
ListRepositorySyncDefinitionsCommandOutput,
|
|
81
|
-
} from "../commands/ListRepositorySyncDefinitionsCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListSyncConfigurationsCommandInput,
|
|
84
|
-
ListSyncConfigurationsCommandOutput,
|
|
85
|
-
} from "../commands/ListSyncConfigurationsCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListTagsForResourceCommandInput,
|
|
88
|
-
ListTagsForResourceCommandOutput,
|
|
89
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
90
|
-
import {
|
|
91
|
-
TagResourceCommandInput,
|
|
92
|
-
TagResourceCommandOutput,
|
|
93
|
-
} from "../commands/TagResourceCommand";
|
|
94
|
-
import {
|
|
95
|
-
UntagResourceCommandInput,
|
|
96
|
-
UntagResourceCommandOutput,
|
|
97
|
-
} from "../commands/UntagResourceCommand";
|
|
98
|
-
import {
|
|
99
|
-
UpdateHostCommandInput,
|
|
100
|
-
UpdateHostCommandOutput,
|
|
101
|
-
} from "../commands/UpdateHostCommand";
|
|
102
|
-
import {
|
|
103
|
-
UpdateRepositoryLinkCommandInput,
|
|
104
|
-
UpdateRepositoryLinkCommandOutput,
|
|
105
|
-
} from "../commands/UpdateRepositoryLinkCommand";
|
|
106
|
-
import {
|
|
107
|
-
UpdateSyncBlockerCommandInput,
|
|
108
|
-
UpdateSyncBlockerCommandOutput,
|
|
109
|
-
} from "../commands/UpdateSyncBlockerCommand";
|
|
110
|
-
import {
|
|
111
|
-
UpdateSyncConfigurationCommandInput,
|
|
112
|
-
UpdateSyncConfigurationCommandOutput,
|
|
113
|
-
} from "../commands/UpdateSyncConfigurationCommand";
|
|
114
|
-
export declare const se_CreateConnectionCommand: (
|
|
115
|
-
input: CreateConnectionCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_CreateHostCommand: (
|
|
119
|
-
input: CreateHostCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_CreateRepositoryLinkCommand: (
|
|
123
|
-
input: CreateRepositoryLinkCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_CreateSyncConfigurationCommand: (
|
|
127
|
-
input: CreateSyncConfigurationCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_DeleteConnectionCommand: (
|
|
131
|
-
input: DeleteConnectionCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_DeleteHostCommand: (
|
|
135
|
-
input: DeleteHostCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_DeleteRepositoryLinkCommand: (
|
|
139
|
-
input: DeleteRepositoryLinkCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_DeleteSyncConfigurationCommand: (
|
|
143
|
-
input: DeleteSyncConfigurationCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_GetConnectionCommand: (
|
|
147
|
-
input: GetConnectionCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_GetHostCommand: (
|
|
151
|
-
input: GetHostCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_GetRepositoryLinkCommand: (
|
|
155
|
-
input: GetRepositoryLinkCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_GetRepositorySyncStatusCommand: (
|
|
159
|
-
input: GetRepositorySyncStatusCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_GetResourceSyncStatusCommand: (
|
|
163
|
-
input: GetResourceSyncStatusCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_GetSyncBlockerSummaryCommand: (
|
|
167
|
-
input: GetSyncBlockerSummaryCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_GetSyncConfigurationCommand: (
|
|
171
|
-
input: GetSyncConfigurationCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_ListConnectionsCommand: (
|
|
175
|
-
input: ListConnectionsCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_ListHostsCommand: (
|
|
179
|
-
input: ListHostsCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_ListRepositoryLinksCommand: (
|
|
183
|
-
input: ListRepositoryLinksCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_ListRepositorySyncDefinitionsCommand: (
|
|
187
|
-
input: ListRepositorySyncDefinitionsCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_ListSyncConfigurationsCommand: (
|
|
191
|
-
input: ListSyncConfigurationsCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
195
|
-
input: ListTagsForResourceCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_TagResourceCommand: (
|
|
199
|
-
input: TagResourceCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_UntagResourceCommand: (
|
|
203
|
-
input: UntagResourceCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_UpdateHostCommand: (
|
|
207
|
-
input: UpdateHostCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_UpdateRepositoryLinkCommand: (
|
|
211
|
-
input: UpdateRepositoryLinkCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_UpdateSyncBlockerCommand: (
|
|
215
|
-
input: UpdateSyncBlockerCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_UpdateSyncConfigurationCommand: (
|
|
219
|
-
input: UpdateSyncConfigurationCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const de_CreateConnectionCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<CreateConnectionCommandOutput>;
|
|
226
|
-
export declare const de_CreateHostCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<CreateHostCommandOutput>;
|
|
230
|
-
export declare const de_CreateRepositoryLinkCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<CreateRepositoryLinkCommandOutput>;
|
|
234
|
-
export declare const de_CreateSyncConfigurationCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<CreateSyncConfigurationCommandOutput>;
|
|
238
|
-
export declare const de_DeleteConnectionCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<DeleteConnectionCommandOutput>;
|
|
242
|
-
export declare const de_DeleteHostCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<DeleteHostCommandOutput>;
|
|
246
|
-
export declare const de_DeleteRepositoryLinkCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<DeleteRepositoryLinkCommandOutput>;
|
|
250
|
-
export declare const de_DeleteSyncConfigurationCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<DeleteSyncConfigurationCommandOutput>;
|
|
254
|
-
export declare const de_GetConnectionCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<GetConnectionCommandOutput>;
|
|
258
|
-
export declare const de_GetHostCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<GetHostCommandOutput>;
|
|
262
|
-
export declare const de_GetRepositoryLinkCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<GetRepositoryLinkCommandOutput>;
|
|
266
|
-
export declare const de_GetRepositorySyncStatusCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<GetRepositorySyncStatusCommandOutput>;
|
|
270
|
-
export declare const de_GetResourceSyncStatusCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<GetResourceSyncStatusCommandOutput>;
|
|
274
|
-
export declare const de_GetSyncBlockerSummaryCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<GetSyncBlockerSummaryCommandOutput>;
|
|
278
|
-
export declare const de_GetSyncConfigurationCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<GetSyncConfigurationCommandOutput>;
|
|
282
|
-
export declare const de_ListConnectionsCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<ListConnectionsCommandOutput>;
|
|
286
|
-
export declare const de_ListHostsCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<ListHostsCommandOutput>;
|
|
290
|
-
export declare const de_ListRepositoryLinksCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<ListRepositoryLinksCommandOutput>;
|
|
294
|
-
export declare const de_ListRepositorySyncDefinitionsCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<ListRepositorySyncDefinitionsCommandOutput>;
|
|
298
|
-
export declare const de_ListSyncConfigurationsCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<ListSyncConfigurationsCommandOutput>;
|
|
302
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
306
|
-
export declare const de_TagResourceCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<TagResourceCommandOutput>;
|
|
310
|
-
export declare const de_UntagResourceCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
314
|
-
export declare const de_UpdateHostCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<UpdateHostCommandOutput>;
|
|
318
|
-
export declare const de_UpdateRepositoryLinkCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<UpdateRepositoryLinkCommandOutput>;
|
|
322
|
-
export declare const de_UpdateSyncBlockerCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<UpdateSyncBlockerCommandOutput>;
|
|
326
|
-
export declare const de_UpdateSyncConfigurationCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<UpdateSyncConfigurationCommandOutput>;
|