@aws-sdk/client-codestar-connections 3.986.0 → 3.988.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 +46 -1159
- package/dist-cjs/models/CodeStarConnectionsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +259 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +770 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +92 -86
- package/dist-types/schemas/schemas_0.d.ts +21 -14
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -14
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var CodeStarConnectionsServiceException = require('./models/CodeStarConnectionsServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,1006 +113,6 @@ class CodeStarConnectionsClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class CodeStarConnectionsServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, CodeStarConnectionsServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends CodeStarConnectionsServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "AccessDeniedException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class LimitExceededException extends CodeStarConnectionsServiceException {
|
|
135
|
-
name = "LimitExceededException";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
Message;
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "LimitExceededException",
|
|
141
|
-
$fault: "client",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
145
|
-
this.Message = opts.Message;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
class ResourceNotFoundException extends CodeStarConnectionsServiceException {
|
|
149
|
-
name = "ResourceNotFoundException";
|
|
150
|
-
$fault = "client";
|
|
151
|
-
Message;
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "ResourceNotFoundException",
|
|
155
|
-
$fault: "client",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
159
|
-
this.Message = opts.Message;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
class ResourceUnavailableException extends CodeStarConnectionsServiceException {
|
|
163
|
-
name = "ResourceUnavailableException";
|
|
164
|
-
$fault = "client";
|
|
165
|
-
Message;
|
|
166
|
-
constructor(opts) {
|
|
167
|
-
super({
|
|
168
|
-
name: "ResourceUnavailableException",
|
|
169
|
-
$fault: "client",
|
|
170
|
-
...opts,
|
|
171
|
-
});
|
|
172
|
-
Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
|
|
173
|
-
this.Message = opts.Message;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
class ConcurrentModificationException extends CodeStarConnectionsServiceException {
|
|
177
|
-
name = "ConcurrentModificationException";
|
|
178
|
-
$fault = "client";
|
|
179
|
-
Message;
|
|
180
|
-
constructor(opts) {
|
|
181
|
-
super({
|
|
182
|
-
name: "ConcurrentModificationException",
|
|
183
|
-
$fault: "client",
|
|
184
|
-
...opts,
|
|
185
|
-
});
|
|
186
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
187
|
-
this.Message = opts.Message;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
class InternalServerException extends CodeStarConnectionsServiceException {
|
|
191
|
-
name = "InternalServerException";
|
|
192
|
-
$fault = "server";
|
|
193
|
-
Message;
|
|
194
|
-
constructor(opts) {
|
|
195
|
-
super({
|
|
196
|
-
name: "InternalServerException",
|
|
197
|
-
$fault: "server",
|
|
198
|
-
...opts,
|
|
199
|
-
});
|
|
200
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
201
|
-
this.Message = opts.Message;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
class InvalidInputException extends CodeStarConnectionsServiceException {
|
|
205
|
-
name = "InvalidInputException";
|
|
206
|
-
$fault = "client";
|
|
207
|
-
Message;
|
|
208
|
-
constructor(opts) {
|
|
209
|
-
super({
|
|
210
|
-
name: "InvalidInputException",
|
|
211
|
-
$fault: "client",
|
|
212
|
-
...opts,
|
|
213
|
-
});
|
|
214
|
-
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
215
|
-
this.Message = opts.Message;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
class ResourceAlreadyExistsException extends CodeStarConnectionsServiceException {
|
|
219
|
-
name = "ResourceAlreadyExistsException";
|
|
220
|
-
$fault = "client";
|
|
221
|
-
Message;
|
|
222
|
-
constructor(opts) {
|
|
223
|
-
super({
|
|
224
|
-
name: "ResourceAlreadyExistsException",
|
|
225
|
-
$fault: "client",
|
|
226
|
-
...opts,
|
|
227
|
-
});
|
|
228
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
229
|
-
this.Message = opts.Message;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
class ThrottlingException extends CodeStarConnectionsServiceException {
|
|
233
|
-
name = "ThrottlingException";
|
|
234
|
-
$fault = "client";
|
|
235
|
-
Message;
|
|
236
|
-
constructor(opts) {
|
|
237
|
-
super({
|
|
238
|
-
name: "ThrottlingException",
|
|
239
|
-
$fault: "client",
|
|
240
|
-
...opts,
|
|
241
|
-
});
|
|
242
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
243
|
-
this.Message = opts.Message;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
class SyncConfigurationStillExistsException extends CodeStarConnectionsServiceException {
|
|
247
|
-
name = "SyncConfigurationStillExistsException";
|
|
248
|
-
$fault = "client";
|
|
249
|
-
Message;
|
|
250
|
-
constructor(opts) {
|
|
251
|
-
super({
|
|
252
|
-
name: "SyncConfigurationStillExistsException",
|
|
253
|
-
$fault: "client",
|
|
254
|
-
...opts,
|
|
255
|
-
});
|
|
256
|
-
Object.setPrototypeOf(this, SyncConfigurationStillExistsException.prototype);
|
|
257
|
-
this.Message = opts.Message;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
class UnsupportedProviderTypeException extends CodeStarConnectionsServiceException {
|
|
261
|
-
name = "UnsupportedProviderTypeException";
|
|
262
|
-
$fault = "client";
|
|
263
|
-
Message;
|
|
264
|
-
constructor(opts) {
|
|
265
|
-
super({
|
|
266
|
-
name: "UnsupportedProviderTypeException",
|
|
267
|
-
$fault: "client",
|
|
268
|
-
...opts,
|
|
269
|
-
});
|
|
270
|
-
Object.setPrototypeOf(this, UnsupportedProviderTypeException.prototype);
|
|
271
|
-
this.Message = opts.Message;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
class ConflictException extends CodeStarConnectionsServiceException {
|
|
275
|
-
name = "ConflictException";
|
|
276
|
-
$fault = "client";
|
|
277
|
-
Message;
|
|
278
|
-
constructor(opts) {
|
|
279
|
-
super({
|
|
280
|
-
name: "ConflictException",
|
|
281
|
-
$fault: "client",
|
|
282
|
-
...opts,
|
|
283
|
-
});
|
|
284
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
285
|
-
this.Message = opts.Message;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
class UnsupportedOperationException extends CodeStarConnectionsServiceException {
|
|
289
|
-
name = "UnsupportedOperationException";
|
|
290
|
-
$fault = "client";
|
|
291
|
-
Message;
|
|
292
|
-
constructor(opts) {
|
|
293
|
-
super({
|
|
294
|
-
name: "UnsupportedOperationException",
|
|
295
|
-
$fault: "client",
|
|
296
|
-
...opts,
|
|
297
|
-
});
|
|
298
|
-
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
299
|
-
this.Message = opts.Message;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
class ConditionalCheckFailedException extends CodeStarConnectionsServiceException {
|
|
303
|
-
name = "ConditionalCheckFailedException";
|
|
304
|
-
$fault = "client";
|
|
305
|
-
Message;
|
|
306
|
-
constructor(opts) {
|
|
307
|
-
super({
|
|
308
|
-
name: "ConditionalCheckFailedException",
|
|
309
|
-
$fault: "client",
|
|
310
|
-
...opts,
|
|
311
|
-
});
|
|
312
|
-
Object.setPrototypeOf(this, ConditionalCheckFailedException.prototype);
|
|
313
|
-
this.Message = opts.Message;
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
class UpdateOutOfSyncException extends CodeStarConnectionsServiceException {
|
|
317
|
-
name = "UpdateOutOfSyncException";
|
|
318
|
-
$fault = "client";
|
|
319
|
-
Message;
|
|
320
|
-
constructor(opts) {
|
|
321
|
-
super({
|
|
322
|
-
name: "UpdateOutOfSyncException",
|
|
323
|
-
$fault: "client",
|
|
324
|
-
...opts,
|
|
325
|
-
});
|
|
326
|
-
Object.setPrototypeOf(this, UpdateOutOfSyncException.prototype);
|
|
327
|
-
this.Message = opts.Message;
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
class RetryLatestCommitFailedException extends CodeStarConnectionsServiceException {
|
|
331
|
-
name = "RetryLatestCommitFailedException";
|
|
332
|
-
$fault = "server";
|
|
333
|
-
Message;
|
|
334
|
-
constructor(opts) {
|
|
335
|
-
super({
|
|
336
|
-
name: "RetryLatestCommitFailedException",
|
|
337
|
-
$fault: "server",
|
|
338
|
-
...opts,
|
|
339
|
-
});
|
|
340
|
-
Object.setPrototypeOf(this, RetryLatestCommitFailedException.prototype);
|
|
341
|
-
this.Message = opts.Message;
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
class SyncBlockerDoesNotExistException extends CodeStarConnectionsServiceException {
|
|
345
|
-
name = "SyncBlockerDoesNotExistException";
|
|
346
|
-
$fault = "client";
|
|
347
|
-
Message;
|
|
348
|
-
constructor(opts) {
|
|
349
|
-
super({
|
|
350
|
-
name: "SyncBlockerDoesNotExistException",
|
|
351
|
-
$fault: "client",
|
|
352
|
-
...opts,
|
|
353
|
-
});
|
|
354
|
-
Object.setPrototypeOf(this, SyncBlockerDoesNotExistException.prototype);
|
|
355
|
-
this.Message = opts.Message;
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
const _ADE = "AccessDeniedException";
|
|
360
|
-
const _B = "Branch";
|
|
361
|
-
const _C = "Connection";
|
|
362
|
-
const _CA = "ConnectionArn";
|
|
363
|
-
const _CAr = "CreatedAt";
|
|
364
|
-
const _CC = "CreateConnection";
|
|
365
|
-
const _CCFE = "ConditionalCheckFailedException";
|
|
366
|
-
const _CCI = "CreateConnectionInput";
|
|
367
|
-
const _CCO = "CreateConnectionOutput";
|
|
368
|
-
const _CE = "ConflictException";
|
|
369
|
-
const _CF = "ConfigFile";
|
|
370
|
-
const _CH = "CreateHost";
|
|
371
|
-
const _CHI = "CreateHostInput";
|
|
372
|
-
const _CHO = "CreateHostOutput";
|
|
373
|
-
const _CL = "ConnectionList";
|
|
374
|
-
const _CME = "ConcurrentModificationException";
|
|
375
|
-
const _CN = "ConnectionName";
|
|
376
|
-
const _CR = "CreatedReason";
|
|
377
|
-
const _CRL = "CreateRepositoryLink";
|
|
378
|
-
const _CRLI = "CreateRepositoryLinkInput";
|
|
379
|
-
const _CRLO = "CreateRepositoryLinkOutput";
|
|
380
|
-
const _CS = "ConnectionStatus";
|
|
381
|
-
const _CSC = "CreateSyncConfiguration";
|
|
382
|
-
const _CSCI = "CreateSyncConfigurationInput";
|
|
383
|
-
const _CSCO = "CreateSyncConfigurationOutput";
|
|
384
|
-
const _Co = "Connections";
|
|
385
|
-
const _Con = "Contexts";
|
|
386
|
-
const _D = "Directory";
|
|
387
|
-
const _DC = "DeleteConnection";
|
|
388
|
-
const _DCI = "DeleteConnectionInput";
|
|
389
|
-
const _DCO = "DeleteConnectionOutput";
|
|
390
|
-
const _DH = "DeleteHost";
|
|
391
|
-
const _DHI = "DeleteHostInput";
|
|
392
|
-
const _DHO = "DeleteHostOutput";
|
|
393
|
-
const _DRL = "DeleteRepositoryLink";
|
|
394
|
-
const _DRLI = "DeleteRepositoryLinkInput";
|
|
395
|
-
const _DRLO = "DeleteRepositoryLinkOutput";
|
|
396
|
-
const _DS = "DesiredState";
|
|
397
|
-
const _DSC = "DeleteSyncConfiguration";
|
|
398
|
-
const _DSCI = "DeleteSyncConfigurationInput";
|
|
399
|
-
const _DSCO = "DeleteSyncConfigurationOutput";
|
|
400
|
-
const _E = "Events";
|
|
401
|
-
const _EI = "ExternalId";
|
|
402
|
-
const _EKA = "EncryptionKeyArn";
|
|
403
|
-
const _Ev = "Event";
|
|
404
|
-
const _GC = "GetConnection";
|
|
405
|
-
const _GCI = "GetConnectionInput";
|
|
406
|
-
const _GCO = "GetConnectionOutput";
|
|
407
|
-
const _GH = "GetHost";
|
|
408
|
-
const _GHI = "GetHostInput";
|
|
409
|
-
const _GHO = "GetHostOutput";
|
|
410
|
-
const _GRL = "GetRepositoryLink";
|
|
411
|
-
const _GRLI = "GetRepositoryLinkInput";
|
|
412
|
-
const _GRLO = "GetRepositoryLinkOutput";
|
|
413
|
-
const _GRSS = "GetRepositorySyncStatus";
|
|
414
|
-
const _GRSSI = "GetRepositorySyncStatusInput";
|
|
415
|
-
const _GRSSIe = "GetResourceSyncStatusInput";
|
|
416
|
-
const _GRSSO = "GetRepositorySyncStatusOutput";
|
|
417
|
-
const _GRSSOe = "GetResourceSyncStatusOutput";
|
|
418
|
-
const _GRSSe = "GetResourceSyncStatus";
|
|
419
|
-
const _GSBS = "GetSyncBlockerSummary";
|
|
420
|
-
const _GSBSI = "GetSyncBlockerSummaryInput";
|
|
421
|
-
const _GSBSO = "GetSyncBlockerSummaryOutput";
|
|
422
|
-
const _GSC = "GetSyncConfiguration";
|
|
423
|
-
const _GSCI = "GetSyncConfigurationInput";
|
|
424
|
-
const _GSCO = "GetSyncConfigurationOutput";
|
|
425
|
-
const _H = "Host";
|
|
426
|
-
const _HA = "HostArn";
|
|
427
|
-
const _HAF = "HostArnFilter";
|
|
428
|
-
const _HL = "HostList";
|
|
429
|
-
const _Ho = "Hosts";
|
|
430
|
-
const _I = "Id";
|
|
431
|
-
const _IIE = "InvalidInputException";
|
|
432
|
-
const _IR = "InitialRevision";
|
|
433
|
-
const _ISE = "InternalServerException";
|
|
434
|
-
const _K = "Key";
|
|
435
|
-
const _LB = "LatestBlockers";
|
|
436
|
-
const _LC = "ListConnections";
|
|
437
|
-
const _LCI = "ListConnectionsInput";
|
|
438
|
-
const _LCO = "ListConnectionsOutput";
|
|
439
|
-
const _LEE = "LimitExceededException";
|
|
440
|
-
const _LH = "ListHosts";
|
|
441
|
-
const _LHI = "ListHostsInput";
|
|
442
|
-
const _LHO = "ListHostsOutput";
|
|
443
|
-
const _LRL = "ListRepositoryLinks";
|
|
444
|
-
const _LRLI = "ListRepositoryLinksInput";
|
|
445
|
-
const _LRLO = "ListRepositoryLinksOutput";
|
|
446
|
-
const _LRSD = "ListRepositorySyncDefinitions";
|
|
447
|
-
const _LRSDI = "ListRepositorySyncDefinitionsInput";
|
|
448
|
-
const _LRSDO = "ListRepositorySyncDefinitionsOutput";
|
|
449
|
-
const _LS = "LatestSync";
|
|
450
|
-
const _LSBL = "LatestSyncBlockerList";
|
|
451
|
-
const _LSC = "ListSyncConfigurations";
|
|
452
|
-
const _LSCI = "ListSyncConfigurationsInput";
|
|
453
|
-
const _LSCO = "ListSyncConfigurationsOutput";
|
|
454
|
-
const _LSS = "LatestSuccessfulSync";
|
|
455
|
-
const _LTFR = "ListTagsForResource";
|
|
456
|
-
const _LTFRI = "ListTagsForResourceInput";
|
|
457
|
-
const _LTFRO = "ListTagsForResourceOutput";
|
|
458
|
-
const _M = "Message";
|
|
459
|
-
const _MR = "MaxResults";
|
|
460
|
-
const _N = "Name";
|
|
461
|
-
const _NT = "NextToken";
|
|
462
|
-
const _OAI = "OwnerAccountId";
|
|
463
|
-
const _OI = "OwnerId";
|
|
464
|
-
const _P = "Parent";
|
|
465
|
-
const _PDS = "PublishDeploymentStatus";
|
|
466
|
-
const _PE = "ProviderEndpoint";
|
|
467
|
-
const _PRN = "ParentResourceName";
|
|
468
|
-
const _PT = "ProviderType";
|
|
469
|
-
const _PTF = "ProviderTypeFilter";
|
|
470
|
-
const _R = "Revision";
|
|
471
|
-
const _RA = "RoleArn";
|
|
472
|
-
const _RAEE = "ResourceAlreadyExistsException";
|
|
473
|
-
const _RAe = "ResourceArn";
|
|
474
|
-
const _RAes = "ResolvedAt";
|
|
475
|
-
const _RL = "RepositoryLinks";
|
|
476
|
-
const _RLA = "RepositoryLinkArn";
|
|
477
|
-
const _RLCFE = "RetryLatestCommitFailedException";
|
|
478
|
-
const _RLI = "RepositoryLinkInfo";
|
|
479
|
-
const _RLIe = "RepositoryLinkId";
|
|
480
|
-
const _RLL = "RepositoryLinkList";
|
|
481
|
-
const _RN = "RepositoryName";
|
|
482
|
-
const _RNFE = "ResourceNotFoundException";
|
|
483
|
-
const _RNe = "ResourceName";
|
|
484
|
-
const _RR = "ResolvedReason";
|
|
485
|
-
const _RSA = "RepositorySyncAttempt";
|
|
486
|
-
const _RSAe = "ResourceSyncAttempt";
|
|
487
|
-
const _RSD = "RepositorySyncDefinitions";
|
|
488
|
-
const _RSDL = "RepositorySyncDefinitionList";
|
|
489
|
-
const _RSDe = "RepositorySyncDefinition";
|
|
490
|
-
const _RSE = "RepositorySyncEvent";
|
|
491
|
-
const _RSEL = "RepositorySyncEventList";
|
|
492
|
-
const _RSELe = "ResourceSyncEventList";
|
|
493
|
-
const _RSEe = "ResourceSyncEvent";
|
|
494
|
-
const _RUE = "ResourceUnavailableException";
|
|
495
|
-
const _S = "Status";
|
|
496
|
-
const _SA = "StartedAt";
|
|
497
|
-
const _SB = "SyncBlocker";
|
|
498
|
-
const _SBC = "SyncBlockerContext";
|
|
499
|
-
const _SBCL = "SyncBlockerContextList";
|
|
500
|
-
const _SBDNEE = "SyncBlockerDoesNotExistException";
|
|
501
|
-
const _SBS = "SyncBlockerSummary";
|
|
502
|
-
const _SC = "SyncConfiguration";
|
|
503
|
-
const _SCL = "SyncConfigurationList";
|
|
504
|
-
const _SCSEE = "SyncConfigurationStillExistsException";
|
|
505
|
-
const _SCy = "SyncConfigurations";
|
|
506
|
-
const _SGI = "SecurityGroupIds";
|
|
507
|
-
const _SI = "SubnetIds";
|
|
508
|
-
const _SM = "StatusMessage";
|
|
509
|
-
const _ST = "SyncType";
|
|
510
|
-
const _Sh = "Sha";
|
|
511
|
-
const _T = "Tags";
|
|
512
|
-
const _TC = "TlsCertificate";
|
|
513
|
-
const _TE = "ThrottlingException";
|
|
514
|
-
const _TK = "TagKeys";
|
|
515
|
-
const _TL = "TagList";
|
|
516
|
-
const _TR = "TargetRevision";
|
|
517
|
-
const _TRI = "TagResourceInput";
|
|
518
|
-
const _TRO = "TagResourceOutput";
|
|
519
|
-
const _TRUO = "TriggerResourceUpdateOn";
|
|
520
|
-
const _TRa = "TagResource";
|
|
521
|
-
const _Ta = "Target";
|
|
522
|
-
const _Tag = "Tag";
|
|
523
|
-
const _Ti = "Time";
|
|
524
|
-
const _Ty = "Type";
|
|
525
|
-
const _UH = "UpdateHost";
|
|
526
|
-
const _UHI = "UpdateHostInput";
|
|
527
|
-
const _UHO = "UpdateHostOutput";
|
|
528
|
-
const _UOE = "UnsupportedOperationException";
|
|
529
|
-
const _UOOSE = "UpdateOutOfSyncException";
|
|
530
|
-
const _UPTE = "UnsupportedProviderTypeException";
|
|
531
|
-
const _UR = "UntagResource";
|
|
532
|
-
const _URI = "UntagResourceInput";
|
|
533
|
-
const _URL = "UpdateRepositoryLink";
|
|
534
|
-
const _URLI = "UpdateRepositoryLinkInput";
|
|
535
|
-
const _URLO = "UpdateRepositoryLinkOutput";
|
|
536
|
-
const _URO = "UntagResourceOutput";
|
|
537
|
-
const _USB = "UpdateSyncBlocker";
|
|
538
|
-
const _USBI = "UpdateSyncBlockerInput";
|
|
539
|
-
const _USBO = "UpdateSyncBlockerOutput";
|
|
540
|
-
const _USC = "UpdateSyncConfiguration";
|
|
541
|
-
const _USCI = "UpdateSyncConfigurationInput";
|
|
542
|
-
const _USCO = "UpdateSyncConfigurationOutput";
|
|
543
|
-
const _V = "Value";
|
|
544
|
-
const _VC = "VpcConfiguration";
|
|
545
|
-
const _VI = "VpcId";
|
|
546
|
-
const _c = "client";
|
|
547
|
-
const _e = "error";
|
|
548
|
-
const _hE = "httpError";
|
|
549
|
-
const _s = "server";
|
|
550
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codestarconnections";
|
|
551
|
-
const n0 = "com.amazonaws.codestarconnections";
|
|
552
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
553
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
554
|
-
[_M],
|
|
555
|
-
[0]
|
|
556
|
-
];
|
|
557
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
558
|
-
var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
559
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
560
|
-
[_M],
|
|
561
|
-
[0]
|
|
562
|
-
];
|
|
563
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
564
|
-
var ConditionalCheckFailedException$ = [-3, n0, _CCFE,
|
|
565
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
566
|
-
[_M],
|
|
567
|
-
[0]
|
|
568
|
-
];
|
|
569
|
-
schema.TypeRegistry.for(n0).registerError(ConditionalCheckFailedException$, ConditionalCheckFailedException);
|
|
570
|
-
var ConflictException$ = [-3, n0, _CE,
|
|
571
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
572
|
-
[_M],
|
|
573
|
-
[0]
|
|
574
|
-
];
|
|
575
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
576
|
-
var Connection$ = [3, n0, _C,
|
|
577
|
-
0,
|
|
578
|
-
[_CN, _CA, _PT, _OAI, _CS, _HA],
|
|
579
|
-
[0, 0, 0, 0, 0, 0]
|
|
580
|
-
];
|
|
581
|
-
var CreateConnectionInput$ = [3, n0, _CCI,
|
|
582
|
-
0,
|
|
583
|
-
[_CN, _PT, _T, _HA],
|
|
584
|
-
[0, 0, () => TagList, 0], 1
|
|
585
|
-
];
|
|
586
|
-
var CreateConnectionOutput$ = [3, n0, _CCO,
|
|
587
|
-
0,
|
|
588
|
-
[_CA, _T],
|
|
589
|
-
[0, () => TagList], 1
|
|
590
|
-
];
|
|
591
|
-
var CreateHostInput$ = [3, n0, _CHI,
|
|
592
|
-
0,
|
|
593
|
-
[_N, _PT, _PE, _VC, _T],
|
|
594
|
-
[0, 0, 0, () => VpcConfiguration$, () => TagList], 3
|
|
595
|
-
];
|
|
596
|
-
var CreateHostOutput$ = [3, n0, _CHO,
|
|
597
|
-
0,
|
|
598
|
-
[_HA, _T],
|
|
599
|
-
[0, () => TagList]
|
|
600
|
-
];
|
|
601
|
-
var CreateRepositoryLinkInput$ = [3, n0, _CRLI,
|
|
602
|
-
0,
|
|
603
|
-
[_CA, _OI, _RN, _EKA, _T],
|
|
604
|
-
[0, 0, 0, 0, () => TagList], 3
|
|
605
|
-
];
|
|
606
|
-
var CreateRepositoryLinkOutput$ = [3, n0, _CRLO,
|
|
607
|
-
0,
|
|
608
|
-
[_RLI],
|
|
609
|
-
[() => RepositoryLinkInfo$], 1
|
|
610
|
-
];
|
|
611
|
-
var CreateSyncConfigurationInput$ = [3, n0, _CSCI,
|
|
612
|
-
0,
|
|
613
|
-
[_B, _CF, _RLIe, _RNe, _RA, _ST, _PDS, _TRUO],
|
|
614
|
-
[0, 0, 0, 0, 0, 0, 0, 0], 6
|
|
615
|
-
];
|
|
616
|
-
var CreateSyncConfigurationOutput$ = [3, n0, _CSCO,
|
|
617
|
-
0,
|
|
618
|
-
[_SC],
|
|
619
|
-
[() => SyncConfiguration$], 1
|
|
620
|
-
];
|
|
621
|
-
var DeleteConnectionInput$ = [3, n0, _DCI,
|
|
622
|
-
0,
|
|
623
|
-
[_CA],
|
|
624
|
-
[0], 1
|
|
625
|
-
];
|
|
626
|
-
var DeleteConnectionOutput$ = [3, n0, _DCO,
|
|
627
|
-
0,
|
|
628
|
-
[],
|
|
629
|
-
[]
|
|
630
|
-
];
|
|
631
|
-
var DeleteHostInput$ = [3, n0, _DHI,
|
|
632
|
-
0,
|
|
633
|
-
[_HA],
|
|
634
|
-
[0], 1
|
|
635
|
-
];
|
|
636
|
-
var DeleteHostOutput$ = [3, n0, _DHO,
|
|
637
|
-
0,
|
|
638
|
-
[],
|
|
639
|
-
[]
|
|
640
|
-
];
|
|
641
|
-
var DeleteRepositoryLinkInput$ = [3, n0, _DRLI,
|
|
642
|
-
0,
|
|
643
|
-
[_RLIe],
|
|
644
|
-
[0], 1
|
|
645
|
-
];
|
|
646
|
-
var DeleteRepositoryLinkOutput$ = [3, n0, _DRLO,
|
|
647
|
-
0,
|
|
648
|
-
[],
|
|
649
|
-
[]
|
|
650
|
-
];
|
|
651
|
-
var DeleteSyncConfigurationInput$ = [3, n0, _DSCI,
|
|
652
|
-
0,
|
|
653
|
-
[_ST, _RNe],
|
|
654
|
-
[0, 0], 2
|
|
655
|
-
];
|
|
656
|
-
var DeleteSyncConfigurationOutput$ = [3, n0, _DSCO,
|
|
657
|
-
0,
|
|
658
|
-
[],
|
|
659
|
-
[]
|
|
660
|
-
];
|
|
661
|
-
var GetConnectionInput$ = [3, n0, _GCI,
|
|
662
|
-
0,
|
|
663
|
-
[_CA],
|
|
664
|
-
[0], 1
|
|
665
|
-
];
|
|
666
|
-
var GetConnectionOutput$ = [3, n0, _GCO,
|
|
667
|
-
0,
|
|
668
|
-
[_C],
|
|
669
|
-
[() => Connection$]
|
|
670
|
-
];
|
|
671
|
-
var GetHostInput$ = [3, n0, _GHI,
|
|
672
|
-
0,
|
|
673
|
-
[_HA],
|
|
674
|
-
[0], 1
|
|
675
|
-
];
|
|
676
|
-
var GetHostOutput$ = [3, n0, _GHO,
|
|
677
|
-
0,
|
|
678
|
-
[_N, _S, _PT, _PE, _VC],
|
|
679
|
-
[0, 0, 0, 0, () => VpcConfiguration$]
|
|
680
|
-
];
|
|
681
|
-
var GetRepositoryLinkInput$ = [3, n0, _GRLI,
|
|
682
|
-
0,
|
|
683
|
-
[_RLIe],
|
|
684
|
-
[0], 1
|
|
685
|
-
];
|
|
686
|
-
var GetRepositoryLinkOutput$ = [3, n0, _GRLO,
|
|
687
|
-
0,
|
|
688
|
-
[_RLI],
|
|
689
|
-
[() => RepositoryLinkInfo$], 1
|
|
690
|
-
];
|
|
691
|
-
var GetRepositorySyncStatusInput$ = [3, n0, _GRSSI,
|
|
692
|
-
0,
|
|
693
|
-
[_B, _RLIe, _ST],
|
|
694
|
-
[0, 0, 0], 3
|
|
695
|
-
];
|
|
696
|
-
var GetRepositorySyncStatusOutput$ = [3, n0, _GRSSO,
|
|
697
|
-
0,
|
|
698
|
-
[_LS],
|
|
699
|
-
[() => RepositorySyncAttempt$], 1
|
|
700
|
-
];
|
|
701
|
-
var GetResourceSyncStatusInput$ = [3, n0, _GRSSIe,
|
|
702
|
-
0,
|
|
703
|
-
[_RNe, _ST],
|
|
704
|
-
[0, 0], 2
|
|
705
|
-
];
|
|
706
|
-
var GetResourceSyncStatusOutput$ = [3, n0, _GRSSOe,
|
|
707
|
-
0,
|
|
708
|
-
[_LS, _DS, _LSS],
|
|
709
|
-
[() => ResourceSyncAttempt$, () => Revision$, () => ResourceSyncAttempt$], 1
|
|
710
|
-
];
|
|
711
|
-
var GetSyncBlockerSummaryInput$ = [3, n0, _GSBSI,
|
|
712
|
-
0,
|
|
713
|
-
[_ST, _RNe],
|
|
714
|
-
[0, 0], 2
|
|
715
|
-
];
|
|
716
|
-
var GetSyncBlockerSummaryOutput$ = [3, n0, _GSBSO,
|
|
717
|
-
0,
|
|
718
|
-
[_SBS],
|
|
719
|
-
[() => SyncBlockerSummary$], 1
|
|
720
|
-
];
|
|
721
|
-
var GetSyncConfigurationInput$ = [3, n0, _GSCI,
|
|
722
|
-
0,
|
|
723
|
-
[_ST, _RNe],
|
|
724
|
-
[0, 0], 2
|
|
725
|
-
];
|
|
726
|
-
var GetSyncConfigurationOutput$ = [3, n0, _GSCO,
|
|
727
|
-
0,
|
|
728
|
-
[_SC],
|
|
729
|
-
[() => SyncConfiguration$], 1
|
|
730
|
-
];
|
|
731
|
-
var Host$ = [3, n0, _H,
|
|
732
|
-
0,
|
|
733
|
-
[_N, _HA, _PT, _PE, _VC, _S, _SM],
|
|
734
|
-
[0, 0, 0, 0, () => VpcConfiguration$, 0, 0]
|
|
735
|
-
];
|
|
736
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
737
|
-
{ [_e]: _s, [_hE]: 503 },
|
|
738
|
-
[_M],
|
|
739
|
-
[0]
|
|
740
|
-
];
|
|
741
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
742
|
-
var InvalidInputException$ = [-3, n0, _IIE,
|
|
743
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
744
|
-
[_M],
|
|
745
|
-
[0]
|
|
746
|
-
];
|
|
747
|
-
schema.TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
|
|
748
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
749
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
750
|
-
[_M],
|
|
751
|
-
[0]
|
|
752
|
-
];
|
|
753
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
754
|
-
var ListConnectionsInput$ = [3, n0, _LCI,
|
|
755
|
-
0,
|
|
756
|
-
[_PTF, _HAF, _MR, _NT],
|
|
757
|
-
[0, 0, 1, 0]
|
|
758
|
-
];
|
|
759
|
-
var ListConnectionsOutput$ = [3, n0, _LCO,
|
|
760
|
-
0,
|
|
761
|
-
[_Co, _NT],
|
|
762
|
-
[() => ConnectionList, 0]
|
|
763
|
-
];
|
|
764
|
-
var ListHostsInput$ = [3, n0, _LHI,
|
|
765
|
-
0,
|
|
766
|
-
[_MR, _NT],
|
|
767
|
-
[1, 0]
|
|
768
|
-
];
|
|
769
|
-
var ListHostsOutput$ = [3, n0, _LHO,
|
|
770
|
-
0,
|
|
771
|
-
[_Ho, _NT],
|
|
772
|
-
[() => HostList, 0]
|
|
773
|
-
];
|
|
774
|
-
var ListRepositoryLinksInput$ = [3, n0, _LRLI,
|
|
775
|
-
0,
|
|
776
|
-
[_MR, _NT],
|
|
777
|
-
[1, 0]
|
|
778
|
-
];
|
|
779
|
-
var ListRepositoryLinksOutput$ = [3, n0, _LRLO,
|
|
780
|
-
0,
|
|
781
|
-
[_RL, _NT],
|
|
782
|
-
[() => RepositoryLinkList, 0], 1
|
|
783
|
-
];
|
|
784
|
-
var ListRepositorySyncDefinitionsInput$ = [3, n0, _LRSDI,
|
|
785
|
-
0,
|
|
786
|
-
[_RLIe, _ST],
|
|
787
|
-
[0, 0], 2
|
|
788
|
-
];
|
|
789
|
-
var ListRepositorySyncDefinitionsOutput$ = [3, n0, _LRSDO,
|
|
790
|
-
0,
|
|
791
|
-
[_RSD, _NT],
|
|
792
|
-
[() => RepositorySyncDefinitionList, 0], 1
|
|
793
|
-
];
|
|
794
|
-
var ListSyncConfigurationsInput$ = [3, n0, _LSCI,
|
|
795
|
-
0,
|
|
796
|
-
[_RLIe, _ST, _MR, _NT],
|
|
797
|
-
[0, 0, 1, 0], 2
|
|
798
|
-
];
|
|
799
|
-
var ListSyncConfigurationsOutput$ = [3, n0, _LSCO,
|
|
800
|
-
0,
|
|
801
|
-
[_SCy, _NT],
|
|
802
|
-
[() => SyncConfigurationList, 0], 1
|
|
803
|
-
];
|
|
804
|
-
var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
805
|
-
0,
|
|
806
|
-
[_RAe],
|
|
807
|
-
[0], 1
|
|
808
|
-
];
|
|
809
|
-
var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
810
|
-
0,
|
|
811
|
-
[_T],
|
|
812
|
-
[() => TagList]
|
|
813
|
-
];
|
|
814
|
-
var RepositoryLinkInfo$ = [3, n0, _RLI,
|
|
815
|
-
0,
|
|
816
|
-
[_CA, _OI, _PT, _RLA, _RLIe, _RN, _EKA],
|
|
817
|
-
[0, 0, 0, 0, 0, 0, 0], 6
|
|
818
|
-
];
|
|
819
|
-
var RepositorySyncAttempt$ = [3, n0, _RSA,
|
|
820
|
-
0,
|
|
821
|
-
[_SA, _S, _E],
|
|
822
|
-
[4, 0, () => RepositorySyncEventList], 3
|
|
823
|
-
];
|
|
824
|
-
var RepositorySyncDefinition$ = [3, n0, _RSDe,
|
|
825
|
-
0,
|
|
826
|
-
[_B, _D, _P, _Ta],
|
|
827
|
-
[0, 0, 0, 0], 4
|
|
828
|
-
];
|
|
829
|
-
var RepositorySyncEvent$ = [3, n0, _RSE,
|
|
830
|
-
0,
|
|
831
|
-
[_Ev, _Ti, _Ty, _EI],
|
|
832
|
-
[0, 4, 0, 0], 3
|
|
833
|
-
];
|
|
834
|
-
var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
835
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
836
|
-
[_M],
|
|
837
|
-
[0]
|
|
838
|
-
];
|
|
839
|
-
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
840
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
841
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
842
|
-
[_M],
|
|
843
|
-
[0]
|
|
844
|
-
];
|
|
845
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
846
|
-
var ResourceSyncAttempt$ = [3, n0, _RSAe,
|
|
847
|
-
0,
|
|
848
|
-
[_E, _IR, _SA, _S, _TR, _Ta],
|
|
849
|
-
[() => ResourceSyncEventList, () => Revision$, 4, 0, () => Revision$, 0], 6
|
|
850
|
-
];
|
|
851
|
-
var ResourceSyncEvent$ = [3, n0, _RSEe,
|
|
852
|
-
0,
|
|
853
|
-
[_Ev, _Ti, _Ty, _EI],
|
|
854
|
-
[0, 4, 0, 0], 3
|
|
855
|
-
];
|
|
856
|
-
var ResourceUnavailableException$ = [-3, n0, _RUE,
|
|
857
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
858
|
-
[_M],
|
|
859
|
-
[0]
|
|
860
|
-
];
|
|
861
|
-
schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException$, ResourceUnavailableException);
|
|
862
|
-
var RetryLatestCommitFailedException$ = [-3, n0, _RLCFE,
|
|
863
|
-
{ [_e]: _s, [_hE]: 503 },
|
|
864
|
-
[_M],
|
|
865
|
-
[0]
|
|
866
|
-
];
|
|
867
|
-
schema.TypeRegistry.for(n0).registerError(RetryLatestCommitFailedException$, RetryLatestCommitFailedException);
|
|
868
|
-
var Revision$ = [3, n0, _R,
|
|
869
|
-
0,
|
|
870
|
-
[_B, _D, _OI, _RN, _PT, _Sh],
|
|
871
|
-
[0, 0, 0, 0, 0, 0], 6
|
|
872
|
-
];
|
|
873
|
-
var SyncBlocker$ = [3, n0, _SB,
|
|
874
|
-
0,
|
|
875
|
-
[_I, _Ty, _S, _CR, _CAr, _Con, _RR, _RAes],
|
|
876
|
-
[0, 0, 0, 0, 4, () => SyncBlockerContextList, 0, 4], 5
|
|
877
|
-
];
|
|
878
|
-
var SyncBlockerContext$ = [3, n0, _SBC,
|
|
879
|
-
0,
|
|
880
|
-
[_K, _V],
|
|
881
|
-
[0, 0], 2
|
|
882
|
-
];
|
|
883
|
-
var SyncBlockerDoesNotExistException$ = [-3, n0, _SBDNEE,
|
|
884
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
885
|
-
[_M],
|
|
886
|
-
[0]
|
|
887
|
-
];
|
|
888
|
-
schema.TypeRegistry.for(n0).registerError(SyncBlockerDoesNotExistException$, SyncBlockerDoesNotExistException);
|
|
889
|
-
var SyncBlockerSummary$ = [3, n0, _SBS,
|
|
890
|
-
0,
|
|
891
|
-
[_RNe, _PRN, _LB],
|
|
892
|
-
[0, 0, () => LatestSyncBlockerList], 1
|
|
893
|
-
];
|
|
894
|
-
var SyncConfiguration$ = [3, n0, _SC,
|
|
895
|
-
0,
|
|
896
|
-
[_B, _OI, _PT, _RLIe, _RN, _RNe, _RA, _ST, _CF, _PDS, _TRUO],
|
|
897
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 8
|
|
898
|
-
];
|
|
899
|
-
var SyncConfigurationStillExistsException$ = [-3, n0, _SCSEE,
|
|
900
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
901
|
-
[_M],
|
|
902
|
-
[0]
|
|
903
|
-
];
|
|
904
|
-
schema.TypeRegistry.for(n0).registerError(SyncConfigurationStillExistsException$, SyncConfigurationStillExistsException);
|
|
905
|
-
var Tag$ = [3, n0, _Tag,
|
|
906
|
-
0,
|
|
907
|
-
[_K, _V],
|
|
908
|
-
[0, 0], 2
|
|
909
|
-
];
|
|
910
|
-
var TagResourceInput$ = [3, n0, _TRI,
|
|
911
|
-
0,
|
|
912
|
-
[_RAe, _T],
|
|
913
|
-
[0, () => TagList], 2
|
|
914
|
-
];
|
|
915
|
-
var TagResourceOutput$ = [3, n0, _TRO,
|
|
916
|
-
0,
|
|
917
|
-
[],
|
|
918
|
-
[]
|
|
919
|
-
];
|
|
920
|
-
var ThrottlingException$ = [-3, n0, _TE,
|
|
921
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
922
|
-
[_M],
|
|
923
|
-
[0]
|
|
924
|
-
];
|
|
925
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
926
|
-
var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
927
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
928
|
-
[_M],
|
|
929
|
-
[0]
|
|
930
|
-
];
|
|
931
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
932
|
-
var UnsupportedProviderTypeException$ = [-3, n0, _UPTE,
|
|
933
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
934
|
-
[_M],
|
|
935
|
-
[0]
|
|
936
|
-
];
|
|
937
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedProviderTypeException$, UnsupportedProviderTypeException);
|
|
938
|
-
var UntagResourceInput$ = [3, n0, _URI,
|
|
939
|
-
0,
|
|
940
|
-
[_RAe, _TK],
|
|
941
|
-
[0, 64 | 0], 2
|
|
942
|
-
];
|
|
943
|
-
var UntagResourceOutput$ = [3, n0, _URO,
|
|
944
|
-
0,
|
|
945
|
-
[],
|
|
946
|
-
[]
|
|
947
|
-
];
|
|
948
|
-
var UpdateHostInput$ = [3, n0, _UHI,
|
|
949
|
-
0,
|
|
950
|
-
[_HA, _PE, _VC],
|
|
951
|
-
[0, 0, () => VpcConfiguration$], 1
|
|
952
|
-
];
|
|
953
|
-
var UpdateHostOutput$ = [3, n0, _UHO,
|
|
954
|
-
0,
|
|
955
|
-
[],
|
|
956
|
-
[]
|
|
957
|
-
];
|
|
958
|
-
var UpdateOutOfSyncException$ = [-3, n0, _UOOSE,
|
|
959
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
960
|
-
[_M],
|
|
961
|
-
[0]
|
|
962
|
-
];
|
|
963
|
-
schema.TypeRegistry.for(n0).registerError(UpdateOutOfSyncException$, UpdateOutOfSyncException);
|
|
964
|
-
var UpdateRepositoryLinkInput$ = [3, n0, _URLI,
|
|
965
|
-
0,
|
|
966
|
-
[_RLIe, _CA, _EKA],
|
|
967
|
-
[0, 0, 0], 1
|
|
968
|
-
];
|
|
969
|
-
var UpdateRepositoryLinkOutput$ = [3, n0, _URLO,
|
|
970
|
-
0,
|
|
971
|
-
[_RLI],
|
|
972
|
-
[() => RepositoryLinkInfo$], 1
|
|
973
|
-
];
|
|
974
|
-
var UpdateSyncBlockerInput$ = [3, n0, _USBI,
|
|
975
|
-
0,
|
|
976
|
-
[_I, _ST, _RNe, _RR],
|
|
977
|
-
[0, 0, 0, 0], 4
|
|
978
|
-
];
|
|
979
|
-
var UpdateSyncBlockerOutput$ = [3, n0, _USBO,
|
|
980
|
-
0,
|
|
981
|
-
[_RNe, _SB, _PRN],
|
|
982
|
-
[0, () => SyncBlocker$, 0], 2
|
|
983
|
-
];
|
|
984
|
-
var UpdateSyncConfigurationInput$ = [3, n0, _USCI,
|
|
985
|
-
0,
|
|
986
|
-
[_RNe, _ST, _B, _CF, _RLIe, _RA, _PDS, _TRUO],
|
|
987
|
-
[0, 0, 0, 0, 0, 0, 0, 0], 2
|
|
988
|
-
];
|
|
989
|
-
var UpdateSyncConfigurationOutput$ = [3, n0, _USCO,
|
|
990
|
-
0,
|
|
991
|
-
[_SC],
|
|
992
|
-
[() => SyncConfiguration$], 1
|
|
993
|
-
];
|
|
994
|
-
var VpcConfiguration$ = [3, n0, _VC,
|
|
995
|
-
0,
|
|
996
|
-
[_VI, _SI, _SGI, _TC],
|
|
997
|
-
[0, 64 | 0, 64 | 0, 0], 3
|
|
998
|
-
];
|
|
999
|
-
var CodeStarConnectionsServiceException$ = [-3, _sm, "CodeStarConnectionsServiceException", 0, [], []];
|
|
1000
|
-
schema.TypeRegistry.for(_sm).registerError(CodeStarConnectionsServiceException$, CodeStarConnectionsServiceException);
|
|
1001
|
-
var ConnectionList = [1, n0, _CL,
|
|
1002
|
-
0, () => Connection$
|
|
1003
|
-
];
|
|
1004
|
-
var HostList = [1, n0, _HL,
|
|
1005
|
-
0, () => Host$
|
|
1006
|
-
];
|
|
1007
|
-
var LatestSyncBlockerList = [1, n0, _LSBL,
|
|
1008
|
-
0, () => SyncBlocker$
|
|
1009
|
-
];
|
|
1010
|
-
var RepositoryLinkList = [1, n0, _RLL,
|
|
1011
|
-
0, () => RepositoryLinkInfo$
|
|
1012
|
-
];
|
|
1013
|
-
var RepositorySyncDefinitionList = [1, n0, _RSDL,
|
|
1014
|
-
0, () => RepositorySyncDefinition$
|
|
1015
|
-
];
|
|
1016
|
-
var RepositorySyncEventList = [1, n0, _RSEL,
|
|
1017
|
-
0, () => RepositorySyncEvent$
|
|
1018
|
-
];
|
|
1019
|
-
var ResourceSyncEventList = [1, n0, _RSELe,
|
|
1020
|
-
0, () => ResourceSyncEvent$
|
|
1021
|
-
];
|
|
1022
|
-
var SyncBlockerContextList = [1, n0, _SBCL,
|
|
1023
|
-
0, () => SyncBlockerContext$
|
|
1024
|
-
];
|
|
1025
|
-
var SyncConfigurationList = [1, n0, _SCL,
|
|
1026
|
-
0, () => SyncConfiguration$
|
|
1027
|
-
];
|
|
1028
|
-
var TagList = [1, n0, _TL,
|
|
1029
|
-
0, () => Tag$
|
|
1030
|
-
];
|
|
1031
|
-
var CreateConnection$ = [9, n0, _CC,
|
|
1032
|
-
0, () => CreateConnectionInput$, () => CreateConnectionOutput$
|
|
1033
|
-
];
|
|
1034
|
-
var CreateHost$ = [9, n0, _CH,
|
|
1035
|
-
0, () => CreateHostInput$, () => CreateHostOutput$
|
|
1036
|
-
];
|
|
1037
|
-
var CreateRepositoryLink$ = [9, n0, _CRL,
|
|
1038
|
-
0, () => CreateRepositoryLinkInput$, () => CreateRepositoryLinkOutput$
|
|
1039
|
-
];
|
|
1040
|
-
var CreateSyncConfiguration$ = [9, n0, _CSC,
|
|
1041
|
-
0, () => CreateSyncConfigurationInput$, () => CreateSyncConfigurationOutput$
|
|
1042
|
-
];
|
|
1043
|
-
var DeleteConnection$ = [9, n0, _DC,
|
|
1044
|
-
0, () => DeleteConnectionInput$, () => DeleteConnectionOutput$
|
|
1045
|
-
];
|
|
1046
|
-
var DeleteHost$ = [9, n0, _DH,
|
|
1047
|
-
0, () => DeleteHostInput$, () => DeleteHostOutput$
|
|
1048
|
-
];
|
|
1049
|
-
var DeleteRepositoryLink$ = [9, n0, _DRL,
|
|
1050
|
-
0, () => DeleteRepositoryLinkInput$, () => DeleteRepositoryLinkOutput$
|
|
1051
|
-
];
|
|
1052
|
-
var DeleteSyncConfiguration$ = [9, n0, _DSC,
|
|
1053
|
-
0, () => DeleteSyncConfigurationInput$, () => DeleteSyncConfigurationOutput$
|
|
1054
|
-
];
|
|
1055
|
-
var GetConnection$ = [9, n0, _GC,
|
|
1056
|
-
0, () => GetConnectionInput$, () => GetConnectionOutput$
|
|
1057
|
-
];
|
|
1058
|
-
var GetHost$ = [9, n0, _GH,
|
|
1059
|
-
0, () => GetHostInput$, () => GetHostOutput$
|
|
1060
|
-
];
|
|
1061
|
-
var GetRepositoryLink$ = [9, n0, _GRL,
|
|
1062
|
-
0, () => GetRepositoryLinkInput$, () => GetRepositoryLinkOutput$
|
|
1063
|
-
];
|
|
1064
|
-
var GetRepositorySyncStatus$ = [9, n0, _GRSS,
|
|
1065
|
-
0, () => GetRepositorySyncStatusInput$, () => GetRepositorySyncStatusOutput$
|
|
1066
|
-
];
|
|
1067
|
-
var GetResourceSyncStatus$ = [9, n0, _GRSSe,
|
|
1068
|
-
0, () => GetResourceSyncStatusInput$, () => GetResourceSyncStatusOutput$
|
|
1069
|
-
];
|
|
1070
|
-
var GetSyncBlockerSummary$ = [9, n0, _GSBS,
|
|
1071
|
-
0, () => GetSyncBlockerSummaryInput$, () => GetSyncBlockerSummaryOutput$
|
|
1072
|
-
];
|
|
1073
|
-
var GetSyncConfiguration$ = [9, n0, _GSC,
|
|
1074
|
-
0, () => GetSyncConfigurationInput$, () => GetSyncConfigurationOutput$
|
|
1075
|
-
];
|
|
1076
|
-
var ListConnections$ = [9, n0, _LC,
|
|
1077
|
-
0, () => ListConnectionsInput$, () => ListConnectionsOutput$
|
|
1078
|
-
];
|
|
1079
|
-
var ListHosts$ = [9, n0, _LH,
|
|
1080
|
-
0, () => ListHostsInput$, () => ListHostsOutput$
|
|
1081
|
-
];
|
|
1082
|
-
var ListRepositoryLinks$ = [9, n0, _LRL,
|
|
1083
|
-
0, () => ListRepositoryLinksInput$, () => ListRepositoryLinksOutput$
|
|
1084
|
-
];
|
|
1085
|
-
var ListRepositorySyncDefinitions$ = [9, n0, _LRSD,
|
|
1086
|
-
0, () => ListRepositorySyncDefinitionsInput$, () => ListRepositorySyncDefinitionsOutput$
|
|
1087
|
-
];
|
|
1088
|
-
var ListSyncConfigurations$ = [9, n0, _LSC,
|
|
1089
|
-
0, () => ListSyncConfigurationsInput$, () => ListSyncConfigurationsOutput$
|
|
1090
|
-
];
|
|
1091
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1092
|
-
0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
1093
|
-
];
|
|
1094
|
-
var TagResource$ = [9, n0, _TRa,
|
|
1095
|
-
0, () => TagResourceInput$, () => TagResourceOutput$
|
|
1096
|
-
];
|
|
1097
|
-
var UntagResource$ = [9, n0, _UR,
|
|
1098
|
-
0, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
1099
|
-
];
|
|
1100
|
-
var UpdateHost$ = [9, n0, _UH,
|
|
1101
|
-
0, () => UpdateHostInput$, () => UpdateHostOutput$
|
|
1102
|
-
];
|
|
1103
|
-
var UpdateRepositoryLink$ = [9, n0, _URL,
|
|
1104
|
-
0, () => UpdateRepositoryLinkInput$, () => UpdateRepositoryLinkOutput$
|
|
1105
|
-
];
|
|
1106
|
-
var UpdateSyncBlocker$ = [9, n0, _USB,
|
|
1107
|
-
0, () => UpdateSyncBlockerInput$, () => UpdateSyncBlockerOutput$
|
|
1108
|
-
];
|
|
1109
|
-
var UpdateSyncConfiguration$ = [9, n0, _USC,
|
|
1110
|
-
0, () => UpdateSyncConfigurationInput$, () => UpdateSyncConfigurationOutput$
|
|
1111
|
-
];
|
|
1112
|
-
|
|
1113
116
|
class CreateConnectionCommand extends smithyClient.Command
|
|
1114
117
|
.classBuilder()
|
|
1115
118
|
.ep(commonParams)
|
|
@@ -1118,7 +121,7 @@ class CreateConnectionCommand extends smithyClient.Command
|
|
|
1118
121
|
})
|
|
1119
122
|
.s("CodeStar_connections_20191201", "CreateConnection", {})
|
|
1120
123
|
.n("CodeStarConnectionsClient", "CreateConnectionCommand")
|
|
1121
|
-
.sc(CreateConnection$)
|
|
124
|
+
.sc(schemas_0.CreateConnection$)
|
|
1122
125
|
.build() {
|
|
1123
126
|
}
|
|
1124
127
|
|
|
@@ -1130,7 +133,7 @@ class CreateHostCommand extends smithyClient.Command
|
|
|
1130
133
|
})
|
|
1131
134
|
.s("CodeStar_connections_20191201", "CreateHost", {})
|
|
1132
135
|
.n("CodeStarConnectionsClient", "CreateHostCommand")
|
|
1133
|
-
.sc(CreateHost$)
|
|
136
|
+
.sc(schemas_0.CreateHost$)
|
|
1134
137
|
.build() {
|
|
1135
138
|
}
|
|
1136
139
|
|
|
@@ -1142,7 +145,7 @@ class CreateRepositoryLinkCommand extends smithyClient.Command
|
|
|
1142
145
|
})
|
|
1143
146
|
.s("CodeStar_connections_20191201", "CreateRepositoryLink", {})
|
|
1144
147
|
.n("CodeStarConnectionsClient", "CreateRepositoryLinkCommand")
|
|
1145
|
-
.sc(CreateRepositoryLink$)
|
|
148
|
+
.sc(schemas_0.CreateRepositoryLink$)
|
|
1146
149
|
.build() {
|
|
1147
150
|
}
|
|
1148
151
|
|
|
@@ -1154,7 +157,7 @@ class CreateSyncConfigurationCommand extends smithyClient.Command
|
|
|
1154
157
|
})
|
|
1155
158
|
.s("CodeStar_connections_20191201", "CreateSyncConfiguration", {})
|
|
1156
159
|
.n("CodeStarConnectionsClient", "CreateSyncConfigurationCommand")
|
|
1157
|
-
.sc(CreateSyncConfiguration$)
|
|
160
|
+
.sc(schemas_0.CreateSyncConfiguration$)
|
|
1158
161
|
.build() {
|
|
1159
162
|
}
|
|
1160
163
|
|
|
@@ -1166,7 +169,7 @@ class DeleteConnectionCommand extends smithyClient.Command
|
|
|
1166
169
|
})
|
|
1167
170
|
.s("CodeStar_connections_20191201", "DeleteConnection", {})
|
|
1168
171
|
.n("CodeStarConnectionsClient", "DeleteConnectionCommand")
|
|
1169
|
-
.sc(DeleteConnection$)
|
|
172
|
+
.sc(schemas_0.DeleteConnection$)
|
|
1170
173
|
.build() {
|
|
1171
174
|
}
|
|
1172
175
|
|
|
@@ -1178,7 +181,7 @@ class DeleteHostCommand extends smithyClient.Command
|
|
|
1178
181
|
})
|
|
1179
182
|
.s("CodeStar_connections_20191201", "DeleteHost", {})
|
|
1180
183
|
.n("CodeStarConnectionsClient", "DeleteHostCommand")
|
|
1181
|
-
.sc(DeleteHost$)
|
|
184
|
+
.sc(schemas_0.DeleteHost$)
|
|
1182
185
|
.build() {
|
|
1183
186
|
}
|
|
1184
187
|
|
|
@@ -1190,7 +193,7 @@ class DeleteRepositoryLinkCommand extends smithyClient.Command
|
|
|
1190
193
|
})
|
|
1191
194
|
.s("CodeStar_connections_20191201", "DeleteRepositoryLink", {})
|
|
1192
195
|
.n("CodeStarConnectionsClient", "DeleteRepositoryLinkCommand")
|
|
1193
|
-
.sc(DeleteRepositoryLink$)
|
|
196
|
+
.sc(schemas_0.DeleteRepositoryLink$)
|
|
1194
197
|
.build() {
|
|
1195
198
|
}
|
|
1196
199
|
|
|
@@ -1202,7 +205,7 @@ class DeleteSyncConfigurationCommand extends smithyClient.Command
|
|
|
1202
205
|
})
|
|
1203
206
|
.s("CodeStar_connections_20191201", "DeleteSyncConfiguration", {})
|
|
1204
207
|
.n("CodeStarConnectionsClient", "DeleteSyncConfigurationCommand")
|
|
1205
|
-
.sc(DeleteSyncConfiguration$)
|
|
208
|
+
.sc(schemas_0.DeleteSyncConfiguration$)
|
|
1206
209
|
.build() {
|
|
1207
210
|
}
|
|
1208
211
|
|
|
@@ -1214,7 +217,7 @@ class GetConnectionCommand extends smithyClient.Command
|
|
|
1214
217
|
})
|
|
1215
218
|
.s("CodeStar_connections_20191201", "GetConnection", {})
|
|
1216
219
|
.n("CodeStarConnectionsClient", "GetConnectionCommand")
|
|
1217
|
-
.sc(GetConnection$)
|
|
220
|
+
.sc(schemas_0.GetConnection$)
|
|
1218
221
|
.build() {
|
|
1219
222
|
}
|
|
1220
223
|
|
|
@@ -1226,7 +229,7 @@ class GetHostCommand extends smithyClient.Command
|
|
|
1226
229
|
})
|
|
1227
230
|
.s("CodeStar_connections_20191201", "GetHost", {})
|
|
1228
231
|
.n("CodeStarConnectionsClient", "GetHostCommand")
|
|
1229
|
-
.sc(GetHost$)
|
|
232
|
+
.sc(schemas_0.GetHost$)
|
|
1230
233
|
.build() {
|
|
1231
234
|
}
|
|
1232
235
|
|
|
@@ -1238,7 +241,7 @@ class GetRepositoryLinkCommand extends smithyClient.Command
|
|
|
1238
241
|
})
|
|
1239
242
|
.s("CodeStar_connections_20191201", "GetRepositoryLink", {})
|
|
1240
243
|
.n("CodeStarConnectionsClient", "GetRepositoryLinkCommand")
|
|
1241
|
-
.sc(GetRepositoryLink$)
|
|
244
|
+
.sc(schemas_0.GetRepositoryLink$)
|
|
1242
245
|
.build() {
|
|
1243
246
|
}
|
|
1244
247
|
|
|
@@ -1250,7 +253,7 @@ class GetRepositorySyncStatusCommand extends smithyClient.Command
|
|
|
1250
253
|
})
|
|
1251
254
|
.s("CodeStar_connections_20191201", "GetRepositorySyncStatus", {})
|
|
1252
255
|
.n("CodeStarConnectionsClient", "GetRepositorySyncStatusCommand")
|
|
1253
|
-
.sc(GetRepositorySyncStatus$)
|
|
256
|
+
.sc(schemas_0.GetRepositorySyncStatus$)
|
|
1254
257
|
.build() {
|
|
1255
258
|
}
|
|
1256
259
|
|
|
@@ -1262,7 +265,7 @@ class GetResourceSyncStatusCommand extends smithyClient.Command
|
|
|
1262
265
|
})
|
|
1263
266
|
.s("CodeStar_connections_20191201", "GetResourceSyncStatus", {})
|
|
1264
267
|
.n("CodeStarConnectionsClient", "GetResourceSyncStatusCommand")
|
|
1265
|
-
.sc(GetResourceSyncStatus$)
|
|
268
|
+
.sc(schemas_0.GetResourceSyncStatus$)
|
|
1266
269
|
.build() {
|
|
1267
270
|
}
|
|
1268
271
|
|
|
@@ -1274,7 +277,7 @@ class GetSyncBlockerSummaryCommand extends smithyClient.Command
|
|
|
1274
277
|
})
|
|
1275
278
|
.s("CodeStar_connections_20191201", "GetSyncBlockerSummary", {})
|
|
1276
279
|
.n("CodeStarConnectionsClient", "GetSyncBlockerSummaryCommand")
|
|
1277
|
-
.sc(GetSyncBlockerSummary$)
|
|
280
|
+
.sc(schemas_0.GetSyncBlockerSummary$)
|
|
1278
281
|
.build() {
|
|
1279
282
|
}
|
|
1280
283
|
|
|
@@ -1286,7 +289,7 @@ class GetSyncConfigurationCommand extends smithyClient.Command
|
|
|
1286
289
|
})
|
|
1287
290
|
.s("CodeStar_connections_20191201", "GetSyncConfiguration", {})
|
|
1288
291
|
.n("CodeStarConnectionsClient", "GetSyncConfigurationCommand")
|
|
1289
|
-
.sc(GetSyncConfiguration$)
|
|
292
|
+
.sc(schemas_0.GetSyncConfiguration$)
|
|
1290
293
|
.build() {
|
|
1291
294
|
}
|
|
1292
295
|
|
|
@@ -1298,7 +301,7 @@ class ListConnectionsCommand extends smithyClient.Command
|
|
|
1298
301
|
})
|
|
1299
302
|
.s("CodeStar_connections_20191201", "ListConnections", {})
|
|
1300
303
|
.n("CodeStarConnectionsClient", "ListConnectionsCommand")
|
|
1301
|
-
.sc(ListConnections$)
|
|
304
|
+
.sc(schemas_0.ListConnections$)
|
|
1302
305
|
.build() {
|
|
1303
306
|
}
|
|
1304
307
|
|
|
@@ -1310,7 +313,7 @@ class ListHostsCommand extends smithyClient.Command
|
|
|
1310
313
|
})
|
|
1311
314
|
.s("CodeStar_connections_20191201", "ListHosts", {})
|
|
1312
315
|
.n("CodeStarConnectionsClient", "ListHostsCommand")
|
|
1313
|
-
.sc(ListHosts$)
|
|
316
|
+
.sc(schemas_0.ListHosts$)
|
|
1314
317
|
.build() {
|
|
1315
318
|
}
|
|
1316
319
|
|
|
@@ -1322,7 +325,7 @@ class ListRepositoryLinksCommand extends smithyClient.Command
|
|
|
1322
325
|
})
|
|
1323
326
|
.s("CodeStar_connections_20191201", "ListRepositoryLinks", {})
|
|
1324
327
|
.n("CodeStarConnectionsClient", "ListRepositoryLinksCommand")
|
|
1325
|
-
.sc(ListRepositoryLinks$)
|
|
328
|
+
.sc(schemas_0.ListRepositoryLinks$)
|
|
1326
329
|
.build() {
|
|
1327
330
|
}
|
|
1328
331
|
|
|
@@ -1334,7 +337,7 @@ class ListRepositorySyncDefinitionsCommand extends smithyClient.Command
|
|
|
1334
337
|
})
|
|
1335
338
|
.s("CodeStar_connections_20191201", "ListRepositorySyncDefinitions", {})
|
|
1336
339
|
.n("CodeStarConnectionsClient", "ListRepositorySyncDefinitionsCommand")
|
|
1337
|
-
.sc(ListRepositorySyncDefinitions$)
|
|
340
|
+
.sc(schemas_0.ListRepositorySyncDefinitions$)
|
|
1338
341
|
.build() {
|
|
1339
342
|
}
|
|
1340
343
|
|
|
@@ -1346,7 +349,7 @@ class ListSyncConfigurationsCommand extends smithyClient.Command
|
|
|
1346
349
|
})
|
|
1347
350
|
.s("CodeStar_connections_20191201", "ListSyncConfigurations", {})
|
|
1348
351
|
.n("CodeStarConnectionsClient", "ListSyncConfigurationsCommand")
|
|
1349
|
-
.sc(ListSyncConfigurations$)
|
|
352
|
+
.sc(schemas_0.ListSyncConfigurations$)
|
|
1350
353
|
.build() {
|
|
1351
354
|
}
|
|
1352
355
|
|
|
@@ -1358,7 +361,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1358
361
|
})
|
|
1359
362
|
.s("CodeStar_connections_20191201", "ListTagsForResource", {})
|
|
1360
363
|
.n("CodeStarConnectionsClient", "ListTagsForResourceCommand")
|
|
1361
|
-
.sc(ListTagsForResource$)
|
|
364
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
1362
365
|
.build() {
|
|
1363
366
|
}
|
|
1364
367
|
|
|
@@ -1370,7 +373,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1370
373
|
})
|
|
1371
374
|
.s("CodeStar_connections_20191201", "TagResource", {})
|
|
1372
375
|
.n("CodeStarConnectionsClient", "TagResourceCommand")
|
|
1373
|
-
.sc(TagResource$)
|
|
376
|
+
.sc(schemas_0.TagResource$)
|
|
1374
377
|
.build() {
|
|
1375
378
|
}
|
|
1376
379
|
|
|
@@ -1382,7 +385,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1382
385
|
})
|
|
1383
386
|
.s("CodeStar_connections_20191201", "UntagResource", {})
|
|
1384
387
|
.n("CodeStarConnectionsClient", "UntagResourceCommand")
|
|
1385
|
-
.sc(UntagResource$)
|
|
388
|
+
.sc(schemas_0.UntagResource$)
|
|
1386
389
|
.build() {
|
|
1387
390
|
}
|
|
1388
391
|
|
|
@@ -1394,7 +397,7 @@ class UpdateHostCommand extends smithyClient.Command
|
|
|
1394
397
|
})
|
|
1395
398
|
.s("CodeStar_connections_20191201", "UpdateHost", {})
|
|
1396
399
|
.n("CodeStarConnectionsClient", "UpdateHostCommand")
|
|
1397
|
-
.sc(UpdateHost$)
|
|
400
|
+
.sc(schemas_0.UpdateHost$)
|
|
1398
401
|
.build() {
|
|
1399
402
|
}
|
|
1400
403
|
|
|
@@ -1406,7 +409,7 @@ class UpdateRepositoryLinkCommand extends smithyClient.Command
|
|
|
1406
409
|
})
|
|
1407
410
|
.s("CodeStar_connections_20191201", "UpdateRepositoryLink", {})
|
|
1408
411
|
.n("CodeStarConnectionsClient", "UpdateRepositoryLinkCommand")
|
|
1409
|
-
.sc(UpdateRepositoryLink$)
|
|
412
|
+
.sc(schemas_0.UpdateRepositoryLink$)
|
|
1410
413
|
.build() {
|
|
1411
414
|
}
|
|
1412
415
|
|
|
@@ -1418,7 +421,7 @@ class UpdateSyncBlockerCommand extends smithyClient.Command
|
|
|
1418
421
|
})
|
|
1419
422
|
.s("CodeStar_connections_20191201", "UpdateSyncBlocker", {})
|
|
1420
423
|
.n("CodeStarConnectionsClient", "UpdateSyncBlockerCommand")
|
|
1421
|
-
.sc(UpdateSyncBlocker$)
|
|
424
|
+
.sc(schemas_0.UpdateSyncBlocker$)
|
|
1422
425
|
.build() {
|
|
1423
426
|
}
|
|
1424
427
|
|
|
@@ -1430,7 +433,7 @@ class UpdateSyncConfigurationCommand extends smithyClient.Command
|
|
|
1430
433
|
})
|
|
1431
434
|
.s("CodeStar_connections_20191201", "UpdateSyncConfiguration", {})
|
|
1432
435
|
.n("CodeStarConnectionsClient", "UpdateSyncConfigurationCommand")
|
|
1433
|
-
.sc(UpdateSyncConfiguration$)
|
|
436
|
+
.sc(schemas_0.UpdateSyncConfiguration$)
|
|
1434
437
|
.build() {
|
|
1435
438
|
}
|
|
1436
439
|
|
|
@@ -1533,177 +536,61 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1533
536
|
enumerable: true,
|
|
1534
537
|
get: function () { return smithyClient.Client; }
|
|
1535
538
|
});
|
|
1536
|
-
exports
|
|
1537
|
-
|
|
539
|
+
Object.defineProperty(exports, "CodeStarConnectionsServiceException", {
|
|
540
|
+
enumerable: true,
|
|
541
|
+
get: function () { return CodeStarConnectionsServiceException.CodeStarConnectionsServiceException; }
|
|
542
|
+
});
|
|
1538
543
|
exports.BlockerStatus = BlockerStatus;
|
|
1539
544
|
exports.BlockerType = BlockerType;
|
|
1540
545
|
exports.CodeStarConnections = CodeStarConnections;
|
|
1541
546
|
exports.CodeStarConnectionsClient = CodeStarConnectionsClient;
|
|
1542
|
-
exports.CodeStarConnectionsServiceException = CodeStarConnectionsServiceException;
|
|
1543
|
-
exports.CodeStarConnectionsServiceException$ = CodeStarConnectionsServiceException$;
|
|
1544
|
-
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
1545
|
-
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
1546
|
-
exports.ConditionalCheckFailedException = ConditionalCheckFailedException;
|
|
1547
|
-
exports.ConditionalCheckFailedException$ = ConditionalCheckFailedException$;
|
|
1548
|
-
exports.ConflictException = ConflictException;
|
|
1549
|
-
exports.ConflictException$ = ConflictException$;
|
|
1550
|
-
exports.Connection$ = Connection$;
|
|
1551
547
|
exports.ConnectionStatus = ConnectionStatus;
|
|
1552
|
-
exports.CreateConnection$ = CreateConnection$;
|
|
1553
548
|
exports.CreateConnectionCommand = CreateConnectionCommand;
|
|
1554
|
-
exports.CreateConnectionInput$ = CreateConnectionInput$;
|
|
1555
|
-
exports.CreateConnectionOutput$ = CreateConnectionOutput$;
|
|
1556
|
-
exports.CreateHost$ = CreateHost$;
|
|
1557
549
|
exports.CreateHostCommand = CreateHostCommand;
|
|
1558
|
-
exports.CreateHostInput$ = CreateHostInput$;
|
|
1559
|
-
exports.CreateHostOutput$ = CreateHostOutput$;
|
|
1560
|
-
exports.CreateRepositoryLink$ = CreateRepositoryLink$;
|
|
1561
550
|
exports.CreateRepositoryLinkCommand = CreateRepositoryLinkCommand;
|
|
1562
|
-
exports.CreateRepositoryLinkInput$ = CreateRepositoryLinkInput$;
|
|
1563
|
-
exports.CreateRepositoryLinkOutput$ = CreateRepositoryLinkOutput$;
|
|
1564
|
-
exports.CreateSyncConfiguration$ = CreateSyncConfiguration$;
|
|
1565
551
|
exports.CreateSyncConfigurationCommand = CreateSyncConfigurationCommand;
|
|
1566
|
-
exports.CreateSyncConfigurationInput$ = CreateSyncConfigurationInput$;
|
|
1567
|
-
exports.CreateSyncConfigurationOutput$ = CreateSyncConfigurationOutput$;
|
|
1568
|
-
exports.DeleteConnection$ = DeleteConnection$;
|
|
1569
552
|
exports.DeleteConnectionCommand = DeleteConnectionCommand;
|
|
1570
|
-
exports.DeleteConnectionInput$ = DeleteConnectionInput$;
|
|
1571
|
-
exports.DeleteConnectionOutput$ = DeleteConnectionOutput$;
|
|
1572
|
-
exports.DeleteHost$ = DeleteHost$;
|
|
1573
553
|
exports.DeleteHostCommand = DeleteHostCommand;
|
|
1574
|
-
exports.DeleteHostInput$ = DeleteHostInput$;
|
|
1575
|
-
exports.DeleteHostOutput$ = DeleteHostOutput$;
|
|
1576
|
-
exports.DeleteRepositoryLink$ = DeleteRepositoryLink$;
|
|
1577
554
|
exports.DeleteRepositoryLinkCommand = DeleteRepositoryLinkCommand;
|
|
1578
|
-
exports.DeleteRepositoryLinkInput$ = DeleteRepositoryLinkInput$;
|
|
1579
|
-
exports.DeleteRepositoryLinkOutput$ = DeleteRepositoryLinkOutput$;
|
|
1580
|
-
exports.DeleteSyncConfiguration$ = DeleteSyncConfiguration$;
|
|
1581
555
|
exports.DeleteSyncConfigurationCommand = DeleteSyncConfigurationCommand;
|
|
1582
|
-
exports.DeleteSyncConfigurationInput$ = DeleteSyncConfigurationInput$;
|
|
1583
|
-
exports.DeleteSyncConfigurationOutput$ = DeleteSyncConfigurationOutput$;
|
|
1584
|
-
exports.GetConnection$ = GetConnection$;
|
|
1585
556
|
exports.GetConnectionCommand = GetConnectionCommand;
|
|
1586
|
-
exports.GetConnectionInput$ = GetConnectionInput$;
|
|
1587
|
-
exports.GetConnectionOutput$ = GetConnectionOutput$;
|
|
1588
|
-
exports.GetHost$ = GetHost$;
|
|
1589
557
|
exports.GetHostCommand = GetHostCommand;
|
|
1590
|
-
exports.GetHostInput$ = GetHostInput$;
|
|
1591
|
-
exports.GetHostOutput$ = GetHostOutput$;
|
|
1592
|
-
exports.GetRepositoryLink$ = GetRepositoryLink$;
|
|
1593
558
|
exports.GetRepositoryLinkCommand = GetRepositoryLinkCommand;
|
|
1594
|
-
exports.GetRepositoryLinkInput$ = GetRepositoryLinkInput$;
|
|
1595
|
-
exports.GetRepositoryLinkOutput$ = GetRepositoryLinkOutput$;
|
|
1596
|
-
exports.GetRepositorySyncStatus$ = GetRepositorySyncStatus$;
|
|
1597
559
|
exports.GetRepositorySyncStatusCommand = GetRepositorySyncStatusCommand;
|
|
1598
|
-
exports.GetRepositorySyncStatusInput$ = GetRepositorySyncStatusInput$;
|
|
1599
|
-
exports.GetRepositorySyncStatusOutput$ = GetRepositorySyncStatusOutput$;
|
|
1600
|
-
exports.GetResourceSyncStatus$ = GetResourceSyncStatus$;
|
|
1601
560
|
exports.GetResourceSyncStatusCommand = GetResourceSyncStatusCommand;
|
|
1602
|
-
exports.GetResourceSyncStatusInput$ = GetResourceSyncStatusInput$;
|
|
1603
|
-
exports.GetResourceSyncStatusOutput$ = GetResourceSyncStatusOutput$;
|
|
1604
|
-
exports.GetSyncBlockerSummary$ = GetSyncBlockerSummary$;
|
|
1605
561
|
exports.GetSyncBlockerSummaryCommand = GetSyncBlockerSummaryCommand;
|
|
1606
|
-
exports.GetSyncBlockerSummaryInput$ = GetSyncBlockerSummaryInput$;
|
|
1607
|
-
exports.GetSyncBlockerSummaryOutput$ = GetSyncBlockerSummaryOutput$;
|
|
1608
|
-
exports.GetSyncConfiguration$ = GetSyncConfiguration$;
|
|
1609
562
|
exports.GetSyncConfigurationCommand = GetSyncConfigurationCommand;
|
|
1610
|
-
exports.GetSyncConfigurationInput$ = GetSyncConfigurationInput$;
|
|
1611
|
-
exports.GetSyncConfigurationOutput$ = GetSyncConfigurationOutput$;
|
|
1612
|
-
exports.Host$ = Host$;
|
|
1613
|
-
exports.InternalServerException = InternalServerException;
|
|
1614
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
1615
|
-
exports.InvalidInputException = InvalidInputException;
|
|
1616
|
-
exports.InvalidInputException$ = InvalidInputException$;
|
|
1617
|
-
exports.LimitExceededException = LimitExceededException;
|
|
1618
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
1619
|
-
exports.ListConnections$ = ListConnections$;
|
|
1620
563
|
exports.ListConnectionsCommand = ListConnectionsCommand;
|
|
1621
|
-
exports.ListConnectionsInput$ = ListConnectionsInput$;
|
|
1622
|
-
exports.ListConnectionsOutput$ = ListConnectionsOutput$;
|
|
1623
|
-
exports.ListHosts$ = ListHosts$;
|
|
1624
564
|
exports.ListHostsCommand = ListHostsCommand;
|
|
1625
|
-
exports.ListHostsInput$ = ListHostsInput$;
|
|
1626
|
-
exports.ListHostsOutput$ = ListHostsOutput$;
|
|
1627
|
-
exports.ListRepositoryLinks$ = ListRepositoryLinks$;
|
|
1628
565
|
exports.ListRepositoryLinksCommand = ListRepositoryLinksCommand;
|
|
1629
|
-
exports.ListRepositoryLinksInput$ = ListRepositoryLinksInput$;
|
|
1630
|
-
exports.ListRepositoryLinksOutput$ = ListRepositoryLinksOutput$;
|
|
1631
|
-
exports.ListRepositorySyncDefinitions$ = ListRepositorySyncDefinitions$;
|
|
1632
566
|
exports.ListRepositorySyncDefinitionsCommand = ListRepositorySyncDefinitionsCommand;
|
|
1633
|
-
exports.ListRepositorySyncDefinitionsInput$ = ListRepositorySyncDefinitionsInput$;
|
|
1634
|
-
exports.ListRepositorySyncDefinitionsOutput$ = ListRepositorySyncDefinitionsOutput$;
|
|
1635
|
-
exports.ListSyncConfigurations$ = ListSyncConfigurations$;
|
|
1636
567
|
exports.ListSyncConfigurationsCommand = ListSyncConfigurationsCommand;
|
|
1637
|
-
exports.ListSyncConfigurationsInput$ = ListSyncConfigurationsInput$;
|
|
1638
|
-
exports.ListSyncConfigurationsOutput$ = ListSyncConfigurationsOutput$;
|
|
1639
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1640
568
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1641
|
-
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
1642
|
-
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
1643
569
|
exports.ProviderType = ProviderType;
|
|
1644
570
|
exports.PublishDeploymentStatus = PublishDeploymentStatus;
|
|
1645
|
-
exports.RepositoryLinkInfo$ = RepositoryLinkInfo$;
|
|
1646
|
-
exports.RepositorySyncAttempt$ = RepositorySyncAttempt$;
|
|
1647
|
-
exports.RepositorySyncDefinition$ = RepositorySyncDefinition$;
|
|
1648
|
-
exports.RepositorySyncEvent$ = RepositorySyncEvent$;
|
|
1649
571
|
exports.RepositorySyncStatus = RepositorySyncStatus;
|
|
1650
|
-
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
1651
|
-
exports.ResourceAlreadyExistsException$ = ResourceAlreadyExistsException$;
|
|
1652
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1653
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1654
|
-
exports.ResourceSyncAttempt$ = ResourceSyncAttempt$;
|
|
1655
|
-
exports.ResourceSyncEvent$ = ResourceSyncEvent$;
|
|
1656
572
|
exports.ResourceSyncStatus = ResourceSyncStatus;
|
|
1657
|
-
exports.ResourceUnavailableException = ResourceUnavailableException;
|
|
1658
|
-
exports.ResourceUnavailableException$ = ResourceUnavailableException$;
|
|
1659
|
-
exports.RetryLatestCommitFailedException = RetryLatestCommitFailedException;
|
|
1660
|
-
exports.RetryLatestCommitFailedException$ = RetryLatestCommitFailedException$;
|
|
1661
|
-
exports.Revision$ = Revision$;
|
|
1662
|
-
exports.SyncBlocker$ = SyncBlocker$;
|
|
1663
|
-
exports.SyncBlockerContext$ = SyncBlockerContext$;
|
|
1664
|
-
exports.SyncBlockerDoesNotExistException = SyncBlockerDoesNotExistException;
|
|
1665
|
-
exports.SyncBlockerDoesNotExistException$ = SyncBlockerDoesNotExistException$;
|
|
1666
|
-
exports.SyncBlockerSummary$ = SyncBlockerSummary$;
|
|
1667
|
-
exports.SyncConfiguration$ = SyncConfiguration$;
|
|
1668
|
-
exports.SyncConfigurationStillExistsException = SyncConfigurationStillExistsException;
|
|
1669
|
-
exports.SyncConfigurationStillExistsException$ = SyncConfigurationStillExistsException$;
|
|
1670
573
|
exports.SyncConfigurationType = SyncConfigurationType;
|
|
1671
|
-
exports.Tag$ = Tag$;
|
|
1672
|
-
exports.TagResource$ = TagResource$;
|
|
1673
574
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1674
|
-
exports.TagResourceInput$ = TagResourceInput$;
|
|
1675
|
-
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
1676
|
-
exports.ThrottlingException = ThrottlingException;
|
|
1677
|
-
exports.ThrottlingException$ = ThrottlingException$;
|
|
1678
575
|
exports.TriggerResourceUpdateOn = TriggerResourceUpdateOn;
|
|
1679
|
-
exports.UnsupportedOperationException = UnsupportedOperationException;
|
|
1680
|
-
exports.UnsupportedOperationException$ = UnsupportedOperationException$;
|
|
1681
|
-
exports.UnsupportedProviderTypeException = UnsupportedProviderTypeException;
|
|
1682
|
-
exports.UnsupportedProviderTypeException$ = UnsupportedProviderTypeException$;
|
|
1683
|
-
exports.UntagResource$ = UntagResource$;
|
|
1684
576
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1685
|
-
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
1686
|
-
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
1687
|
-
exports.UpdateHost$ = UpdateHost$;
|
|
1688
577
|
exports.UpdateHostCommand = UpdateHostCommand;
|
|
1689
|
-
exports.UpdateHostInput$ = UpdateHostInput$;
|
|
1690
|
-
exports.UpdateHostOutput$ = UpdateHostOutput$;
|
|
1691
|
-
exports.UpdateOutOfSyncException = UpdateOutOfSyncException;
|
|
1692
|
-
exports.UpdateOutOfSyncException$ = UpdateOutOfSyncException$;
|
|
1693
|
-
exports.UpdateRepositoryLink$ = UpdateRepositoryLink$;
|
|
1694
578
|
exports.UpdateRepositoryLinkCommand = UpdateRepositoryLinkCommand;
|
|
1695
|
-
exports.UpdateRepositoryLinkInput$ = UpdateRepositoryLinkInput$;
|
|
1696
|
-
exports.UpdateRepositoryLinkOutput$ = UpdateRepositoryLinkOutput$;
|
|
1697
|
-
exports.UpdateSyncBlocker$ = UpdateSyncBlocker$;
|
|
1698
579
|
exports.UpdateSyncBlockerCommand = UpdateSyncBlockerCommand;
|
|
1699
|
-
exports.UpdateSyncBlockerInput$ = UpdateSyncBlockerInput$;
|
|
1700
|
-
exports.UpdateSyncBlockerOutput$ = UpdateSyncBlockerOutput$;
|
|
1701
|
-
exports.UpdateSyncConfiguration$ = UpdateSyncConfiguration$;
|
|
1702
580
|
exports.UpdateSyncConfigurationCommand = UpdateSyncConfigurationCommand;
|
|
1703
|
-
exports.UpdateSyncConfigurationInput$ = UpdateSyncConfigurationInput$;
|
|
1704
|
-
exports.UpdateSyncConfigurationOutput$ = UpdateSyncConfigurationOutput$;
|
|
1705
|
-
exports.VpcConfiguration$ = VpcConfiguration$;
|
|
1706
581
|
exports.paginateListConnections = paginateListConnections;
|
|
1707
582
|
exports.paginateListHosts = paginateListHosts;
|
|
1708
583
|
exports.paginateListRepositoryLinks = paginateListRepositoryLinks;
|
|
1709
584
|
exports.paginateListSyncConfigurations = paginateListSyncConfigurations;
|
|
585
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
586
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
587
|
+
enumerable: true,
|
|
588
|
+
get: function () { return schemas_0[k]; }
|
|
589
|
+
});
|
|
590
|
+
});
|
|
591
|
+
Object.keys(errors).forEach(function (k) {
|
|
592
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
593
|
+
enumerable: true,
|
|
594
|
+
get: function () { return errors[k]; }
|
|
595
|
+
});
|
|
596
|
+
});
|