@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
|
@@ -0,0 +1,785 @@
|
|
|
1
|
+
const _ADE = "AccessDeniedException";
|
|
2
|
+
const _B = "Branch";
|
|
3
|
+
const _C = "Connection";
|
|
4
|
+
const _CA = "ConnectionArn";
|
|
5
|
+
const _CAr = "CreatedAt";
|
|
6
|
+
const _CC = "CreateConnection";
|
|
7
|
+
const _CCFE = "ConditionalCheckFailedException";
|
|
8
|
+
const _CCI = "CreateConnectionInput";
|
|
9
|
+
const _CCO = "CreateConnectionOutput";
|
|
10
|
+
const _CE = "ConflictException";
|
|
11
|
+
const _CF = "ConfigFile";
|
|
12
|
+
const _CH = "CreateHost";
|
|
13
|
+
const _CHI = "CreateHostInput";
|
|
14
|
+
const _CHO = "CreateHostOutput";
|
|
15
|
+
const _CL = "ConnectionList";
|
|
16
|
+
const _CME = "ConcurrentModificationException";
|
|
17
|
+
const _CN = "ConnectionName";
|
|
18
|
+
const _CR = "CreatedReason";
|
|
19
|
+
const _CRL = "CreateRepositoryLink";
|
|
20
|
+
const _CRLI = "CreateRepositoryLinkInput";
|
|
21
|
+
const _CRLO = "CreateRepositoryLinkOutput";
|
|
22
|
+
const _CS = "ConnectionStatus";
|
|
23
|
+
const _CSC = "CreateSyncConfiguration";
|
|
24
|
+
const _CSCI = "CreateSyncConfigurationInput";
|
|
25
|
+
const _CSCO = "CreateSyncConfigurationOutput";
|
|
26
|
+
const _Co = "Connections";
|
|
27
|
+
const _Con = "Contexts";
|
|
28
|
+
const _D = "Directory";
|
|
29
|
+
const _DC = "DeleteConnection";
|
|
30
|
+
const _DCI = "DeleteConnectionInput";
|
|
31
|
+
const _DCO = "DeleteConnectionOutput";
|
|
32
|
+
const _DH = "DeleteHost";
|
|
33
|
+
const _DHI = "DeleteHostInput";
|
|
34
|
+
const _DHO = "DeleteHostOutput";
|
|
35
|
+
const _DRL = "DeleteRepositoryLink";
|
|
36
|
+
const _DRLI = "DeleteRepositoryLinkInput";
|
|
37
|
+
const _DRLO = "DeleteRepositoryLinkOutput";
|
|
38
|
+
const _DS = "DesiredState";
|
|
39
|
+
const _DSC = "DeleteSyncConfiguration";
|
|
40
|
+
const _DSCI = "DeleteSyncConfigurationInput";
|
|
41
|
+
const _DSCO = "DeleteSyncConfigurationOutput";
|
|
42
|
+
const _E = "Events";
|
|
43
|
+
const _EI = "ExternalId";
|
|
44
|
+
const _EKA = "EncryptionKeyArn";
|
|
45
|
+
const _Ev = "Event";
|
|
46
|
+
const _GC = "GetConnection";
|
|
47
|
+
const _GCI = "GetConnectionInput";
|
|
48
|
+
const _GCO = "GetConnectionOutput";
|
|
49
|
+
const _GH = "GetHost";
|
|
50
|
+
const _GHI = "GetHostInput";
|
|
51
|
+
const _GHO = "GetHostOutput";
|
|
52
|
+
const _GRL = "GetRepositoryLink";
|
|
53
|
+
const _GRLI = "GetRepositoryLinkInput";
|
|
54
|
+
const _GRLO = "GetRepositoryLinkOutput";
|
|
55
|
+
const _GRSS = "GetRepositorySyncStatus";
|
|
56
|
+
const _GRSSI = "GetRepositorySyncStatusInput";
|
|
57
|
+
const _GRSSIe = "GetResourceSyncStatusInput";
|
|
58
|
+
const _GRSSO = "GetRepositorySyncStatusOutput";
|
|
59
|
+
const _GRSSOe = "GetResourceSyncStatusOutput";
|
|
60
|
+
const _GRSSe = "GetResourceSyncStatus";
|
|
61
|
+
const _GSBS = "GetSyncBlockerSummary";
|
|
62
|
+
const _GSBSI = "GetSyncBlockerSummaryInput";
|
|
63
|
+
const _GSBSO = "GetSyncBlockerSummaryOutput";
|
|
64
|
+
const _GSC = "GetSyncConfiguration";
|
|
65
|
+
const _GSCI = "GetSyncConfigurationInput";
|
|
66
|
+
const _GSCO = "GetSyncConfigurationOutput";
|
|
67
|
+
const _H = "Host";
|
|
68
|
+
const _HA = "HostArn";
|
|
69
|
+
const _HAF = "HostArnFilter";
|
|
70
|
+
const _HL = "HostList";
|
|
71
|
+
const _Ho = "Hosts";
|
|
72
|
+
const _I = "Id";
|
|
73
|
+
const _IIE = "InvalidInputException";
|
|
74
|
+
const _IR = "InitialRevision";
|
|
75
|
+
const _ISE = "InternalServerException";
|
|
76
|
+
const _K = "Key";
|
|
77
|
+
const _LB = "LatestBlockers";
|
|
78
|
+
const _LC = "ListConnections";
|
|
79
|
+
const _LCI = "ListConnectionsInput";
|
|
80
|
+
const _LCO = "ListConnectionsOutput";
|
|
81
|
+
const _LEE = "LimitExceededException";
|
|
82
|
+
const _LH = "ListHosts";
|
|
83
|
+
const _LHI = "ListHostsInput";
|
|
84
|
+
const _LHO = "ListHostsOutput";
|
|
85
|
+
const _LRL = "ListRepositoryLinks";
|
|
86
|
+
const _LRLI = "ListRepositoryLinksInput";
|
|
87
|
+
const _LRLO = "ListRepositoryLinksOutput";
|
|
88
|
+
const _LRSD = "ListRepositorySyncDefinitions";
|
|
89
|
+
const _LRSDI = "ListRepositorySyncDefinitionsInput";
|
|
90
|
+
const _LRSDO = "ListRepositorySyncDefinitionsOutput";
|
|
91
|
+
const _LS = "LatestSync";
|
|
92
|
+
const _LSBL = "LatestSyncBlockerList";
|
|
93
|
+
const _LSC = "ListSyncConfigurations";
|
|
94
|
+
const _LSCI = "ListSyncConfigurationsInput";
|
|
95
|
+
const _LSCO = "ListSyncConfigurationsOutput";
|
|
96
|
+
const _LSS = "LatestSuccessfulSync";
|
|
97
|
+
const _LTFR = "ListTagsForResource";
|
|
98
|
+
const _LTFRI = "ListTagsForResourceInput";
|
|
99
|
+
const _LTFRO = "ListTagsForResourceOutput";
|
|
100
|
+
const _M = "Message";
|
|
101
|
+
const _MR = "MaxResults";
|
|
102
|
+
const _N = "Name";
|
|
103
|
+
const _NT = "NextToken";
|
|
104
|
+
const _OAI = "OwnerAccountId";
|
|
105
|
+
const _OI = "OwnerId";
|
|
106
|
+
const _P = "Parent";
|
|
107
|
+
const _PDS = "PublishDeploymentStatus";
|
|
108
|
+
const _PE = "ProviderEndpoint";
|
|
109
|
+
const _PRN = "ParentResourceName";
|
|
110
|
+
const _PT = "ProviderType";
|
|
111
|
+
const _PTF = "ProviderTypeFilter";
|
|
112
|
+
const _R = "Revision";
|
|
113
|
+
const _RA = "RoleArn";
|
|
114
|
+
const _RAEE = "ResourceAlreadyExistsException";
|
|
115
|
+
const _RAe = "ResourceArn";
|
|
116
|
+
const _RAes = "ResolvedAt";
|
|
117
|
+
const _RL = "RepositoryLinks";
|
|
118
|
+
const _RLA = "RepositoryLinkArn";
|
|
119
|
+
const _RLCFE = "RetryLatestCommitFailedException";
|
|
120
|
+
const _RLI = "RepositoryLinkInfo";
|
|
121
|
+
const _RLIe = "RepositoryLinkId";
|
|
122
|
+
const _RLL = "RepositoryLinkList";
|
|
123
|
+
const _RN = "RepositoryName";
|
|
124
|
+
const _RNFE = "ResourceNotFoundException";
|
|
125
|
+
const _RNe = "ResourceName";
|
|
126
|
+
const _RR = "ResolvedReason";
|
|
127
|
+
const _RSA = "RepositorySyncAttempt";
|
|
128
|
+
const _RSAe = "ResourceSyncAttempt";
|
|
129
|
+
const _RSD = "RepositorySyncDefinitions";
|
|
130
|
+
const _RSDL = "RepositorySyncDefinitionList";
|
|
131
|
+
const _RSDe = "RepositorySyncDefinition";
|
|
132
|
+
const _RSE = "RepositorySyncEvent";
|
|
133
|
+
const _RSEL = "RepositorySyncEventList";
|
|
134
|
+
const _RSELe = "ResourceSyncEventList";
|
|
135
|
+
const _RSEe = "ResourceSyncEvent";
|
|
136
|
+
const _RUE = "ResourceUnavailableException";
|
|
137
|
+
const _S = "Status";
|
|
138
|
+
const _SA = "StartedAt";
|
|
139
|
+
const _SB = "SyncBlocker";
|
|
140
|
+
const _SBC = "SyncBlockerContext";
|
|
141
|
+
const _SBCL = "SyncBlockerContextList";
|
|
142
|
+
const _SBDNEE = "SyncBlockerDoesNotExistException";
|
|
143
|
+
const _SBS = "SyncBlockerSummary";
|
|
144
|
+
const _SC = "SyncConfiguration";
|
|
145
|
+
const _SCL = "SyncConfigurationList";
|
|
146
|
+
const _SCSEE = "SyncConfigurationStillExistsException";
|
|
147
|
+
const _SCy = "SyncConfigurations";
|
|
148
|
+
const _SGI = "SecurityGroupIds";
|
|
149
|
+
const _SI = "SubnetIds";
|
|
150
|
+
const _SM = "StatusMessage";
|
|
151
|
+
const _ST = "SyncType";
|
|
152
|
+
const _Sh = "Sha";
|
|
153
|
+
const _T = "Tags";
|
|
154
|
+
const _TC = "TlsCertificate";
|
|
155
|
+
const _TE = "ThrottlingException";
|
|
156
|
+
const _TK = "TagKeys";
|
|
157
|
+
const _TL = "TagList";
|
|
158
|
+
const _TR = "TargetRevision";
|
|
159
|
+
const _TRI = "TagResourceInput";
|
|
160
|
+
const _TRO = "TagResourceOutput";
|
|
161
|
+
const _TRUO = "TriggerResourceUpdateOn";
|
|
162
|
+
const _TRa = "TagResource";
|
|
163
|
+
const _Ta = "Target";
|
|
164
|
+
const _Tag = "Tag";
|
|
165
|
+
const _Ti = "Time";
|
|
166
|
+
const _Ty = "Type";
|
|
167
|
+
const _UH = "UpdateHost";
|
|
168
|
+
const _UHI = "UpdateHostInput";
|
|
169
|
+
const _UHO = "UpdateHostOutput";
|
|
170
|
+
const _UOE = "UnsupportedOperationException";
|
|
171
|
+
const _UOOSE = "UpdateOutOfSyncException";
|
|
172
|
+
const _UPTE = "UnsupportedProviderTypeException";
|
|
173
|
+
const _UR = "UntagResource";
|
|
174
|
+
const _URI = "UntagResourceInput";
|
|
175
|
+
const _URL = "UpdateRepositoryLink";
|
|
176
|
+
const _URLI = "UpdateRepositoryLinkInput";
|
|
177
|
+
const _URLO = "UpdateRepositoryLinkOutput";
|
|
178
|
+
const _URO = "UntagResourceOutput";
|
|
179
|
+
const _USB = "UpdateSyncBlocker";
|
|
180
|
+
const _USBI = "UpdateSyncBlockerInput";
|
|
181
|
+
const _USBO = "UpdateSyncBlockerOutput";
|
|
182
|
+
const _USC = "UpdateSyncConfiguration";
|
|
183
|
+
const _USCI = "UpdateSyncConfigurationInput";
|
|
184
|
+
const _USCO = "UpdateSyncConfigurationOutput";
|
|
185
|
+
const _V = "Value";
|
|
186
|
+
const _VC = "VpcConfiguration";
|
|
187
|
+
const _VI = "VpcId";
|
|
188
|
+
const _c = "client";
|
|
189
|
+
const _e = "error";
|
|
190
|
+
const _hE = "httpError";
|
|
191
|
+
const _s = "server";
|
|
192
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codestarconnections";
|
|
193
|
+
const n0 = "com.amazonaws.codestarconnections";
|
|
194
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
195
|
+
import { CodeStarConnectionsServiceException as __CodeStarConnectionsServiceException } from "../models/CodeStarConnectionsServiceException";
|
|
196
|
+
import { AccessDeniedException as __AccessDeniedException, ConcurrentModificationException as __ConcurrentModificationException, ConditionalCheckFailedException as __ConditionalCheckFailedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, InvalidInputException as __InvalidInputException, LimitExceededException as __LimitExceededException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceNotFoundException as __ResourceNotFoundException, ResourceUnavailableException as __ResourceUnavailableException, RetryLatestCommitFailedException as __RetryLatestCommitFailedException, SyncBlockerDoesNotExistException as __SyncBlockerDoesNotExistException, SyncConfigurationStillExistsException as __SyncConfigurationStillExistsException, ThrottlingException as __ThrottlingException, UnsupportedOperationException as __UnsupportedOperationException, UnsupportedProviderTypeException as __UnsupportedProviderTypeException, UpdateOutOfSyncException as __UpdateOutOfSyncException, } from "../models/index";
|
|
197
|
+
export var AccessDeniedException = [
|
|
198
|
+
-3,
|
|
199
|
+
n0,
|
|
200
|
+
_ADE,
|
|
201
|
+
{
|
|
202
|
+
[_e]: _c,
|
|
203
|
+
[_hE]: 403,
|
|
204
|
+
},
|
|
205
|
+
[_M],
|
|
206
|
+
[0],
|
|
207
|
+
];
|
|
208
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
209
|
+
export var ConcurrentModificationException = [
|
|
210
|
+
-3,
|
|
211
|
+
n0,
|
|
212
|
+
_CME,
|
|
213
|
+
{
|
|
214
|
+
[_e]: _c,
|
|
215
|
+
[_hE]: 409,
|
|
216
|
+
},
|
|
217
|
+
[_M],
|
|
218
|
+
[0],
|
|
219
|
+
];
|
|
220
|
+
TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
|
|
221
|
+
export var ConditionalCheckFailedException = [
|
|
222
|
+
-3,
|
|
223
|
+
n0,
|
|
224
|
+
_CCFE,
|
|
225
|
+
{
|
|
226
|
+
[_e]: _c,
|
|
227
|
+
[_hE]: 409,
|
|
228
|
+
},
|
|
229
|
+
[_M],
|
|
230
|
+
[0],
|
|
231
|
+
];
|
|
232
|
+
TypeRegistry.for(n0).registerError(ConditionalCheckFailedException, __ConditionalCheckFailedException);
|
|
233
|
+
export var ConflictException = [
|
|
234
|
+
-3,
|
|
235
|
+
n0,
|
|
236
|
+
_CE,
|
|
237
|
+
{
|
|
238
|
+
[_e]: _c,
|
|
239
|
+
[_hE]: 409,
|
|
240
|
+
},
|
|
241
|
+
[_M],
|
|
242
|
+
[0],
|
|
243
|
+
];
|
|
244
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
245
|
+
export var Connection = [3, n0, _C, 0, [_CN, _CA, _PT, _OAI, _CS, _HA], [0, 0, 0, 0, 0, 0]];
|
|
246
|
+
export var CreateConnectionInput = [
|
|
247
|
+
3,
|
|
248
|
+
n0,
|
|
249
|
+
_CCI,
|
|
250
|
+
0,
|
|
251
|
+
[_PT, _CN, _T, _HA],
|
|
252
|
+
[0, 0, () => TagList, 0],
|
|
253
|
+
];
|
|
254
|
+
export var CreateConnectionOutput = [3, n0, _CCO, 0, [_CA, _T], [0, () => TagList]];
|
|
255
|
+
export var CreateHostInput = [
|
|
256
|
+
3,
|
|
257
|
+
n0,
|
|
258
|
+
_CHI,
|
|
259
|
+
0,
|
|
260
|
+
[_N, _PT, _PE, _VC, _T],
|
|
261
|
+
[0, 0, 0, () => VpcConfiguration, () => TagList],
|
|
262
|
+
];
|
|
263
|
+
export var CreateHostOutput = [3, n0, _CHO, 0, [_HA, _T], [0, () => TagList]];
|
|
264
|
+
export var CreateRepositoryLinkInput = [
|
|
265
|
+
3,
|
|
266
|
+
n0,
|
|
267
|
+
_CRLI,
|
|
268
|
+
0,
|
|
269
|
+
[_CA, _OI, _RN, _EKA, _T],
|
|
270
|
+
[0, 0, 0, 0, () => TagList],
|
|
271
|
+
];
|
|
272
|
+
export var CreateRepositoryLinkOutput = [3, n0, _CRLO, 0, [_RLI], [() => RepositoryLinkInfo]];
|
|
273
|
+
export var CreateSyncConfigurationInput = [
|
|
274
|
+
3,
|
|
275
|
+
n0,
|
|
276
|
+
_CSCI,
|
|
277
|
+
0,
|
|
278
|
+
[_B, _CF, _RLIe, _RNe, _RA, _ST, _PDS, _TRUO],
|
|
279
|
+
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
280
|
+
];
|
|
281
|
+
export var CreateSyncConfigurationOutput = [3, n0, _CSCO, 0, [_SC], [() => SyncConfiguration]];
|
|
282
|
+
export var DeleteConnectionInput = [3, n0, _DCI, 0, [_CA], [0]];
|
|
283
|
+
export var DeleteConnectionOutput = [3, n0, _DCO, 0, [], []];
|
|
284
|
+
export var DeleteHostInput = [3, n0, _DHI, 0, [_HA], [0]];
|
|
285
|
+
export var DeleteHostOutput = [3, n0, _DHO, 0, [], []];
|
|
286
|
+
export var DeleteRepositoryLinkInput = [3, n0, _DRLI, 0, [_RLIe], [0]];
|
|
287
|
+
export var DeleteRepositoryLinkOutput = [3, n0, _DRLO, 0, [], []];
|
|
288
|
+
export var DeleteSyncConfigurationInput = [3, n0, _DSCI, 0, [_ST, _RNe], [0, 0]];
|
|
289
|
+
export var DeleteSyncConfigurationOutput = [3, n0, _DSCO, 0, [], []];
|
|
290
|
+
export var GetConnectionInput = [3, n0, _GCI, 0, [_CA], [0]];
|
|
291
|
+
export var GetConnectionOutput = [3, n0, _GCO, 0, [_C], [() => Connection]];
|
|
292
|
+
export var GetHostInput = [3, n0, _GHI, 0, [_HA], [0]];
|
|
293
|
+
export var GetHostOutput = [
|
|
294
|
+
3,
|
|
295
|
+
n0,
|
|
296
|
+
_GHO,
|
|
297
|
+
0,
|
|
298
|
+
[_N, _S, _PT, _PE, _VC],
|
|
299
|
+
[0, 0, 0, 0, () => VpcConfiguration],
|
|
300
|
+
];
|
|
301
|
+
export var GetRepositoryLinkInput = [3, n0, _GRLI, 0, [_RLIe], [0]];
|
|
302
|
+
export var GetRepositoryLinkOutput = [3, n0, _GRLO, 0, [_RLI], [() => RepositoryLinkInfo]];
|
|
303
|
+
export var GetRepositorySyncStatusInput = [3, n0, _GRSSI, 0, [_B, _RLIe, _ST], [0, 0, 0]];
|
|
304
|
+
export var GetRepositorySyncStatusOutput = [
|
|
305
|
+
3,
|
|
306
|
+
n0,
|
|
307
|
+
_GRSSO,
|
|
308
|
+
0,
|
|
309
|
+
[_LS],
|
|
310
|
+
[() => RepositorySyncAttempt],
|
|
311
|
+
];
|
|
312
|
+
export var GetResourceSyncStatusInput = [3, n0, _GRSSIe, 0, [_RNe, _ST], [0, 0]];
|
|
313
|
+
export var GetResourceSyncStatusOutput = [
|
|
314
|
+
3,
|
|
315
|
+
n0,
|
|
316
|
+
_GRSSOe,
|
|
317
|
+
0,
|
|
318
|
+
[_DS, _LSS, _LS],
|
|
319
|
+
[() => Revision, () => ResourceSyncAttempt, () => ResourceSyncAttempt],
|
|
320
|
+
];
|
|
321
|
+
export var GetSyncBlockerSummaryInput = [3, n0, _GSBSI, 0, [_ST, _RNe], [0, 0]];
|
|
322
|
+
export var GetSyncBlockerSummaryOutput = [3, n0, _GSBSO, 0, [_SBS], [() => SyncBlockerSummary]];
|
|
323
|
+
export var GetSyncConfigurationInput = [3, n0, _GSCI, 0, [_ST, _RNe], [0, 0]];
|
|
324
|
+
export var GetSyncConfigurationOutput = [3, n0, _GSCO, 0, [_SC], [() => SyncConfiguration]];
|
|
325
|
+
export var Host = [
|
|
326
|
+
3,
|
|
327
|
+
n0,
|
|
328
|
+
_H,
|
|
329
|
+
0,
|
|
330
|
+
[_N, _HA, _PT, _PE, _VC, _S, _SM],
|
|
331
|
+
[0, 0, 0, 0, () => VpcConfiguration, 0, 0],
|
|
332
|
+
];
|
|
333
|
+
export var InternalServerException = [
|
|
334
|
+
-3,
|
|
335
|
+
n0,
|
|
336
|
+
_ISE,
|
|
337
|
+
{
|
|
338
|
+
[_e]: _s,
|
|
339
|
+
[_hE]: 503,
|
|
340
|
+
},
|
|
341
|
+
[_M],
|
|
342
|
+
[0],
|
|
343
|
+
];
|
|
344
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
345
|
+
export var InvalidInputException = [
|
|
346
|
+
-3,
|
|
347
|
+
n0,
|
|
348
|
+
_IIE,
|
|
349
|
+
{
|
|
350
|
+
[_e]: _c,
|
|
351
|
+
[_hE]: 400,
|
|
352
|
+
},
|
|
353
|
+
[_M],
|
|
354
|
+
[0],
|
|
355
|
+
];
|
|
356
|
+
TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
|
|
357
|
+
export var LimitExceededException = [
|
|
358
|
+
-3,
|
|
359
|
+
n0,
|
|
360
|
+
_LEE,
|
|
361
|
+
{
|
|
362
|
+
[_e]: _c,
|
|
363
|
+
[_hE]: 429,
|
|
364
|
+
},
|
|
365
|
+
[_M],
|
|
366
|
+
[0],
|
|
367
|
+
];
|
|
368
|
+
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
369
|
+
export var ListConnectionsInput = [3, n0, _LCI, 0, [_PTF, _HAF, _MR, _NT], [0, 0, 1, 0]];
|
|
370
|
+
export var ListConnectionsOutput = [3, n0, _LCO, 0, [_Co, _NT], [() => ConnectionList, 0]];
|
|
371
|
+
export var ListHostsInput = [3, n0, _LHI, 0, [_MR, _NT], [1, 0]];
|
|
372
|
+
export var ListHostsOutput = [3, n0, _LHO, 0, [_Ho, _NT], [() => HostList, 0]];
|
|
373
|
+
export var ListRepositoryLinksInput = [3, n0, _LRLI, 0, [_MR, _NT], [1, 0]];
|
|
374
|
+
export var ListRepositoryLinksOutput = [
|
|
375
|
+
3,
|
|
376
|
+
n0,
|
|
377
|
+
_LRLO,
|
|
378
|
+
0,
|
|
379
|
+
[_RL, _NT],
|
|
380
|
+
[() => RepositoryLinkList, 0],
|
|
381
|
+
];
|
|
382
|
+
export var ListRepositorySyncDefinitionsInput = [3, n0, _LRSDI, 0, [_RLIe, _ST], [0, 0]];
|
|
383
|
+
export var ListRepositorySyncDefinitionsOutput = [
|
|
384
|
+
3,
|
|
385
|
+
n0,
|
|
386
|
+
_LRSDO,
|
|
387
|
+
0,
|
|
388
|
+
[_RSD, _NT],
|
|
389
|
+
[() => RepositorySyncDefinitionList, 0],
|
|
390
|
+
];
|
|
391
|
+
export var ListSyncConfigurationsInput = [3, n0, _LSCI, 0, [_MR, _NT, _RLIe, _ST], [1, 0, 0, 0]];
|
|
392
|
+
export var ListSyncConfigurationsOutput = [
|
|
393
|
+
3,
|
|
394
|
+
n0,
|
|
395
|
+
_LSCO,
|
|
396
|
+
0,
|
|
397
|
+
[_SCy, _NT],
|
|
398
|
+
[() => SyncConfigurationList, 0],
|
|
399
|
+
];
|
|
400
|
+
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RAe], [0]];
|
|
401
|
+
export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [() => TagList]];
|
|
402
|
+
export var RepositoryLinkInfo = [
|
|
403
|
+
3,
|
|
404
|
+
n0,
|
|
405
|
+
_RLI,
|
|
406
|
+
0,
|
|
407
|
+
[_CA, _EKA, _OI, _PT, _RLA, _RLIe, _RN],
|
|
408
|
+
[0, 0, 0, 0, 0, 0, 0],
|
|
409
|
+
];
|
|
410
|
+
export var RepositorySyncAttempt = [
|
|
411
|
+
3,
|
|
412
|
+
n0,
|
|
413
|
+
_RSA,
|
|
414
|
+
0,
|
|
415
|
+
[_SA, _S, _E],
|
|
416
|
+
[4, 0, () => RepositorySyncEventList],
|
|
417
|
+
];
|
|
418
|
+
export var RepositorySyncDefinition = [3, n0, _RSDe, 0, [_B, _D, _P, _Ta], [0, 0, 0, 0]];
|
|
419
|
+
export var RepositorySyncEvent = [3, n0, _RSE, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
|
|
420
|
+
export var ResourceAlreadyExistsException = [
|
|
421
|
+
-3,
|
|
422
|
+
n0,
|
|
423
|
+
_RAEE,
|
|
424
|
+
{
|
|
425
|
+
[_e]: _c,
|
|
426
|
+
[_hE]: 409,
|
|
427
|
+
},
|
|
428
|
+
[_M],
|
|
429
|
+
[0],
|
|
430
|
+
];
|
|
431
|
+
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException, __ResourceAlreadyExistsException);
|
|
432
|
+
export var ResourceNotFoundException = [
|
|
433
|
+
-3,
|
|
434
|
+
n0,
|
|
435
|
+
_RNFE,
|
|
436
|
+
{
|
|
437
|
+
[_e]: _c,
|
|
438
|
+
[_hE]: 404,
|
|
439
|
+
},
|
|
440
|
+
[_M],
|
|
441
|
+
[0],
|
|
442
|
+
];
|
|
443
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
444
|
+
export var ResourceSyncAttempt = [
|
|
445
|
+
3,
|
|
446
|
+
n0,
|
|
447
|
+
_RSAe,
|
|
448
|
+
0,
|
|
449
|
+
[_E, _IR, _SA, _S, _TR, _Ta],
|
|
450
|
+
[() => ResourceSyncEventList, () => Revision, 4, 0, () => Revision, 0],
|
|
451
|
+
];
|
|
452
|
+
export var ResourceSyncEvent = [3, n0, _RSEe, 0, [_Ev, _EI, _Ti, _Ty], [0, 0, 4, 0]];
|
|
453
|
+
export var ResourceUnavailableException = [
|
|
454
|
+
-3,
|
|
455
|
+
n0,
|
|
456
|
+
_RUE,
|
|
457
|
+
{
|
|
458
|
+
[_e]: _c,
|
|
459
|
+
[_hE]: 400,
|
|
460
|
+
},
|
|
461
|
+
[_M],
|
|
462
|
+
[0],
|
|
463
|
+
];
|
|
464
|
+
TypeRegistry.for(n0).registerError(ResourceUnavailableException, __ResourceUnavailableException);
|
|
465
|
+
export var RetryLatestCommitFailedException = [
|
|
466
|
+
-3,
|
|
467
|
+
n0,
|
|
468
|
+
_RLCFE,
|
|
469
|
+
{
|
|
470
|
+
[_e]: _s,
|
|
471
|
+
[_hE]: 503,
|
|
472
|
+
},
|
|
473
|
+
[_M],
|
|
474
|
+
[0],
|
|
475
|
+
];
|
|
476
|
+
TypeRegistry.for(n0).registerError(RetryLatestCommitFailedException, __RetryLatestCommitFailedException);
|
|
477
|
+
export var Revision = [3, n0, _R, 0, [_B, _D, _OI, _RN, _PT, _Sh], [0, 0, 0, 0, 0, 0]];
|
|
478
|
+
export var SyncBlocker = [
|
|
479
|
+
3,
|
|
480
|
+
n0,
|
|
481
|
+
_SB,
|
|
482
|
+
0,
|
|
483
|
+
[_I, _Ty, _S, _CR, _CAr, _Con, _RR, _RAes],
|
|
484
|
+
[0, 0, 0, 0, 4, () => SyncBlockerContextList, 0, 4],
|
|
485
|
+
];
|
|
486
|
+
export var SyncBlockerContext = [3, n0, _SBC, 0, [_K, _V], [0, 0]];
|
|
487
|
+
export var SyncBlockerDoesNotExistException = [
|
|
488
|
+
-3,
|
|
489
|
+
n0,
|
|
490
|
+
_SBDNEE,
|
|
491
|
+
{
|
|
492
|
+
[_e]: _c,
|
|
493
|
+
[_hE]: 404,
|
|
494
|
+
},
|
|
495
|
+
[_M],
|
|
496
|
+
[0],
|
|
497
|
+
];
|
|
498
|
+
TypeRegistry.for(n0).registerError(SyncBlockerDoesNotExistException, __SyncBlockerDoesNotExistException);
|
|
499
|
+
export var SyncBlockerSummary = [
|
|
500
|
+
3,
|
|
501
|
+
n0,
|
|
502
|
+
_SBS,
|
|
503
|
+
0,
|
|
504
|
+
[_RNe, _PRN, _LB],
|
|
505
|
+
[0, 0, () => LatestSyncBlockerList],
|
|
506
|
+
];
|
|
507
|
+
export var SyncConfiguration = [
|
|
508
|
+
3,
|
|
509
|
+
n0,
|
|
510
|
+
_SC,
|
|
511
|
+
0,
|
|
512
|
+
[_B, _CF, _OI, _PT, _RLIe, _RN, _RNe, _RA, _ST, _PDS, _TRUO],
|
|
513
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
514
|
+
];
|
|
515
|
+
export var SyncConfigurationStillExistsException = [
|
|
516
|
+
-3,
|
|
517
|
+
n0,
|
|
518
|
+
_SCSEE,
|
|
519
|
+
{
|
|
520
|
+
[_e]: _c,
|
|
521
|
+
[_hE]: 409,
|
|
522
|
+
},
|
|
523
|
+
[_M],
|
|
524
|
+
[0],
|
|
525
|
+
];
|
|
526
|
+
TypeRegistry.for(n0).registerError(SyncConfigurationStillExistsException, __SyncConfigurationStillExistsException);
|
|
527
|
+
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
528
|
+
export var TagResourceInput = [3, n0, _TRI, 0, [_RAe, _T], [0, () => TagList]];
|
|
529
|
+
export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
|
|
530
|
+
export var ThrottlingException = [
|
|
531
|
+
-3,
|
|
532
|
+
n0,
|
|
533
|
+
_TE,
|
|
534
|
+
{
|
|
535
|
+
[_e]: _c,
|
|
536
|
+
[_hE]: 429,
|
|
537
|
+
},
|
|
538
|
+
[_M],
|
|
539
|
+
[0],
|
|
540
|
+
];
|
|
541
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
542
|
+
export var UnsupportedOperationException = [
|
|
543
|
+
-3,
|
|
544
|
+
n0,
|
|
545
|
+
_UOE,
|
|
546
|
+
{
|
|
547
|
+
[_e]: _c,
|
|
548
|
+
[_hE]: 400,
|
|
549
|
+
},
|
|
550
|
+
[_M],
|
|
551
|
+
[0],
|
|
552
|
+
];
|
|
553
|
+
TypeRegistry.for(n0).registerError(UnsupportedOperationException, __UnsupportedOperationException);
|
|
554
|
+
export var UnsupportedProviderTypeException = [
|
|
555
|
+
-3,
|
|
556
|
+
n0,
|
|
557
|
+
_UPTE,
|
|
558
|
+
{
|
|
559
|
+
[_e]: _c,
|
|
560
|
+
[_hE]: 400,
|
|
561
|
+
},
|
|
562
|
+
[_M],
|
|
563
|
+
[0],
|
|
564
|
+
];
|
|
565
|
+
TypeRegistry.for(n0).registerError(UnsupportedProviderTypeException, __UnsupportedProviderTypeException);
|
|
566
|
+
export var UntagResourceInput = [3, n0, _URI, 0, [_RAe, _TK], [0, 64 | 0]];
|
|
567
|
+
export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
|
|
568
|
+
export var UpdateHostInput = [3, n0, _UHI, 0, [_HA, _PE, _VC], [0, 0, () => VpcConfiguration]];
|
|
569
|
+
export var UpdateHostOutput = [3, n0, _UHO, 0, [], []];
|
|
570
|
+
export var UpdateOutOfSyncException = [
|
|
571
|
+
-3,
|
|
572
|
+
n0,
|
|
573
|
+
_UOOSE,
|
|
574
|
+
{
|
|
575
|
+
[_e]: _c,
|
|
576
|
+
[_hE]: 409,
|
|
577
|
+
},
|
|
578
|
+
[_M],
|
|
579
|
+
[0],
|
|
580
|
+
];
|
|
581
|
+
TypeRegistry.for(n0).registerError(UpdateOutOfSyncException, __UpdateOutOfSyncException);
|
|
582
|
+
export var UpdateRepositoryLinkInput = [3, n0, _URLI, 0, [_CA, _EKA, _RLIe], [0, 0, 0]];
|
|
583
|
+
export var UpdateRepositoryLinkOutput = [3, n0, _URLO, 0, [_RLI], [() => RepositoryLinkInfo]];
|
|
584
|
+
export var UpdateSyncBlockerInput = [3, n0, _USBI, 0, [_I, _ST, _RNe, _RR], [0, 0, 0, 0]];
|
|
585
|
+
export var UpdateSyncBlockerOutput = [
|
|
586
|
+
3,
|
|
587
|
+
n0,
|
|
588
|
+
_USBO,
|
|
589
|
+
0,
|
|
590
|
+
[_RNe, _PRN, _SB],
|
|
591
|
+
[0, 0, () => SyncBlocker],
|
|
592
|
+
];
|
|
593
|
+
export var UpdateSyncConfigurationInput = [
|
|
594
|
+
3,
|
|
595
|
+
n0,
|
|
596
|
+
_USCI,
|
|
597
|
+
0,
|
|
598
|
+
[_B, _CF, _RLIe, _RNe, _RA, _ST, _PDS, _TRUO],
|
|
599
|
+
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
600
|
+
];
|
|
601
|
+
export var UpdateSyncConfigurationOutput = [3, n0, _USCO, 0, [_SC], [() => SyncConfiguration]];
|
|
602
|
+
export var VpcConfiguration = [3, n0, _VC, 0, [_VI, _SI, _SGI, _TC], [0, 64 | 0, 64 | 0, 0]];
|
|
603
|
+
export var __Unit = "unit";
|
|
604
|
+
export var CodeStarConnectionsServiceException = [
|
|
605
|
+
-3,
|
|
606
|
+
_sm,
|
|
607
|
+
"CodeStarConnectionsServiceException",
|
|
608
|
+
0,
|
|
609
|
+
[],
|
|
610
|
+
[],
|
|
611
|
+
];
|
|
612
|
+
TypeRegistry.for(_sm).registerError(CodeStarConnectionsServiceException, __CodeStarConnectionsServiceException);
|
|
613
|
+
export var ConnectionList = [1, n0, _CL, 0, () => Connection];
|
|
614
|
+
export var HostList = [1, n0, _HL, 0, () => Host];
|
|
615
|
+
export var LatestSyncBlockerList = [1, n0, _LSBL, 0, () => SyncBlocker];
|
|
616
|
+
export var RepositoryLinkList = [1, n0, _RLL, 0, () => RepositoryLinkInfo];
|
|
617
|
+
export var RepositorySyncDefinitionList = [1, n0, _RSDL, 0, () => RepositorySyncDefinition];
|
|
618
|
+
export var RepositorySyncEventList = [1, n0, _RSEL, 0, () => RepositorySyncEvent];
|
|
619
|
+
export var ResourceSyncEventList = [1, n0, _RSELe, 0, () => ResourceSyncEvent];
|
|
620
|
+
export var SecurityGroupIds = 64 | 0;
|
|
621
|
+
export var SubnetIds = 64 | 0;
|
|
622
|
+
export var SyncBlockerContextList = [1, n0, _SBCL, 0, () => SyncBlockerContext];
|
|
623
|
+
export var SyncConfigurationList = [1, n0, _SCL, 0, () => SyncConfiguration];
|
|
624
|
+
export var TagKeyList = 64 | 0;
|
|
625
|
+
export var TagList = [1, n0, _TL, 0, () => Tag];
|
|
626
|
+
export var CreateConnection = [
|
|
627
|
+
9,
|
|
628
|
+
n0,
|
|
629
|
+
_CC,
|
|
630
|
+
0,
|
|
631
|
+
() => CreateConnectionInput,
|
|
632
|
+
() => CreateConnectionOutput,
|
|
633
|
+
];
|
|
634
|
+
export var CreateHost = [9, n0, _CH, 0, () => CreateHostInput, () => CreateHostOutput];
|
|
635
|
+
export var CreateRepositoryLink = [
|
|
636
|
+
9,
|
|
637
|
+
n0,
|
|
638
|
+
_CRL,
|
|
639
|
+
0,
|
|
640
|
+
() => CreateRepositoryLinkInput,
|
|
641
|
+
() => CreateRepositoryLinkOutput,
|
|
642
|
+
];
|
|
643
|
+
export var CreateSyncConfiguration = [
|
|
644
|
+
9,
|
|
645
|
+
n0,
|
|
646
|
+
_CSC,
|
|
647
|
+
0,
|
|
648
|
+
() => CreateSyncConfigurationInput,
|
|
649
|
+
() => CreateSyncConfigurationOutput,
|
|
650
|
+
];
|
|
651
|
+
export var DeleteConnection = [
|
|
652
|
+
9,
|
|
653
|
+
n0,
|
|
654
|
+
_DC,
|
|
655
|
+
0,
|
|
656
|
+
() => DeleteConnectionInput,
|
|
657
|
+
() => DeleteConnectionOutput,
|
|
658
|
+
];
|
|
659
|
+
export var DeleteHost = [9, n0, _DH, 0, () => DeleteHostInput, () => DeleteHostOutput];
|
|
660
|
+
export var DeleteRepositoryLink = [
|
|
661
|
+
9,
|
|
662
|
+
n0,
|
|
663
|
+
_DRL,
|
|
664
|
+
0,
|
|
665
|
+
() => DeleteRepositoryLinkInput,
|
|
666
|
+
() => DeleteRepositoryLinkOutput,
|
|
667
|
+
];
|
|
668
|
+
export var DeleteSyncConfiguration = [
|
|
669
|
+
9,
|
|
670
|
+
n0,
|
|
671
|
+
_DSC,
|
|
672
|
+
0,
|
|
673
|
+
() => DeleteSyncConfigurationInput,
|
|
674
|
+
() => DeleteSyncConfigurationOutput,
|
|
675
|
+
];
|
|
676
|
+
export var GetConnection = [9, n0, _GC, 0, () => GetConnectionInput, () => GetConnectionOutput];
|
|
677
|
+
export var GetHost = [9, n0, _GH, 0, () => GetHostInput, () => GetHostOutput];
|
|
678
|
+
export var GetRepositoryLink = [
|
|
679
|
+
9,
|
|
680
|
+
n0,
|
|
681
|
+
_GRL,
|
|
682
|
+
0,
|
|
683
|
+
() => GetRepositoryLinkInput,
|
|
684
|
+
() => GetRepositoryLinkOutput,
|
|
685
|
+
];
|
|
686
|
+
export var GetRepositorySyncStatus = [
|
|
687
|
+
9,
|
|
688
|
+
n0,
|
|
689
|
+
_GRSS,
|
|
690
|
+
0,
|
|
691
|
+
() => GetRepositorySyncStatusInput,
|
|
692
|
+
() => GetRepositorySyncStatusOutput,
|
|
693
|
+
];
|
|
694
|
+
export var GetResourceSyncStatus = [
|
|
695
|
+
9,
|
|
696
|
+
n0,
|
|
697
|
+
_GRSSe,
|
|
698
|
+
0,
|
|
699
|
+
() => GetResourceSyncStatusInput,
|
|
700
|
+
() => GetResourceSyncStatusOutput,
|
|
701
|
+
];
|
|
702
|
+
export var GetSyncBlockerSummary = [
|
|
703
|
+
9,
|
|
704
|
+
n0,
|
|
705
|
+
_GSBS,
|
|
706
|
+
0,
|
|
707
|
+
() => GetSyncBlockerSummaryInput,
|
|
708
|
+
() => GetSyncBlockerSummaryOutput,
|
|
709
|
+
];
|
|
710
|
+
export var GetSyncConfiguration = [
|
|
711
|
+
9,
|
|
712
|
+
n0,
|
|
713
|
+
_GSC,
|
|
714
|
+
0,
|
|
715
|
+
() => GetSyncConfigurationInput,
|
|
716
|
+
() => GetSyncConfigurationOutput,
|
|
717
|
+
];
|
|
718
|
+
export var ListConnections = [
|
|
719
|
+
9,
|
|
720
|
+
n0,
|
|
721
|
+
_LC,
|
|
722
|
+
0,
|
|
723
|
+
() => ListConnectionsInput,
|
|
724
|
+
() => ListConnectionsOutput,
|
|
725
|
+
];
|
|
726
|
+
export var ListHosts = [9, n0, _LH, 0, () => ListHostsInput, () => ListHostsOutput];
|
|
727
|
+
export var ListRepositoryLinks = [
|
|
728
|
+
9,
|
|
729
|
+
n0,
|
|
730
|
+
_LRL,
|
|
731
|
+
0,
|
|
732
|
+
() => ListRepositoryLinksInput,
|
|
733
|
+
() => ListRepositoryLinksOutput,
|
|
734
|
+
];
|
|
735
|
+
export var ListRepositorySyncDefinitions = [
|
|
736
|
+
9,
|
|
737
|
+
n0,
|
|
738
|
+
_LRSD,
|
|
739
|
+
0,
|
|
740
|
+
() => ListRepositorySyncDefinitionsInput,
|
|
741
|
+
() => ListRepositorySyncDefinitionsOutput,
|
|
742
|
+
];
|
|
743
|
+
export var ListSyncConfigurations = [
|
|
744
|
+
9,
|
|
745
|
+
n0,
|
|
746
|
+
_LSC,
|
|
747
|
+
0,
|
|
748
|
+
() => ListSyncConfigurationsInput,
|
|
749
|
+
() => ListSyncConfigurationsOutput,
|
|
750
|
+
];
|
|
751
|
+
export var ListTagsForResource = [
|
|
752
|
+
9,
|
|
753
|
+
n0,
|
|
754
|
+
_LTFR,
|
|
755
|
+
0,
|
|
756
|
+
() => ListTagsForResourceInput,
|
|
757
|
+
() => ListTagsForResourceOutput,
|
|
758
|
+
];
|
|
759
|
+
export var TagResource = [9, n0, _TRa, 0, () => TagResourceInput, () => TagResourceOutput];
|
|
760
|
+
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => UntagResourceOutput];
|
|
761
|
+
export var UpdateHost = [9, n0, _UH, 0, () => UpdateHostInput, () => UpdateHostOutput];
|
|
762
|
+
export var UpdateRepositoryLink = [
|
|
763
|
+
9,
|
|
764
|
+
n0,
|
|
765
|
+
_URL,
|
|
766
|
+
0,
|
|
767
|
+
() => UpdateRepositoryLinkInput,
|
|
768
|
+
() => UpdateRepositoryLinkOutput,
|
|
769
|
+
];
|
|
770
|
+
export var UpdateSyncBlocker = [
|
|
771
|
+
9,
|
|
772
|
+
n0,
|
|
773
|
+
_USB,
|
|
774
|
+
0,
|
|
775
|
+
() => UpdateSyncBlockerInput,
|
|
776
|
+
() => UpdateSyncBlockerOutput,
|
|
777
|
+
];
|
|
778
|
+
export var UpdateSyncConfiguration = [
|
|
779
|
+
9,
|
|
780
|
+
n0,
|
|
781
|
+
_USC,
|
|
782
|
+
0,
|
|
783
|
+
() => UpdateSyncConfigurationInput,
|
|
784
|
+
() => UpdateSyncConfigurationOutput,
|
|
785
|
+
];
|