@aws-sdk/client-codecatalyst 3.928.0 → 3.929.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 +1472 -1749
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CodeCatalystClient.js +2 -0
- package/dist-es/commands/CreateAccessTokenCommand.js +3 -10
- package/dist-es/commands/CreateDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/CreateProjectCommand.js +3 -9
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +3 -9
- package/dist-es/commands/CreateSourceRepositoryCommand.js +3 -9
- package/dist-es/commands/DeleteAccessTokenCommand.js +3 -9
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/DeleteProjectCommand.js +3 -9
- package/dist-es/commands/DeleteSourceRepositoryCommand.js +3 -9
- package/dist-es/commands/DeleteSpaceCommand.js +3 -9
- package/dist-es/commands/GetDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/GetProjectCommand.js +3 -9
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +3 -9
- package/dist-es/commands/GetSourceRepositoryCommand.js +3 -9
- package/dist-es/commands/GetSpaceCommand.js +3 -9
- package/dist-es/commands/GetSubscriptionCommand.js +3 -9
- package/dist-es/commands/GetUserDetailsCommand.js +3 -9
- package/dist-es/commands/GetWorkflowCommand.js +3 -9
- package/dist-es/commands/GetWorkflowRunCommand.js +3 -9
- package/dist-es/commands/ListAccessTokensCommand.js +3 -9
- package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +3 -9
- package/dist-es/commands/ListDevEnvironmentsCommand.js +3 -9
- package/dist-es/commands/ListEventLogsCommand.js +3 -9
- package/dist-es/commands/ListProjectsCommand.js +3 -9
- package/dist-es/commands/ListSourceRepositoriesCommand.js +3 -9
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +3 -9
- package/dist-es/commands/ListSpacesCommand.js +3 -9
- package/dist-es/commands/ListWorkflowRunsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowsCommand.js +3 -9
- package/dist-es/commands/StartDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +3 -10
- package/dist-es/commands/StartWorkflowRunCommand.js +3 -9
- package/dist-es/commands/StopDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +3 -9
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/UpdateProjectCommand.js +3 -9
- package/dist-es/commands/UpdateSpaceCommand.js +3 -9
- package/dist-es/commands/VerifySessionCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -14
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1383 -0
- package/dist-types/CodeCatalystClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- 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 +175 -0
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -9
- 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 +181 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -1455
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
|
-
var uuid = require('@smithy/uuid');
|
|
20
18
|
|
|
21
19
|
const resolveClientEndpointParameters = (options) => {
|
|
22
20
|
return Object.assign(options, {
|
|
@@ -90,6 +88,7 @@ class CodeCatalystClient extends smithyClient.Client {
|
|
|
90
88
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
91
89
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
92
90
|
this.config = _config_8;
|
|
91
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
93
92
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
94
93
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
95
94
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -109,14 +108,14 @@ class CodeCatalystClient extends smithyClient.Client {
|
|
|
109
108
|
}
|
|
110
109
|
}
|
|
111
110
|
|
|
112
|
-
class CodeCatalystServiceException extends smithyClient.ServiceException {
|
|
111
|
+
let CodeCatalystServiceException$1 = class CodeCatalystServiceException extends smithyClient.ServiceException {
|
|
113
112
|
constructor(options) {
|
|
114
113
|
super(options);
|
|
115
114
|
Object.setPrototypeOf(this, CodeCatalystServiceException.prototype);
|
|
116
115
|
}
|
|
117
|
-
}
|
|
116
|
+
};
|
|
118
117
|
|
|
119
|
-
class AccessDeniedException extends CodeCatalystServiceException {
|
|
118
|
+
let AccessDeniedException$1 = class AccessDeniedException extends CodeCatalystServiceException$1 {
|
|
120
119
|
name = "AccessDeniedException";
|
|
121
120
|
$fault = "client";
|
|
122
121
|
constructor(opts) {
|
|
@@ -127,8 +126,8 @@ class AccessDeniedException extends CodeCatalystServiceException {
|
|
|
127
126
|
});
|
|
128
127
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
129
128
|
}
|
|
130
|
-
}
|
|
131
|
-
class ConflictException extends CodeCatalystServiceException {
|
|
129
|
+
};
|
|
130
|
+
let ConflictException$1 = class ConflictException extends CodeCatalystServiceException$1 {
|
|
132
131
|
name = "ConflictException";
|
|
133
132
|
$fault = "client";
|
|
134
133
|
constructor(opts) {
|
|
@@ -139,8 +138,8 @@ class ConflictException extends CodeCatalystServiceException {
|
|
|
139
138
|
});
|
|
140
139
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
141
140
|
}
|
|
142
|
-
}
|
|
143
|
-
class ResourceNotFoundException extends CodeCatalystServiceException {
|
|
141
|
+
};
|
|
142
|
+
let ResourceNotFoundException$1 = class ResourceNotFoundException extends CodeCatalystServiceException$1 {
|
|
144
143
|
name = "ResourceNotFoundException";
|
|
145
144
|
$fault = "client";
|
|
146
145
|
constructor(opts) {
|
|
@@ -151,8 +150,8 @@ class ResourceNotFoundException extends CodeCatalystServiceException {
|
|
|
151
150
|
});
|
|
152
151
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
153
152
|
}
|
|
154
|
-
}
|
|
155
|
-
class ServiceQuotaExceededException extends CodeCatalystServiceException {
|
|
153
|
+
};
|
|
154
|
+
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends CodeCatalystServiceException$1 {
|
|
156
155
|
name = "ServiceQuotaExceededException";
|
|
157
156
|
$fault = "client";
|
|
158
157
|
constructor(opts) {
|
|
@@ -163,8 +162,8 @@ class ServiceQuotaExceededException extends CodeCatalystServiceException {
|
|
|
163
162
|
});
|
|
164
163
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
165
164
|
}
|
|
166
|
-
}
|
|
167
|
-
class ThrottlingException extends CodeCatalystServiceException {
|
|
165
|
+
};
|
|
166
|
+
let ThrottlingException$1 = class ThrottlingException extends CodeCatalystServiceException$1 {
|
|
168
167
|
name = "ThrottlingException";
|
|
169
168
|
$fault = "client";
|
|
170
169
|
$retryable = {};
|
|
@@ -176,8 +175,8 @@ class ThrottlingException extends CodeCatalystServiceException {
|
|
|
176
175
|
});
|
|
177
176
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
178
177
|
}
|
|
179
|
-
}
|
|
180
|
-
class ValidationException extends CodeCatalystServiceException {
|
|
178
|
+
};
|
|
179
|
+
let ValidationException$1 = class ValidationException extends CodeCatalystServiceException$1 {
|
|
181
180
|
name = "ValidationException";
|
|
182
181
|
$fault = "client";
|
|
183
182
|
constructor(opts) {
|
|
@@ -188,7 +187,7 @@ class ValidationException extends CodeCatalystServiceException {
|
|
|
188
187
|
});
|
|
189
188
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
190
189
|
}
|
|
191
|
-
}
|
|
190
|
+
};
|
|
192
191
|
const OperationType = {
|
|
193
192
|
MUTATION: "MUTATION",
|
|
194
193
|
READONLY: "READONLY",
|
|
@@ -252,1483 +251,1395 @@ const WorkflowRunStatus = {
|
|
|
252
251
|
SUPERSEDED: "SUPERSEDED",
|
|
253
252
|
VALIDATING: "VALIDATING",
|
|
254
253
|
};
|
|
255
|
-
const CreateAccessTokenResponseFilterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
...(obj.secret && { secret: smithyClient.SENSITIVE_STRING }),
|
|
258
|
-
});
|
|
259
|
-
const DevEnvironmentAccessDetailsFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
...(obj.streamUrl && { streamUrl: smithyClient.SENSITIVE_STRING }),
|
|
262
|
-
...(obj.tokenValue && { tokenValue: smithyClient.SENSITIVE_STRING }),
|
|
263
|
-
});
|
|
264
|
-
const StartDevEnvironmentSessionResponseFilterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
...(obj.accessDetails && { accessDetails: smithyClient.SENSITIVE_STRING }),
|
|
267
|
-
});
|
|
268
254
|
|
|
269
|
-
const
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
const
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
const
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
const
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
const
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
const
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
const
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
const
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
const
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
const
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
const
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
const
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
const
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
const
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
const
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
const
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
const
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
};
|
|
476
|
-
const se_GetWorkflowCommand = async (input, context) => {
|
|
477
|
-
const b = core.requestBuilder(input, context);
|
|
478
|
-
const headers = {};
|
|
479
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/workflows/{id}");
|
|
480
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
481
|
-
b.p("id", () => input.id, "{id}", false);
|
|
482
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
483
|
-
let body;
|
|
484
|
-
b.m("GET").h(headers).b(body);
|
|
485
|
-
return b.build();
|
|
486
|
-
};
|
|
487
|
-
const se_GetWorkflowRunCommand = async (input, context) => {
|
|
488
|
-
const b = core.requestBuilder(input, context);
|
|
489
|
-
const headers = {};
|
|
490
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns/{id}");
|
|
491
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
492
|
-
b.p("id", () => input.id, "{id}", false);
|
|
493
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
494
|
-
let body;
|
|
495
|
-
b.m("GET").h(headers).b(body);
|
|
496
|
-
return b.build();
|
|
497
|
-
};
|
|
498
|
-
const se_ListAccessTokensCommand = async (input, context) => {
|
|
499
|
-
const b = core.requestBuilder(input, context);
|
|
500
|
-
const headers = {
|
|
501
|
-
"content-type": "application/json",
|
|
502
|
-
};
|
|
503
|
-
b.bp("/v1/accessTokens");
|
|
504
|
-
let body;
|
|
505
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
506
|
-
maxResults: [],
|
|
507
|
-
nextToken: [],
|
|
508
|
-
}));
|
|
509
|
-
b.m("POST").h(headers).b(body);
|
|
510
|
-
return b.build();
|
|
511
|
-
};
|
|
512
|
-
const se_ListDevEnvironmentsCommand = async (input, context) => {
|
|
513
|
-
const b = core.requestBuilder(input, context);
|
|
514
|
-
const headers = {
|
|
515
|
-
"content-type": "application/json",
|
|
516
|
-
};
|
|
517
|
-
b.bp("/v1/spaces/{spaceName}/devEnvironments");
|
|
518
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
519
|
-
let body;
|
|
520
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
521
|
-
filters: (_) => smithyClient._json(_),
|
|
522
|
-
maxResults: [],
|
|
523
|
-
nextToken: [],
|
|
524
|
-
projectName: [],
|
|
525
|
-
}));
|
|
526
|
-
b.m("POST").h(headers).b(body);
|
|
527
|
-
return b.build();
|
|
528
|
-
};
|
|
529
|
-
const se_ListDevEnvironmentSessionsCommand = async (input, context) => {
|
|
530
|
-
const b = core.requestBuilder(input, context);
|
|
531
|
-
const headers = {
|
|
532
|
-
"content-type": "application/json",
|
|
533
|
-
};
|
|
534
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{devEnvironmentId}/sessions");
|
|
535
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
536
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
537
|
-
b.p("devEnvironmentId", () => input.devEnvironmentId, "{devEnvironmentId}", false);
|
|
538
|
-
let body;
|
|
539
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
540
|
-
maxResults: [],
|
|
541
|
-
nextToken: [],
|
|
542
|
-
}));
|
|
543
|
-
b.m("POST").h(headers).b(body);
|
|
544
|
-
return b.build();
|
|
545
|
-
};
|
|
546
|
-
const se_ListEventLogsCommand = async (input, context) => {
|
|
547
|
-
const b = core.requestBuilder(input, context);
|
|
548
|
-
const headers = {
|
|
549
|
-
"content-type": "application/json",
|
|
550
|
-
};
|
|
551
|
-
b.bp("/v1/spaces/{spaceName}/eventLogs");
|
|
552
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
553
|
-
let body;
|
|
554
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
555
|
-
endTime: (_) => smithyClient.serializeDateTime(_),
|
|
556
|
-
eventName: [],
|
|
557
|
-
maxResults: [],
|
|
558
|
-
nextToken: [],
|
|
559
|
-
startTime: (_) => smithyClient.serializeDateTime(_),
|
|
560
|
-
}));
|
|
561
|
-
b.m("POST").h(headers).b(body);
|
|
562
|
-
return b.build();
|
|
563
|
-
};
|
|
564
|
-
const se_ListProjectsCommand = async (input, context) => {
|
|
565
|
-
const b = core.requestBuilder(input, context);
|
|
566
|
-
const headers = {
|
|
567
|
-
"content-type": "application/json",
|
|
568
|
-
};
|
|
569
|
-
b.bp("/v1/spaces/{spaceName}/projects");
|
|
570
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
571
|
-
let body;
|
|
572
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
573
|
-
filters: (_) => smithyClient._json(_),
|
|
574
|
-
maxResults: [],
|
|
575
|
-
nextToken: [],
|
|
576
|
-
}));
|
|
577
|
-
b.m("POST").h(headers).b(body);
|
|
578
|
-
return b.build();
|
|
579
|
-
};
|
|
580
|
-
const se_ListSourceRepositoriesCommand = async (input, context) => {
|
|
581
|
-
const b = core.requestBuilder(input, context);
|
|
582
|
-
const headers = {
|
|
583
|
-
"content-type": "application/json",
|
|
584
|
-
};
|
|
585
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories");
|
|
586
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
587
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
588
|
-
let body;
|
|
589
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
590
|
-
maxResults: [],
|
|
591
|
-
nextToken: [],
|
|
592
|
-
}));
|
|
593
|
-
b.m("POST").h(headers).b(body);
|
|
594
|
-
return b.build();
|
|
595
|
-
};
|
|
596
|
-
const se_ListSourceRepositoryBranchesCommand = async (input, context) => {
|
|
597
|
-
const b = core.requestBuilder(input, context);
|
|
598
|
-
const headers = {
|
|
599
|
-
"content-type": "application/json",
|
|
600
|
-
};
|
|
601
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{sourceRepositoryName}/branches");
|
|
602
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
603
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
604
|
-
b.p("sourceRepositoryName", () => input.sourceRepositoryName, "{sourceRepositoryName}", false);
|
|
605
|
-
let body;
|
|
606
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
607
|
-
maxResults: [],
|
|
608
|
-
nextToken: [],
|
|
609
|
-
}));
|
|
610
|
-
b.m("POST").h(headers).b(body);
|
|
611
|
-
return b.build();
|
|
612
|
-
};
|
|
613
|
-
const se_ListSpacesCommand = async (input, context) => {
|
|
614
|
-
const b = core.requestBuilder(input, context);
|
|
615
|
-
const headers = {
|
|
616
|
-
"content-type": "application/json",
|
|
617
|
-
};
|
|
618
|
-
b.bp("/v1/spaces");
|
|
619
|
-
let body;
|
|
620
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
621
|
-
nextToken: [],
|
|
622
|
-
}));
|
|
623
|
-
b.m("POST").h(headers).b(body);
|
|
624
|
-
return b.build();
|
|
625
|
-
};
|
|
626
|
-
const se_ListWorkflowRunsCommand = async (input, context) => {
|
|
627
|
-
const b = core.requestBuilder(input, context);
|
|
628
|
-
const headers = {
|
|
629
|
-
"content-type": "application/json",
|
|
630
|
-
};
|
|
631
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns");
|
|
632
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
633
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
634
|
-
const query = smithyClient.map({
|
|
635
|
-
[_wI]: [, input[_wI]],
|
|
636
|
-
[_nT]: [, input[_nT]],
|
|
637
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
638
|
-
});
|
|
639
|
-
let body;
|
|
640
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
641
|
-
sortBy: (_) => smithyClient._json(_),
|
|
642
|
-
}));
|
|
643
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
644
|
-
return b.build();
|
|
645
|
-
};
|
|
646
|
-
const se_ListWorkflowsCommand = async (input, context) => {
|
|
647
|
-
const b = core.requestBuilder(input, context);
|
|
648
|
-
const headers = {
|
|
649
|
-
"content-type": "application/json",
|
|
650
|
-
};
|
|
651
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/workflows");
|
|
652
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
653
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
654
|
-
const query = smithyClient.map({
|
|
655
|
-
[_nT]: [, input[_nT]],
|
|
656
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
657
|
-
});
|
|
658
|
-
let body;
|
|
659
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
660
|
-
sortBy: (_) => smithyClient._json(_),
|
|
661
|
-
}));
|
|
662
|
-
b.m("POST").h(headers).q(query).b(body);
|
|
663
|
-
return b.build();
|
|
664
|
-
};
|
|
665
|
-
const se_StartDevEnvironmentCommand = async (input, context) => {
|
|
666
|
-
const b = core.requestBuilder(input, context);
|
|
667
|
-
const headers = {
|
|
668
|
-
"content-type": "application/json",
|
|
669
|
-
};
|
|
670
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/start");
|
|
671
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
672
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
673
|
-
b.p("id", () => input.id, "{id}", false);
|
|
674
|
-
let body;
|
|
675
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
676
|
-
ides: (_) => smithyClient._json(_),
|
|
677
|
-
inactivityTimeoutMinutes: [],
|
|
678
|
-
instanceType: [],
|
|
679
|
-
}));
|
|
680
|
-
b.m("PUT").h(headers).b(body);
|
|
681
|
-
return b.build();
|
|
682
|
-
};
|
|
683
|
-
const se_StartDevEnvironmentSessionCommand = async (input, context) => {
|
|
684
|
-
const b = core.requestBuilder(input, context);
|
|
685
|
-
const headers = {
|
|
686
|
-
"content-type": "application/json",
|
|
687
|
-
};
|
|
688
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session");
|
|
689
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
690
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
691
|
-
b.p("id", () => input.id, "{id}", false);
|
|
692
|
-
let body;
|
|
693
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
694
|
-
sessionConfiguration: (_) => smithyClient._json(_),
|
|
695
|
-
}));
|
|
696
|
-
b.m("PUT").h(headers).b(body);
|
|
697
|
-
return b.build();
|
|
698
|
-
};
|
|
699
|
-
const se_StartWorkflowRunCommand = async (input, context) => {
|
|
700
|
-
const b = core.requestBuilder(input, context);
|
|
701
|
-
const headers = {
|
|
702
|
-
"content-type": "application/json",
|
|
703
|
-
};
|
|
704
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns");
|
|
705
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
706
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
707
|
-
const query = smithyClient.map({
|
|
708
|
-
[_wI]: [, smithyClient.expectNonNull(input[_wI], `workflowId`)],
|
|
709
|
-
});
|
|
710
|
-
let body;
|
|
711
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
712
|
-
clientToken: [true, (_) => _ ?? uuid.v4()],
|
|
713
|
-
}));
|
|
714
|
-
b.m("PUT").h(headers).q(query).b(body);
|
|
715
|
-
return b.build();
|
|
716
|
-
};
|
|
717
|
-
const se_StopDevEnvironmentCommand = async (input, context) => {
|
|
718
|
-
const b = core.requestBuilder(input, context);
|
|
719
|
-
const headers = {};
|
|
720
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/stop");
|
|
721
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
722
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
723
|
-
b.p("id", () => input.id, "{id}", false);
|
|
724
|
-
let body;
|
|
725
|
-
b.m("PUT").h(headers).b(body);
|
|
726
|
-
return b.build();
|
|
727
|
-
};
|
|
728
|
-
const se_StopDevEnvironmentSessionCommand = async (input, context) => {
|
|
729
|
-
const b = core.requestBuilder(input, context);
|
|
730
|
-
const headers = {};
|
|
731
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session/{sessionId}");
|
|
732
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
733
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
734
|
-
b.p("id", () => input.id, "{id}", false);
|
|
735
|
-
b.p("sessionId", () => input.sessionId, "{sessionId}", false);
|
|
736
|
-
let body;
|
|
737
|
-
b.m("DELETE").h(headers).b(body);
|
|
738
|
-
return b.build();
|
|
739
|
-
};
|
|
740
|
-
const se_UpdateDevEnvironmentCommand = async (input, context) => {
|
|
741
|
-
const b = core.requestBuilder(input, context);
|
|
742
|
-
const headers = {
|
|
743
|
-
"content-type": "application/json",
|
|
744
|
-
};
|
|
745
|
-
b.bp("/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}");
|
|
746
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
747
|
-
b.p("projectName", () => input.projectName, "{projectName}", false);
|
|
748
|
-
b.p("id", () => input.id, "{id}", false);
|
|
749
|
-
let body;
|
|
750
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
751
|
-
alias: [],
|
|
752
|
-
clientToken: [],
|
|
753
|
-
ides: (_) => smithyClient._json(_),
|
|
754
|
-
inactivityTimeoutMinutes: [],
|
|
755
|
-
instanceType: [],
|
|
756
|
-
}));
|
|
757
|
-
b.m("PATCH").h(headers).b(body);
|
|
758
|
-
return b.build();
|
|
759
|
-
};
|
|
760
|
-
const se_UpdateProjectCommand = async (input, context) => {
|
|
761
|
-
const b = core.requestBuilder(input, context);
|
|
762
|
-
const headers = {
|
|
763
|
-
"content-type": "application/json",
|
|
764
|
-
};
|
|
765
|
-
b.bp("/v1/spaces/{spaceName}/projects/{name}");
|
|
766
|
-
b.p("spaceName", () => input.spaceName, "{spaceName}", false);
|
|
767
|
-
b.p("name", () => input.name, "{name}", false);
|
|
768
|
-
let body;
|
|
769
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
770
|
-
description: [],
|
|
771
|
-
}));
|
|
772
|
-
b.m("PATCH").h(headers).b(body);
|
|
773
|
-
return b.build();
|
|
774
|
-
};
|
|
775
|
-
const se_UpdateSpaceCommand = async (input, context) => {
|
|
776
|
-
const b = core.requestBuilder(input, context);
|
|
777
|
-
const headers = {
|
|
778
|
-
"content-type": "application/json",
|
|
779
|
-
};
|
|
780
|
-
b.bp("/v1/spaces/{name}");
|
|
781
|
-
b.p("name", () => input.name, "{name}", false);
|
|
782
|
-
let body;
|
|
783
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
784
|
-
description: [],
|
|
785
|
-
}));
|
|
786
|
-
b.m("PATCH").h(headers).b(body);
|
|
787
|
-
return b.build();
|
|
788
|
-
};
|
|
789
|
-
const se_VerifySessionCommand = async (input, context) => {
|
|
790
|
-
const b = core.requestBuilder(input, context);
|
|
791
|
-
const headers = {};
|
|
792
|
-
b.bp("/session");
|
|
793
|
-
let body;
|
|
794
|
-
b.m("GET").h(headers).b(body);
|
|
795
|
-
return b.build();
|
|
796
|
-
};
|
|
797
|
-
const de_CreateAccessTokenCommand = async (output, context) => {
|
|
798
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
799
|
-
return de_CommandError(output, context);
|
|
800
|
-
}
|
|
801
|
-
const contents = smithyClient.map({
|
|
802
|
-
$metadata: deserializeMetadata(output),
|
|
803
|
-
});
|
|
804
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
805
|
-
const doc = smithyClient.take(data, {
|
|
806
|
-
accessTokenId: smithyClient.expectString,
|
|
807
|
-
expiresTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
808
|
-
name: smithyClient.expectString,
|
|
809
|
-
secret: smithyClient.expectString,
|
|
810
|
-
});
|
|
811
|
-
Object.assign(contents, doc);
|
|
812
|
-
return contents;
|
|
813
|
-
};
|
|
814
|
-
const de_CreateDevEnvironmentCommand = async (output, context) => {
|
|
815
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
816
|
-
return de_CommandError(output, context);
|
|
817
|
-
}
|
|
818
|
-
const contents = smithyClient.map({
|
|
819
|
-
$metadata: deserializeMetadata(output),
|
|
820
|
-
});
|
|
821
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
822
|
-
const doc = smithyClient.take(data, {
|
|
823
|
-
id: smithyClient.expectString,
|
|
824
|
-
projectName: smithyClient.expectString,
|
|
825
|
-
spaceName: smithyClient.expectString,
|
|
826
|
-
vpcConnectionName: smithyClient.expectString,
|
|
827
|
-
});
|
|
828
|
-
Object.assign(contents, doc);
|
|
829
|
-
return contents;
|
|
830
|
-
};
|
|
831
|
-
const de_CreateProjectCommand = async (output, context) => {
|
|
832
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
833
|
-
return de_CommandError(output, context);
|
|
834
|
-
}
|
|
835
|
-
const contents = smithyClient.map({
|
|
836
|
-
$metadata: deserializeMetadata(output),
|
|
837
|
-
});
|
|
838
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
839
|
-
const doc = smithyClient.take(data, {
|
|
840
|
-
description: smithyClient.expectString,
|
|
841
|
-
displayName: smithyClient.expectString,
|
|
842
|
-
name: smithyClient.expectString,
|
|
843
|
-
spaceName: smithyClient.expectString,
|
|
844
|
-
});
|
|
845
|
-
Object.assign(contents, doc);
|
|
846
|
-
return contents;
|
|
847
|
-
};
|
|
848
|
-
const de_CreateSourceRepositoryCommand = async (output, context) => {
|
|
849
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
850
|
-
return de_CommandError(output, context);
|
|
851
|
-
}
|
|
852
|
-
const contents = smithyClient.map({
|
|
853
|
-
$metadata: deserializeMetadata(output),
|
|
854
|
-
});
|
|
855
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
856
|
-
const doc = smithyClient.take(data, {
|
|
857
|
-
description: smithyClient.expectString,
|
|
858
|
-
name: smithyClient.expectString,
|
|
859
|
-
projectName: smithyClient.expectString,
|
|
860
|
-
spaceName: smithyClient.expectString,
|
|
861
|
-
});
|
|
862
|
-
Object.assign(contents, doc);
|
|
863
|
-
return contents;
|
|
864
|
-
};
|
|
865
|
-
const de_CreateSourceRepositoryBranchCommand = async (output, context) => {
|
|
866
|
-
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
867
|
-
return de_CommandError(output, context);
|
|
868
|
-
}
|
|
869
|
-
const contents = smithyClient.map({
|
|
870
|
-
$metadata: deserializeMetadata(output),
|
|
871
|
-
});
|
|
872
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
873
|
-
const doc = smithyClient.take(data, {
|
|
874
|
-
headCommitId: smithyClient.expectString,
|
|
875
|
-
lastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
876
|
-
name: smithyClient.expectString,
|
|
877
|
-
ref: smithyClient.expectString,
|
|
878
|
-
});
|
|
879
|
-
Object.assign(contents, doc);
|
|
880
|
-
return contents;
|
|
881
|
-
};
|
|
882
|
-
const de_DeleteAccessTokenCommand = async (output, context) => {
|
|
883
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
884
|
-
return de_CommandError(output, context);
|
|
885
|
-
}
|
|
886
|
-
const contents = smithyClient.map({
|
|
887
|
-
$metadata: deserializeMetadata(output),
|
|
888
|
-
});
|
|
889
|
-
await smithyClient.collectBody(output.body, context);
|
|
890
|
-
return contents;
|
|
891
|
-
};
|
|
892
|
-
const de_DeleteDevEnvironmentCommand = async (output, context) => {
|
|
893
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
894
|
-
return de_CommandError(output, context);
|
|
895
|
-
}
|
|
896
|
-
const contents = smithyClient.map({
|
|
897
|
-
$metadata: deserializeMetadata(output),
|
|
898
|
-
});
|
|
899
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
900
|
-
const doc = smithyClient.take(data, {
|
|
901
|
-
id: smithyClient.expectString,
|
|
902
|
-
projectName: smithyClient.expectString,
|
|
903
|
-
spaceName: smithyClient.expectString,
|
|
904
|
-
});
|
|
905
|
-
Object.assign(contents, doc);
|
|
906
|
-
return contents;
|
|
907
|
-
};
|
|
908
|
-
const de_DeleteProjectCommand = async (output, context) => {
|
|
909
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
910
|
-
return de_CommandError(output, context);
|
|
911
|
-
}
|
|
912
|
-
const contents = smithyClient.map({
|
|
913
|
-
$metadata: deserializeMetadata(output),
|
|
914
|
-
});
|
|
915
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
916
|
-
const doc = smithyClient.take(data, {
|
|
917
|
-
displayName: smithyClient.expectString,
|
|
918
|
-
name: smithyClient.expectString,
|
|
919
|
-
spaceName: smithyClient.expectString,
|
|
920
|
-
});
|
|
921
|
-
Object.assign(contents, doc);
|
|
922
|
-
return contents;
|
|
923
|
-
};
|
|
924
|
-
const de_DeleteSourceRepositoryCommand = async (output, context) => {
|
|
925
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
926
|
-
return de_CommandError(output, context);
|
|
927
|
-
}
|
|
928
|
-
const contents = smithyClient.map({
|
|
929
|
-
$metadata: deserializeMetadata(output),
|
|
930
|
-
});
|
|
931
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
932
|
-
const doc = smithyClient.take(data, {
|
|
933
|
-
name: smithyClient.expectString,
|
|
934
|
-
projectName: smithyClient.expectString,
|
|
935
|
-
spaceName: smithyClient.expectString,
|
|
936
|
-
});
|
|
937
|
-
Object.assign(contents, doc);
|
|
938
|
-
return contents;
|
|
939
|
-
};
|
|
940
|
-
const de_DeleteSpaceCommand = async (output, context) => {
|
|
941
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
942
|
-
return de_CommandError(output, context);
|
|
943
|
-
}
|
|
944
|
-
const contents = smithyClient.map({
|
|
945
|
-
$metadata: deserializeMetadata(output),
|
|
946
|
-
});
|
|
947
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
948
|
-
const doc = smithyClient.take(data, {
|
|
949
|
-
displayName: smithyClient.expectString,
|
|
950
|
-
name: smithyClient.expectString,
|
|
951
|
-
});
|
|
952
|
-
Object.assign(contents, doc);
|
|
953
|
-
return contents;
|
|
954
|
-
};
|
|
955
|
-
const de_GetDevEnvironmentCommand = async (output, context) => {
|
|
956
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
957
|
-
return de_CommandError(output, context);
|
|
958
|
-
}
|
|
959
|
-
const contents = smithyClient.map({
|
|
960
|
-
$metadata: deserializeMetadata(output),
|
|
961
|
-
});
|
|
962
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
963
|
-
const doc = smithyClient.take(data, {
|
|
964
|
-
alias: smithyClient.expectString,
|
|
965
|
-
creatorId: smithyClient.expectString,
|
|
966
|
-
id: smithyClient.expectString,
|
|
967
|
-
ides: smithyClient._json,
|
|
968
|
-
inactivityTimeoutMinutes: smithyClient.expectInt32,
|
|
969
|
-
instanceType: smithyClient.expectString,
|
|
970
|
-
lastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
971
|
-
persistentStorage: smithyClient._json,
|
|
972
|
-
projectName: smithyClient.expectString,
|
|
973
|
-
repositories: smithyClient._json,
|
|
974
|
-
spaceName: smithyClient.expectString,
|
|
975
|
-
status: smithyClient.expectString,
|
|
976
|
-
statusReason: smithyClient.expectString,
|
|
977
|
-
vpcConnectionName: smithyClient.expectString,
|
|
978
|
-
});
|
|
979
|
-
Object.assign(contents, doc);
|
|
980
|
-
return contents;
|
|
981
|
-
};
|
|
982
|
-
const de_GetProjectCommand = async (output, context) => {
|
|
983
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
984
|
-
return de_CommandError(output, context);
|
|
985
|
-
}
|
|
986
|
-
const contents = smithyClient.map({
|
|
987
|
-
$metadata: deserializeMetadata(output),
|
|
988
|
-
});
|
|
989
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
990
|
-
const doc = smithyClient.take(data, {
|
|
991
|
-
description: smithyClient.expectString,
|
|
992
|
-
displayName: smithyClient.expectString,
|
|
993
|
-
name: smithyClient.expectString,
|
|
994
|
-
spaceName: smithyClient.expectString,
|
|
995
|
-
});
|
|
996
|
-
Object.assign(contents, doc);
|
|
997
|
-
return contents;
|
|
998
|
-
};
|
|
999
|
-
const de_GetSourceRepositoryCommand = async (output, context) => {
|
|
1000
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1001
|
-
return de_CommandError(output, context);
|
|
1002
|
-
}
|
|
1003
|
-
const contents = smithyClient.map({
|
|
1004
|
-
$metadata: deserializeMetadata(output),
|
|
1005
|
-
});
|
|
1006
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1007
|
-
const doc = smithyClient.take(data, {
|
|
1008
|
-
createdTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1009
|
-
description: smithyClient.expectString,
|
|
1010
|
-
lastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1011
|
-
name: smithyClient.expectString,
|
|
1012
|
-
projectName: smithyClient.expectString,
|
|
1013
|
-
spaceName: smithyClient.expectString,
|
|
1014
|
-
});
|
|
1015
|
-
Object.assign(contents, doc);
|
|
1016
|
-
return contents;
|
|
1017
|
-
};
|
|
1018
|
-
const de_GetSourceRepositoryCloneUrlsCommand = async (output, context) => {
|
|
1019
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1020
|
-
return de_CommandError(output, context);
|
|
1021
|
-
}
|
|
1022
|
-
const contents = smithyClient.map({
|
|
1023
|
-
$metadata: deserializeMetadata(output),
|
|
1024
|
-
});
|
|
1025
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1026
|
-
const doc = smithyClient.take(data, {
|
|
1027
|
-
https: smithyClient.expectString,
|
|
1028
|
-
});
|
|
1029
|
-
Object.assign(contents, doc);
|
|
1030
|
-
return contents;
|
|
1031
|
-
};
|
|
1032
|
-
const de_GetSpaceCommand = async (output, context) => {
|
|
1033
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1034
|
-
return de_CommandError(output, context);
|
|
1035
|
-
}
|
|
1036
|
-
const contents = smithyClient.map({
|
|
1037
|
-
$metadata: deserializeMetadata(output),
|
|
1038
|
-
});
|
|
1039
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1040
|
-
const doc = smithyClient.take(data, {
|
|
1041
|
-
description: smithyClient.expectString,
|
|
1042
|
-
displayName: smithyClient.expectString,
|
|
1043
|
-
name: smithyClient.expectString,
|
|
1044
|
-
regionName: smithyClient.expectString,
|
|
1045
|
-
});
|
|
1046
|
-
Object.assign(contents, doc);
|
|
1047
|
-
return contents;
|
|
1048
|
-
};
|
|
1049
|
-
const de_GetSubscriptionCommand = async (output, context) => {
|
|
1050
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1051
|
-
return de_CommandError(output, context);
|
|
1052
|
-
}
|
|
1053
|
-
const contents = smithyClient.map({
|
|
1054
|
-
$metadata: deserializeMetadata(output),
|
|
1055
|
-
});
|
|
1056
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1057
|
-
const doc = smithyClient.take(data, {
|
|
1058
|
-
awsAccountName: smithyClient.expectString,
|
|
1059
|
-
pendingSubscriptionStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1060
|
-
pendingSubscriptionType: smithyClient.expectString,
|
|
1061
|
-
subscriptionType: smithyClient.expectString,
|
|
1062
|
-
});
|
|
1063
|
-
Object.assign(contents, doc);
|
|
1064
|
-
return contents;
|
|
1065
|
-
};
|
|
1066
|
-
const de_GetUserDetailsCommand = async (output, context) => {
|
|
1067
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1068
|
-
return de_CommandError(output, context);
|
|
1069
|
-
}
|
|
1070
|
-
const contents = smithyClient.map({
|
|
1071
|
-
$metadata: deserializeMetadata(output),
|
|
1072
|
-
});
|
|
1073
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1074
|
-
const doc = smithyClient.take(data, {
|
|
1075
|
-
displayName: smithyClient.expectString,
|
|
1076
|
-
primaryEmail: smithyClient._json,
|
|
1077
|
-
userId: smithyClient.expectString,
|
|
1078
|
-
userName: smithyClient.expectString,
|
|
1079
|
-
version: smithyClient.expectString,
|
|
1080
|
-
});
|
|
1081
|
-
Object.assign(contents, doc);
|
|
1082
|
-
return contents;
|
|
1083
|
-
};
|
|
1084
|
-
const de_GetWorkflowCommand = async (output, context) => {
|
|
1085
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1086
|
-
return de_CommandError(output, context);
|
|
1087
|
-
}
|
|
1088
|
-
const contents = smithyClient.map({
|
|
1089
|
-
$metadata: deserializeMetadata(output),
|
|
1090
|
-
});
|
|
1091
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1092
|
-
const doc = smithyClient.take(data, {
|
|
1093
|
-
createdTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1094
|
-
definition: smithyClient._json,
|
|
1095
|
-
id: smithyClient.expectString,
|
|
1096
|
-
lastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1097
|
-
name: smithyClient.expectString,
|
|
1098
|
-
projectName: smithyClient.expectString,
|
|
1099
|
-
runMode: smithyClient.expectString,
|
|
1100
|
-
sourceBranchName: smithyClient.expectString,
|
|
1101
|
-
sourceRepositoryName: smithyClient.expectString,
|
|
1102
|
-
spaceName: smithyClient.expectString,
|
|
1103
|
-
status: smithyClient.expectString,
|
|
1104
|
-
});
|
|
1105
|
-
Object.assign(contents, doc);
|
|
1106
|
-
return contents;
|
|
1107
|
-
};
|
|
1108
|
-
const de_GetWorkflowRunCommand = async (output, context) => {
|
|
1109
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1110
|
-
return de_CommandError(output, context);
|
|
1111
|
-
}
|
|
1112
|
-
const contents = smithyClient.map({
|
|
1113
|
-
$metadata: deserializeMetadata(output),
|
|
1114
|
-
});
|
|
1115
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1116
|
-
const doc = smithyClient.take(data, {
|
|
1117
|
-
endTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1118
|
-
id: smithyClient.expectString,
|
|
1119
|
-
lastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1120
|
-
projectName: smithyClient.expectString,
|
|
1121
|
-
spaceName: smithyClient.expectString,
|
|
1122
|
-
startTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1123
|
-
status: smithyClient.expectString,
|
|
1124
|
-
statusReasons: smithyClient._json,
|
|
1125
|
-
workflowId: smithyClient.expectString,
|
|
1126
|
-
});
|
|
1127
|
-
Object.assign(contents, doc);
|
|
1128
|
-
return contents;
|
|
1129
|
-
};
|
|
1130
|
-
const de_ListAccessTokensCommand = async (output, context) => {
|
|
1131
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1132
|
-
return de_CommandError(output, context);
|
|
1133
|
-
}
|
|
1134
|
-
const contents = smithyClient.map({
|
|
1135
|
-
$metadata: deserializeMetadata(output),
|
|
1136
|
-
});
|
|
1137
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1138
|
-
const doc = smithyClient.take(data, {
|
|
1139
|
-
items: (_) => de_AccessTokenSummaries(_),
|
|
1140
|
-
nextToken: smithyClient.expectString,
|
|
1141
|
-
});
|
|
1142
|
-
Object.assign(contents, doc);
|
|
1143
|
-
return contents;
|
|
1144
|
-
};
|
|
1145
|
-
const de_ListDevEnvironmentsCommand = async (output, context) => {
|
|
1146
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1147
|
-
return de_CommandError(output, context);
|
|
1148
|
-
}
|
|
1149
|
-
const contents = smithyClient.map({
|
|
1150
|
-
$metadata: deserializeMetadata(output),
|
|
1151
|
-
});
|
|
1152
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1153
|
-
const doc = smithyClient.take(data, {
|
|
1154
|
-
items: (_) => de_DevEnvironmentSummaryList(_),
|
|
1155
|
-
nextToken: smithyClient.expectString,
|
|
1156
|
-
});
|
|
1157
|
-
Object.assign(contents, doc);
|
|
1158
|
-
return contents;
|
|
1159
|
-
};
|
|
1160
|
-
const de_ListDevEnvironmentSessionsCommand = async (output, context) => {
|
|
1161
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1162
|
-
return de_CommandError(output, context);
|
|
1163
|
-
}
|
|
1164
|
-
const contents = smithyClient.map({
|
|
1165
|
-
$metadata: deserializeMetadata(output),
|
|
1166
|
-
});
|
|
1167
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1168
|
-
const doc = smithyClient.take(data, {
|
|
1169
|
-
items: (_) => de_DevEnvironmentSessionsSummaryList(_),
|
|
1170
|
-
nextToken: smithyClient.expectString,
|
|
1171
|
-
});
|
|
1172
|
-
Object.assign(contents, doc);
|
|
1173
|
-
return contents;
|
|
1174
|
-
};
|
|
1175
|
-
const de_ListEventLogsCommand = async (output, context) => {
|
|
1176
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1177
|
-
return de_CommandError(output, context);
|
|
1178
|
-
}
|
|
1179
|
-
const contents = smithyClient.map({
|
|
1180
|
-
$metadata: deserializeMetadata(output),
|
|
1181
|
-
});
|
|
1182
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1183
|
-
const doc = smithyClient.take(data, {
|
|
1184
|
-
items: (_) => de_EventLogEntries(_),
|
|
1185
|
-
nextToken: smithyClient.expectString,
|
|
1186
|
-
});
|
|
1187
|
-
Object.assign(contents, doc);
|
|
1188
|
-
return contents;
|
|
1189
|
-
};
|
|
1190
|
-
const de_ListProjectsCommand = async (output, context) => {
|
|
1191
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1192
|
-
return de_CommandError(output, context);
|
|
1193
|
-
}
|
|
1194
|
-
const contents = smithyClient.map({
|
|
1195
|
-
$metadata: deserializeMetadata(output),
|
|
1196
|
-
});
|
|
1197
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1198
|
-
const doc = smithyClient.take(data, {
|
|
1199
|
-
items: smithyClient._json,
|
|
1200
|
-
nextToken: smithyClient.expectString,
|
|
1201
|
-
});
|
|
1202
|
-
Object.assign(contents, doc);
|
|
1203
|
-
return contents;
|
|
1204
|
-
};
|
|
1205
|
-
const de_ListSourceRepositoriesCommand = async (output, context) => {
|
|
1206
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1207
|
-
return de_CommandError(output, context);
|
|
1208
|
-
}
|
|
1209
|
-
const contents = smithyClient.map({
|
|
1210
|
-
$metadata: deserializeMetadata(output),
|
|
1211
|
-
});
|
|
1212
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1213
|
-
const doc = smithyClient.take(data, {
|
|
1214
|
-
items: (_) => de_ListSourceRepositoriesItems(_),
|
|
1215
|
-
nextToken: smithyClient.expectString,
|
|
1216
|
-
});
|
|
1217
|
-
Object.assign(contents, doc);
|
|
1218
|
-
return contents;
|
|
1219
|
-
};
|
|
1220
|
-
const de_ListSourceRepositoryBranchesCommand = async (output, context) => {
|
|
1221
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1222
|
-
return de_CommandError(output, context);
|
|
1223
|
-
}
|
|
1224
|
-
const contents = smithyClient.map({
|
|
1225
|
-
$metadata: deserializeMetadata(output),
|
|
1226
|
-
});
|
|
1227
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1228
|
-
const doc = smithyClient.take(data, {
|
|
1229
|
-
items: (_) => de_ListSourceRepositoryBranchesItems(_),
|
|
1230
|
-
nextToken: smithyClient.expectString,
|
|
1231
|
-
});
|
|
1232
|
-
Object.assign(contents, doc);
|
|
1233
|
-
return contents;
|
|
1234
|
-
};
|
|
1235
|
-
const de_ListSpacesCommand = async (output, context) => {
|
|
1236
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1237
|
-
return de_CommandError(output, context);
|
|
1238
|
-
}
|
|
1239
|
-
const contents = smithyClient.map({
|
|
1240
|
-
$metadata: deserializeMetadata(output),
|
|
1241
|
-
});
|
|
1242
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1243
|
-
const doc = smithyClient.take(data, {
|
|
1244
|
-
items: smithyClient._json,
|
|
1245
|
-
nextToken: smithyClient.expectString,
|
|
1246
|
-
});
|
|
1247
|
-
Object.assign(contents, doc);
|
|
1248
|
-
return contents;
|
|
1249
|
-
};
|
|
1250
|
-
const de_ListWorkflowRunsCommand = async (output, context) => {
|
|
1251
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1252
|
-
return de_CommandError(output, context);
|
|
1253
|
-
}
|
|
1254
|
-
const contents = smithyClient.map({
|
|
1255
|
-
$metadata: deserializeMetadata(output),
|
|
1256
|
-
});
|
|
1257
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1258
|
-
const doc = smithyClient.take(data, {
|
|
1259
|
-
items: (_) => de_WorkflowRunSummaries(_),
|
|
1260
|
-
nextToken: smithyClient.expectString,
|
|
1261
|
-
});
|
|
1262
|
-
Object.assign(contents, doc);
|
|
1263
|
-
return contents;
|
|
1264
|
-
};
|
|
1265
|
-
const de_ListWorkflowsCommand = async (output, context) => {
|
|
1266
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1267
|
-
return de_CommandError(output, context);
|
|
1268
|
-
}
|
|
1269
|
-
const contents = smithyClient.map({
|
|
1270
|
-
$metadata: deserializeMetadata(output),
|
|
1271
|
-
});
|
|
1272
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1273
|
-
const doc = smithyClient.take(data, {
|
|
1274
|
-
items: (_) => de_WorkflowSummaries(_),
|
|
1275
|
-
nextToken: smithyClient.expectString,
|
|
1276
|
-
});
|
|
1277
|
-
Object.assign(contents, doc);
|
|
1278
|
-
return contents;
|
|
1279
|
-
};
|
|
1280
|
-
const de_StartDevEnvironmentCommand = async (output, context) => {
|
|
1281
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1282
|
-
return de_CommandError(output, context);
|
|
1283
|
-
}
|
|
1284
|
-
const contents = smithyClient.map({
|
|
1285
|
-
$metadata: deserializeMetadata(output),
|
|
1286
|
-
});
|
|
1287
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1288
|
-
const doc = smithyClient.take(data, {
|
|
1289
|
-
id: smithyClient.expectString,
|
|
1290
|
-
projectName: smithyClient.expectString,
|
|
1291
|
-
spaceName: smithyClient.expectString,
|
|
1292
|
-
status: smithyClient.expectString,
|
|
1293
|
-
});
|
|
1294
|
-
Object.assign(contents, doc);
|
|
1295
|
-
return contents;
|
|
1296
|
-
};
|
|
1297
|
-
const de_StartDevEnvironmentSessionCommand = async (output, context) => {
|
|
1298
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1299
|
-
return de_CommandError(output, context);
|
|
1300
|
-
}
|
|
1301
|
-
const contents = smithyClient.map({
|
|
1302
|
-
$metadata: deserializeMetadata(output),
|
|
1303
|
-
});
|
|
1304
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1305
|
-
const doc = smithyClient.take(data, {
|
|
1306
|
-
accessDetails: smithyClient._json,
|
|
1307
|
-
id: smithyClient.expectString,
|
|
1308
|
-
projectName: smithyClient.expectString,
|
|
1309
|
-
sessionId: smithyClient.expectString,
|
|
1310
|
-
spaceName: smithyClient.expectString,
|
|
1311
|
-
});
|
|
1312
|
-
Object.assign(contents, doc);
|
|
1313
|
-
return contents;
|
|
1314
|
-
};
|
|
1315
|
-
const de_StartWorkflowRunCommand = async (output, context) => {
|
|
1316
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1317
|
-
return de_CommandError(output, context);
|
|
1318
|
-
}
|
|
1319
|
-
const contents = smithyClient.map({
|
|
1320
|
-
$metadata: deserializeMetadata(output),
|
|
1321
|
-
});
|
|
1322
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1323
|
-
const doc = smithyClient.take(data, {
|
|
1324
|
-
id: smithyClient.expectString,
|
|
1325
|
-
projectName: smithyClient.expectString,
|
|
1326
|
-
spaceName: smithyClient.expectString,
|
|
1327
|
-
workflowId: smithyClient.expectString,
|
|
1328
|
-
});
|
|
1329
|
-
Object.assign(contents, doc);
|
|
1330
|
-
return contents;
|
|
1331
|
-
};
|
|
1332
|
-
const de_StopDevEnvironmentCommand = async (output, context) => {
|
|
1333
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1334
|
-
return de_CommandError(output, context);
|
|
1335
|
-
}
|
|
1336
|
-
const contents = smithyClient.map({
|
|
1337
|
-
$metadata: deserializeMetadata(output),
|
|
1338
|
-
});
|
|
1339
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1340
|
-
const doc = smithyClient.take(data, {
|
|
1341
|
-
id: smithyClient.expectString,
|
|
1342
|
-
projectName: smithyClient.expectString,
|
|
1343
|
-
spaceName: smithyClient.expectString,
|
|
1344
|
-
status: smithyClient.expectString,
|
|
1345
|
-
});
|
|
1346
|
-
Object.assign(contents, doc);
|
|
1347
|
-
return contents;
|
|
1348
|
-
};
|
|
1349
|
-
const de_StopDevEnvironmentSessionCommand = async (output, context) => {
|
|
1350
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1351
|
-
return de_CommandError(output, context);
|
|
1352
|
-
}
|
|
1353
|
-
const contents = smithyClient.map({
|
|
1354
|
-
$metadata: deserializeMetadata(output),
|
|
1355
|
-
});
|
|
1356
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1357
|
-
const doc = smithyClient.take(data, {
|
|
1358
|
-
id: smithyClient.expectString,
|
|
1359
|
-
projectName: smithyClient.expectString,
|
|
1360
|
-
sessionId: smithyClient.expectString,
|
|
1361
|
-
spaceName: smithyClient.expectString,
|
|
1362
|
-
});
|
|
1363
|
-
Object.assign(contents, doc);
|
|
1364
|
-
return contents;
|
|
1365
|
-
};
|
|
1366
|
-
const de_UpdateDevEnvironmentCommand = async (output, context) => {
|
|
1367
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1368
|
-
return de_CommandError(output, context);
|
|
1369
|
-
}
|
|
1370
|
-
const contents = smithyClient.map({
|
|
1371
|
-
$metadata: deserializeMetadata(output),
|
|
1372
|
-
});
|
|
1373
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1374
|
-
const doc = smithyClient.take(data, {
|
|
1375
|
-
alias: smithyClient.expectString,
|
|
1376
|
-
clientToken: smithyClient.expectString,
|
|
1377
|
-
id: smithyClient.expectString,
|
|
1378
|
-
ides: smithyClient._json,
|
|
1379
|
-
inactivityTimeoutMinutes: smithyClient.expectInt32,
|
|
1380
|
-
instanceType: smithyClient.expectString,
|
|
1381
|
-
projectName: smithyClient.expectString,
|
|
1382
|
-
spaceName: smithyClient.expectString,
|
|
1383
|
-
});
|
|
1384
|
-
Object.assign(contents, doc);
|
|
1385
|
-
return contents;
|
|
1386
|
-
};
|
|
1387
|
-
const de_UpdateProjectCommand = async (output, context) => {
|
|
1388
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1389
|
-
return de_CommandError(output, context);
|
|
1390
|
-
}
|
|
1391
|
-
const contents = smithyClient.map({
|
|
1392
|
-
$metadata: deserializeMetadata(output),
|
|
1393
|
-
});
|
|
1394
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1395
|
-
const doc = smithyClient.take(data, {
|
|
1396
|
-
description: smithyClient.expectString,
|
|
1397
|
-
displayName: smithyClient.expectString,
|
|
1398
|
-
name: smithyClient.expectString,
|
|
1399
|
-
spaceName: smithyClient.expectString,
|
|
1400
|
-
});
|
|
1401
|
-
Object.assign(contents, doc);
|
|
1402
|
-
return contents;
|
|
1403
|
-
};
|
|
1404
|
-
const de_UpdateSpaceCommand = async (output, context) => {
|
|
1405
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1406
|
-
return de_CommandError(output, context);
|
|
1407
|
-
}
|
|
1408
|
-
const contents = smithyClient.map({
|
|
1409
|
-
$metadata: deserializeMetadata(output),
|
|
1410
|
-
});
|
|
1411
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1412
|
-
const doc = smithyClient.take(data, {
|
|
1413
|
-
description: smithyClient.expectString,
|
|
1414
|
-
displayName: smithyClient.expectString,
|
|
1415
|
-
name: smithyClient.expectString,
|
|
1416
|
-
});
|
|
1417
|
-
Object.assign(contents, doc);
|
|
1418
|
-
return contents;
|
|
1419
|
-
};
|
|
1420
|
-
const de_VerifySessionCommand = async (output, context) => {
|
|
1421
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1422
|
-
return de_CommandError(output, context);
|
|
1423
|
-
}
|
|
1424
|
-
const contents = smithyClient.map({
|
|
1425
|
-
$metadata: deserializeMetadata(output),
|
|
1426
|
-
});
|
|
1427
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1428
|
-
const doc = smithyClient.take(data, {
|
|
1429
|
-
identity: smithyClient.expectString,
|
|
1430
|
-
});
|
|
1431
|
-
Object.assign(contents, doc);
|
|
1432
|
-
return contents;
|
|
1433
|
-
};
|
|
1434
|
-
const de_CommandError = async (output, context) => {
|
|
1435
|
-
const parsedOutput = {
|
|
1436
|
-
...output,
|
|
1437
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
1438
|
-
};
|
|
1439
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1440
|
-
switch (errorCode) {
|
|
1441
|
-
case "AccessDeniedException":
|
|
1442
|
-
case "com.amazonaws.codecatalyst#AccessDeniedException":
|
|
1443
|
-
throw await de_AccessDeniedExceptionRes(parsedOutput);
|
|
1444
|
-
case "ConflictException":
|
|
1445
|
-
case "com.amazonaws.codecatalyst#ConflictException":
|
|
1446
|
-
throw await de_ConflictExceptionRes(parsedOutput);
|
|
1447
|
-
case "ResourceNotFoundException":
|
|
1448
|
-
case "com.amazonaws.codecatalyst#ResourceNotFoundException":
|
|
1449
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput);
|
|
1450
|
-
case "ServiceQuotaExceededException":
|
|
1451
|
-
case "com.amazonaws.codecatalyst#ServiceQuotaExceededException":
|
|
1452
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
|
|
1453
|
-
case "ThrottlingException":
|
|
1454
|
-
case "com.amazonaws.codecatalyst#ThrottlingException":
|
|
1455
|
-
throw await de_ThrottlingExceptionRes(parsedOutput);
|
|
1456
|
-
case "ValidationException":
|
|
1457
|
-
case "com.amazonaws.codecatalyst#ValidationException":
|
|
1458
|
-
throw await de_ValidationExceptionRes(parsedOutput);
|
|
1459
|
-
default:
|
|
1460
|
-
const parsedBody = parsedOutput.body;
|
|
1461
|
-
return throwDefaultError({
|
|
1462
|
-
output,
|
|
1463
|
-
parsedBody,
|
|
1464
|
-
errorCode,
|
|
1465
|
-
});
|
|
1466
|
-
}
|
|
1467
|
-
};
|
|
1468
|
-
const throwDefaultError = smithyClient.withBaseException(CodeCatalystServiceException);
|
|
1469
|
-
const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
|
|
1470
|
-
const contents = smithyClient.map({});
|
|
1471
|
-
const data = parsedOutput.body;
|
|
1472
|
-
const doc = smithyClient.take(data, {
|
|
1473
|
-
message: smithyClient.expectString,
|
|
1474
|
-
});
|
|
1475
|
-
Object.assign(contents, doc);
|
|
1476
|
-
const exception = new AccessDeniedException({
|
|
1477
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1478
|
-
...contents,
|
|
1479
|
-
});
|
|
1480
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1481
|
-
};
|
|
1482
|
-
const de_ConflictExceptionRes = async (parsedOutput, context) => {
|
|
1483
|
-
const contents = smithyClient.map({});
|
|
1484
|
-
const data = parsedOutput.body;
|
|
1485
|
-
const doc = smithyClient.take(data, {
|
|
1486
|
-
message: smithyClient.expectString,
|
|
1487
|
-
});
|
|
1488
|
-
Object.assign(contents, doc);
|
|
1489
|
-
const exception = new ConflictException({
|
|
1490
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1491
|
-
...contents,
|
|
1492
|
-
});
|
|
1493
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1494
|
-
};
|
|
1495
|
-
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1496
|
-
const contents = smithyClient.map({});
|
|
1497
|
-
const data = parsedOutput.body;
|
|
1498
|
-
const doc = smithyClient.take(data, {
|
|
1499
|
-
message: smithyClient.expectString,
|
|
1500
|
-
});
|
|
1501
|
-
Object.assign(contents, doc);
|
|
1502
|
-
const exception = new ResourceNotFoundException({
|
|
1503
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1504
|
-
...contents,
|
|
1505
|
-
});
|
|
1506
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1507
|
-
};
|
|
1508
|
-
const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
|
|
1509
|
-
const contents = smithyClient.map({});
|
|
1510
|
-
const data = parsedOutput.body;
|
|
1511
|
-
const doc = smithyClient.take(data, {
|
|
1512
|
-
message: smithyClient.expectString,
|
|
1513
|
-
});
|
|
1514
|
-
Object.assign(contents, doc);
|
|
1515
|
-
const exception = new ServiceQuotaExceededException({
|
|
1516
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1517
|
-
...contents,
|
|
1518
|
-
});
|
|
1519
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1520
|
-
};
|
|
1521
|
-
const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
|
|
1522
|
-
const contents = smithyClient.map({});
|
|
1523
|
-
const data = parsedOutput.body;
|
|
1524
|
-
const doc = smithyClient.take(data, {
|
|
1525
|
-
message: smithyClient.expectString,
|
|
1526
|
-
});
|
|
1527
|
-
Object.assign(contents, doc);
|
|
1528
|
-
const exception = new ThrottlingException({
|
|
1529
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1530
|
-
...contents,
|
|
1531
|
-
});
|
|
1532
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1533
|
-
};
|
|
1534
|
-
const de_ValidationExceptionRes = async (parsedOutput, context) => {
|
|
1535
|
-
const contents = smithyClient.map({});
|
|
1536
|
-
const data = parsedOutput.body;
|
|
1537
|
-
const doc = smithyClient.take(data, {
|
|
1538
|
-
message: smithyClient.expectString,
|
|
1539
|
-
});
|
|
1540
|
-
Object.assign(contents, doc);
|
|
1541
|
-
const exception = new ValidationException({
|
|
1542
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1543
|
-
...contents,
|
|
1544
|
-
});
|
|
1545
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1546
|
-
};
|
|
1547
|
-
const de_AccessTokenSummaries = (output, context) => {
|
|
1548
|
-
const retVal = (output || [])
|
|
1549
|
-
.filter((e) => e != null)
|
|
1550
|
-
.map((entry) => {
|
|
1551
|
-
return de_AccessTokenSummary(entry);
|
|
1552
|
-
});
|
|
1553
|
-
return retVal;
|
|
1554
|
-
};
|
|
1555
|
-
const de_AccessTokenSummary = (output, context) => {
|
|
1556
|
-
return smithyClient.take(output, {
|
|
1557
|
-
expiresTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1558
|
-
id: smithyClient.expectString,
|
|
1559
|
-
name: smithyClient.expectString,
|
|
1560
|
-
});
|
|
1561
|
-
};
|
|
1562
|
-
const de_DevEnvironmentSessionsSummaryList = (output, context) => {
|
|
1563
|
-
const retVal = (output || [])
|
|
1564
|
-
.filter((e) => e != null)
|
|
1565
|
-
.map((entry) => {
|
|
1566
|
-
return de_DevEnvironmentSessionSummary(entry);
|
|
1567
|
-
});
|
|
1568
|
-
return retVal;
|
|
1569
|
-
};
|
|
1570
|
-
const de_DevEnvironmentSessionSummary = (output, context) => {
|
|
1571
|
-
return smithyClient.take(output, {
|
|
1572
|
-
devEnvironmentId: smithyClient.expectString,
|
|
1573
|
-
id: smithyClient.expectString,
|
|
1574
|
-
projectName: smithyClient.expectString,
|
|
1575
|
-
spaceName: smithyClient.expectString,
|
|
1576
|
-
startedTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1577
|
-
});
|
|
1578
|
-
};
|
|
1579
|
-
const de_DevEnvironmentSummary = (output, context) => {
|
|
1580
|
-
return smithyClient.take(output, {
|
|
1581
|
-
alias: smithyClient.expectString,
|
|
1582
|
-
creatorId: smithyClient.expectString,
|
|
1583
|
-
id: smithyClient.expectString,
|
|
1584
|
-
ides: smithyClient._json,
|
|
1585
|
-
inactivityTimeoutMinutes: smithyClient.expectInt32,
|
|
1586
|
-
instanceType: smithyClient.expectString,
|
|
1587
|
-
lastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1588
|
-
persistentStorage: smithyClient._json,
|
|
1589
|
-
projectName: smithyClient.expectString,
|
|
1590
|
-
repositories: smithyClient._json,
|
|
1591
|
-
spaceName: smithyClient.expectString,
|
|
1592
|
-
status: smithyClient.expectString,
|
|
1593
|
-
statusReason: smithyClient.expectString,
|
|
1594
|
-
vpcConnectionName: smithyClient.expectString,
|
|
1595
|
-
});
|
|
1596
|
-
};
|
|
1597
|
-
const de_DevEnvironmentSummaryList = (output, context) => {
|
|
1598
|
-
const retVal = (output || [])
|
|
1599
|
-
.filter((e) => e != null)
|
|
1600
|
-
.map((entry) => {
|
|
1601
|
-
return de_DevEnvironmentSummary(entry);
|
|
1602
|
-
});
|
|
1603
|
-
return retVal;
|
|
1604
|
-
};
|
|
1605
|
-
const de_EventLogEntries = (output, context) => {
|
|
1606
|
-
const retVal = (output || [])
|
|
1607
|
-
.filter((e) => e != null)
|
|
1608
|
-
.map((entry) => {
|
|
1609
|
-
return de_EventLogEntry(entry);
|
|
1610
|
-
});
|
|
1611
|
-
return retVal;
|
|
1612
|
-
};
|
|
1613
|
-
const de_EventLogEntry = (output, context) => {
|
|
1614
|
-
return smithyClient.take(output, {
|
|
1615
|
-
errorCode: smithyClient.expectString,
|
|
1616
|
-
eventCategory: smithyClient.expectString,
|
|
1617
|
-
eventName: smithyClient.expectString,
|
|
1618
|
-
eventSource: smithyClient.expectString,
|
|
1619
|
-
eventTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1620
|
-
eventType: smithyClient.expectString,
|
|
1621
|
-
id: smithyClient.expectString,
|
|
1622
|
-
operationType: smithyClient.expectString,
|
|
1623
|
-
projectInformation: smithyClient._json,
|
|
1624
|
-
requestId: smithyClient.expectString,
|
|
1625
|
-
requestPayload: smithyClient._json,
|
|
1626
|
-
responsePayload: smithyClient._json,
|
|
1627
|
-
sourceIpAddress: smithyClient.expectString,
|
|
1628
|
-
userAgent: smithyClient.expectString,
|
|
1629
|
-
userIdentity: smithyClient._json,
|
|
1630
|
-
});
|
|
1631
|
-
};
|
|
1632
|
-
const de_ListSourceRepositoriesItem = (output, context) => {
|
|
1633
|
-
return smithyClient.take(output, {
|
|
1634
|
-
createdTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1635
|
-
description: smithyClient.expectString,
|
|
1636
|
-
id: smithyClient.expectString,
|
|
1637
|
-
lastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1638
|
-
name: smithyClient.expectString,
|
|
1639
|
-
});
|
|
1640
|
-
};
|
|
1641
|
-
const de_ListSourceRepositoriesItems = (output, context) => {
|
|
1642
|
-
const retVal = (output || [])
|
|
1643
|
-
.filter((e) => e != null)
|
|
1644
|
-
.map((entry) => {
|
|
1645
|
-
return de_ListSourceRepositoriesItem(entry);
|
|
1646
|
-
});
|
|
1647
|
-
return retVal;
|
|
1648
|
-
};
|
|
1649
|
-
const de_ListSourceRepositoryBranchesItem = (output, context) => {
|
|
1650
|
-
return smithyClient.take(output, {
|
|
1651
|
-
headCommitId: smithyClient.expectString,
|
|
1652
|
-
lastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1653
|
-
name: smithyClient.expectString,
|
|
1654
|
-
ref: smithyClient.expectString,
|
|
1655
|
-
});
|
|
1656
|
-
};
|
|
1657
|
-
const de_ListSourceRepositoryBranchesItems = (output, context) => {
|
|
1658
|
-
const retVal = (output || [])
|
|
1659
|
-
.filter((e) => e != null)
|
|
1660
|
-
.map((entry) => {
|
|
1661
|
-
return de_ListSourceRepositoryBranchesItem(entry);
|
|
1662
|
-
});
|
|
1663
|
-
return retVal;
|
|
1664
|
-
};
|
|
1665
|
-
const de_WorkflowRunSummaries = (output, context) => {
|
|
1666
|
-
const retVal = (output || [])
|
|
1667
|
-
.filter((e) => e != null)
|
|
1668
|
-
.map((entry) => {
|
|
1669
|
-
return de_WorkflowRunSummary(entry);
|
|
1670
|
-
});
|
|
1671
|
-
return retVal;
|
|
1672
|
-
};
|
|
1673
|
-
const de_WorkflowRunSummary = (output, context) => {
|
|
1674
|
-
return smithyClient.take(output, {
|
|
1675
|
-
endTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1676
|
-
id: smithyClient.expectString,
|
|
1677
|
-
lastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1678
|
-
startTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1679
|
-
status: smithyClient.expectString,
|
|
1680
|
-
statusReasons: smithyClient._json,
|
|
1681
|
-
workflowId: smithyClient.expectString,
|
|
1682
|
-
workflowName: smithyClient.expectString,
|
|
1683
|
-
});
|
|
1684
|
-
};
|
|
1685
|
-
const de_WorkflowSummaries = (output, context) => {
|
|
1686
|
-
const retVal = (output || [])
|
|
1687
|
-
.filter((e) => e != null)
|
|
1688
|
-
.map((entry) => {
|
|
1689
|
-
return de_WorkflowSummary(entry);
|
|
1690
|
-
});
|
|
1691
|
-
return retVal;
|
|
1692
|
-
};
|
|
1693
|
-
const de_WorkflowSummary = (output, context) => {
|
|
1694
|
-
return smithyClient.take(output, {
|
|
1695
|
-
createdTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1696
|
-
definition: smithyClient._json,
|
|
1697
|
-
id: smithyClient.expectString,
|
|
1698
|
-
lastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
|
|
1699
|
-
name: smithyClient.expectString,
|
|
1700
|
-
runMode: smithyClient.expectString,
|
|
1701
|
-
sourceBranchName: smithyClient.expectString,
|
|
1702
|
-
sourceRepositoryName: smithyClient.expectString,
|
|
1703
|
-
status: smithyClient.expectString,
|
|
1704
|
-
});
|
|
1705
|
-
};
|
|
1706
|
-
const deserializeMetadata = (output) => ({
|
|
1707
|
-
httpStatusCode: output.statusCode,
|
|
1708
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1709
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1710
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
1711
|
-
});
|
|
255
|
+
const _ADE = "AccessDeniedException";
|
|
256
|
+
const _ATS = "AccessTokenSecret";
|
|
257
|
+
const _ATSc = "AccessTokenSummary";
|
|
258
|
+
const _ATScc = "AccessTokenSummaries";
|
|
259
|
+
const _CAT = "CreateAccessToken";
|
|
260
|
+
const _CATR = "CreateAccessTokenRequest";
|
|
261
|
+
const _CATRr = "CreateAccessTokenResponse";
|
|
262
|
+
const _CDE = "CreateDevEnvironment";
|
|
263
|
+
const _CDER = "CreateDevEnvironmentRequest";
|
|
264
|
+
const _CDERr = "CreateDevEnvironmentResponse";
|
|
265
|
+
const _CE = "ConflictException";
|
|
266
|
+
const _CP = "CreateProject";
|
|
267
|
+
const _CPR = "CreateProjectRequest";
|
|
268
|
+
const _CPRr = "CreateProjectResponse";
|
|
269
|
+
const _CSR = "CreateSourceRepository";
|
|
270
|
+
const _CSRB = "CreateSourceRepositoryBranch";
|
|
271
|
+
const _CSRBR = "CreateSourceRepositoryBranchRequest";
|
|
272
|
+
const _CSRBRr = "CreateSourceRepositoryBranchResponse";
|
|
273
|
+
const _CSRR = "CreateSourceRepositoryRequest";
|
|
274
|
+
const _CSRRr = "CreateSourceRepositoryResponse";
|
|
275
|
+
const _DAT = "DeleteAccessToken";
|
|
276
|
+
const _DATR = "DeleteAccessTokenRequest";
|
|
277
|
+
const _DATRe = "DeleteAccessTokenResponse";
|
|
278
|
+
const _DDE = "DeleteDevEnvironment";
|
|
279
|
+
const _DDER = "DeleteDevEnvironmentRequest";
|
|
280
|
+
const _DDERe = "DeleteDevEnvironmentResponse";
|
|
281
|
+
const _DEAD = "DevEnvironmentAccessDetails";
|
|
282
|
+
const _DERS = "DevEnvironmentRepositorySummary";
|
|
283
|
+
const _DERSe = "DevEnvironmentRepositorySummaries";
|
|
284
|
+
const _DES = "DevEnvironmentSummary";
|
|
285
|
+
const _DESC = "DevEnvironmentSessionConfiguration";
|
|
286
|
+
const _DESL = "DevEnvironmentSummaryList";
|
|
287
|
+
const _DESS = "DevEnvironmentSessionSummary";
|
|
288
|
+
const _DESSL = "DevEnvironmentSessionsSummaryList";
|
|
289
|
+
const _DP = "DeleteProject";
|
|
290
|
+
const _DPR = "DeleteProjectRequest";
|
|
291
|
+
const _DPRe = "DeleteProjectResponse";
|
|
292
|
+
const _DS = "DeleteSpace";
|
|
293
|
+
const _DSR = "DeleteSpaceRequest";
|
|
294
|
+
const _DSRR = "DeleteSourceRepositoryRequest";
|
|
295
|
+
const _DSRRe = "DeleteSourceRepositoryResponse";
|
|
296
|
+
const _DSRe = "DeleteSpaceResponse";
|
|
297
|
+
const _DSRel = "DeleteSourceRepository";
|
|
298
|
+
const _EA = "EmailAddress";
|
|
299
|
+
const _ECSC = "ExecuteCommandSessionConfiguration";
|
|
300
|
+
const _ELE = "EventLogEntry";
|
|
301
|
+
const _ELEv = "EventLogEntries";
|
|
302
|
+
const _EP = "EventPayload";
|
|
303
|
+
const _F = "Filter";
|
|
304
|
+
const _Fi = "Filters";
|
|
305
|
+
const _GDE = "GetDevEnvironment";
|
|
306
|
+
const _GDER = "GetDevEnvironmentRequest";
|
|
307
|
+
const _GDERe = "GetDevEnvironmentResponse";
|
|
308
|
+
const _GP = "GetProject";
|
|
309
|
+
const _GPR = "GetProjectRequest";
|
|
310
|
+
const _GPRe = "GetProjectResponse";
|
|
311
|
+
const _GS = "GetSpace";
|
|
312
|
+
const _GSR = "GetSpaceRequest";
|
|
313
|
+
const _GSRCU = "GetSourceRepositoryCloneUrls";
|
|
314
|
+
const _GSRCUR = "GetSourceRepositoryCloneUrlsRequest";
|
|
315
|
+
const _GSRCURe = "GetSourceRepositoryCloneUrlsResponse";
|
|
316
|
+
const _GSRR = "GetSourceRepositoryRequest";
|
|
317
|
+
const _GSRRe = "GetSourceRepositoryResponse";
|
|
318
|
+
const _GSRe = "GetSpaceResponse";
|
|
319
|
+
const _GSRet = "GetSubscriptionRequest";
|
|
320
|
+
const _GSReto = "GetSourceRepository";
|
|
321
|
+
const _GSRetu = "GetSubscriptionResponse";
|
|
322
|
+
const _GSe = "GetSubscription";
|
|
323
|
+
const _GUD = "GetUserDetails";
|
|
324
|
+
const _GUDR = "GetUserDetailsRequest";
|
|
325
|
+
const _GUDRe = "GetUserDetailsResponse";
|
|
326
|
+
const _GW = "GetWorkflow";
|
|
327
|
+
const _GWR = "GetWorkflowRequest";
|
|
328
|
+
const _GWRR = "GetWorkflowRunRequest";
|
|
329
|
+
const _GWRRe = "GetWorkflowRunResponse";
|
|
330
|
+
const _GWRe = "GetWorkflowResponse";
|
|
331
|
+
const _GWRet = "GetWorkflowRun";
|
|
332
|
+
const _I = "Ide";
|
|
333
|
+
const _IC = "IdeConfiguration";
|
|
334
|
+
const _ICL = "IdeConfigurationList";
|
|
335
|
+
const _Id = "Ides";
|
|
336
|
+
const _LAT = "ListAccessTokens";
|
|
337
|
+
const _LATR = "ListAccessTokensRequest";
|
|
338
|
+
const _LATRi = "ListAccessTokensResponse";
|
|
339
|
+
const _LDE = "ListDevEnvironments";
|
|
340
|
+
const _LDER = "ListDevEnvironmentsRequest";
|
|
341
|
+
const _LDERi = "ListDevEnvironmentsResponse";
|
|
342
|
+
const _LDES = "ListDevEnvironmentSessions";
|
|
343
|
+
const _LDESR = "ListDevEnvironmentSessionsRequest";
|
|
344
|
+
const _LDESRi = "ListDevEnvironmentSessionsResponse";
|
|
345
|
+
const _LEL = "ListEventLogs";
|
|
346
|
+
const _LELR = "ListEventLogsRequest";
|
|
347
|
+
const _LELRi = "ListEventLogsResponse";
|
|
348
|
+
const _LP = "ListProjects";
|
|
349
|
+
const _LPR = "ListProjectsRequest";
|
|
350
|
+
const _LPRi = "ListProjectsResponse";
|
|
351
|
+
const _LS = "ListSpaces";
|
|
352
|
+
const _LSR = "ListSpacesRequest";
|
|
353
|
+
const _LSRB = "ListSourceRepositoryBranches";
|
|
354
|
+
const _LSRBI = "ListSourceRepositoryBranchesItem";
|
|
355
|
+
const _LSRBIi = "ListSourceRepositoryBranchesItems";
|
|
356
|
+
const _LSRBR = "ListSourceRepositoryBranchesRequest";
|
|
357
|
+
const _LSRBRi = "ListSourceRepositoryBranchesResponse";
|
|
358
|
+
const _LSRI = "ListSourceRepositoriesItem";
|
|
359
|
+
const _LSRIi = "ListSourceRepositoriesItems";
|
|
360
|
+
const _LSRR = "ListSourceRepositoriesRequest";
|
|
361
|
+
const _LSRRi = "ListSourceRepositoriesResponse";
|
|
362
|
+
const _LSRi = "ListSpacesResponse";
|
|
363
|
+
const _LSRis = "ListSourceRepositories";
|
|
364
|
+
const _LW = "ListWorkflows";
|
|
365
|
+
const _LWR = "ListWorkflowsRequest";
|
|
366
|
+
const _LWRR = "ListWorkflowRunsRequest";
|
|
367
|
+
const _LWRRi = "ListWorkflowRunsResponse";
|
|
368
|
+
const _LWRi = "ListWorkflowsResponse";
|
|
369
|
+
const _LWRis = "ListWorkflowRuns";
|
|
370
|
+
const _PI = "ProjectInformation";
|
|
371
|
+
const _PLF = "ProjectListFilter";
|
|
372
|
+
const _PLFr = "ProjectListFilters";
|
|
373
|
+
const _PS = "PersistentStorage";
|
|
374
|
+
const _PSC = "PersistentStorageConfiguration";
|
|
375
|
+
const _PSr = "ProjectSummary";
|
|
376
|
+
const _PSro = "ProjectSummaries";
|
|
377
|
+
const _RI = "RepositoryInput";
|
|
378
|
+
const _RIe = "RepositoriesInput";
|
|
379
|
+
const _RNFE = "ResourceNotFoundException";
|
|
380
|
+
const _SDE = "StartDevEnvironment";
|
|
381
|
+
const _SDER = "StartDevEnvironmentRequest";
|
|
382
|
+
const _SDERt = "StartDevEnvironmentResponse";
|
|
383
|
+
const _SDERto = "StopDevEnvironmentRequest";
|
|
384
|
+
const _SDERtop = "StopDevEnvironmentResponse";
|
|
385
|
+
const _SDES = "StartDevEnvironmentSession";
|
|
386
|
+
const _SDESR = "StartDevEnvironmentSessionRequest";
|
|
387
|
+
const _SDESRt = "StartDevEnvironmentSessionResponse";
|
|
388
|
+
const _SDESRto = "StopDevEnvironmentSessionRequest";
|
|
389
|
+
const _SDESRtop = "StopDevEnvironmentSessionResponse";
|
|
390
|
+
const _SDESt = "StopDevEnvironmentSession";
|
|
391
|
+
const _SDEt = "StopDevEnvironment";
|
|
392
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
393
|
+
const _SS = "SensitiveString";
|
|
394
|
+
const _SSp = "SpaceSummary";
|
|
395
|
+
const _SSpa = "SpaceSummaries";
|
|
396
|
+
const _SWR = "StartWorkflowRun";
|
|
397
|
+
const _SWRR = "StartWorkflowRunRequest";
|
|
398
|
+
const _SWRRt = "StartWorkflowRunResponse";
|
|
399
|
+
const _TE = "ThrottlingException";
|
|
400
|
+
const _UDE = "UpdateDevEnvironment";
|
|
401
|
+
const _UDER = "UpdateDevEnvironmentRequest";
|
|
402
|
+
const _UDERp = "UpdateDevEnvironmentResponse";
|
|
403
|
+
const _UI = "UserIdentity";
|
|
404
|
+
const _UP = "UpdateProject";
|
|
405
|
+
const _UPR = "UpdateProjectRequest";
|
|
406
|
+
const _UPRp = "UpdateProjectResponse";
|
|
407
|
+
const _US = "UpdateSpace";
|
|
408
|
+
const _USR = "UpdateSpaceRequest";
|
|
409
|
+
const _USRp = "UpdateSpaceResponse";
|
|
410
|
+
const _VE = "ValidationException";
|
|
411
|
+
const _VS = "VerifySession";
|
|
412
|
+
const _VSR = "VerifySessionResponse";
|
|
413
|
+
const _WD = "WorkflowDefinition";
|
|
414
|
+
const _WDS = "WorkflowDefinitionSummary";
|
|
415
|
+
const _WRS = "WorkflowRunSummary";
|
|
416
|
+
const _WRSC = "WorkflowRunSortCriteria";
|
|
417
|
+
const _WRSCL = "WorkflowRunSortCriteriaList";
|
|
418
|
+
const _WRSR = "WorkflowRunStatusReason";
|
|
419
|
+
const _WRSRo = "WorkflowRunStatusReasons";
|
|
420
|
+
const _WRSo = "WorkflowRunSummaries";
|
|
421
|
+
const _WS = "WorkflowSummary";
|
|
422
|
+
const _WSC = "WorkflowSortCriteria";
|
|
423
|
+
const _WSCL = "WorkflowSortCriteriaList";
|
|
424
|
+
const _WSo = "WorkflowSummaries";
|
|
425
|
+
const _a = "alias";
|
|
426
|
+
const _aAI = "awsAccountId";
|
|
427
|
+
const _aAN = "awsAccountName";
|
|
428
|
+
const _aD = "accessDetails";
|
|
429
|
+
const _aTI = "accessTokenId";
|
|
430
|
+
const _ar = "arguments";
|
|
431
|
+
const _bN = "branchName";
|
|
432
|
+
const _c = "client";
|
|
433
|
+
const _cI = "creatorId";
|
|
434
|
+
const _cO = "comparisonOperator";
|
|
435
|
+
const _cT = "clientToken";
|
|
436
|
+
const _cTo = "contentType";
|
|
437
|
+
const _cTr = "createdTime";
|
|
438
|
+
const _co = "command";
|
|
439
|
+
const _d = "description";
|
|
440
|
+
const _dEI = "devEnvironmentId";
|
|
441
|
+
const _dN = "displayName";
|
|
442
|
+
const _da = "data";
|
|
443
|
+
const _de = "definition";
|
|
444
|
+
const _e = "error";
|
|
445
|
+
const _eC = "eventCategory";
|
|
446
|
+
const _eCSC = "executeCommandSessionConfiguration";
|
|
447
|
+
const _eCr = "errorCode";
|
|
448
|
+
const _eN = "eventName";
|
|
449
|
+
const _eS = "eventSource";
|
|
450
|
+
const _eT = "expiresTime";
|
|
451
|
+
const _eTn = "endTime";
|
|
452
|
+
const _eTv = "eventType";
|
|
453
|
+
const _eTve = "eventTime";
|
|
454
|
+
const _em = "email";
|
|
455
|
+
const _f = "filters";
|
|
456
|
+
const _h = "https";
|
|
457
|
+
const _hCI = "headCommitId";
|
|
458
|
+
const _hE = "httpError";
|
|
459
|
+
const _hQ = "httpQuery";
|
|
460
|
+
const _ht = "http";
|
|
1712
461
|
const _i = "id";
|
|
462
|
+
const _iT = "instanceType";
|
|
463
|
+
const _iTM = "inactivityTimeoutMinutes";
|
|
464
|
+
const _id = "ides";
|
|
465
|
+
const _ide = "identity";
|
|
466
|
+
const _it = "items";
|
|
467
|
+
const _k = "key";
|
|
468
|
+
const _lUT = "lastUpdatedTime";
|
|
469
|
+
const _m = "message";
|
|
1713
470
|
const _mR = "maxResults";
|
|
471
|
+
const _n = "name";
|
|
1714
472
|
const _nT = "nextToken";
|
|
473
|
+
const _oT = "operationType";
|
|
474
|
+
const _p = "path";
|
|
475
|
+
const _pE = "primaryEmail";
|
|
476
|
+
const _pI = "projectInformation";
|
|
477
|
+
const _pIr = "projectId";
|
|
478
|
+
const _pIri = "principalId";
|
|
479
|
+
const _pN = "projectName";
|
|
480
|
+
const _pS = "persistentStorage";
|
|
481
|
+
const _pSST = "pendingSubscriptionStartTime";
|
|
482
|
+
const _pST = "pendingSubscriptionType";
|
|
483
|
+
const _r = "repositories";
|
|
484
|
+
const _rI = "requestId";
|
|
485
|
+
const _rM = "runMode";
|
|
486
|
+
const _rN = "repositoryName";
|
|
487
|
+
const _rNe = "regionName";
|
|
488
|
+
const _rP = "requestPayload";
|
|
489
|
+
const _rPe = "responsePayload";
|
|
490
|
+
const _re = "ref";
|
|
491
|
+
const _ru = "runtime";
|
|
492
|
+
const _s = "secret";
|
|
493
|
+
const _sB = "sortBy";
|
|
494
|
+
const _sBN = "sourceBranchName";
|
|
495
|
+
const _sC = "sessionConfiguration";
|
|
496
|
+
const _sI = "sessionId";
|
|
497
|
+
const _sIA = "sourceIpAddress";
|
|
498
|
+
const _sIGB = "sizeInGiB";
|
|
499
|
+
const _sN = "spaceName";
|
|
500
|
+
const _sR = "statusReason";
|
|
501
|
+
const _sRN = "sourceRepositoryName";
|
|
502
|
+
const _sRt = "statusReasons";
|
|
503
|
+
const _sT = "sessionType";
|
|
504
|
+
const _sTt = "startedTime";
|
|
505
|
+
const _sTta = "startTime";
|
|
506
|
+
const _sTu = "subscriptionType";
|
|
507
|
+
const _sU = "streamUrl";
|
|
508
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codecatalyst";
|
|
509
|
+
const _st = "status";
|
|
510
|
+
const _tV = "tokenValue";
|
|
511
|
+
const _uA = "userAgent";
|
|
512
|
+
const _uI = "userIdentity";
|
|
513
|
+
const _uIs = "userId";
|
|
1715
514
|
const _uN = "userName";
|
|
515
|
+
const _uT = "userType";
|
|
516
|
+
const _v = "verified";
|
|
517
|
+
const _vCN = "vpcConnectionName";
|
|
518
|
+
const _va = "values";
|
|
519
|
+
const _ve = "version";
|
|
1716
520
|
const _wI = "workflowId";
|
|
521
|
+
const _wN = "workflowName";
|
|
522
|
+
const n0 = "com.amazonaws.codecatalyst";
|
|
523
|
+
var AccessTokenSecret = [0, n0, _ATS, 8, 0];
|
|
524
|
+
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
525
|
+
var AccessDeniedException = [
|
|
526
|
+
-3,
|
|
527
|
+
n0,
|
|
528
|
+
_ADE,
|
|
529
|
+
{
|
|
530
|
+
[_e]: _c,
|
|
531
|
+
[_hE]: 403,
|
|
532
|
+
},
|
|
533
|
+
[_m],
|
|
534
|
+
[0],
|
|
535
|
+
];
|
|
536
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
537
|
+
var AccessTokenSummary = [3, n0, _ATSc, 0, [_i, _n, _eT], [0, 0, 5]];
|
|
538
|
+
var ConflictException = [
|
|
539
|
+
-3,
|
|
540
|
+
n0,
|
|
541
|
+
_CE,
|
|
542
|
+
{
|
|
543
|
+
[_e]: _c,
|
|
544
|
+
[_hE]: 409,
|
|
545
|
+
},
|
|
546
|
+
[_m],
|
|
547
|
+
[0],
|
|
548
|
+
];
|
|
549
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
550
|
+
var CreateAccessTokenRequest = [3, n0, _CATR, 0, [_n, _eT], [0, 5]];
|
|
551
|
+
var CreateAccessTokenResponse = [
|
|
552
|
+
3,
|
|
553
|
+
n0,
|
|
554
|
+
_CATRr,
|
|
555
|
+
0,
|
|
556
|
+
[_s, _n, _eT, _aTI],
|
|
557
|
+
[[() => AccessTokenSecret, 0], 0, 5, 0],
|
|
558
|
+
];
|
|
559
|
+
var CreateDevEnvironmentRequest = [
|
|
560
|
+
3,
|
|
561
|
+
n0,
|
|
562
|
+
_CDER,
|
|
563
|
+
0,
|
|
564
|
+
[_sN, _pN, _r, _cT, _a, _id, _iT, _iTM, _pS, _vCN],
|
|
565
|
+
[
|
|
566
|
+
[0, 1],
|
|
567
|
+
[0, 1],
|
|
568
|
+
() => RepositoriesInput,
|
|
569
|
+
0,
|
|
570
|
+
0,
|
|
571
|
+
() => IdeConfigurationList,
|
|
572
|
+
0,
|
|
573
|
+
1,
|
|
574
|
+
() => PersistentStorageConfiguration,
|
|
575
|
+
0,
|
|
576
|
+
],
|
|
577
|
+
];
|
|
578
|
+
var CreateDevEnvironmentResponse = [3, n0, _CDERr, 0, [_sN, _pN, _i, _vCN], [0, 0, 0, 0]];
|
|
579
|
+
var CreateProjectRequest = [3, n0, _CPR, 0, [_sN, _dN, _d], [[0, 1], 0, 0]];
|
|
580
|
+
var CreateProjectResponse = [3, n0, _CPRr, 0, [_sN, _n, _dN, _d], [0, 0, 0, 0]];
|
|
581
|
+
var CreateSourceRepositoryBranchRequest = [
|
|
582
|
+
3,
|
|
583
|
+
n0,
|
|
584
|
+
_CSRBR,
|
|
585
|
+
0,
|
|
586
|
+
[_sN, _pN, _sRN, _n, _hCI],
|
|
587
|
+
[[0, 1], [0, 1], [0, 1], [0, 1], 0],
|
|
588
|
+
];
|
|
589
|
+
var CreateSourceRepositoryBranchResponse = [
|
|
590
|
+
3,
|
|
591
|
+
n0,
|
|
592
|
+
_CSRBRr,
|
|
593
|
+
0,
|
|
594
|
+
[_re, _n, _lUT, _hCI],
|
|
595
|
+
[0, 0, 5, 0],
|
|
596
|
+
];
|
|
597
|
+
var CreateSourceRepositoryRequest = [
|
|
598
|
+
3,
|
|
599
|
+
n0,
|
|
600
|
+
_CSRR,
|
|
601
|
+
0,
|
|
602
|
+
[_sN, _pN, _n, _d],
|
|
603
|
+
[[0, 1], [0, 1], [0, 1], 0],
|
|
604
|
+
];
|
|
605
|
+
var CreateSourceRepositoryResponse = [3, n0, _CSRRr, 0, [_sN, _pN, _n, _d], [0, 0, 0, 0]];
|
|
606
|
+
var DeleteAccessTokenRequest = [3, n0, _DATR, 0, [_i], [[0, 1]]];
|
|
607
|
+
var DeleteAccessTokenResponse = [3, n0, _DATRe, 0, [], []];
|
|
608
|
+
var DeleteDevEnvironmentRequest = [
|
|
609
|
+
3,
|
|
610
|
+
n0,
|
|
611
|
+
_DDER,
|
|
612
|
+
0,
|
|
613
|
+
[_sN, _pN, _i],
|
|
614
|
+
[
|
|
615
|
+
[0, 1],
|
|
616
|
+
[0, 1],
|
|
617
|
+
[0, 1],
|
|
618
|
+
],
|
|
619
|
+
];
|
|
620
|
+
var DeleteDevEnvironmentResponse = [3, n0, _DDERe, 0, [_sN, _pN, _i], [0, 0, 0]];
|
|
621
|
+
var DeleteProjectRequest = [
|
|
622
|
+
3,
|
|
623
|
+
n0,
|
|
624
|
+
_DPR,
|
|
625
|
+
0,
|
|
626
|
+
[_sN, _n],
|
|
627
|
+
[
|
|
628
|
+
[0, 1],
|
|
629
|
+
[0, 1],
|
|
630
|
+
],
|
|
631
|
+
];
|
|
632
|
+
var DeleteProjectResponse = [3, n0, _DPRe, 0, [_sN, _n, _dN], [0, 0, 0]];
|
|
633
|
+
var DeleteSourceRepositoryRequest = [
|
|
634
|
+
3,
|
|
635
|
+
n0,
|
|
636
|
+
_DSRR,
|
|
637
|
+
0,
|
|
638
|
+
[_sN, _pN, _n],
|
|
639
|
+
[
|
|
640
|
+
[0, 1],
|
|
641
|
+
[0, 1],
|
|
642
|
+
[0, 1],
|
|
643
|
+
],
|
|
644
|
+
];
|
|
645
|
+
var DeleteSourceRepositoryResponse = [3, n0, _DSRRe, 0, [_sN, _pN, _n], [0, 0, 0]];
|
|
646
|
+
var DeleteSpaceRequest = [3, n0, _DSR, 0, [_n], [[0, 1]]];
|
|
647
|
+
var DeleteSpaceResponse = [3, n0, _DSRe, 0, [_n, _dN], [0, 0]];
|
|
648
|
+
var DevEnvironmentAccessDetails = [
|
|
649
|
+
3,
|
|
650
|
+
n0,
|
|
651
|
+
_DEAD,
|
|
652
|
+
8,
|
|
653
|
+
[_sU, _tV],
|
|
654
|
+
[
|
|
655
|
+
[() => SensitiveString, 0],
|
|
656
|
+
[() => SensitiveString, 0],
|
|
657
|
+
],
|
|
658
|
+
];
|
|
659
|
+
var DevEnvironmentRepositorySummary = [3, n0, _DERS, 0, [_rN, _bN], [0, 0]];
|
|
660
|
+
var DevEnvironmentSessionConfiguration = [
|
|
661
|
+
3,
|
|
662
|
+
n0,
|
|
663
|
+
_DESC,
|
|
664
|
+
0,
|
|
665
|
+
[_sT, _eCSC],
|
|
666
|
+
[0, () => ExecuteCommandSessionConfiguration],
|
|
667
|
+
];
|
|
668
|
+
var DevEnvironmentSessionSummary = [
|
|
669
|
+
3,
|
|
670
|
+
n0,
|
|
671
|
+
_DESS,
|
|
672
|
+
0,
|
|
673
|
+
[_sN, _pN, _dEI, _sTt, _i],
|
|
674
|
+
[0, 0, 0, 5, 0],
|
|
675
|
+
];
|
|
676
|
+
var DevEnvironmentSummary = [
|
|
677
|
+
3,
|
|
678
|
+
n0,
|
|
679
|
+
_DES,
|
|
680
|
+
0,
|
|
681
|
+
[_sN, _pN, _i, _lUT, _cI, _st, _sR, _r, _a, _id, _iT, _iTM, _pS, _vCN],
|
|
682
|
+
[0, 0, 0, 5, 0, 0, 0, () => DevEnvironmentRepositorySummaries, 0, () => Ides, 0, 1, () => PersistentStorage, 0],
|
|
683
|
+
];
|
|
684
|
+
var EmailAddress = [3, n0, _EA, 0, [_em, _v], [0, 2]];
|
|
685
|
+
var EventLogEntry = [
|
|
686
|
+
3,
|
|
687
|
+
n0,
|
|
688
|
+
_ELE,
|
|
689
|
+
0,
|
|
690
|
+
[_i, _eN, _eTv, _eC, _eS, _eTve, _oT, _uI, _pI, _rI, _rP, _rPe, _eCr, _sIA, _uA],
|
|
691
|
+
[
|
|
692
|
+
0,
|
|
693
|
+
0,
|
|
694
|
+
0,
|
|
695
|
+
0,
|
|
696
|
+
0,
|
|
697
|
+
5,
|
|
698
|
+
0,
|
|
699
|
+
() => UserIdentity,
|
|
700
|
+
() => ProjectInformation,
|
|
701
|
+
0,
|
|
702
|
+
() => EventPayload,
|
|
703
|
+
() => EventPayload,
|
|
704
|
+
0,
|
|
705
|
+
0,
|
|
706
|
+
0,
|
|
707
|
+
],
|
|
708
|
+
];
|
|
709
|
+
var EventPayload = [3, n0, _EP, 0, [_cTo, _da], [0, 0]];
|
|
710
|
+
var ExecuteCommandSessionConfiguration = [3, n0, _ECSC, 0, [_co, _ar], [0, 64 | 0]];
|
|
711
|
+
var Filter = [3, n0, _F, 0, [_k, _va, _cO], [0, 64 | 0, 0]];
|
|
712
|
+
var GetDevEnvironmentRequest = [
|
|
713
|
+
3,
|
|
714
|
+
n0,
|
|
715
|
+
_GDER,
|
|
716
|
+
0,
|
|
717
|
+
[_sN, _pN, _i],
|
|
718
|
+
[
|
|
719
|
+
[0, 1],
|
|
720
|
+
[0, 1],
|
|
721
|
+
[0, 1],
|
|
722
|
+
],
|
|
723
|
+
];
|
|
724
|
+
var GetDevEnvironmentResponse = [
|
|
725
|
+
3,
|
|
726
|
+
n0,
|
|
727
|
+
_GDERe,
|
|
728
|
+
0,
|
|
729
|
+
[_sN, _pN, _i, _lUT, _cI, _st, _sR, _r, _a, _id, _iT, _iTM, _pS, _vCN],
|
|
730
|
+
[0, 0, 0, 5, 0, 0, 0, () => DevEnvironmentRepositorySummaries, 0, () => Ides, 0, 1, () => PersistentStorage, 0],
|
|
731
|
+
];
|
|
732
|
+
var GetProjectRequest = [
|
|
733
|
+
3,
|
|
734
|
+
n0,
|
|
735
|
+
_GPR,
|
|
736
|
+
0,
|
|
737
|
+
[_sN, _n],
|
|
738
|
+
[
|
|
739
|
+
[0, 1],
|
|
740
|
+
[0, 1],
|
|
741
|
+
],
|
|
742
|
+
];
|
|
743
|
+
var GetProjectResponse = [3, n0, _GPRe, 0, [_sN, _n, _dN, _d], [0, 0, 0, 0]];
|
|
744
|
+
var GetSourceRepositoryCloneUrlsRequest = [
|
|
745
|
+
3,
|
|
746
|
+
n0,
|
|
747
|
+
_GSRCUR,
|
|
748
|
+
0,
|
|
749
|
+
[_sN, _pN, _sRN],
|
|
750
|
+
[
|
|
751
|
+
[0, 1],
|
|
752
|
+
[0, 1],
|
|
753
|
+
[0, 1],
|
|
754
|
+
],
|
|
755
|
+
];
|
|
756
|
+
var GetSourceRepositoryCloneUrlsResponse = [3, n0, _GSRCURe, 0, [_h], [0]];
|
|
757
|
+
var GetSourceRepositoryRequest = [
|
|
758
|
+
3,
|
|
759
|
+
n0,
|
|
760
|
+
_GSRR,
|
|
761
|
+
0,
|
|
762
|
+
[_sN, _pN, _n],
|
|
763
|
+
[
|
|
764
|
+
[0, 1],
|
|
765
|
+
[0, 1],
|
|
766
|
+
[0, 1],
|
|
767
|
+
],
|
|
768
|
+
];
|
|
769
|
+
var GetSourceRepositoryResponse = [
|
|
770
|
+
3,
|
|
771
|
+
n0,
|
|
772
|
+
_GSRRe,
|
|
773
|
+
0,
|
|
774
|
+
[_sN, _pN, _n, _d, _lUT, _cTr],
|
|
775
|
+
[0, 0, 0, 0, 5, 5],
|
|
776
|
+
];
|
|
777
|
+
var GetSpaceRequest = [3, n0, _GSR, 0, [_n], [[0, 1]]];
|
|
778
|
+
var GetSpaceResponse = [3, n0, _GSRe, 0, [_n, _rNe, _dN, _d], [0, 0, 0, 0]];
|
|
779
|
+
var GetSubscriptionRequest = [3, n0, _GSRet, 0, [_sN], [[0, 1]]];
|
|
780
|
+
var GetSubscriptionResponse = [
|
|
781
|
+
3,
|
|
782
|
+
n0,
|
|
783
|
+
_GSRetu,
|
|
784
|
+
0,
|
|
785
|
+
[_sTu, _aAN, _pST, _pSST],
|
|
786
|
+
[0, 0, 0, 5],
|
|
787
|
+
];
|
|
788
|
+
var GetUserDetailsRequest = [
|
|
789
|
+
3,
|
|
790
|
+
n0,
|
|
791
|
+
_GUDR,
|
|
792
|
+
0,
|
|
793
|
+
[_i, _uN],
|
|
794
|
+
[
|
|
795
|
+
[
|
|
796
|
+
0,
|
|
797
|
+
{
|
|
798
|
+
[_hQ]: _i,
|
|
799
|
+
},
|
|
800
|
+
],
|
|
801
|
+
[
|
|
802
|
+
0,
|
|
803
|
+
{
|
|
804
|
+
[_hQ]: _uN,
|
|
805
|
+
},
|
|
806
|
+
],
|
|
807
|
+
],
|
|
808
|
+
];
|
|
809
|
+
var GetUserDetailsResponse = [
|
|
810
|
+
3,
|
|
811
|
+
n0,
|
|
812
|
+
_GUDRe,
|
|
813
|
+
0,
|
|
814
|
+
[_uIs, _uN, _dN, _pE, _ve],
|
|
815
|
+
[0, 0, 0, () => EmailAddress, 0],
|
|
816
|
+
];
|
|
817
|
+
var GetWorkflowRequest = [
|
|
818
|
+
3,
|
|
819
|
+
n0,
|
|
820
|
+
_GWR,
|
|
821
|
+
0,
|
|
822
|
+
[_sN, _i, _pN],
|
|
823
|
+
[
|
|
824
|
+
[0, 1],
|
|
825
|
+
[0, 1],
|
|
826
|
+
[0, 1],
|
|
827
|
+
],
|
|
828
|
+
];
|
|
829
|
+
var GetWorkflowResponse = [
|
|
830
|
+
3,
|
|
831
|
+
n0,
|
|
832
|
+
_GWRe,
|
|
833
|
+
0,
|
|
834
|
+
[_sN, _pN, _i, _n, _sRN, _sBN, _de, _cTr, _lUT, _rM, _st],
|
|
835
|
+
[0, 0, 0, 0, 0, 0, () => WorkflowDefinition, 5, 5, 0, 0],
|
|
836
|
+
];
|
|
837
|
+
var GetWorkflowRunRequest = [
|
|
838
|
+
3,
|
|
839
|
+
n0,
|
|
840
|
+
_GWRR,
|
|
841
|
+
0,
|
|
842
|
+
[_sN, _i, _pN],
|
|
843
|
+
[
|
|
844
|
+
[0, 1],
|
|
845
|
+
[0, 1],
|
|
846
|
+
[0, 1],
|
|
847
|
+
],
|
|
848
|
+
];
|
|
849
|
+
var GetWorkflowRunResponse = [
|
|
850
|
+
3,
|
|
851
|
+
n0,
|
|
852
|
+
_GWRRe,
|
|
853
|
+
0,
|
|
854
|
+
[_sN, _pN, _i, _wI, _st, _sRt, _sTta, _eTn, _lUT],
|
|
855
|
+
[0, 0, 0, 0, 0, () => WorkflowRunStatusReasons, 5, 5, 5],
|
|
856
|
+
];
|
|
857
|
+
var Ide = [3, n0, _I, 0, [_ru, _n], [0, 0]];
|
|
858
|
+
var IdeConfiguration = [3, n0, _IC, 0, [_ru, _n], [0, 0]];
|
|
859
|
+
var ListAccessTokensRequest = [3, n0, _LATR, 0, [_mR, _nT], [1, 0]];
|
|
860
|
+
var ListAccessTokensResponse = [
|
|
861
|
+
3,
|
|
862
|
+
n0,
|
|
863
|
+
_LATRi,
|
|
864
|
+
0,
|
|
865
|
+
[_it, _nT],
|
|
866
|
+
[() => AccessTokenSummaries, 0],
|
|
867
|
+
];
|
|
868
|
+
var ListDevEnvironmentSessionsRequest = [
|
|
869
|
+
3,
|
|
870
|
+
n0,
|
|
871
|
+
_LDESR,
|
|
872
|
+
0,
|
|
873
|
+
[_sN, _pN, _dEI, _nT, _mR],
|
|
874
|
+
[[0, 1], [0, 1], [0, 1], 0, 1],
|
|
875
|
+
];
|
|
876
|
+
var ListDevEnvironmentSessionsResponse = [
|
|
877
|
+
3,
|
|
878
|
+
n0,
|
|
879
|
+
_LDESRi,
|
|
880
|
+
0,
|
|
881
|
+
[_it, _nT],
|
|
882
|
+
[() => DevEnvironmentSessionsSummaryList, 0],
|
|
883
|
+
];
|
|
884
|
+
var ListDevEnvironmentsRequest = [
|
|
885
|
+
3,
|
|
886
|
+
n0,
|
|
887
|
+
_LDER,
|
|
888
|
+
0,
|
|
889
|
+
[_sN, _pN, _f, _nT, _mR],
|
|
890
|
+
[[0, 1], 0, () => Filters, 0, 1],
|
|
891
|
+
];
|
|
892
|
+
var ListDevEnvironmentsResponse = [
|
|
893
|
+
3,
|
|
894
|
+
n0,
|
|
895
|
+
_LDERi,
|
|
896
|
+
0,
|
|
897
|
+
[_it, _nT],
|
|
898
|
+
[() => DevEnvironmentSummaryList, 0],
|
|
899
|
+
];
|
|
900
|
+
var ListEventLogsRequest = [
|
|
901
|
+
3,
|
|
902
|
+
n0,
|
|
903
|
+
_LELR,
|
|
904
|
+
0,
|
|
905
|
+
[_sN, _sTta, _eTn, _eN, _nT, _mR],
|
|
906
|
+
[[0, 1], 5, 5, 0, 0, 1],
|
|
907
|
+
];
|
|
908
|
+
var ListEventLogsResponse = [3, n0, _LELRi, 0, [_nT, _it], [0, () => EventLogEntries]];
|
|
909
|
+
var ListProjectsRequest = [
|
|
910
|
+
3,
|
|
911
|
+
n0,
|
|
912
|
+
_LPR,
|
|
913
|
+
0,
|
|
914
|
+
[_sN, _nT, _mR, _f],
|
|
915
|
+
[[0, 1], 0, 1, () => ProjectListFilters],
|
|
916
|
+
];
|
|
917
|
+
var ListProjectsResponse = [3, n0, _LPRi, 0, [_nT, _it], [0, () => ProjectSummaries]];
|
|
918
|
+
var ListSourceRepositoriesItem = [
|
|
919
|
+
3,
|
|
920
|
+
n0,
|
|
921
|
+
_LSRI,
|
|
922
|
+
0,
|
|
923
|
+
[_i, _n, _d, _lUT, _cTr],
|
|
924
|
+
[0, 0, 0, 5, 5],
|
|
925
|
+
];
|
|
926
|
+
var ListSourceRepositoriesRequest = [
|
|
927
|
+
3,
|
|
928
|
+
n0,
|
|
929
|
+
_LSRR,
|
|
930
|
+
0,
|
|
931
|
+
[_sN, _pN, _nT, _mR],
|
|
932
|
+
[[0, 1], [0, 1], 0, 1],
|
|
933
|
+
];
|
|
934
|
+
var ListSourceRepositoriesResponse = [
|
|
935
|
+
3,
|
|
936
|
+
n0,
|
|
937
|
+
_LSRRi,
|
|
938
|
+
0,
|
|
939
|
+
[_it, _nT],
|
|
940
|
+
[() => ListSourceRepositoriesItems, 0],
|
|
941
|
+
];
|
|
942
|
+
var ListSourceRepositoryBranchesItem = [
|
|
943
|
+
3,
|
|
944
|
+
n0,
|
|
945
|
+
_LSRBI,
|
|
946
|
+
0,
|
|
947
|
+
[_re, _n, _lUT, _hCI],
|
|
948
|
+
[0, 0, 5, 0],
|
|
949
|
+
];
|
|
950
|
+
var ListSourceRepositoryBranchesRequest = [
|
|
951
|
+
3,
|
|
952
|
+
n0,
|
|
953
|
+
_LSRBR,
|
|
954
|
+
0,
|
|
955
|
+
[_sN, _pN, _sRN, _nT, _mR],
|
|
956
|
+
[[0, 1], [0, 1], [0, 1], 0, 1],
|
|
957
|
+
];
|
|
958
|
+
var ListSourceRepositoryBranchesResponse = [
|
|
959
|
+
3,
|
|
960
|
+
n0,
|
|
961
|
+
_LSRBRi,
|
|
962
|
+
0,
|
|
963
|
+
[_nT, _it],
|
|
964
|
+
[0, () => ListSourceRepositoryBranchesItems],
|
|
965
|
+
];
|
|
966
|
+
var ListSpacesRequest = [3, n0, _LSR, 0, [_nT], [0]];
|
|
967
|
+
var ListSpacesResponse = [3, n0, _LSRi, 0, [_nT, _it], [0, () => SpaceSummaries]];
|
|
968
|
+
var ListWorkflowRunsRequest = [
|
|
969
|
+
3,
|
|
970
|
+
n0,
|
|
971
|
+
_LWRR,
|
|
972
|
+
0,
|
|
973
|
+
[_sN, _wI, _pN, _nT, _mR, _sB],
|
|
974
|
+
[
|
|
975
|
+
[0, 1],
|
|
976
|
+
[
|
|
977
|
+
0,
|
|
978
|
+
{
|
|
979
|
+
[_hQ]: _wI,
|
|
980
|
+
},
|
|
981
|
+
],
|
|
982
|
+
[0, 1],
|
|
983
|
+
[
|
|
984
|
+
0,
|
|
985
|
+
{
|
|
986
|
+
[_hQ]: _nT,
|
|
987
|
+
},
|
|
988
|
+
],
|
|
989
|
+
[
|
|
990
|
+
1,
|
|
991
|
+
{
|
|
992
|
+
[_hQ]: _mR,
|
|
993
|
+
},
|
|
994
|
+
],
|
|
995
|
+
() => WorkflowRunSortCriteriaList,
|
|
996
|
+
],
|
|
997
|
+
];
|
|
998
|
+
var ListWorkflowRunsResponse = [
|
|
999
|
+
3,
|
|
1000
|
+
n0,
|
|
1001
|
+
_LWRRi,
|
|
1002
|
+
0,
|
|
1003
|
+
[_nT, _it],
|
|
1004
|
+
[0, () => WorkflowRunSummaries],
|
|
1005
|
+
];
|
|
1006
|
+
var ListWorkflowsRequest = [
|
|
1007
|
+
3,
|
|
1008
|
+
n0,
|
|
1009
|
+
_LWR,
|
|
1010
|
+
0,
|
|
1011
|
+
[_sN, _pN, _nT, _mR, _sB],
|
|
1012
|
+
[
|
|
1013
|
+
[0, 1],
|
|
1014
|
+
[0, 1],
|
|
1015
|
+
[
|
|
1016
|
+
0,
|
|
1017
|
+
{
|
|
1018
|
+
[_hQ]: _nT,
|
|
1019
|
+
},
|
|
1020
|
+
],
|
|
1021
|
+
[
|
|
1022
|
+
1,
|
|
1023
|
+
{
|
|
1024
|
+
[_hQ]: _mR,
|
|
1025
|
+
},
|
|
1026
|
+
],
|
|
1027
|
+
() => WorkflowSortCriteriaList,
|
|
1028
|
+
],
|
|
1029
|
+
];
|
|
1030
|
+
var ListWorkflowsResponse = [3, n0, _LWRi, 0, [_nT, _it], [0, () => WorkflowSummaries]];
|
|
1031
|
+
var PersistentStorage = [3, n0, _PS, 0, [_sIGB], [1]];
|
|
1032
|
+
var PersistentStorageConfiguration = [3, n0, _PSC, 0, [_sIGB], [1]];
|
|
1033
|
+
var ProjectInformation = [3, n0, _PI, 0, [_n, _pIr], [0, 0]];
|
|
1034
|
+
var ProjectListFilter = [3, n0, _PLF, 0, [_k, _va, _cO], [0, 64 | 0, 0]];
|
|
1035
|
+
var ProjectSummary = [3, n0, _PSr, 0, [_n, _dN, _d], [0, 0, 0]];
|
|
1036
|
+
var RepositoryInput = [3, n0, _RI, 0, [_rN, _bN], [0, 0]];
|
|
1037
|
+
var ResourceNotFoundException = [
|
|
1038
|
+
-3,
|
|
1039
|
+
n0,
|
|
1040
|
+
_RNFE,
|
|
1041
|
+
{
|
|
1042
|
+
[_e]: _c,
|
|
1043
|
+
[_hE]: 404,
|
|
1044
|
+
},
|
|
1045
|
+
[_m],
|
|
1046
|
+
[0],
|
|
1047
|
+
];
|
|
1048
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1049
|
+
var ServiceQuotaExceededException = [
|
|
1050
|
+
-3,
|
|
1051
|
+
n0,
|
|
1052
|
+
_SQEE,
|
|
1053
|
+
{
|
|
1054
|
+
[_e]: _c,
|
|
1055
|
+
[_hE]: 402,
|
|
1056
|
+
},
|
|
1057
|
+
[_m],
|
|
1058
|
+
[0],
|
|
1059
|
+
];
|
|
1060
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
1061
|
+
var SpaceSummary = [3, n0, _SSp, 0, [_n, _rNe, _dN, _d], [0, 0, 0, 0]];
|
|
1062
|
+
var StartDevEnvironmentRequest = [
|
|
1063
|
+
3,
|
|
1064
|
+
n0,
|
|
1065
|
+
_SDER,
|
|
1066
|
+
0,
|
|
1067
|
+
[_sN, _pN, _i, _id, _iT, _iTM],
|
|
1068
|
+
[[0, 1], [0, 1], [0, 1], () => IdeConfigurationList, 0, 1],
|
|
1069
|
+
];
|
|
1070
|
+
var StartDevEnvironmentResponse = [3, n0, _SDERt, 0, [_sN, _pN, _i, _st], [0, 0, 0, 0]];
|
|
1071
|
+
var StartDevEnvironmentSessionRequest = [
|
|
1072
|
+
3,
|
|
1073
|
+
n0,
|
|
1074
|
+
_SDESR,
|
|
1075
|
+
0,
|
|
1076
|
+
[_sN, _pN, _i, _sC],
|
|
1077
|
+
[[0, 1], [0, 1], [0, 1], () => DevEnvironmentSessionConfiguration],
|
|
1078
|
+
];
|
|
1079
|
+
var StartDevEnvironmentSessionResponse = [
|
|
1080
|
+
3,
|
|
1081
|
+
n0,
|
|
1082
|
+
_SDESRt,
|
|
1083
|
+
0,
|
|
1084
|
+
[_aD, _sI, _sN, _pN, _i],
|
|
1085
|
+
[[() => DevEnvironmentAccessDetails, 0], 0, 0, 0, 0],
|
|
1086
|
+
];
|
|
1087
|
+
var StartWorkflowRunRequest = [
|
|
1088
|
+
3,
|
|
1089
|
+
n0,
|
|
1090
|
+
_SWRR,
|
|
1091
|
+
0,
|
|
1092
|
+
[_sN, _pN, _wI, _cT],
|
|
1093
|
+
[
|
|
1094
|
+
[0, 1],
|
|
1095
|
+
[0, 1],
|
|
1096
|
+
[
|
|
1097
|
+
0,
|
|
1098
|
+
{
|
|
1099
|
+
[_hQ]: _wI,
|
|
1100
|
+
},
|
|
1101
|
+
],
|
|
1102
|
+
[0, 4],
|
|
1103
|
+
],
|
|
1104
|
+
];
|
|
1105
|
+
var StartWorkflowRunResponse = [3, n0, _SWRRt, 0, [_sN, _pN, _i, _wI], [0, 0, 0, 0]];
|
|
1106
|
+
var StopDevEnvironmentRequest = [
|
|
1107
|
+
3,
|
|
1108
|
+
n0,
|
|
1109
|
+
_SDERto,
|
|
1110
|
+
0,
|
|
1111
|
+
[_sN, _pN, _i],
|
|
1112
|
+
[
|
|
1113
|
+
[0, 1],
|
|
1114
|
+
[0, 1],
|
|
1115
|
+
[0, 1],
|
|
1116
|
+
],
|
|
1117
|
+
];
|
|
1118
|
+
var StopDevEnvironmentResponse = [3, n0, _SDERtop, 0, [_sN, _pN, _i, _st], [0, 0, 0, 0]];
|
|
1119
|
+
var StopDevEnvironmentSessionRequest = [
|
|
1120
|
+
3,
|
|
1121
|
+
n0,
|
|
1122
|
+
_SDESRto,
|
|
1123
|
+
0,
|
|
1124
|
+
[_sN, _pN, _i, _sI],
|
|
1125
|
+
[
|
|
1126
|
+
[0, 1],
|
|
1127
|
+
[0, 1],
|
|
1128
|
+
[0, 1],
|
|
1129
|
+
[0, 1],
|
|
1130
|
+
],
|
|
1131
|
+
];
|
|
1132
|
+
var StopDevEnvironmentSessionResponse = [
|
|
1133
|
+
3,
|
|
1134
|
+
n0,
|
|
1135
|
+
_SDESRtop,
|
|
1136
|
+
0,
|
|
1137
|
+
[_sN, _pN, _i, _sI],
|
|
1138
|
+
[0, 0, 0, 0],
|
|
1139
|
+
];
|
|
1140
|
+
var ThrottlingException = [
|
|
1141
|
+
-3,
|
|
1142
|
+
n0,
|
|
1143
|
+
_TE,
|
|
1144
|
+
{
|
|
1145
|
+
[_e]: _c,
|
|
1146
|
+
[_hE]: 429,
|
|
1147
|
+
},
|
|
1148
|
+
[_m],
|
|
1149
|
+
[0],
|
|
1150
|
+
];
|
|
1151
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
1152
|
+
var UpdateDevEnvironmentRequest = [
|
|
1153
|
+
3,
|
|
1154
|
+
n0,
|
|
1155
|
+
_UDER,
|
|
1156
|
+
0,
|
|
1157
|
+
[_sN, _pN, _i, _a, _id, _iT, _iTM, _cT],
|
|
1158
|
+
[[0, 1], [0, 1], [0, 1], 0, () => IdeConfigurationList, 0, 1, 0],
|
|
1159
|
+
];
|
|
1160
|
+
var UpdateDevEnvironmentResponse = [
|
|
1161
|
+
3,
|
|
1162
|
+
n0,
|
|
1163
|
+
_UDERp,
|
|
1164
|
+
0,
|
|
1165
|
+
[_i, _sN, _pN, _a, _id, _iT, _iTM, _cT],
|
|
1166
|
+
[0, 0, 0, 0, () => IdeConfigurationList, 0, 1, 0],
|
|
1167
|
+
];
|
|
1168
|
+
var UpdateProjectRequest = [3, n0, _UPR, 0, [_sN, _n, _d], [[0, 1], [0, 1], 0]];
|
|
1169
|
+
var UpdateProjectResponse = [3, n0, _UPRp, 0, [_sN, _n, _dN, _d], [0, 0, 0, 0]];
|
|
1170
|
+
var UpdateSpaceRequest = [3, n0, _USR, 0, [_n, _d], [[0, 1], 0]];
|
|
1171
|
+
var UpdateSpaceResponse = [3, n0, _USRp, 0, [_n, _dN, _d], [0, 0, 0]];
|
|
1172
|
+
var UserIdentity = [3, n0, _UI, 0, [_uT, _pIri, _uN, _aAI], [0, 0, 0, 0]];
|
|
1173
|
+
var ValidationException = [
|
|
1174
|
+
-3,
|
|
1175
|
+
n0,
|
|
1176
|
+
_VE,
|
|
1177
|
+
{
|
|
1178
|
+
[_e]: _c,
|
|
1179
|
+
[_hE]: 400,
|
|
1180
|
+
},
|
|
1181
|
+
[_m],
|
|
1182
|
+
[0],
|
|
1183
|
+
];
|
|
1184
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
1185
|
+
var VerifySessionResponse = [3, n0, _VSR, 0, [_ide], [0]];
|
|
1186
|
+
var WorkflowDefinition = [3, n0, _WD, 0, [_p], [0]];
|
|
1187
|
+
var WorkflowDefinitionSummary = [3, n0, _WDS, 0, [_p], [0]];
|
|
1188
|
+
var WorkflowRunSortCriteria = [3, n0, _WRSC, 0, [], []];
|
|
1189
|
+
var WorkflowRunStatusReason = [3, n0, _WRSR, 0, [], []];
|
|
1190
|
+
var WorkflowRunSummary = [
|
|
1191
|
+
3,
|
|
1192
|
+
n0,
|
|
1193
|
+
_WRS,
|
|
1194
|
+
0,
|
|
1195
|
+
[_i, _wI, _wN, _st, _sRt, _sTta, _eTn, _lUT],
|
|
1196
|
+
[0, 0, 0, 0, () => WorkflowRunStatusReasons, 5, 5, 5],
|
|
1197
|
+
];
|
|
1198
|
+
var WorkflowSortCriteria = [3, n0, _WSC, 0, [], []];
|
|
1199
|
+
var WorkflowSummary = [
|
|
1200
|
+
3,
|
|
1201
|
+
n0,
|
|
1202
|
+
_WS,
|
|
1203
|
+
0,
|
|
1204
|
+
[_i, _n, _sRN, _sBN, _de, _cTr, _lUT, _rM, _st],
|
|
1205
|
+
[0, 0, 0, 0, () => WorkflowDefinitionSummary, 5, 5, 0, 0],
|
|
1206
|
+
];
|
|
1207
|
+
var __Unit = "unit";
|
|
1208
|
+
var CodeCatalystServiceException = [-3, _sm, "CodeCatalystServiceException", 0, [], []];
|
|
1209
|
+
schema.TypeRegistry.for(_sm).registerError(CodeCatalystServiceException, CodeCatalystServiceException$1);
|
|
1210
|
+
var AccessTokenSummaries = [1, n0, _ATScc, 0, () => AccessTokenSummary];
|
|
1211
|
+
var DevEnvironmentRepositorySummaries = [
|
|
1212
|
+
1,
|
|
1213
|
+
n0,
|
|
1214
|
+
_DERSe,
|
|
1215
|
+
0,
|
|
1216
|
+
() => DevEnvironmentRepositorySummary,
|
|
1217
|
+
];
|
|
1218
|
+
var DevEnvironmentSessionsSummaryList = [1, n0, _DESSL, 0, () => DevEnvironmentSessionSummary];
|
|
1219
|
+
var DevEnvironmentSummaryList = [1, n0, _DESL, 0, () => DevEnvironmentSummary];
|
|
1220
|
+
var EventLogEntries = [1, n0, _ELEv, 0, () => EventLogEntry];
|
|
1221
|
+
var Filters = [1, n0, _Fi, 0, () => Filter];
|
|
1222
|
+
var IdeConfigurationList = [1, n0, _ICL, 0, () => IdeConfiguration];
|
|
1223
|
+
var Ides = [1, n0, _Id, 0, () => Ide];
|
|
1224
|
+
var ListSourceRepositoriesItems = [1, n0, _LSRIi, 0, () => ListSourceRepositoriesItem];
|
|
1225
|
+
var ListSourceRepositoryBranchesItems = [
|
|
1226
|
+
1,
|
|
1227
|
+
n0,
|
|
1228
|
+
_LSRBIi,
|
|
1229
|
+
0,
|
|
1230
|
+
() => ListSourceRepositoryBranchesItem,
|
|
1231
|
+
];
|
|
1232
|
+
var ProjectListFilters = [1, n0, _PLFr, 0, () => ProjectListFilter];
|
|
1233
|
+
var ProjectSummaries = [1, n0, _PSro, 0, () => ProjectSummary];
|
|
1234
|
+
var RepositoriesInput = [1, n0, _RIe, 0, () => RepositoryInput];
|
|
1235
|
+
var SpaceSummaries = [1, n0, _SSpa, 0, () => SpaceSummary];
|
|
1236
|
+
var WorkflowRunSortCriteriaList = [1, n0, _WRSCL, 0, () => WorkflowRunSortCriteria];
|
|
1237
|
+
var WorkflowRunStatusReasons = [1, n0, _WRSRo, 0, () => WorkflowRunStatusReason];
|
|
1238
|
+
var WorkflowRunSummaries = [1, n0, _WRSo, 0, () => WorkflowRunSummary];
|
|
1239
|
+
var WorkflowSortCriteriaList = [1, n0, _WSCL, 0, () => WorkflowSortCriteria];
|
|
1240
|
+
var WorkflowSummaries = [1, n0, _WSo, 0, () => WorkflowSummary];
|
|
1241
|
+
var CreateAccessToken = [
|
|
1242
|
+
9,
|
|
1243
|
+
n0,
|
|
1244
|
+
_CAT,
|
|
1245
|
+
{
|
|
1246
|
+
[_ht]: ["PUT", "/v1/accessTokens", 201],
|
|
1247
|
+
},
|
|
1248
|
+
() => CreateAccessTokenRequest,
|
|
1249
|
+
() => CreateAccessTokenResponse,
|
|
1250
|
+
];
|
|
1251
|
+
var CreateDevEnvironment = [
|
|
1252
|
+
9,
|
|
1253
|
+
n0,
|
|
1254
|
+
_CDE,
|
|
1255
|
+
{
|
|
1256
|
+
[_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments", 201],
|
|
1257
|
+
},
|
|
1258
|
+
() => CreateDevEnvironmentRequest,
|
|
1259
|
+
() => CreateDevEnvironmentResponse,
|
|
1260
|
+
];
|
|
1261
|
+
var CreateProject = [
|
|
1262
|
+
9,
|
|
1263
|
+
n0,
|
|
1264
|
+
_CP,
|
|
1265
|
+
{
|
|
1266
|
+
[_ht]: ["PUT", "/v1/spaces/{spaceName}/projects", 201],
|
|
1267
|
+
},
|
|
1268
|
+
() => CreateProjectRequest,
|
|
1269
|
+
() => CreateProjectResponse,
|
|
1270
|
+
];
|
|
1271
|
+
var CreateSourceRepository = [
|
|
1272
|
+
9,
|
|
1273
|
+
n0,
|
|
1274
|
+
_CSR,
|
|
1275
|
+
{
|
|
1276
|
+
[_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}", 201],
|
|
1277
|
+
},
|
|
1278
|
+
() => CreateSourceRepositoryRequest,
|
|
1279
|
+
() => CreateSourceRepositoryResponse,
|
|
1280
|
+
];
|
|
1281
|
+
var CreateSourceRepositoryBranch = [
|
|
1282
|
+
9,
|
|
1283
|
+
n0,
|
|
1284
|
+
_CSRB,
|
|
1285
|
+
{
|
|
1286
|
+
[_ht]: [
|
|
1287
|
+
"PUT",
|
|
1288
|
+
"/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{sourceRepositoryName}/branches/{name}",
|
|
1289
|
+
201,
|
|
1290
|
+
],
|
|
1291
|
+
},
|
|
1292
|
+
() => CreateSourceRepositoryBranchRequest,
|
|
1293
|
+
() => CreateSourceRepositoryBranchResponse,
|
|
1294
|
+
];
|
|
1295
|
+
var DeleteAccessToken = [
|
|
1296
|
+
9,
|
|
1297
|
+
n0,
|
|
1298
|
+
_DAT,
|
|
1299
|
+
{
|
|
1300
|
+
[_ht]: ["DELETE", "/v1/accessTokens/{id}", 200],
|
|
1301
|
+
},
|
|
1302
|
+
() => DeleteAccessTokenRequest,
|
|
1303
|
+
() => DeleteAccessTokenResponse,
|
|
1304
|
+
];
|
|
1305
|
+
var DeleteDevEnvironment = [
|
|
1306
|
+
9,
|
|
1307
|
+
n0,
|
|
1308
|
+
_DDE,
|
|
1309
|
+
{
|
|
1310
|
+
[_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}", 200],
|
|
1311
|
+
},
|
|
1312
|
+
() => DeleteDevEnvironmentRequest,
|
|
1313
|
+
() => DeleteDevEnvironmentResponse,
|
|
1314
|
+
];
|
|
1315
|
+
var DeleteProject = [
|
|
1316
|
+
9,
|
|
1317
|
+
n0,
|
|
1318
|
+
_DP,
|
|
1319
|
+
{
|
|
1320
|
+
[_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{name}", 200],
|
|
1321
|
+
},
|
|
1322
|
+
() => DeleteProjectRequest,
|
|
1323
|
+
() => DeleteProjectResponse,
|
|
1324
|
+
];
|
|
1325
|
+
var DeleteSourceRepository = [
|
|
1326
|
+
9,
|
|
1327
|
+
n0,
|
|
1328
|
+
_DSRel,
|
|
1329
|
+
{
|
|
1330
|
+
[_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}", 200],
|
|
1331
|
+
},
|
|
1332
|
+
() => DeleteSourceRepositoryRequest,
|
|
1333
|
+
() => DeleteSourceRepositoryResponse,
|
|
1334
|
+
];
|
|
1335
|
+
var DeleteSpace = [
|
|
1336
|
+
9,
|
|
1337
|
+
n0,
|
|
1338
|
+
_DS,
|
|
1339
|
+
{
|
|
1340
|
+
[_ht]: ["DELETE", "/v1/spaces/{name}", 200],
|
|
1341
|
+
},
|
|
1342
|
+
() => DeleteSpaceRequest,
|
|
1343
|
+
() => DeleteSpaceResponse,
|
|
1344
|
+
];
|
|
1345
|
+
var GetDevEnvironment = [
|
|
1346
|
+
9,
|
|
1347
|
+
n0,
|
|
1348
|
+
_GDE,
|
|
1349
|
+
{
|
|
1350
|
+
[_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}", 200],
|
|
1351
|
+
},
|
|
1352
|
+
() => GetDevEnvironmentRequest,
|
|
1353
|
+
() => GetDevEnvironmentResponse,
|
|
1354
|
+
];
|
|
1355
|
+
var GetProject = [
|
|
1356
|
+
9,
|
|
1357
|
+
n0,
|
|
1358
|
+
_GP,
|
|
1359
|
+
{
|
|
1360
|
+
[_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{name}", 200],
|
|
1361
|
+
},
|
|
1362
|
+
() => GetProjectRequest,
|
|
1363
|
+
() => GetProjectResponse,
|
|
1364
|
+
];
|
|
1365
|
+
var GetSourceRepository = [
|
|
1366
|
+
9,
|
|
1367
|
+
n0,
|
|
1368
|
+
_GSReto,
|
|
1369
|
+
{
|
|
1370
|
+
[_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{name}", 200],
|
|
1371
|
+
},
|
|
1372
|
+
() => GetSourceRepositoryRequest,
|
|
1373
|
+
() => GetSourceRepositoryResponse,
|
|
1374
|
+
];
|
|
1375
|
+
var GetSourceRepositoryCloneUrls = [
|
|
1376
|
+
9,
|
|
1377
|
+
n0,
|
|
1378
|
+
_GSRCU,
|
|
1379
|
+
{
|
|
1380
|
+
[_ht]: [
|
|
1381
|
+
"GET",
|
|
1382
|
+
"/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{sourceRepositoryName}/cloneUrls",
|
|
1383
|
+
200,
|
|
1384
|
+
],
|
|
1385
|
+
},
|
|
1386
|
+
() => GetSourceRepositoryCloneUrlsRequest,
|
|
1387
|
+
() => GetSourceRepositoryCloneUrlsResponse,
|
|
1388
|
+
];
|
|
1389
|
+
var GetSpace = [
|
|
1390
|
+
9,
|
|
1391
|
+
n0,
|
|
1392
|
+
_GS,
|
|
1393
|
+
{
|
|
1394
|
+
[_ht]: ["GET", "/v1/spaces/{name}", 200],
|
|
1395
|
+
},
|
|
1396
|
+
() => GetSpaceRequest,
|
|
1397
|
+
() => GetSpaceResponse,
|
|
1398
|
+
];
|
|
1399
|
+
var GetSubscription = [
|
|
1400
|
+
9,
|
|
1401
|
+
n0,
|
|
1402
|
+
_GSe,
|
|
1403
|
+
{
|
|
1404
|
+
[_ht]: ["GET", "/v1/spaces/{spaceName}/subscription", 200],
|
|
1405
|
+
},
|
|
1406
|
+
() => GetSubscriptionRequest,
|
|
1407
|
+
() => GetSubscriptionResponse,
|
|
1408
|
+
];
|
|
1409
|
+
var GetUserDetails = [
|
|
1410
|
+
9,
|
|
1411
|
+
n0,
|
|
1412
|
+
_GUD,
|
|
1413
|
+
{
|
|
1414
|
+
[_ht]: ["GET", "/userDetails", 200],
|
|
1415
|
+
},
|
|
1416
|
+
() => GetUserDetailsRequest,
|
|
1417
|
+
() => GetUserDetailsResponse,
|
|
1418
|
+
];
|
|
1419
|
+
var GetWorkflow = [
|
|
1420
|
+
9,
|
|
1421
|
+
n0,
|
|
1422
|
+
_GW,
|
|
1423
|
+
{
|
|
1424
|
+
[_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/workflows/{id}", 200],
|
|
1425
|
+
},
|
|
1426
|
+
() => GetWorkflowRequest,
|
|
1427
|
+
() => GetWorkflowResponse,
|
|
1428
|
+
];
|
|
1429
|
+
var GetWorkflowRun = [
|
|
1430
|
+
9,
|
|
1431
|
+
n0,
|
|
1432
|
+
_GWRet,
|
|
1433
|
+
{
|
|
1434
|
+
[_ht]: ["GET", "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns/{id}", 200],
|
|
1435
|
+
},
|
|
1436
|
+
() => GetWorkflowRunRequest,
|
|
1437
|
+
() => GetWorkflowRunResponse,
|
|
1438
|
+
];
|
|
1439
|
+
var ListAccessTokens = [
|
|
1440
|
+
9,
|
|
1441
|
+
n0,
|
|
1442
|
+
_LAT,
|
|
1443
|
+
{
|
|
1444
|
+
[_ht]: ["POST", "/v1/accessTokens", 200],
|
|
1445
|
+
},
|
|
1446
|
+
() => ListAccessTokensRequest,
|
|
1447
|
+
() => ListAccessTokensResponse,
|
|
1448
|
+
];
|
|
1449
|
+
var ListDevEnvironments = [
|
|
1450
|
+
9,
|
|
1451
|
+
n0,
|
|
1452
|
+
_LDE,
|
|
1453
|
+
{
|
|
1454
|
+
[_ht]: ["POST", "/v1/spaces/{spaceName}/devEnvironments", 200],
|
|
1455
|
+
},
|
|
1456
|
+
() => ListDevEnvironmentsRequest,
|
|
1457
|
+
() => ListDevEnvironmentsResponse,
|
|
1458
|
+
];
|
|
1459
|
+
var ListDevEnvironmentSessions = [
|
|
1460
|
+
9,
|
|
1461
|
+
n0,
|
|
1462
|
+
_LDES,
|
|
1463
|
+
{
|
|
1464
|
+
[_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{devEnvironmentId}/sessions", 200],
|
|
1465
|
+
},
|
|
1466
|
+
() => ListDevEnvironmentSessionsRequest,
|
|
1467
|
+
() => ListDevEnvironmentSessionsResponse,
|
|
1468
|
+
];
|
|
1469
|
+
var ListEventLogs = [
|
|
1470
|
+
9,
|
|
1471
|
+
n0,
|
|
1472
|
+
_LEL,
|
|
1473
|
+
{
|
|
1474
|
+
[_ht]: ["POST", "/v1/spaces/{spaceName}/eventLogs", 200],
|
|
1475
|
+
},
|
|
1476
|
+
() => ListEventLogsRequest,
|
|
1477
|
+
() => ListEventLogsResponse,
|
|
1478
|
+
];
|
|
1479
|
+
var ListProjects = [
|
|
1480
|
+
9,
|
|
1481
|
+
n0,
|
|
1482
|
+
_LP,
|
|
1483
|
+
{
|
|
1484
|
+
[_ht]: ["POST", "/v1/spaces/{spaceName}/projects", 200],
|
|
1485
|
+
},
|
|
1486
|
+
() => ListProjectsRequest,
|
|
1487
|
+
() => ListProjectsResponse,
|
|
1488
|
+
];
|
|
1489
|
+
var ListSourceRepositories = [
|
|
1490
|
+
9,
|
|
1491
|
+
n0,
|
|
1492
|
+
_LSRis,
|
|
1493
|
+
{
|
|
1494
|
+
[_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories", 200],
|
|
1495
|
+
},
|
|
1496
|
+
() => ListSourceRepositoriesRequest,
|
|
1497
|
+
() => ListSourceRepositoriesResponse,
|
|
1498
|
+
];
|
|
1499
|
+
var ListSourceRepositoryBranches = [
|
|
1500
|
+
9,
|
|
1501
|
+
n0,
|
|
1502
|
+
_LSRB,
|
|
1503
|
+
{
|
|
1504
|
+
[_ht]: [
|
|
1505
|
+
"POST",
|
|
1506
|
+
"/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{sourceRepositoryName}/branches",
|
|
1507
|
+
200,
|
|
1508
|
+
],
|
|
1509
|
+
},
|
|
1510
|
+
() => ListSourceRepositoryBranchesRequest,
|
|
1511
|
+
() => ListSourceRepositoryBranchesResponse,
|
|
1512
|
+
];
|
|
1513
|
+
var ListSpaces = [
|
|
1514
|
+
9,
|
|
1515
|
+
n0,
|
|
1516
|
+
_LS,
|
|
1517
|
+
{
|
|
1518
|
+
[_ht]: ["POST", "/v1/spaces", 200],
|
|
1519
|
+
},
|
|
1520
|
+
() => ListSpacesRequest,
|
|
1521
|
+
() => ListSpacesResponse,
|
|
1522
|
+
];
|
|
1523
|
+
var ListWorkflowRuns = [
|
|
1524
|
+
9,
|
|
1525
|
+
n0,
|
|
1526
|
+
_LWRis,
|
|
1527
|
+
{
|
|
1528
|
+
[_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns", 200],
|
|
1529
|
+
},
|
|
1530
|
+
() => ListWorkflowRunsRequest,
|
|
1531
|
+
() => ListWorkflowRunsResponse,
|
|
1532
|
+
];
|
|
1533
|
+
var ListWorkflows = [
|
|
1534
|
+
9,
|
|
1535
|
+
n0,
|
|
1536
|
+
_LW,
|
|
1537
|
+
{
|
|
1538
|
+
[_ht]: ["POST", "/v1/spaces/{spaceName}/projects/{projectName}/workflows", 200],
|
|
1539
|
+
},
|
|
1540
|
+
() => ListWorkflowsRequest,
|
|
1541
|
+
() => ListWorkflowsResponse,
|
|
1542
|
+
];
|
|
1543
|
+
var StartDevEnvironment = [
|
|
1544
|
+
9,
|
|
1545
|
+
n0,
|
|
1546
|
+
_SDE,
|
|
1547
|
+
{
|
|
1548
|
+
[_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/start", 200],
|
|
1549
|
+
},
|
|
1550
|
+
() => StartDevEnvironmentRequest,
|
|
1551
|
+
() => StartDevEnvironmentResponse,
|
|
1552
|
+
];
|
|
1553
|
+
var StartDevEnvironmentSession = [
|
|
1554
|
+
9,
|
|
1555
|
+
n0,
|
|
1556
|
+
_SDES,
|
|
1557
|
+
{
|
|
1558
|
+
[_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session", 200],
|
|
1559
|
+
},
|
|
1560
|
+
() => StartDevEnvironmentSessionRequest,
|
|
1561
|
+
() => StartDevEnvironmentSessionResponse,
|
|
1562
|
+
];
|
|
1563
|
+
var StartWorkflowRun = [
|
|
1564
|
+
9,
|
|
1565
|
+
n0,
|
|
1566
|
+
_SWR,
|
|
1567
|
+
{
|
|
1568
|
+
[_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns", 200],
|
|
1569
|
+
},
|
|
1570
|
+
() => StartWorkflowRunRequest,
|
|
1571
|
+
() => StartWorkflowRunResponse,
|
|
1572
|
+
];
|
|
1573
|
+
var StopDevEnvironment = [
|
|
1574
|
+
9,
|
|
1575
|
+
n0,
|
|
1576
|
+
_SDEt,
|
|
1577
|
+
{
|
|
1578
|
+
[_ht]: ["PUT", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/stop", 200],
|
|
1579
|
+
},
|
|
1580
|
+
() => StopDevEnvironmentRequest,
|
|
1581
|
+
() => StopDevEnvironmentResponse,
|
|
1582
|
+
];
|
|
1583
|
+
var StopDevEnvironmentSession = [
|
|
1584
|
+
9,
|
|
1585
|
+
n0,
|
|
1586
|
+
_SDESt,
|
|
1587
|
+
{
|
|
1588
|
+
[_ht]: ["DELETE", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session/{sessionId}", 200],
|
|
1589
|
+
},
|
|
1590
|
+
() => StopDevEnvironmentSessionRequest,
|
|
1591
|
+
() => StopDevEnvironmentSessionResponse,
|
|
1592
|
+
];
|
|
1593
|
+
var UpdateDevEnvironment = [
|
|
1594
|
+
9,
|
|
1595
|
+
n0,
|
|
1596
|
+
_UDE,
|
|
1597
|
+
{
|
|
1598
|
+
[_ht]: ["PATCH", "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}", 200],
|
|
1599
|
+
},
|
|
1600
|
+
() => UpdateDevEnvironmentRequest,
|
|
1601
|
+
() => UpdateDevEnvironmentResponse,
|
|
1602
|
+
];
|
|
1603
|
+
var UpdateProject = [
|
|
1604
|
+
9,
|
|
1605
|
+
n0,
|
|
1606
|
+
_UP,
|
|
1607
|
+
{
|
|
1608
|
+
[_ht]: ["PATCH", "/v1/spaces/{spaceName}/projects/{name}", 200],
|
|
1609
|
+
},
|
|
1610
|
+
() => UpdateProjectRequest,
|
|
1611
|
+
() => UpdateProjectResponse,
|
|
1612
|
+
];
|
|
1613
|
+
var UpdateSpace = [
|
|
1614
|
+
9,
|
|
1615
|
+
n0,
|
|
1616
|
+
_US,
|
|
1617
|
+
{
|
|
1618
|
+
[_ht]: ["PATCH", "/v1/spaces/{name}", 200],
|
|
1619
|
+
},
|
|
1620
|
+
() => UpdateSpaceRequest,
|
|
1621
|
+
() => UpdateSpaceResponse,
|
|
1622
|
+
];
|
|
1623
|
+
var VerifySession = [
|
|
1624
|
+
9,
|
|
1625
|
+
n0,
|
|
1626
|
+
_VS,
|
|
1627
|
+
{
|
|
1628
|
+
[_ht]: ["GET", "/session", 200],
|
|
1629
|
+
},
|
|
1630
|
+
() => __Unit,
|
|
1631
|
+
() => VerifySessionResponse,
|
|
1632
|
+
];
|
|
1717
1633
|
|
|
1718
1634
|
class CreateAccessTokenCommand extends smithyClient.Command
|
|
1719
1635
|
.classBuilder()
|
|
1720
1636
|
.ep(commonParams)
|
|
1721
1637
|
.m(function (Command, cs, config, o) {
|
|
1722
|
-
return [
|
|
1723
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1724
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1725
|
-
];
|
|
1638
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1726
1639
|
})
|
|
1727
1640
|
.s("CodeCatalyst", "CreateAccessToken", {})
|
|
1728
1641
|
.n("CodeCatalystClient", "CreateAccessTokenCommand")
|
|
1729
|
-
.
|
|
1730
|
-
.ser(se_CreateAccessTokenCommand)
|
|
1731
|
-
.de(de_CreateAccessTokenCommand)
|
|
1642
|
+
.sc(CreateAccessToken)
|
|
1732
1643
|
.build() {
|
|
1733
1644
|
}
|
|
1734
1645
|
|
|
@@ -1736,16 +1647,11 @@ class CreateDevEnvironmentCommand extends smithyClient.Command
|
|
|
1736
1647
|
.classBuilder()
|
|
1737
1648
|
.ep(commonParams)
|
|
1738
1649
|
.m(function (Command, cs, config, o) {
|
|
1739
|
-
return [
|
|
1740
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1741
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1742
|
-
];
|
|
1650
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1743
1651
|
})
|
|
1744
1652
|
.s("CodeCatalyst", "CreateDevEnvironment", {})
|
|
1745
1653
|
.n("CodeCatalystClient", "CreateDevEnvironmentCommand")
|
|
1746
|
-
.
|
|
1747
|
-
.ser(se_CreateDevEnvironmentCommand)
|
|
1748
|
-
.de(de_CreateDevEnvironmentCommand)
|
|
1654
|
+
.sc(CreateDevEnvironment)
|
|
1749
1655
|
.build() {
|
|
1750
1656
|
}
|
|
1751
1657
|
|
|
@@ -1753,16 +1659,11 @@ class CreateProjectCommand extends smithyClient.Command
|
|
|
1753
1659
|
.classBuilder()
|
|
1754
1660
|
.ep(commonParams)
|
|
1755
1661
|
.m(function (Command, cs, config, o) {
|
|
1756
|
-
return [
|
|
1757
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1758
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1759
|
-
];
|
|
1662
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1760
1663
|
})
|
|
1761
1664
|
.s("CodeCatalyst", "CreateProject", {})
|
|
1762
1665
|
.n("CodeCatalystClient", "CreateProjectCommand")
|
|
1763
|
-
.
|
|
1764
|
-
.ser(se_CreateProjectCommand)
|
|
1765
|
-
.de(de_CreateProjectCommand)
|
|
1666
|
+
.sc(CreateProject)
|
|
1766
1667
|
.build() {
|
|
1767
1668
|
}
|
|
1768
1669
|
|
|
@@ -1770,16 +1671,11 @@ class CreateSourceRepositoryBranchCommand extends smithyClient.Command
|
|
|
1770
1671
|
.classBuilder()
|
|
1771
1672
|
.ep(commonParams)
|
|
1772
1673
|
.m(function (Command, cs, config, o) {
|
|
1773
|
-
return [
|
|
1774
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1775
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1776
|
-
];
|
|
1674
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1777
1675
|
})
|
|
1778
1676
|
.s("CodeCatalyst", "CreateSourceRepositoryBranch", {})
|
|
1779
1677
|
.n("CodeCatalystClient", "CreateSourceRepositoryBranchCommand")
|
|
1780
|
-
.
|
|
1781
|
-
.ser(se_CreateSourceRepositoryBranchCommand)
|
|
1782
|
-
.de(de_CreateSourceRepositoryBranchCommand)
|
|
1678
|
+
.sc(CreateSourceRepositoryBranch)
|
|
1783
1679
|
.build() {
|
|
1784
1680
|
}
|
|
1785
1681
|
|
|
@@ -1787,16 +1683,11 @@ class CreateSourceRepositoryCommand extends smithyClient.Command
|
|
|
1787
1683
|
.classBuilder()
|
|
1788
1684
|
.ep(commonParams)
|
|
1789
1685
|
.m(function (Command, cs, config, o) {
|
|
1790
|
-
return [
|
|
1791
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1792
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1793
|
-
];
|
|
1686
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1794
1687
|
})
|
|
1795
1688
|
.s("CodeCatalyst", "CreateSourceRepository", {})
|
|
1796
1689
|
.n("CodeCatalystClient", "CreateSourceRepositoryCommand")
|
|
1797
|
-
.
|
|
1798
|
-
.ser(se_CreateSourceRepositoryCommand)
|
|
1799
|
-
.de(de_CreateSourceRepositoryCommand)
|
|
1690
|
+
.sc(CreateSourceRepository)
|
|
1800
1691
|
.build() {
|
|
1801
1692
|
}
|
|
1802
1693
|
|
|
@@ -1804,16 +1695,11 @@ class DeleteAccessTokenCommand extends smithyClient.Command
|
|
|
1804
1695
|
.classBuilder()
|
|
1805
1696
|
.ep(commonParams)
|
|
1806
1697
|
.m(function (Command, cs, config, o) {
|
|
1807
|
-
return [
|
|
1808
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1809
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1810
|
-
];
|
|
1698
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1811
1699
|
})
|
|
1812
1700
|
.s("CodeCatalyst", "DeleteAccessToken", {})
|
|
1813
1701
|
.n("CodeCatalystClient", "DeleteAccessTokenCommand")
|
|
1814
|
-
.
|
|
1815
|
-
.ser(se_DeleteAccessTokenCommand)
|
|
1816
|
-
.de(de_DeleteAccessTokenCommand)
|
|
1702
|
+
.sc(DeleteAccessToken)
|
|
1817
1703
|
.build() {
|
|
1818
1704
|
}
|
|
1819
1705
|
|
|
@@ -1821,16 +1707,11 @@ class DeleteDevEnvironmentCommand extends smithyClient.Command
|
|
|
1821
1707
|
.classBuilder()
|
|
1822
1708
|
.ep(commonParams)
|
|
1823
1709
|
.m(function (Command, cs, config, o) {
|
|
1824
|
-
return [
|
|
1825
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1826
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1827
|
-
];
|
|
1710
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1828
1711
|
})
|
|
1829
1712
|
.s("CodeCatalyst", "DeleteDevEnvironment", {})
|
|
1830
1713
|
.n("CodeCatalystClient", "DeleteDevEnvironmentCommand")
|
|
1831
|
-
.
|
|
1832
|
-
.ser(se_DeleteDevEnvironmentCommand)
|
|
1833
|
-
.de(de_DeleteDevEnvironmentCommand)
|
|
1714
|
+
.sc(DeleteDevEnvironment)
|
|
1834
1715
|
.build() {
|
|
1835
1716
|
}
|
|
1836
1717
|
|
|
@@ -1838,16 +1719,11 @@ class DeleteProjectCommand extends smithyClient.Command
|
|
|
1838
1719
|
.classBuilder()
|
|
1839
1720
|
.ep(commonParams)
|
|
1840
1721
|
.m(function (Command, cs, config, o) {
|
|
1841
|
-
return [
|
|
1842
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1843
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1844
|
-
];
|
|
1722
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1845
1723
|
})
|
|
1846
1724
|
.s("CodeCatalyst", "DeleteProject", {})
|
|
1847
1725
|
.n("CodeCatalystClient", "DeleteProjectCommand")
|
|
1848
|
-
.
|
|
1849
|
-
.ser(se_DeleteProjectCommand)
|
|
1850
|
-
.de(de_DeleteProjectCommand)
|
|
1726
|
+
.sc(DeleteProject)
|
|
1851
1727
|
.build() {
|
|
1852
1728
|
}
|
|
1853
1729
|
|
|
@@ -1855,16 +1731,11 @@ class DeleteSourceRepositoryCommand extends smithyClient.Command
|
|
|
1855
1731
|
.classBuilder()
|
|
1856
1732
|
.ep(commonParams)
|
|
1857
1733
|
.m(function (Command, cs, config, o) {
|
|
1858
|
-
return [
|
|
1859
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1860
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1861
|
-
];
|
|
1734
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1862
1735
|
})
|
|
1863
1736
|
.s("CodeCatalyst", "DeleteSourceRepository", {})
|
|
1864
1737
|
.n("CodeCatalystClient", "DeleteSourceRepositoryCommand")
|
|
1865
|
-
.
|
|
1866
|
-
.ser(se_DeleteSourceRepositoryCommand)
|
|
1867
|
-
.de(de_DeleteSourceRepositoryCommand)
|
|
1738
|
+
.sc(DeleteSourceRepository)
|
|
1868
1739
|
.build() {
|
|
1869
1740
|
}
|
|
1870
1741
|
|
|
@@ -1872,16 +1743,11 @@ class DeleteSpaceCommand extends smithyClient.Command
|
|
|
1872
1743
|
.classBuilder()
|
|
1873
1744
|
.ep(commonParams)
|
|
1874
1745
|
.m(function (Command, cs, config, o) {
|
|
1875
|
-
return [
|
|
1876
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1877
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1878
|
-
];
|
|
1746
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1879
1747
|
})
|
|
1880
1748
|
.s("CodeCatalyst", "DeleteSpace", {})
|
|
1881
1749
|
.n("CodeCatalystClient", "DeleteSpaceCommand")
|
|
1882
|
-
.
|
|
1883
|
-
.ser(se_DeleteSpaceCommand)
|
|
1884
|
-
.de(de_DeleteSpaceCommand)
|
|
1750
|
+
.sc(DeleteSpace)
|
|
1885
1751
|
.build() {
|
|
1886
1752
|
}
|
|
1887
1753
|
|
|
@@ -1889,16 +1755,11 @@ class GetDevEnvironmentCommand extends smithyClient.Command
|
|
|
1889
1755
|
.classBuilder()
|
|
1890
1756
|
.ep(commonParams)
|
|
1891
1757
|
.m(function (Command, cs, config, o) {
|
|
1892
|
-
return [
|
|
1893
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1894
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1895
|
-
];
|
|
1758
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1896
1759
|
})
|
|
1897
1760
|
.s("CodeCatalyst", "GetDevEnvironment", {})
|
|
1898
1761
|
.n("CodeCatalystClient", "GetDevEnvironmentCommand")
|
|
1899
|
-
.
|
|
1900
|
-
.ser(se_GetDevEnvironmentCommand)
|
|
1901
|
-
.de(de_GetDevEnvironmentCommand)
|
|
1762
|
+
.sc(GetDevEnvironment)
|
|
1902
1763
|
.build() {
|
|
1903
1764
|
}
|
|
1904
1765
|
|
|
@@ -1906,16 +1767,11 @@ class GetProjectCommand extends smithyClient.Command
|
|
|
1906
1767
|
.classBuilder()
|
|
1907
1768
|
.ep(commonParams)
|
|
1908
1769
|
.m(function (Command, cs, config, o) {
|
|
1909
|
-
return [
|
|
1910
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1911
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1912
|
-
];
|
|
1770
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1913
1771
|
})
|
|
1914
1772
|
.s("CodeCatalyst", "GetProject", {})
|
|
1915
1773
|
.n("CodeCatalystClient", "GetProjectCommand")
|
|
1916
|
-
.
|
|
1917
|
-
.ser(se_GetProjectCommand)
|
|
1918
|
-
.de(de_GetProjectCommand)
|
|
1774
|
+
.sc(GetProject)
|
|
1919
1775
|
.build() {
|
|
1920
1776
|
}
|
|
1921
1777
|
|
|
@@ -1923,16 +1779,11 @@ class GetSourceRepositoryCloneUrlsCommand extends smithyClient.Command
|
|
|
1923
1779
|
.classBuilder()
|
|
1924
1780
|
.ep(commonParams)
|
|
1925
1781
|
.m(function (Command, cs, config, o) {
|
|
1926
|
-
return [
|
|
1927
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1928
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1929
|
-
];
|
|
1782
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1930
1783
|
})
|
|
1931
1784
|
.s("CodeCatalyst", "GetSourceRepositoryCloneUrls", {})
|
|
1932
1785
|
.n("CodeCatalystClient", "GetSourceRepositoryCloneUrlsCommand")
|
|
1933
|
-
.
|
|
1934
|
-
.ser(se_GetSourceRepositoryCloneUrlsCommand)
|
|
1935
|
-
.de(de_GetSourceRepositoryCloneUrlsCommand)
|
|
1786
|
+
.sc(GetSourceRepositoryCloneUrls)
|
|
1936
1787
|
.build() {
|
|
1937
1788
|
}
|
|
1938
1789
|
|
|
@@ -1940,16 +1791,11 @@ class GetSourceRepositoryCommand extends smithyClient.Command
|
|
|
1940
1791
|
.classBuilder()
|
|
1941
1792
|
.ep(commonParams)
|
|
1942
1793
|
.m(function (Command, cs, config, o) {
|
|
1943
|
-
return [
|
|
1944
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1945
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1946
|
-
];
|
|
1794
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1947
1795
|
})
|
|
1948
1796
|
.s("CodeCatalyst", "GetSourceRepository", {})
|
|
1949
1797
|
.n("CodeCatalystClient", "GetSourceRepositoryCommand")
|
|
1950
|
-
.
|
|
1951
|
-
.ser(se_GetSourceRepositoryCommand)
|
|
1952
|
-
.de(de_GetSourceRepositoryCommand)
|
|
1798
|
+
.sc(GetSourceRepository)
|
|
1953
1799
|
.build() {
|
|
1954
1800
|
}
|
|
1955
1801
|
|
|
@@ -1957,16 +1803,11 @@ class GetSpaceCommand extends smithyClient.Command
|
|
|
1957
1803
|
.classBuilder()
|
|
1958
1804
|
.ep(commonParams)
|
|
1959
1805
|
.m(function (Command, cs, config, o) {
|
|
1960
|
-
return [
|
|
1961
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1962
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1963
|
-
];
|
|
1806
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1964
1807
|
})
|
|
1965
1808
|
.s("CodeCatalyst", "GetSpace", {})
|
|
1966
1809
|
.n("CodeCatalystClient", "GetSpaceCommand")
|
|
1967
|
-
.
|
|
1968
|
-
.ser(se_GetSpaceCommand)
|
|
1969
|
-
.de(de_GetSpaceCommand)
|
|
1810
|
+
.sc(GetSpace)
|
|
1970
1811
|
.build() {
|
|
1971
1812
|
}
|
|
1972
1813
|
|
|
@@ -1974,16 +1815,11 @@ class GetSubscriptionCommand extends smithyClient.Command
|
|
|
1974
1815
|
.classBuilder()
|
|
1975
1816
|
.ep(commonParams)
|
|
1976
1817
|
.m(function (Command, cs, config, o) {
|
|
1977
|
-
return [
|
|
1978
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1979
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1980
|
-
];
|
|
1818
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1981
1819
|
})
|
|
1982
1820
|
.s("CodeCatalyst", "GetSubscription", {})
|
|
1983
1821
|
.n("CodeCatalystClient", "GetSubscriptionCommand")
|
|
1984
|
-
.
|
|
1985
|
-
.ser(se_GetSubscriptionCommand)
|
|
1986
|
-
.de(de_GetSubscriptionCommand)
|
|
1822
|
+
.sc(GetSubscription)
|
|
1987
1823
|
.build() {
|
|
1988
1824
|
}
|
|
1989
1825
|
|
|
@@ -1991,16 +1827,11 @@ class GetUserDetailsCommand extends smithyClient.Command
|
|
|
1991
1827
|
.classBuilder()
|
|
1992
1828
|
.ep(commonParams)
|
|
1993
1829
|
.m(function (Command, cs, config, o) {
|
|
1994
|
-
return [
|
|
1995
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1996
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1997
|
-
];
|
|
1830
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1998
1831
|
})
|
|
1999
1832
|
.s("CodeCatalyst", "GetUserDetails", {})
|
|
2000
1833
|
.n("CodeCatalystClient", "GetUserDetailsCommand")
|
|
2001
|
-
.
|
|
2002
|
-
.ser(se_GetUserDetailsCommand)
|
|
2003
|
-
.de(de_GetUserDetailsCommand)
|
|
1834
|
+
.sc(GetUserDetails)
|
|
2004
1835
|
.build() {
|
|
2005
1836
|
}
|
|
2006
1837
|
|
|
@@ -2008,16 +1839,11 @@ class GetWorkflowCommand extends smithyClient.Command
|
|
|
2008
1839
|
.classBuilder()
|
|
2009
1840
|
.ep(commonParams)
|
|
2010
1841
|
.m(function (Command, cs, config, o) {
|
|
2011
|
-
return [
|
|
2012
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2013
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2014
|
-
];
|
|
1842
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2015
1843
|
})
|
|
2016
1844
|
.s("CodeCatalyst", "GetWorkflow", {})
|
|
2017
1845
|
.n("CodeCatalystClient", "GetWorkflowCommand")
|
|
2018
|
-
.
|
|
2019
|
-
.ser(se_GetWorkflowCommand)
|
|
2020
|
-
.de(de_GetWorkflowCommand)
|
|
1846
|
+
.sc(GetWorkflow)
|
|
2021
1847
|
.build() {
|
|
2022
1848
|
}
|
|
2023
1849
|
|
|
@@ -2025,16 +1851,11 @@ class GetWorkflowRunCommand extends smithyClient.Command
|
|
|
2025
1851
|
.classBuilder()
|
|
2026
1852
|
.ep(commonParams)
|
|
2027
1853
|
.m(function (Command, cs, config, o) {
|
|
2028
|
-
return [
|
|
2029
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2030
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2031
|
-
];
|
|
1854
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2032
1855
|
})
|
|
2033
1856
|
.s("CodeCatalyst", "GetWorkflowRun", {})
|
|
2034
1857
|
.n("CodeCatalystClient", "GetWorkflowRunCommand")
|
|
2035
|
-
.
|
|
2036
|
-
.ser(se_GetWorkflowRunCommand)
|
|
2037
|
-
.de(de_GetWorkflowRunCommand)
|
|
1858
|
+
.sc(GetWorkflowRun)
|
|
2038
1859
|
.build() {
|
|
2039
1860
|
}
|
|
2040
1861
|
|
|
@@ -2042,16 +1863,11 @@ class ListAccessTokensCommand extends smithyClient.Command
|
|
|
2042
1863
|
.classBuilder()
|
|
2043
1864
|
.ep(commonParams)
|
|
2044
1865
|
.m(function (Command, cs, config, o) {
|
|
2045
|
-
return [
|
|
2046
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2047
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2048
|
-
];
|
|
1866
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2049
1867
|
})
|
|
2050
1868
|
.s("CodeCatalyst", "ListAccessTokens", {})
|
|
2051
1869
|
.n("CodeCatalystClient", "ListAccessTokensCommand")
|
|
2052
|
-
.
|
|
2053
|
-
.ser(se_ListAccessTokensCommand)
|
|
2054
|
-
.de(de_ListAccessTokensCommand)
|
|
1870
|
+
.sc(ListAccessTokens)
|
|
2055
1871
|
.build() {
|
|
2056
1872
|
}
|
|
2057
1873
|
|
|
@@ -2059,16 +1875,11 @@ class ListDevEnvironmentsCommand extends smithyClient.Command
|
|
|
2059
1875
|
.classBuilder()
|
|
2060
1876
|
.ep(commonParams)
|
|
2061
1877
|
.m(function (Command, cs, config, o) {
|
|
2062
|
-
return [
|
|
2063
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2064
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2065
|
-
];
|
|
1878
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2066
1879
|
})
|
|
2067
1880
|
.s("CodeCatalyst", "ListDevEnvironments", {})
|
|
2068
1881
|
.n("CodeCatalystClient", "ListDevEnvironmentsCommand")
|
|
2069
|
-
.
|
|
2070
|
-
.ser(se_ListDevEnvironmentsCommand)
|
|
2071
|
-
.de(de_ListDevEnvironmentsCommand)
|
|
1882
|
+
.sc(ListDevEnvironments)
|
|
2072
1883
|
.build() {
|
|
2073
1884
|
}
|
|
2074
1885
|
|
|
@@ -2076,16 +1887,11 @@ class ListDevEnvironmentSessionsCommand extends smithyClient.Command
|
|
|
2076
1887
|
.classBuilder()
|
|
2077
1888
|
.ep(commonParams)
|
|
2078
1889
|
.m(function (Command, cs, config, o) {
|
|
2079
|
-
return [
|
|
2080
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2081
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2082
|
-
];
|
|
1890
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2083
1891
|
})
|
|
2084
1892
|
.s("CodeCatalyst", "ListDevEnvironmentSessions", {})
|
|
2085
1893
|
.n("CodeCatalystClient", "ListDevEnvironmentSessionsCommand")
|
|
2086
|
-
.
|
|
2087
|
-
.ser(se_ListDevEnvironmentSessionsCommand)
|
|
2088
|
-
.de(de_ListDevEnvironmentSessionsCommand)
|
|
1894
|
+
.sc(ListDevEnvironmentSessions)
|
|
2089
1895
|
.build() {
|
|
2090
1896
|
}
|
|
2091
1897
|
|
|
@@ -2093,16 +1899,11 @@ class ListEventLogsCommand extends smithyClient.Command
|
|
|
2093
1899
|
.classBuilder()
|
|
2094
1900
|
.ep(commonParams)
|
|
2095
1901
|
.m(function (Command, cs, config, o) {
|
|
2096
|
-
return [
|
|
2097
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2098
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2099
|
-
];
|
|
1902
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2100
1903
|
})
|
|
2101
1904
|
.s("CodeCatalyst", "ListEventLogs", {})
|
|
2102
1905
|
.n("CodeCatalystClient", "ListEventLogsCommand")
|
|
2103
|
-
.
|
|
2104
|
-
.ser(se_ListEventLogsCommand)
|
|
2105
|
-
.de(de_ListEventLogsCommand)
|
|
1906
|
+
.sc(ListEventLogs)
|
|
2106
1907
|
.build() {
|
|
2107
1908
|
}
|
|
2108
1909
|
|
|
@@ -2110,16 +1911,11 @@ class ListProjectsCommand extends smithyClient.Command
|
|
|
2110
1911
|
.classBuilder()
|
|
2111
1912
|
.ep(commonParams)
|
|
2112
1913
|
.m(function (Command, cs, config, o) {
|
|
2113
|
-
return [
|
|
2114
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2115
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2116
|
-
];
|
|
1914
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2117
1915
|
})
|
|
2118
1916
|
.s("CodeCatalyst", "ListProjects", {})
|
|
2119
1917
|
.n("CodeCatalystClient", "ListProjectsCommand")
|
|
2120
|
-
.
|
|
2121
|
-
.ser(se_ListProjectsCommand)
|
|
2122
|
-
.de(de_ListProjectsCommand)
|
|
1918
|
+
.sc(ListProjects)
|
|
2123
1919
|
.build() {
|
|
2124
1920
|
}
|
|
2125
1921
|
|
|
@@ -2127,16 +1923,11 @@ class ListSourceRepositoriesCommand extends smithyClient.Command
|
|
|
2127
1923
|
.classBuilder()
|
|
2128
1924
|
.ep(commonParams)
|
|
2129
1925
|
.m(function (Command, cs, config, o) {
|
|
2130
|
-
return [
|
|
2131
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2132
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2133
|
-
];
|
|
1926
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2134
1927
|
})
|
|
2135
1928
|
.s("CodeCatalyst", "ListSourceRepositories", {})
|
|
2136
1929
|
.n("CodeCatalystClient", "ListSourceRepositoriesCommand")
|
|
2137
|
-
.
|
|
2138
|
-
.ser(se_ListSourceRepositoriesCommand)
|
|
2139
|
-
.de(de_ListSourceRepositoriesCommand)
|
|
1930
|
+
.sc(ListSourceRepositories)
|
|
2140
1931
|
.build() {
|
|
2141
1932
|
}
|
|
2142
1933
|
|
|
@@ -2144,16 +1935,11 @@ class ListSourceRepositoryBranchesCommand extends smithyClient.Command
|
|
|
2144
1935
|
.classBuilder()
|
|
2145
1936
|
.ep(commonParams)
|
|
2146
1937
|
.m(function (Command, cs, config, o) {
|
|
2147
|
-
return [
|
|
2148
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2149
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2150
|
-
];
|
|
1938
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2151
1939
|
})
|
|
2152
1940
|
.s("CodeCatalyst", "ListSourceRepositoryBranches", {})
|
|
2153
1941
|
.n("CodeCatalystClient", "ListSourceRepositoryBranchesCommand")
|
|
2154
|
-
.
|
|
2155
|
-
.ser(se_ListSourceRepositoryBranchesCommand)
|
|
2156
|
-
.de(de_ListSourceRepositoryBranchesCommand)
|
|
1942
|
+
.sc(ListSourceRepositoryBranches)
|
|
2157
1943
|
.build() {
|
|
2158
1944
|
}
|
|
2159
1945
|
|
|
@@ -2161,16 +1947,11 @@ class ListSpacesCommand extends smithyClient.Command
|
|
|
2161
1947
|
.classBuilder()
|
|
2162
1948
|
.ep(commonParams)
|
|
2163
1949
|
.m(function (Command, cs, config, o) {
|
|
2164
|
-
return [
|
|
2165
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2166
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2167
|
-
];
|
|
1950
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2168
1951
|
})
|
|
2169
1952
|
.s("CodeCatalyst", "ListSpaces", {})
|
|
2170
1953
|
.n("CodeCatalystClient", "ListSpacesCommand")
|
|
2171
|
-
.
|
|
2172
|
-
.ser(se_ListSpacesCommand)
|
|
2173
|
-
.de(de_ListSpacesCommand)
|
|
1954
|
+
.sc(ListSpaces)
|
|
2174
1955
|
.build() {
|
|
2175
1956
|
}
|
|
2176
1957
|
|
|
@@ -2178,16 +1959,11 @@ class ListWorkflowRunsCommand extends smithyClient.Command
|
|
|
2178
1959
|
.classBuilder()
|
|
2179
1960
|
.ep(commonParams)
|
|
2180
1961
|
.m(function (Command, cs, config, o) {
|
|
2181
|
-
return [
|
|
2182
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2183
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2184
|
-
];
|
|
1962
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2185
1963
|
})
|
|
2186
1964
|
.s("CodeCatalyst", "ListWorkflowRuns", {})
|
|
2187
1965
|
.n("CodeCatalystClient", "ListWorkflowRunsCommand")
|
|
2188
|
-
.
|
|
2189
|
-
.ser(se_ListWorkflowRunsCommand)
|
|
2190
|
-
.de(de_ListWorkflowRunsCommand)
|
|
1966
|
+
.sc(ListWorkflowRuns)
|
|
2191
1967
|
.build() {
|
|
2192
1968
|
}
|
|
2193
1969
|
|
|
@@ -2195,16 +1971,11 @@ class ListWorkflowsCommand extends smithyClient.Command
|
|
|
2195
1971
|
.classBuilder()
|
|
2196
1972
|
.ep(commonParams)
|
|
2197
1973
|
.m(function (Command, cs, config, o) {
|
|
2198
|
-
return [
|
|
2199
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2200
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2201
|
-
];
|
|
1974
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2202
1975
|
})
|
|
2203
1976
|
.s("CodeCatalyst", "ListWorkflows", {})
|
|
2204
1977
|
.n("CodeCatalystClient", "ListWorkflowsCommand")
|
|
2205
|
-
.
|
|
2206
|
-
.ser(se_ListWorkflowsCommand)
|
|
2207
|
-
.de(de_ListWorkflowsCommand)
|
|
1978
|
+
.sc(ListWorkflows)
|
|
2208
1979
|
.build() {
|
|
2209
1980
|
}
|
|
2210
1981
|
|
|
@@ -2212,16 +1983,11 @@ class StartDevEnvironmentCommand extends smithyClient.Command
|
|
|
2212
1983
|
.classBuilder()
|
|
2213
1984
|
.ep(commonParams)
|
|
2214
1985
|
.m(function (Command, cs, config, o) {
|
|
2215
|
-
return [
|
|
2216
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2217
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2218
|
-
];
|
|
1986
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2219
1987
|
})
|
|
2220
1988
|
.s("CodeCatalyst", "StartDevEnvironment", {})
|
|
2221
1989
|
.n("CodeCatalystClient", "StartDevEnvironmentCommand")
|
|
2222
|
-
.
|
|
2223
|
-
.ser(se_StartDevEnvironmentCommand)
|
|
2224
|
-
.de(de_StartDevEnvironmentCommand)
|
|
1990
|
+
.sc(StartDevEnvironment)
|
|
2225
1991
|
.build() {
|
|
2226
1992
|
}
|
|
2227
1993
|
|
|
@@ -2229,16 +1995,11 @@ class StartDevEnvironmentSessionCommand extends smithyClient.Command
|
|
|
2229
1995
|
.classBuilder()
|
|
2230
1996
|
.ep(commonParams)
|
|
2231
1997
|
.m(function (Command, cs, config, o) {
|
|
2232
|
-
return [
|
|
2233
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2234
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2235
|
-
];
|
|
1998
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2236
1999
|
})
|
|
2237
2000
|
.s("CodeCatalyst", "StartDevEnvironmentSession", {})
|
|
2238
2001
|
.n("CodeCatalystClient", "StartDevEnvironmentSessionCommand")
|
|
2239
|
-
.
|
|
2240
|
-
.ser(se_StartDevEnvironmentSessionCommand)
|
|
2241
|
-
.de(de_StartDevEnvironmentSessionCommand)
|
|
2002
|
+
.sc(StartDevEnvironmentSession)
|
|
2242
2003
|
.build() {
|
|
2243
2004
|
}
|
|
2244
2005
|
|
|
@@ -2246,16 +2007,11 @@ class StartWorkflowRunCommand extends smithyClient.Command
|
|
|
2246
2007
|
.classBuilder()
|
|
2247
2008
|
.ep(commonParams)
|
|
2248
2009
|
.m(function (Command, cs, config, o) {
|
|
2249
|
-
return [
|
|
2250
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2251
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2252
|
-
];
|
|
2010
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2253
2011
|
})
|
|
2254
2012
|
.s("CodeCatalyst", "StartWorkflowRun", {})
|
|
2255
2013
|
.n("CodeCatalystClient", "StartWorkflowRunCommand")
|
|
2256
|
-
.
|
|
2257
|
-
.ser(se_StartWorkflowRunCommand)
|
|
2258
|
-
.de(de_StartWorkflowRunCommand)
|
|
2014
|
+
.sc(StartWorkflowRun)
|
|
2259
2015
|
.build() {
|
|
2260
2016
|
}
|
|
2261
2017
|
|
|
@@ -2263,16 +2019,11 @@ class StopDevEnvironmentCommand extends smithyClient.Command
|
|
|
2263
2019
|
.classBuilder()
|
|
2264
2020
|
.ep(commonParams)
|
|
2265
2021
|
.m(function (Command, cs, config, o) {
|
|
2266
|
-
return [
|
|
2267
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2268
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2269
|
-
];
|
|
2022
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2270
2023
|
})
|
|
2271
2024
|
.s("CodeCatalyst", "StopDevEnvironment", {})
|
|
2272
2025
|
.n("CodeCatalystClient", "StopDevEnvironmentCommand")
|
|
2273
|
-
.
|
|
2274
|
-
.ser(se_StopDevEnvironmentCommand)
|
|
2275
|
-
.de(de_StopDevEnvironmentCommand)
|
|
2026
|
+
.sc(StopDevEnvironment)
|
|
2276
2027
|
.build() {
|
|
2277
2028
|
}
|
|
2278
2029
|
|
|
@@ -2280,16 +2031,11 @@ class StopDevEnvironmentSessionCommand extends smithyClient.Command
|
|
|
2280
2031
|
.classBuilder()
|
|
2281
2032
|
.ep(commonParams)
|
|
2282
2033
|
.m(function (Command, cs, config, o) {
|
|
2283
|
-
return [
|
|
2284
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2285
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2286
|
-
];
|
|
2034
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2287
2035
|
})
|
|
2288
2036
|
.s("CodeCatalyst", "StopDevEnvironmentSession", {})
|
|
2289
2037
|
.n("CodeCatalystClient", "StopDevEnvironmentSessionCommand")
|
|
2290
|
-
.
|
|
2291
|
-
.ser(se_StopDevEnvironmentSessionCommand)
|
|
2292
|
-
.de(de_StopDevEnvironmentSessionCommand)
|
|
2038
|
+
.sc(StopDevEnvironmentSession)
|
|
2293
2039
|
.build() {
|
|
2294
2040
|
}
|
|
2295
2041
|
|
|
@@ -2297,16 +2043,11 @@ class UpdateDevEnvironmentCommand extends smithyClient.Command
|
|
|
2297
2043
|
.classBuilder()
|
|
2298
2044
|
.ep(commonParams)
|
|
2299
2045
|
.m(function (Command, cs, config, o) {
|
|
2300
|
-
return [
|
|
2301
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2302
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2303
|
-
];
|
|
2046
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2304
2047
|
})
|
|
2305
2048
|
.s("CodeCatalyst", "UpdateDevEnvironment", {})
|
|
2306
2049
|
.n("CodeCatalystClient", "UpdateDevEnvironmentCommand")
|
|
2307
|
-
.
|
|
2308
|
-
.ser(se_UpdateDevEnvironmentCommand)
|
|
2309
|
-
.de(de_UpdateDevEnvironmentCommand)
|
|
2050
|
+
.sc(UpdateDevEnvironment)
|
|
2310
2051
|
.build() {
|
|
2311
2052
|
}
|
|
2312
2053
|
|
|
@@ -2314,16 +2055,11 @@ class UpdateProjectCommand extends smithyClient.Command
|
|
|
2314
2055
|
.classBuilder()
|
|
2315
2056
|
.ep(commonParams)
|
|
2316
2057
|
.m(function (Command, cs, config, o) {
|
|
2317
|
-
return [
|
|
2318
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2319
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2320
|
-
];
|
|
2058
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2321
2059
|
})
|
|
2322
2060
|
.s("CodeCatalyst", "UpdateProject", {})
|
|
2323
2061
|
.n("CodeCatalystClient", "UpdateProjectCommand")
|
|
2324
|
-
.
|
|
2325
|
-
.ser(se_UpdateProjectCommand)
|
|
2326
|
-
.de(de_UpdateProjectCommand)
|
|
2062
|
+
.sc(UpdateProject)
|
|
2327
2063
|
.build() {
|
|
2328
2064
|
}
|
|
2329
2065
|
|
|
@@ -2331,16 +2067,11 @@ class UpdateSpaceCommand extends smithyClient.Command
|
|
|
2331
2067
|
.classBuilder()
|
|
2332
2068
|
.ep(commonParams)
|
|
2333
2069
|
.m(function (Command, cs, config, o) {
|
|
2334
|
-
return [
|
|
2335
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2336
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2337
|
-
];
|
|
2070
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2338
2071
|
})
|
|
2339
2072
|
.s("CodeCatalyst", "UpdateSpace", {})
|
|
2340
2073
|
.n("CodeCatalystClient", "UpdateSpaceCommand")
|
|
2341
|
-
.
|
|
2342
|
-
.ser(se_UpdateSpaceCommand)
|
|
2343
|
-
.de(de_UpdateSpaceCommand)
|
|
2074
|
+
.sc(UpdateSpace)
|
|
2344
2075
|
.build() {
|
|
2345
2076
|
}
|
|
2346
2077
|
|
|
@@ -2348,16 +2079,11 @@ class VerifySessionCommand extends smithyClient.Command
|
|
|
2348
2079
|
.classBuilder()
|
|
2349
2080
|
.ep(commonParams)
|
|
2350
2081
|
.m(function (Command, cs, config, o) {
|
|
2351
|
-
return [
|
|
2352
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2353
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2354
|
-
];
|
|
2082
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2355
2083
|
})
|
|
2356
2084
|
.s("CodeCatalyst", "VerifySession", {})
|
|
2357
2085
|
.n("CodeCatalystClient", "VerifySessionCommand")
|
|
2358
|
-
.
|
|
2359
|
-
.ser(se_VerifySessionCommand)
|
|
2360
|
-
.de(de_VerifySessionCommand)
|
|
2086
|
+
.sc(VerifySession)
|
|
2361
2087
|
.build() {
|
|
2362
2088
|
}
|
|
2363
2089
|
|
|
@@ -2433,14 +2159,13 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2433
2159
|
enumerable: true,
|
|
2434
2160
|
get: function () { return smithyClient.Client; }
|
|
2435
2161
|
});
|
|
2436
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
2162
|
+
exports.AccessDeniedException = AccessDeniedException$1;
|
|
2437
2163
|
exports.CodeCatalyst = CodeCatalyst;
|
|
2438
2164
|
exports.CodeCatalystClient = CodeCatalystClient;
|
|
2439
|
-
exports.CodeCatalystServiceException = CodeCatalystServiceException;
|
|
2165
|
+
exports.CodeCatalystServiceException = CodeCatalystServiceException$1;
|
|
2440
2166
|
exports.ComparisonOperator = ComparisonOperator;
|
|
2441
|
-
exports.ConflictException = ConflictException;
|
|
2167
|
+
exports.ConflictException = ConflictException$1;
|
|
2442
2168
|
exports.CreateAccessTokenCommand = CreateAccessTokenCommand;
|
|
2443
|
-
exports.CreateAccessTokenResponseFilterSensitiveLog = CreateAccessTokenResponseFilterSensitiveLog;
|
|
2444
2169
|
exports.CreateDevEnvironmentCommand = CreateDevEnvironmentCommand;
|
|
2445
2170
|
exports.CreateProjectCommand = CreateProjectCommand;
|
|
2446
2171
|
exports.CreateSourceRepositoryBranchCommand = CreateSourceRepositoryBranchCommand;
|
|
@@ -2450,7 +2175,6 @@ exports.DeleteDevEnvironmentCommand = DeleteDevEnvironmentCommand;
|
|
|
2450
2175
|
exports.DeleteProjectCommand = DeleteProjectCommand;
|
|
2451
2176
|
exports.DeleteSourceRepositoryCommand = DeleteSourceRepositoryCommand;
|
|
2452
2177
|
exports.DeleteSpaceCommand = DeleteSpaceCommand;
|
|
2453
|
-
exports.DevEnvironmentAccessDetailsFilterSensitiveLog = DevEnvironmentAccessDetailsFilterSensitiveLog;
|
|
2454
2178
|
exports.DevEnvironmentSessionType = DevEnvironmentSessionType;
|
|
2455
2179
|
exports.DevEnvironmentStatus = DevEnvironmentStatus;
|
|
2456
2180
|
exports.FilterKey = FilterKey;
|
|
@@ -2474,20 +2198,19 @@ exports.ListSpacesCommand = ListSpacesCommand;
|
|
|
2474
2198
|
exports.ListWorkflowRunsCommand = ListWorkflowRunsCommand;
|
|
2475
2199
|
exports.ListWorkflowsCommand = ListWorkflowsCommand;
|
|
2476
2200
|
exports.OperationType = OperationType;
|
|
2477
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2478
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
2201
|
+
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
2202
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
2479
2203
|
exports.StartDevEnvironmentCommand = StartDevEnvironmentCommand;
|
|
2480
2204
|
exports.StartDevEnvironmentSessionCommand = StartDevEnvironmentSessionCommand;
|
|
2481
|
-
exports.StartDevEnvironmentSessionResponseFilterSensitiveLog = StartDevEnvironmentSessionResponseFilterSensitiveLog;
|
|
2482
2205
|
exports.StartWorkflowRunCommand = StartWorkflowRunCommand;
|
|
2483
2206
|
exports.StopDevEnvironmentCommand = StopDevEnvironmentCommand;
|
|
2484
2207
|
exports.StopDevEnvironmentSessionCommand = StopDevEnvironmentSessionCommand;
|
|
2485
|
-
exports.ThrottlingException = ThrottlingException;
|
|
2208
|
+
exports.ThrottlingException = ThrottlingException$1;
|
|
2486
2209
|
exports.UpdateDevEnvironmentCommand = UpdateDevEnvironmentCommand;
|
|
2487
2210
|
exports.UpdateProjectCommand = UpdateProjectCommand;
|
|
2488
2211
|
exports.UpdateSpaceCommand = UpdateSpaceCommand;
|
|
2489
2212
|
exports.UserType = UserType;
|
|
2490
|
-
exports.ValidationException = ValidationException;
|
|
2213
|
+
exports.ValidationException = ValidationException$1;
|
|
2491
2214
|
exports.VerifySessionCommand = VerifySessionCommand;
|
|
2492
2215
|
exports.WorkflowRunMode = WorkflowRunMode;
|
|
2493
2216
|
exports.WorkflowRunStatus = WorkflowRunStatus;
|