@aws-sdk/client-codecatalyst 3.529.1 → 3.535.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.
Files changed (89) hide show
  1. package/dist-types/CodeCatalyst.d.ts +5 -1
  2. package/dist-types/CodeCatalystClient.d.ts +1 -1
  3. package/dist-types/commands/CreateAccessTokenCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateDevEnvironmentCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateSourceRepositoryBranchCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateSourceRepositoryCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAccessTokenCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteDevEnvironmentCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteSourceRepositoryCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteSpaceCommand.d.ts +2 -1
  13. package/dist-types/commands/GetDevEnvironmentCommand.d.ts +2 -1
  14. package/dist-types/commands/GetProjectCommand.d.ts +2 -1
  15. package/dist-types/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetSourceRepositoryCommand.d.ts +2 -1
  17. package/dist-types/commands/GetSpaceCommand.d.ts +2 -1
  18. package/dist-types/commands/GetSubscriptionCommand.d.ts +2 -1
  19. package/dist-types/commands/GetUserDetailsCommand.d.ts +2 -1
  20. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  21. package/dist-types/commands/GetWorkflowRunCommand.d.ts +2 -1
  22. package/dist-types/commands/ListAccessTokensCommand.d.ts +2 -1
  23. package/dist-types/commands/ListDevEnvironmentSessionsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListDevEnvironmentsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListEventLogsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListSourceRepositoriesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListSourceRepositoryBranchesCommand.d.ts +2 -1
  29. package/dist-types/commands/ListSpacesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListWorkflowRunsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  32. package/dist-types/commands/StartDevEnvironmentCommand.d.ts +2 -1
  33. package/dist-types/commands/StartDevEnvironmentSessionCommand.d.ts +2 -1
  34. package/dist-types/commands/StartWorkflowRunCommand.d.ts +2 -1
  35. package/dist-types/commands/StopDevEnvironmentCommand.d.ts +2 -1
  36. package/dist-types/commands/StopDevEnvironmentSessionCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateDevEnvironmentCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -1
  40. package/dist-types/commands/VerifySessionCommand.d.ts +2 -1
  41. package/dist-types/models/models_0.d.ts +416 -416
  42. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  43. package/dist-types/runtimeConfig.d.ts +2 -2
  44. package/dist-types/runtimeConfig.native.d.ts +2 -2
  45. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  46. package/dist-types/ts3.4/CodeCatalyst.d.ts +4 -0
  47. package/dist-types/ts3.4/commands/CreateAccessTokenCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateDevEnvironmentCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateSourceRepositoryBranchCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateSourceRepositoryCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteAccessTokenCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteDevEnvironmentCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DeleteSourceRepositoryCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetDevEnvironmentCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetSourceRepositoryCloneUrlsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/GetSourceRepositoryCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetUserDetailsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListAccessTokensCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListDevEnvironmentSessionsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListDevEnvironmentsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListEventLogsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListSourceRepositoriesCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListSourceRepositoryBranchesCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListWorkflowRunsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/StartDevEnvironmentCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/StartDevEnvironmentSessionCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/StopDevEnvironmentCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/StopDevEnvironmentSessionCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/UpdateDevEnvironmentCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/VerifySessionCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  89. package/package.json +39 -39
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>The request was denied because you don't have sufficient access to perform this action. Verify that you are a member of a role that allows this action.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AccessDeniedException extends __BaseException {
8
8
  readonly name: "AccessDeniedException";
@@ -13,9 +13,9 @@ export declare class AccessDeniedException extends __BaseException {
13
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
14
  }
15
15
  /**
16
- * @public
17
16
  * <p>The request was denied because the requested operation would cause a conflict with the current state of a service resource associated with the request.
18
17
  * Another user might have updated the resource. Reload, make sure you have the latest data, and then try again.</p>
18
+ * @public
19
19
  */
20
20
  export declare class ConflictException extends __BaseException {
21
21
  readonly name: "ConflictException";
@@ -30,13 +30,13 @@ export declare class ConflictException extends __BaseException {
30
30
  */
31
31
  export interface CreateAccessTokenRequest {
32
32
  /**
33
- * @public
34
33
  * <p>The friendly name of the personal access token.</p>
34
+ * @public
35
35
  */
36
36
  name: string | undefined;
37
37
  /**
38
- * @public
39
38
  * <p>The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
39
+ * @public
40
40
  */
41
41
  expiresTime?: Date;
42
42
  }
@@ -45,29 +45,29 @@ export interface CreateAccessTokenRequest {
45
45
  */
46
46
  export interface CreateAccessTokenResponse {
47
47
  /**
48
- * @public
49
48
  * <p>The secret value of the personal access token.</p>
49
+ * @public
50
50
  */
51
51
  secret: string | undefined;
52
52
  /**
53
- * @public
54
53
  * <p>The friendly name of the personal access token.</p>
54
+ * @public
55
55
  */
56
56
  name: string | undefined;
57
57
  /**
58
- * @public
59
58
  * <p>The date and time the personal access token expires, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>. If not specified, the default is one year from creation.</p>
59
+ * @public
60
60
  */
61
61
  expiresTime: Date | undefined;
62
62
  /**
63
- * @public
64
63
  * <p>The system-generated unique ID of the access token.</p>
64
+ * @public
65
65
  */
66
66
  accessTokenId: string | undefined;
67
67
  }
68
68
  /**
69
- * @public
70
69
  * <p>The request was denied because the specified resource was not found. Verify that the spelling is correct and that you have access to the resource.</p>
70
+ * @public
71
71
  */
72
72
  export declare class ResourceNotFoundException extends __BaseException {
73
73
  readonly name: "ResourceNotFoundException";
@@ -78,9 +78,9 @@ export declare class ResourceNotFoundException extends __BaseException {
78
78
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
79
79
  }
80
80
  /**
81
- * @public
82
81
  * <p>The request was denied because one or more resources has reached its limits for the tier the space belongs to. Either reduce
83
82
  * the number of resources, or change the tier if applicable.</p>
83
+ * @public
84
84
  */
85
85
  export declare class ServiceQuotaExceededException extends __BaseException {
86
86
  readonly name: "ServiceQuotaExceededException";
@@ -91,8 +91,8 @@ export declare class ServiceQuotaExceededException extends __BaseException {
91
91
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
92
92
  }
93
93
  /**
94
- * @public
95
94
  * <p>The request was denied due to request throttling.</p>
95
+ * @public
96
96
  */
97
97
  export declare class ThrottlingException extends __BaseException {
98
98
  readonly name: "ThrottlingException";
@@ -104,8 +104,8 @@ export declare class ThrottlingException extends __BaseException {
104
104
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
105
105
  }
106
106
  /**
107
- * @public
108
107
  * <p>The request was denied because an input failed to satisfy the constraints specified by the service. Check the spelling and input requirements, and then try again.</p>
108
+ * @public
109
109
  */
110
110
  export declare class ValidationException extends __BaseException {
111
111
  readonly name: "ValidationException";
@@ -120,8 +120,8 @@ export declare class ValidationException extends __BaseException {
120
120
  */
121
121
  export interface DeleteAccessTokenRequest {
122
122
  /**
123
- * @public
124
123
  * <p>The ID of the personal access token to delete. You can find the IDs of all PATs associated with your Amazon Web Services Builder ID in a space by calling <a>ListAccessTokens</a>.</p>
124
+ * @public
125
125
  */
126
126
  id: string | undefined;
127
127
  }
@@ -135,34 +135,34 @@ export interface DeleteAccessTokenResponse {
135
135
  */
136
136
  export interface ListAccessTokensRequest {
137
137
  /**
138
- * @public
139
138
  * <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
139
+ * @public
140
140
  */
141
141
  maxResults?: number;
142
142
  /**
143
- * @public
144
143
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
144
+ * @public
145
145
  */
146
146
  nextToken?: string;
147
147
  }
148
148
  /**
149
- * @public
150
149
  * <p>Information about a specified personal access token (PAT).</p>
150
+ * @public
151
151
  */
152
152
  export interface AccessTokenSummary {
153
153
  /**
154
- * @public
155
154
  * <p>The system-generated ID of the personal access token.</p>
155
+ * @public
156
156
  */
157
157
  id: string | undefined;
158
158
  /**
159
- * @public
160
159
  * <p>The friendly name of the personal access token.</p>
160
+ * @public
161
161
  */
162
162
  name: string | undefined;
163
163
  /**
164
- * @public
165
164
  * <p>The date and time when the personal access token will expire, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
165
+ * @public
166
166
  */
167
167
  expiresTime?: Date;
168
168
  }
@@ -171,13 +171,13 @@ export interface AccessTokenSummary {
171
171
  */
172
172
  export interface ListAccessTokensResponse {
173
173
  /**
174
- * @public
175
174
  * <p>A list of personal access tokens (PATs) associated with the calling user identity.</p>
175
+ * @public
176
176
  */
177
177
  items: AccessTokenSummary[] | undefined;
178
178
  /**
179
- * @public
180
179
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
180
+ * @public
181
181
  */
182
182
  nextToken?: string;
183
183
  }
@@ -186,29 +186,29 @@ export interface ListAccessTokensResponse {
186
186
  */
187
187
  export interface GetUserDetailsRequest {
188
188
  /**
189
- * @public
190
189
  * <p>The system-generated unique ID of the user. </p>
190
+ * @public
191
191
  */
192
192
  id?: string;
193
193
  /**
194
- * @public
195
194
  * <p>The name of the user as displayed in Amazon CodeCatalyst.</p>
195
+ * @public
196
196
  */
197
197
  userName?: string;
198
198
  }
199
199
  /**
200
- * @public
201
200
  * <p>Information about an email address.</p>
201
+ * @public
202
202
  */
203
203
  export interface EmailAddress {
204
204
  /**
205
- * @public
206
205
  * <p>The email address.</p>
206
+ * @public
207
207
  */
208
208
  email?: string;
209
209
  /**
210
- * @public
211
210
  * <p>Whether the email address has been verified.</p>
211
+ * @public
212
212
  */
213
213
  verified?: boolean;
214
214
  }
@@ -217,28 +217,28 @@ export interface EmailAddress {
217
217
  */
218
218
  export interface GetUserDetailsResponse {
219
219
  /**
220
- * @public
221
220
  * <p>The system-generated unique ID of the user.</p>
221
+ * @public
222
222
  */
223
223
  userId?: string;
224
224
  /**
225
- * @public
226
225
  * <p>The name of the user as displayed in Amazon CodeCatalyst.</p>
226
+ * @public
227
227
  */
228
228
  userName?: string;
229
229
  /**
230
- * @public
231
230
  * <p>The friendly name displayed for the user in Amazon CodeCatalyst.</p>
231
+ * @public
232
232
  */
233
233
  displayName?: string;
234
234
  /**
235
- * @public
236
235
  * <p>The email address provided by the user when they signed up.</p>
236
+ * @public
237
237
  */
238
238
  primaryEmail?: EmailAddress;
239
239
  /**
240
- * @public
241
240
  * <p/>
241
+ * @public
242
242
  */
243
243
  version?: string;
244
244
  }
@@ -247,8 +247,8 @@ export interface GetUserDetailsResponse {
247
247
  */
248
248
  export interface DeleteSpaceRequest {
249
249
  /**
250
- * @public
251
250
  * <p>The name of the space. To retrieve a list of space names, use <a>ListSpaces</a>.</p>
251
+ * @public
252
252
  */
253
253
  name: string | undefined;
254
254
  }
@@ -257,13 +257,13 @@ export interface DeleteSpaceRequest {
257
257
  */
258
258
  export interface DeleteSpaceResponse {
259
259
  /**
260
- * @public
261
260
  * <p>The name of the space.</p>
261
+ * @public
262
262
  */
263
263
  name: string | undefined;
264
264
  /**
265
- * @public
266
265
  * <p>The friendly name of the space displayed to users of the space in Amazon CodeCatalyst.</p>
266
+ * @public
267
267
  */
268
268
  displayName?: string;
269
269
  }
@@ -272,33 +272,33 @@ export interface DeleteSpaceResponse {
272
272
  */
273
273
  export interface ListEventLogsRequest {
274
274
  /**
275
- * @public
276
275
  * <p>The name of the space.</p>
276
+ * @public
277
277
  */
278
278
  spaceName: string | undefined;
279
279
  /**
280
- * @public
281
280
  * <p>The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
281
+ * @public
282
282
  */
283
283
  startTime: Date | undefined;
284
284
  /**
285
- * @public
286
285
  * <p>The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
286
+ * @public
287
287
  */
288
288
  endTime: Date | undefined;
289
289
  /**
290
- * @public
291
290
  * <p>The name of the event.</p>
291
+ * @public
292
292
  */
293
293
  eventName?: string;
294
294
  /**
295
- * @public
296
295
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
296
+ * @public
297
297
  */
298
298
  nextToken?: string;
299
299
  /**
300
- * @public
301
300
  * <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
301
+ * @public
302
302
  */
303
303
  maxResults?: number;
304
304
  }
@@ -315,34 +315,34 @@ export declare const OperationType: {
315
315
  */
316
316
  export type OperationType = (typeof OperationType)[keyof typeof OperationType];
317
317
  /**
318
- * @public
319
318
  * <p>Information about a project in a space.</p>
319
+ * @public
320
320
  */
321
321
  export interface ProjectInformation {
322
322
  /**
323
- * @public
324
323
  * <p>The name of the project in the space.</p>
324
+ * @public
325
325
  */
326
326
  name?: string;
327
327
  /**
328
- * @public
329
328
  * <p>The system-generated unique ID of the project.</p>
329
+ * @public
330
330
  */
331
331
  projectId?: string;
332
332
  }
333
333
  /**
334
- * @public
335
334
  * <p>Information about the payload of an event recording Amazon CodeCatalyst activity.</p>
335
+ * @public
336
336
  */
337
337
  export interface EventPayload {
338
338
  /**
339
- * @public
340
339
  * <p>The type of content in the event payload.</p>
340
+ * @public
341
341
  */
342
342
  contentType?: string;
343
343
  /**
344
- * @public
345
344
  * <p>The data included in the event payload.</p>
345
+ * @public
346
346
  */
347
347
  data?: string;
348
348
  }
@@ -360,109 +360,109 @@ export declare const UserType: {
360
360
  */
361
361
  export type UserType = (typeof UserType)[keyof typeof UserType];
362
362
  /**
363
- * @public
364
363
  * <p>Information about a user whose activity is recorded in an event for a space.</p>
364
+ * @public
365
365
  */
366
366
  export interface UserIdentity {
367
367
  /**
368
- * @public
369
368
  * <p>The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.</p>
369
+ * @public
370
370
  */
371
371
  userType: UserType | undefined;
372
372
  /**
373
- * @public
374
373
  * <p>The ID of the Amazon CodeCatalyst service principal.</p>
374
+ * @public
375
375
  */
376
376
  principalId: string | undefined;
377
377
  /**
378
- * @public
379
378
  * <p>The display name of the user in Amazon CodeCatalyst.</p>
379
+ * @public
380
380
  */
381
381
  userName?: string;
382
382
  /**
383
- * @public
384
383
  * <p>The Amazon Web Services account number of the user in Amazon Web Services, if any.</p>
384
+ * @public
385
385
  */
386
386
  awsAccountId?: string;
387
387
  }
388
388
  /**
389
- * @public
390
389
  * <p>Information about an entry in an event log of Amazon CodeCatalyst activity.</p>
390
+ * @public
391
391
  */
392
392
  export interface EventLogEntry {
393
393
  /**
394
- * @public
395
394
  * <p>The system-generated unique ID of the event.</p>
395
+ * @public
396
396
  */
397
397
  id: string | undefined;
398
398
  /**
399
- * @public
400
399
  * <p>The name of the event.</p>
400
+ * @public
401
401
  */
402
402
  eventName: string | undefined;
403
403
  /**
404
- * @public
405
404
  * <p>The type of the event.</p>
405
+ * @public
406
406
  */
407
407
  eventType: string | undefined;
408
408
  /**
409
- * @public
410
409
  * <p>The category for the event.</p>
410
+ * @public
411
411
  */
412
412
  eventCategory: string | undefined;
413
413
  /**
414
- * @public
415
414
  * <p>The source of the event.</p>
415
+ * @public
416
416
  */
417
417
  eventSource: string | undefined;
418
418
  /**
419
- * @public
420
419
  * <p>The time the event took place, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
420
+ * @public
421
421
  */
422
422
  eventTime: Date | undefined;
423
423
  /**
424
- * @public
425
424
  * <p>The type of the event.</p>
425
+ * @public
426
426
  */
427
427
  operationType: OperationType | undefined;
428
428
  /**
429
- * @public
430
429
  * <p>The system-generated unique ID of the user whose actions are recorded in the event.</p>
430
+ * @public
431
431
  */
432
432
  userIdentity: UserIdentity | undefined;
433
433
  /**
434
- * @public
435
434
  * <p>Information about the project where the event occurred.</p>
435
+ * @public
436
436
  */
437
437
  projectInformation?: ProjectInformation;
438
438
  /**
439
- * @public
440
439
  * <p>The system-generated unique ID of the request.</p>
440
+ * @public
441
441
  */
442
442
  requestId?: string;
443
443
  /**
444
- * @public
445
444
  * <p>Information about the payload of the request.</p>
445
+ * @public
446
446
  */
447
447
  requestPayload?: EventPayload;
448
448
  /**
449
- * @public
450
449
  * <p>Information about the payload of the response, if any.</p>
450
+ * @public
451
451
  */
452
452
  responsePayload?: EventPayload;
453
453
  /**
454
- * @public
455
454
  * <p>The code of the error, if any.</p>
455
+ * @public
456
456
  */
457
457
  errorCode?: string;
458
458
  /**
459
- * @public
460
459
  * <p>The IP address of the user whose actions are recorded in the event.</p>
460
+ * @public
461
461
  */
462
462
  sourceIpAddress?: string;
463
463
  /**
464
- * @public
465
464
  * <p>The user agent whose actions are recorded in the event.</p>
465
+ * @public
466
466
  */
467
467
  userAgent?: string;
468
468
  }
@@ -471,13 +471,13 @@ export interface EventLogEntry {
471
471
  */
472
472
  export interface ListEventLogsResponse {
473
473
  /**
474
- * @public
475
474
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
475
+ * @public
476
476
  */
477
477
  nextToken?: string;
478
478
  /**
479
- * @public
480
479
  * <p>Information about each event retrieved in the list.</p>
480
+ * @public
481
481
  */
482
482
  items: EventLogEntry[] | undefined;
483
483
  }
@@ -486,8 +486,8 @@ export interface ListEventLogsResponse {
486
486
  */
487
487
  export interface GetSpaceRequest {
488
488
  /**
489
- * @public
490
489
  * <p>The name of the space.</p>
490
+ * @public
491
491
  */
492
492
  name: string | undefined;
493
493
  }
@@ -496,44 +496,44 @@ export interface GetSpaceRequest {
496
496
  */
497
497
  export interface GetSpaceResponse {
498
498
  /**
499
- * @public
500
499
  * <p>The name of the space.</p>
500
+ * @public
501
501
  */
502
502
  name: string | undefined;
503
503
  /**
504
- * @public
505
504
  * <p>The Amazon Web Services Region where the space exists.</p>
505
+ * @public
506
506
  */
507
507
  regionName: string | undefined;
508
508
  /**
509
- * @public
510
509
  * <p>The friendly name of the space displayed to users.</p>
510
+ * @public
511
511
  */
512
512
  displayName?: string;
513
513
  /**
514
- * @public
515
514
  * <p>The description of the space.</p>
515
+ * @public
516
516
  */
517
517
  description?: string;
518
518
  }
519
519
  /**
520
- * @public
521
520
  * <p>Information about a filter used to limit results of a query.</p>
521
+ * @public
522
522
  */
523
523
  export interface Filter {
524
524
  /**
525
- * @public
526
525
  * <p>A key that can be used to sort results.</p>
526
+ * @public
527
527
  */
528
528
  key: string | undefined;
529
529
  /**
530
- * @public
531
530
  * <p>The values of the key.</p>
531
+ * @public
532
532
  */
533
533
  values: string[] | undefined;
534
534
  /**
535
- * @public
536
535
  * <p>The operator used to compare the fields.</p>
536
+ * @public
537
537
  */
538
538
  comparisonOperator?: string;
539
539
  }
@@ -542,44 +542,44 @@ export interface Filter {
542
542
  */
543
543
  export interface ListDevEnvironmentsRequest {
544
544
  /**
545
- * @public
546
545
  * <p>The name of the space.</p>
546
+ * @public
547
547
  */
548
548
  spaceName: string | undefined;
549
549
  /**
550
- * @public
551
550
  * <p>The name of the project in the space.</p>
551
+ * @public
552
552
  */
553
553
  projectName?: string;
554
554
  /**
555
- * @public
556
555
  * <p>Information about filters to apply to narrow the results returned in the list.</p>
556
+ * @public
557
557
  */
558
558
  filters?: Filter[];
559
559
  /**
560
- * @public
561
560
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
561
+ * @public
562
562
  */
563
563
  nextToken?: string;
564
564
  /**
565
- * @public
566
565
  * <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
566
+ * @public
567
567
  */
568
568
  maxResults?: number;
569
569
  }
570
570
  /**
571
- * @public
572
571
  * <p>Information about an integrated development environment (IDE) used in a Dev Environment.</p>
572
+ * @public
573
573
  */
574
574
  export interface Ide {
575
575
  /**
576
- * @public
577
576
  * <p>A link to the IDE runtime image.</p>
577
+ * @public
578
578
  */
579
579
  runtime?: string;
580
580
  /**
581
- * @public
582
581
  * <p>The name of the IDE.</p>
582
+ * @public
583
583
  */
584
584
  name?: string;
585
585
  }
@@ -598,33 +598,33 @@ export declare const _InstanceType: {
598
598
  */
599
599
  export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
600
600
  /**
601
- * @public
602
601
  * <p>Information about the persistent storage for a Dev Environment.</p>
602
+ * @public
603
603
  */
604
604
  export interface PersistentStorage {
605
605
  /**
606
- * @public
607
606
  * <p>The size of the persistent storage in gigabytes (specifically GiB).</p>
608
607
  * <note>
609
608
  * <p>Valid values for storage are based on memory sizes in 16GB increments. Valid values are
610
609
  * 16, 32, and 64.</p>
611
610
  * </note>
611
+ * @public
612
612
  */
613
613
  sizeInGiB: number | undefined;
614
614
  }
615
615
  /**
616
- * @public
617
616
  * <p>Information about the source repsitory for a Dev Environment. </p>
617
+ * @public
618
618
  */
619
619
  export interface DevEnvironmentRepositorySummary {
620
620
  /**
621
- * @public
622
621
  * <p>The name of the source repository.</p>
622
+ * @public
623
623
  */
624
624
  repositoryName: string | undefined;
625
625
  /**
626
- * @public
627
626
  * <p>The name of the branch in a source repository cloned into the Dev Environment. </p>
627
+ * @public
628
628
  */
629
629
  branchName?: string;
630
630
  }
@@ -647,78 +647,78 @@ export declare const DevEnvironmentStatus: {
647
647
  */
648
648
  export type DevEnvironmentStatus = (typeof DevEnvironmentStatus)[keyof typeof DevEnvironmentStatus];
649
649
  /**
650
- * @public
651
650
  * <p>Information about a Dev Environment. </p>
651
+ * @public
652
652
  */
653
653
  export interface DevEnvironmentSummary {
654
654
  /**
655
- * @public
656
655
  * <p>The name of the space.</p>
656
+ * @public
657
657
  */
658
658
  spaceName?: string;
659
659
  /**
660
- * @public
661
660
  * <p>The name of the project in the space.</p>
661
+ * @public
662
662
  */
663
663
  projectName?: string;
664
664
  /**
665
- * @public
666
665
  * <p>The system-generated unique ID for the Dev Environment. </p>
666
+ * @public
667
667
  */
668
668
  id: string | undefined;
669
669
  /**
670
- * @public
671
670
  * <p>The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
671
+ * @public
672
672
  */
673
673
  lastUpdatedTime: Date | undefined;
674
674
  /**
675
- * @public
676
675
  * <p>The system-generated unique ID of the user who created the Dev Environment. </p>
676
+ * @public
677
677
  */
678
678
  creatorId: string | undefined;
679
679
  /**
680
- * @public
681
680
  * <p>The status of the Dev Environment. </p>
681
+ * @public
682
682
  */
683
683
  status: DevEnvironmentStatus | undefined;
684
684
  /**
685
- * @public
686
685
  * <p>The reason for the status.</p>
686
+ * @public
687
687
  */
688
688
  statusReason?: string;
689
689
  /**
690
- * @public
691
690
  * <p>Information about the repositories that will be cloned into the Dev Environment. If no rvalue is specified, no repository is cloned.</p>
691
+ * @public
692
692
  */
693
693
  repositories: DevEnvironmentRepositorySummary[] | undefined;
694
694
  /**
695
- * @public
696
695
  * <p>The user-specified alias for the Dev Environment.</p>
696
+ * @public
697
697
  */
698
698
  alias?: string;
699
699
  /**
700
- * @public
701
700
  * <p>Information about the integrated development environment (IDE) configured for a Dev Environment.</p>
701
+ * @public
702
702
  */
703
703
  ides?: Ide[];
704
704
  /**
705
- * @public
706
705
  * <p>The Amazon EC2 instace type used for the Dev Environment. </p>
706
+ * @public
707
707
  */
708
708
  instanceType: _InstanceType | undefined;
709
709
  /**
710
- * @public
711
710
  * <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Dev Environments consume compute minutes when running.</p>
711
+ * @public
712
712
  */
713
713
  inactivityTimeoutMinutes: number | undefined;
714
714
  /**
715
- * @public
716
715
  * <p>Information about the configuration of persistent storage for the Dev Environment.</p>
716
+ * @public
717
717
  */
718
718
  persistentStorage: PersistentStorage | undefined;
719
719
  /**
720
- * @public
721
720
  * <p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>
721
+ * @public
722
722
  */
723
723
  vpcConnectionName?: string;
724
724
  }
@@ -727,13 +727,13 @@ export interface DevEnvironmentSummary {
727
727
  */
728
728
  export interface ListDevEnvironmentsResponse {
729
729
  /**
730
- * @public
731
730
  * <p>Information about the Dev Environments in a project.</p>
731
+ * @public
732
732
  */
733
733
  items: DevEnvironmentSummary[] | undefined;
734
734
  /**
735
- * @public
736
735
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
736
+ * @public
737
737
  */
738
738
  nextToken?: string;
739
739
  }
@@ -742,35 +742,35 @@ export interface ListDevEnvironmentsResponse {
742
742
  */
743
743
  export interface ListSpacesRequest {
744
744
  /**
745
- * @public
746
745
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
746
+ * @public
747
747
  */
748
748
  nextToken?: string;
749
749
  }
750
750
  /**
751
- * @public
752
751
  * <p>Information about an space.</p>
752
+ * @public
753
753
  */
754
754
  export interface SpaceSummary {
755
755
  /**
756
- * @public
757
756
  * <p>The name of the space.</p>
757
+ * @public
758
758
  */
759
759
  name: string | undefined;
760
760
  /**
761
- * @public
762
761
  * <p>The Amazon Web Services Region
763
762
  * where the space exists.</p>
763
+ * @public
764
764
  */
765
765
  regionName: string | undefined;
766
766
  /**
767
- * @public
768
767
  * <p>The friendly name of the space displayed to users.</p>
768
+ * @public
769
769
  */
770
770
  displayName?: string;
771
771
  /**
772
- * @public
773
772
  * <p>The description of the space.</p>
773
+ * @public
774
774
  */
775
775
  description?: string;
776
776
  }
@@ -779,13 +779,13 @@ export interface SpaceSummary {
779
779
  */
780
780
  export interface ListSpacesResponse {
781
781
  /**
782
- * @public
783
782
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
783
+ * @public
784
784
  */
785
785
  nextToken?: string;
786
786
  /**
787
- * @public
788
787
  * <p>Information about the spaces. </p>
788
+ * @public
789
789
  */
790
790
  items?: SpaceSummary[];
791
791
  }
@@ -794,18 +794,18 @@ export interface ListSpacesResponse {
794
794
  */
795
795
  export interface CreateProjectRequest {
796
796
  /**
797
- * @public
798
797
  * <p>The name of the space.</p>
798
+ * @public
799
799
  */
800
800
  spaceName: string | undefined;
801
801
  /**
802
- * @public
803
802
  * <p>The friendly name of the project that will be displayed to users.</p>
803
+ * @public
804
804
  */
805
805
  displayName: string | undefined;
806
806
  /**
807
- * @public
808
807
  * <p>The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.</p>
808
+ * @public
809
809
  */
810
810
  description?: string;
811
811
  }
@@ -814,23 +814,23 @@ export interface CreateProjectRequest {
814
814
  */
815
815
  export interface CreateProjectResponse {
816
816
  /**
817
- * @public
818
817
  * <p>The name of the space.</p>
818
+ * @public
819
819
  */
820
820
  spaceName?: string;
821
821
  /**
822
- * @public
823
822
  * <p>The name of the project in the space.</p>
823
+ * @public
824
824
  */
825
825
  name: string | undefined;
826
826
  /**
827
- * @public
828
827
  * <p>The friendly name of the project.</p>
828
+ * @public
829
829
  */
830
830
  displayName?: string;
831
831
  /**
832
- * @public
833
832
  * <p>The description of the project.</p>
833
+ * @public
834
834
  */
835
835
  description?: string;
836
836
  }
@@ -839,13 +839,13 @@ export interface CreateProjectResponse {
839
839
  */
840
840
  export interface DeleteProjectRequest {
841
841
  /**
842
- * @public
843
842
  * <p>The name of the space.</p>
843
+ * @public
844
844
  */
845
845
  spaceName: string | undefined;
846
846
  /**
847
- * @public
848
847
  * <p>The name of the project in the space. To retrieve a list of project names, use <a>ListProjects</a>.</p>
848
+ * @public
849
849
  */
850
850
  name: string | undefined;
851
851
  }
@@ -854,68 +854,68 @@ export interface DeleteProjectRequest {
854
854
  */
855
855
  export interface DeleteProjectResponse {
856
856
  /**
857
- * @public
858
857
  * <p>The name of the space.</p>
858
+ * @public
859
859
  */
860
860
  spaceName: string | undefined;
861
861
  /**
862
- * @public
863
862
  * <p>The name of the project in the space.</p>
863
+ * @public
864
864
  */
865
865
  name: string | undefined;
866
866
  /**
867
- * @public
868
867
  * <p>The friendly name displayed to users of the project in Amazon CodeCatalyst.</p>
868
+ * @public
869
869
  */
870
870
  displayName?: string;
871
871
  }
872
872
  /**
873
- * @public
874
873
  * <p>Information about the configuration of an integrated development environment (IDE) for a Dev Environment.</p>
874
+ * @public
875
875
  */
876
876
  export interface IdeConfiguration {
877
877
  /**
878
- * @public
879
878
  * <p>A link to the IDE runtime image. </p>
880
879
  * <note>
881
880
  * <p>This parameter is not required for <code>VSCode</code>.</p>
882
881
  * </note>
882
+ * @public
883
883
  */
884
884
  runtime?: string;
885
885
  /**
886
- * @public
887
886
  * <p>The name of the IDE. Valid values include <code>Cloud9</code>, <code>IntelliJ</code>, <code>PyCharm</code>, <code>GoLand</code>, and <code>VSCode</code>.</p>
887
+ * @public
888
888
  */
889
889
  name?: string;
890
890
  }
891
891
  /**
892
- * @public
893
892
  * <p>Information about the configuration of persistent storage for a Dev Environment. </p>
893
+ * @public
894
894
  */
895
895
  export interface PersistentStorageConfiguration {
896
896
  /**
897
- * @public
898
897
  * <p>The size of the persistent storage in gigabytes (specifically GiB).</p>
899
898
  * <note>
900
899
  * <p>Valid values for storage are based on memory sizes in 16GB increments. Valid values are
901
900
  * 16, 32, and 64.</p>
902
901
  * </note>
902
+ * @public
903
903
  */
904
904
  sizeInGiB: number | undefined;
905
905
  }
906
906
  /**
907
- * @public
908
907
  * <p>Information about a repository that will be cloned to a Dev Environment.</p>
908
+ * @public
909
909
  */
910
910
  export interface RepositoryInput {
911
911
  /**
912
- * @public
913
912
  * <p>The name of the source repository.</p>
913
+ * @public
914
914
  */
915
915
  repositoryName: string | undefined;
916
916
  /**
917
- * @public
918
917
  * <p>The name of the branch in a source repository.</p>
918
+ * @public
919
919
  */
920
920
  branchName?: string;
921
921
  }
@@ -924,53 +924,52 @@ export interface RepositoryInput {
924
924
  */
925
925
  export interface CreateDevEnvironmentRequest {
926
926
  /**
927
- * @public
928
927
  * <p>The name of the space.</p>
928
+ * @public
929
929
  */
930
930
  spaceName: string | undefined;
931
931
  /**
932
- * @public
933
932
  * <p>The name of the project in the space.</p>
933
+ * @public
934
934
  */
935
935
  projectName: string | undefined;
936
936
  /**
937
- * @public
938
937
  * <p>The source repository that contains the branch to clone into the Dev Environment. </p>
938
+ * @public
939
939
  */
940
940
  repositories?: RepositoryInput[];
941
941
  /**
942
- * @public
943
942
  * <p>A user-specified idempotency token. Idempotency ensures that an API request completes only once.
944
943
  * With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.</p>
944
+ * @public
945
945
  */
946
946
  clientToken?: string;
947
947
  /**
948
- * @public
949
948
  * <p>The user-defined alias for a Dev Environment.</p>
949
+ * @public
950
950
  */
951
951
  alias?: string;
952
952
  /**
953
- * @public
954
953
  * <p>Information about the integrated development environment (IDE) configured for a
955
954
  * Dev Environment.</p>
956
955
  * <note>
957
956
  * <p>An IDE is required to create a Dev Environment. For Dev Environment creation, this field
958
957
  * contains configuration information and must be provided. </p>
959
958
  * </note>
959
+ * @public
960
960
  */
961
961
  ides?: IdeConfiguration[];
962
962
  /**
963
- * @public
964
963
  * <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
964
+ * @public
965
965
  */
966
966
  instanceType: _InstanceType | undefined;
967
967
  /**
968
- * @public
969
968
  * <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.</p>
969
+ * @public
970
970
  */
971
971
  inactivityTimeoutMinutes?: number;
972
972
  /**
973
- * @public
974
973
  * <p>Information about the amount of storage allocated to the Dev Environment. </p>
975
974
  * <note>
976
975
  * <p>By default, a Dev Environment is configured to have 16GB of persistent storage when created from the Amazon CodeCatalyst console, but there is no default when programmatically
@@ -978,11 +977,12 @@ export interface CreateDevEnvironmentRequest {
978
977
  * Valid values for persistent storage are based on memory sizes in 16GB increments. Valid
979
978
  * values are 16, 32, and 64.</p>
980
979
  * </note>
980
+ * @public
981
981
  */
982
982
  persistentStorage: PersistentStorageConfiguration | undefined;
983
983
  /**
984
- * @public
985
984
  * <p>The name of the connection to use connect to a Amazon VPC.</p>
985
+ * @public
986
986
  */
987
987
  vpcConnectionName?: string;
988
988
  }
@@ -991,23 +991,23 @@ export interface CreateDevEnvironmentRequest {
991
991
  */
992
992
  export interface CreateDevEnvironmentResponse {
993
993
  /**
994
- * @public
995
994
  * <p>The name of the space.</p>
995
+ * @public
996
996
  */
997
997
  spaceName: string | undefined;
998
998
  /**
999
- * @public
1000
999
  * <p>The name of the project in the space.</p>
1000
+ * @public
1001
1001
  */
1002
1002
  projectName: string | undefined;
1003
1003
  /**
1004
- * @public
1005
1004
  * <p>The system-generated unique ID of the Dev Environment. </p>
1005
+ * @public
1006
1006
  */
1007
1007
  id: string | undefined;
1008
1008
  /**
1009
- * @public
1010
1009
  * <p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>
1010
+ * @public
1011
1011
  */
1012
1012
  vpcConnectionName?: string;
1013
1013
  }
@@ -1016,18 +1016,18 @@ export interface CreateDevEnvironmentResponse {
1016
1016
  */
1017
1017
  export interface DeleteDevEnvironmentRequest {
1018
1018
  /**
1019
- * @public
1020
1019
  * <p>The name of the space.</p>
1020
+ * @public
1021
1021
  */
1022
1022
  spaceName: string | undefined;
1023
1023
  /**
1024
- * @public
1025
1024
  * <p>The name of the project in the space.</p>
1025
+ * @public
1026
1026
  */
1027
1027
  projectName: string | undefined;
1028
1028
  /**
1029
- * @public
1030
1029
  * <p>The system-generated unique ID of the Dev Environment you want to delete. To retrieve a list of Dev Environment IDs, use <a>ListDevEnvironments</a>.</p>
1030
+ * @public
1031
1031
  */
1032
1032
  id: string | undefined;
1033
1033
  }
@@ -1036,18 +1036,18 @@ export interface DeleteDevEnvironmentRequest {
1036
1036
  */
1037
1037
  export interface DeleteDevEnvironmentResponse {
1038
1038
  /**
1039
- * @public
1040
1039
  * <p>The name of the space.</p>
1040
+ * @public
1041
1041
  */
1042
1042
  spaceName: string | undefined;
1043
1043
  /**
1044
- * @public
1045
1044
  * <p>The name of the project in the space.</p>
1045
+ * @public
1046
1046
  */
1047
1047
  projectName: string | undefined;
1048
1048
  /**
1049
- * @public
1050
1049
  * <p>The system-generated unique ID of the deleted Dev Environment. </p>
1050
+ * @public
1051
1051
  */
1052
1052
  id: string | undefined;
1053
1053
  }
@@ -1056,18 +1056,18 @@ export interface DeleteDevEnvironmentResponse {
1056
1056
  */
1057
1057
  export interface GetDevEnvironmentRequest {
1058
1058
  /**
1059
- * @public
1060
1059
  * <p>The name of the space.</p>
1060
+ * @public
1061
1061
  */
1062
1062
  spaceName: string | undefined;
1063
1063
  /**
1064
- * @public
1065
1064
  * <p>The name of the project in the space.</p>
1065
+ * @public
1066
1066
  */
1067
1067
  projectName: string | undefined;
1068
1068
  /**
1069
- * @public
1070
1069
  * <p>The system-generated unique ID of the Dev Environment for which you want to view information. To retrieve a list of Dev Environment IDs, use <a>ListDevEnvironments</a>.</p>
1070
+ * @public
1071
1071
  */
1072
1072
  id: string | undefined;
1073
1073
  }
@@ -1076,73 +1076,73 @@ export interface GetDevEnvironmentRequest {
1076
1076
  */
1077
1077
  export interface GetDevEnvironmentResponse {
1078
1078
  /**
1079
- * @public
1080
1079
  * <p>The name of the space.</p>
1080
+ * @public
1081
1081
  */
1082
1082
  spaceName: string | undefined;
1083
1083
  /**
1084
- * @public
1085
1084
  * <p>The name of the project in the space.</p>
1085
+ * @public
1086
1086
  */
1087
1087
  projectName: string | undefined;
1088
1088
  /**
1089
- * @public
1090
1089
  * <p>The system-generated unique ID of the Dev Environment. </p>
1090
+ * @public
1091
1091
  */
1092
1092
  id: string | undefined;
1093
1093
  /**
1094
- * @public
1095
1094
  * <p>The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
1095
+ * @public
1096
1096
  */
1097
1097
  lastUpdatedTime: Date | undefined;
1098
1098
  /**
1099
- * @public
1100
1099
  * <p>The system-generated unique ID of the user who created the Dev Environment. </p>
1100
+ * @public
1101
1101
  */
1102
1102
  creatorId: string | undefined;
1103
1103
  /**
1104
- * @public
1105
1104
  * <p>The current status of the Dev Environment.</p>
1105
+ * @public
1106
1106
  */
1107
1107
  status: DevEnvironmentStatus | undefined;
1108
1108
  /**
1109
- * @public
1110
1109
  * <p>The reason for the status.</p>
1110
+ * @public
1111
1111
  */
1112
1112
  statusReason?: string;
1113
1113
  /**
1114
- * @public
1115
1114
  * <p>The source repository that contains the branch cloned into the Dev Environment. </p>
1115
+ * @public
1116
1116
  */
1117
1117
  repositories: DevEnvironmentRepositorySummary[] | undefined;
1118
1118
  /**
1119
- * @public
1120
1119
  * <p>The user-specified alias for the Dev Environment. </p>
1120
+ * @public
1121
1121
  */
1122
1122
  alias?: string;
1123
1123
  /**
1124
- * @public
1125
1124
  * <p>Information about the integrated development environment (IDE) configured for the Dev Environment. </p>
1125
+ * @public
1126
1126
  */
1127
1127
  ides?: Ide[];
1128
1128
  /**
1129
- * @public
1130
1129
  * <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
1130
+ * @public
1131
1131
  */
1132
1132
  instanceType: _InstanceType | undefined;
1133
1133
  /**
1134
- * @public
1135
1134
  * <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.</p>
1135
+ * @public
1136
1136
  */
1137
1137
  inactivityTimeoutMinutes: number | undefined;
1138
1138
  /**
1139
- * @public
1140
1139
  * <p>Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.</p>
1140
+ * @public
1141
1141
  */
1142
1142
  persistentStorage: PersistentStorage | undefined;
1143
1143
  /**
1144
- * @public
1145
1144
  * <p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>
1145
+ * @public
1146
1146
  */
1147
1147
  vpcConnectionName?: string;
1148
1148
  }
@@ -1151,60 +1151,60 @@ export interface GetDevEnvironmentResponse {
1151
1151
  */
1152
1152
  export interface ListDevEnvironmentSessionsRequest {
1153
1153
  /**
1154
- * @public
1155
1154
  * <p>The name of the space.</p>
1155
+ * @public
1156
1156
  */
1157
1157
  spaceName: string | undefined;
1158
1158
  /**
1159
- * @public
1160
1159
  * <p>The name of the project in the space.</p>
1160
+ * @public
1161
1161
  */
1162
1162
  projectName: string | undefined;
1163
1163
  /**
1164
- * @public
1165
1164
  * <p>The system-generated unique ID of the Dev Environment.</p>
1165
+ * @public
1166
1166
  */
1167
1167
  devEnvironmentId: string | undefined;
1168
1168
  /**
1169
- * @public
1170
1169
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
1170
+ * @public
1171
1171
  */
1172
1172
  nextToken?: string;
1173
1173
  /**
1174
- * @public
1175
1174
  * <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
1175
+ * @public
1176
1176
  */
1177
1177
  maxResults?: number;
1178
1178
  }
1179
1179
  /**
1180
- * @public
1181
1180
  * <p>Information about active sessions for a Dev Environment.</p>
1181
+ * @public
1182
1182
  */
1183
1183
  export interface DevEnvironmentSessionSummary {
1184
1184
  /**
1185
- * @public
1186
1185
  * <p>The name of the space.</p>
1186
+ * @public
1187
1187
  */
1188
1188
  spaceName: string | undefined;
1189
1189
  /**
1190
- * @public
1191
1190
  * <p>The name of the project in the space.</p>
1191
+ * @public
1192
1192
  */
1193
1193
  projectName: string | undefined;
1194
1194
  /**
1195
- * @public
1196
1195
  * <p>The system-generated unique ID of the Dev Environment.</p>
1196
+ * @public
1197
1197
  */
1198
1198
  devEnvironmentId: string | undefined;
1199
1199
  /**
1200
- * @public
1201
1200
  * <p>The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>
1202
1201
  * </p>
1202
+ * @public
1203
1203
  */
1204
1204
  startedTime: Date | undefined;
1205
1205
  /**
1206
- * @public
1207
1206
  * <p>The system-generated unique ID of the Dev Environment session.</p>
1207
+ * @public
1208
1208
  */
1209
1209
  id: string | undefined;
1210
1210
  }
@@ -1213,13 +1213,13 @@ export interface DevEnvironmentSessionSummary {
1213
1213
  */
1214
1214
  export interface ListDevEnvironmentSessionsResponse {
1215
1215
  /**
1216
- * @public
1217
1216
  * <p>Information about each session retrieved in the list.</p>
1217
+ * @public
1218
1218
  */
1219
1219
  items: DevEnvironmentSessionSummary[] | undefined;
1220
1220
  /**
1221
- * @public
1222
1221
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
1222
+ * @public
1223
1223
  */
1224
1224
  nextToken?: string;
1225
1225
  }
@@ -1228,33 +1228,33 @@ export interface ListDevEnvironmentSessionsResponse {
1228
1228
  */
1229
1229
  export interface StartDevEnvironmentRequest {
1230
1230
  /**
1231
- * @public
1232
1231
  * <p>The name of the space.</p>
1232
+ * @public
1233
1233
  */
1234
1234
  spaceName: string | undefined;
1235
1235
  /**
1236
- * @public
1237
1236
  * <p>The name of the project in the space.</p>
1237
+ * @public
1238
1238
  */
1239
1239
  projectName: string | undefined;
1240
1240
  /**
1241
- * @public
1242
1241
  * <p>The system-generated unique ID of the Dev Environment. </p>
1242
+ * @public
1243
1243
  */
1244
1244
  id: string | undefined;
1245
1245
  /**
1246
- * @public
1247
1246
  * <p>Information about the integrated development environment (IDE) configured for a Dev Environment. </p>
1247
+ * @public
1248
1248
  */
1249
1249
  ides?: IdeConfiguration[];
1250
1250
  /**
1251
- * @public
1252
1251
  * <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
1252
+ * @public
1253
1253
  */
1254
1254
  instanceType?: _InstanceType;
1255
1255
  /**
1256
- * @public
1257
1256
  * <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.</p>
1257
+ * @public
1258
1258
  */
1259
1259
  inactivityTimeoutMinutes?: number;
1260
1260
  }
@@ -1263,39 +1263,39 @@ export interface StartDevEnvironmentRequest {
1263
1263
  */
1264
1264
  export interface StartDevEnvironmentResponse {
1265
1265
  /**
1266
- * @public
1267
1266
  * <p>The name of the space.</p>
1267
+ * @public
1268
1268
  */
1269
1269
  spaceName: string | undefined;
1270
1270
  /**
1271
- * @public
1272
1271
  * <p>The name of the project in the space.</p>
1272
+ * @public
1273
1273
  */
1274
1274
  projectName: string | undefined;
1275
1275
  /**
1276
- * @public
1277
1276
  * <p>The system-generated unique ID of the Dev Environment. </p>
1277
+ * @public
1278
1278
  */
1279
1279
  id: string | undefined;
1280
1280
  /**
1281
- * @public
1282
1281
  * <p>The status of the Dev Environment. </p>
1282
+ * @public
1283
1283
  */
1284
1284
  status: DevEnvironmentStatus | undefined;
1285
1285
  }
1286
1286
  /**
1287
- * @public
1288
1287
  * <p>Information about the commands that will be run on a Dev Environment when an SSH session begins.</p>
1288
+ * @public
1289
1289
  */
1290
1290
  export interface ExecuteCommandSessionConfiguration {
1291
1291
  /**
1292
- * @public
1293
1292
  * <p>The command used at the beginning of the SSH session to a Dev Environment.</p>
1293
+ * @public
1294
1294
  */
1295
1295
  command: string | undefined;
1296
1296
  /**
1297
- * @public
1298
1297
  * <p>An array of arguments containing arguments and members.</p>
1298
+ * @public
1299
1299
  */
1300
1300
  arguments?: string[];
1301
1301
  }
@@ -1312,18 +1312,18 @@ export declare const DevEnvironmentSessionType: {
1312
1312
  */
1313
1313
  export type DevEnvironmentSessionType = (typeof DevEnvironmentSessionType)[keyof typeof DevEnvironmentSessionType];
1314
1314
  /**
1315
- * @public
1316
1315
  * <p>Information about the configuration of a Dev Environment session.</p>
1316
+ * @public
1317
1317
  */
1318
1318
  export interface DevEnvironmentSessionConfiguration {
1319
1319
  /**
1320
- * @public
1321
1320
  * <p>The type of the session.</p>
1321
+ * @public
1322
1322
  */
1323
1323
  sessionType: DevEnvironmentSessionType | undefined;
1324
1324
  /**
1325
- * @public
1326
1325
  * <p>Information about optional commands that will be run on the Dev Environment when the SSH session begins.</p>
1326
+ * @public
1327
1327
  */
1328
1328
  executeCommandSessionConfiguration?: ExecuteCommandSessionConfiguration;
1329
1329
  }
@@ -1332,39 +1332,39 @@ export interface DevEnvironmentSessionConfiguration {
1332
1332
  */
1333
1333
  export interface StartDevEnvironmentSessionRequest {
1334
1334
  /**
1335
- * @public
1336
1335
  * <p>The name of the space.</p>
1336
+ * @public
1337
1337
  */
1338
1338
  spaceName: string | undefined;
1339
1339
  /**
1340
- * @public
1341
1340
  * <p>The name of the project in the space.</p>
1341
+ * @public
1342
1342
  */
1343
1343
  projectName: string | undefined;
1344
1344
  /**
1345
- * @public
1346
1345
  * <p>The system-generated unique ID of the Dev Environment.</p>
1346
+ * @public
1347
1347
  */
1348
1348
  id: string | undefined;
1349
1349
  /**
1350
- * @public
1351
1350
  * <p>Information about the configuration of a Dev Environment session.</p>
1351
+ * @public
1352
1352
  */
1353
1353
  sessionConfiguration: DevEnvironmentSessionConfiguration | undefined;
1354
1354
  }
1355
1355
  /**
1356
- * @public
1357
1356
  * <p>Information about connection details for a Dev Environment.</p>
1357
+ * @public
1358
1358
  */
1359
1359
  export interface DevEnvironmentAccessDetails {
1360
1360
  /**
1361
- * @public
1362
1361
  * <p>The URL used to send commands to and from the Dev Environment.</p>
1362
+ * @public
1363
1363
  */
1364
1364
  streamUrl: string | undefined;
1365
1365
  /**
1366
- * @public
1367
1366
  * <p>An encrypted token value that contains session and caller information used to authenticate the connection.</p>
1367
+ * @public
1368
1368
  */
1369
1369
  tokenValue: string | undefined;
1370
1370
  }
@@ -1373,28 +1373,28 @@ export interface DevEnvironmentAccessDetails {
1373
1373
  */
1374
1374
  export interface StartDevEnvironmentSessionResponse {
1375
1375
  /**
1376
- * @public
1377
1376
  * <p>Information about connection details for a Dev Environment.</p>
1377
+ * @public
1378
1378
  */
1379
1379
  accessDetails: DevEnvironmentAccessDetails | undefined;
1380
1380
  /**
1381
- * @public
1382
1381
  * <p>The system-generated unique ID of the Dev Environment session.</p>
1382
+ * @public
1383
1383
  */
1384
1384
  sessionId?: string;
1385
1385
  /**
1386
- * @public
1387
1386
  * <p>The name of the space.</p>
1387
+ * @public
1388
1388
  */
1389
1389
  spaceName: string | undefined;
1390
1390
  /**
1391
- * @public
1392
1391
  * <p>The name of the project in the space.</p>
1392
+ * @public
1393
1393
  */
1394
1394
  projectName: string | undefined;
1395
1395
  /**
1396
- * @public
1397
1396
  * <p>The system-generated unique ID of the Dev Environment.</p>
1397
+ * @public
1398
1398
  */
1399
1399
  id: string | undefined;
1400
1400
  }
@@ -1403,18 +1403,18 @@ export interface StartDevEnvironmentSessionResponse {
1403
1403
  */
1404
1404
  export interface StopDevEnvironmentRequest {
1405
1405
  /**
1406
- * @public
1407
1406
  * <p>The name of the space.</p>
1407
+ * @public
1408
1408
  */
1409
1409
  spaceName: string | undefined;
1410
1410
  /**
1411
- * @public
1412
1411
  * <p>The name of the project in the space.</p>
1412
+ * @public
1413
1413
  */
1414
1414
  projectName: string | undefined;
1415
1415
  /**
1416
- * @public
1417
1416
  * <p>The system-generated unique ID of the Dev Environment. </p>
1417
+ * @public
1418
1418
  */
1419
1419
  id: string | undefined;
1420
1420
  }
@@ -1423,23 +1423,23 @@ export interface StopDevEnvironmentRequest {
1423
1423
  */
1424
1424
  export interface StopDevEnvironmentResponse {
1425
1425
  /**
1426
- * @public
1427
1426
  * <p>The name of the space.</p>
1427
+ * @public
1428
1428
  */
1429
1429
  spaceName: string | undefined;
1430
1430
  /**
1431
- * @public
1432
1431
  * <p>The name of the project in the space.</p>
1432
+ * @public
1433
1433
  */
1434
1434
  projectName: string | undefined;
1435
1435
  /**
1436
- * @public
1437
1436
  * <p>The system-generated unique ID of the Dev Environment. </p>
1437
+ * @public
1438
1438
  */
1439
1439
  id: string | undefined;
1440
1440
  /**
1441
- * @public
1442
1441
  * <p>The status of the Dev Environment. </p>
1442
+ * @public
1443
1443
  */
1444
1444
  status: DevEnvironmentStatus | undefined;
1445
1445
  }
@@ -1448,23 +1448,23 @@ export interface StopDevEnvironmentResponse {
1448
1448
  */
1449
1449
  export interface StopDevEnvironmentSessionRequest {
1450
1450
  /**
1451
- * @public
1452
1451
  * <p>The name of the space.</p>
1452
+ * @public
1453
1453
  */
1454
1454
  spaceName: string | undefined;
1455
1455
  /**
1456
- * @public
1457
1456
  * <p>The name of the project in the space.</p>
1457
+ * @public
1458
1458
  */
1459
1459
  projectName: string | undefined;
1460
1460
  /**
1461
- * @public
1462
1461
  * <p>The system-generated unique ID of the Dev Environment. To obtain this ID, use <a>ListDevEnvironments</a>.</p>
1462
+ * @public
1463
1463
  */
1464
1464
  id: string | undefined;
1465
1465
  /**
1466
- * @public
1467
1466
  * <p>The system-generated unique ID of the Dev Environment session. This ID is returned by <a>StartDevEnvironmentSession</a>.</p>
1467
+ * @public
1468
1468
  */
1469
1469
  sessionId: string | undefined;
1470
1470
  }
@@ -1473,23 +1473,23 @@ export interface StopDevEnvironmentSessionRequest {
1473
1473
  */
1474
1474
  export interface StopDevEnvironmentSessionResponse {
1475
1475
  /**
1476
- * @public
1477
1476
  * <p>The name of the space.</p>
1477
+ * @public
1478
1478
  */
1479
1479
  spaceName: string | undefined;
1480
1480
  /**
1481
- * @public
1482
1481
  * <p>The name of the project in the space.</p>
1482
+ * @public
1483
1483
  */
1484
1484
  projectName: string | undefined;
1485
1485
  /**
1486
- * @public
1487
1486
  * <p>The system-generated unique ID of the Dev Environment.</p>
1487
+ * @public
1488
1488
  */
1489
1489
  id: string | undefined;
1490
1490
  /**
1491
- * @public
1492
1491
  * <p>The system-generated unique ID of the Dev Environment session.</p>
1492
+ * @public
1493
1493
  */
1494
1494
  sessionId: string | undefined;
1495
1495
  }
@@ -1498,51 +1498,51 @@ export interface StopDevEnvironmentSessionResponse {
1498
1498
  */
1499
1499
  export interface UpdateDevEnvironmentRequest {
1500
1500
  /**
1501
- * @public
1502
1501
  * <p>The name of the space.</p>
1502
+ * @public
1503
1503
  */
1504
1504
  spaceName: string | undefined;
1505
1505
  /**
1506
- * @public
1507
1506
  * <p>The name of the project in the space.</p>
1507
+ * @public
1508
1508
  */
1509
1509
  projectName: string | undefined;
1510
1510
  /**
1511
- * @public
1512
1511
  * <p>The system-generated unique ID of the Dev Environment. </p>
1512
+ * @public
1513
1513
  */
1514
1514
  id: string | undefined;
1515
1515
  /**
1516
- * @public
1517
1516
  * <p>The user-specified alias for the Dev Environment. Changing this value will not cause a restart.</p>
1517
+ * @public
1518
1518
  */
1519
1519
  alias?: string;
1520
1520
  /**
1521
- * @public
1522
1521
  * <p>Information about the integrated development environment (IDE) configured for a Dev Environment.</p>
1522
+ * @public
1523
1523
  */
1524
1524
  ides?: IdeConfiguration[];
1525
1525
  /**
1526
- * @public
1527
1526
  * <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
1528
1527
  * <note>
1529
1528
  * <p>Changing this value will cause a restart of the Dev Environment if it is running.</p>
1530
1529
  * </note>
1530
+ * @public
1531
1531
  */
1532
1532
  instanceType?: _InstanceType;
1533
1533
  /**
1534
- * @public
1535
1534
  * <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
1536
1535
  * Only whole integers are allowed. Dev Environments consume compute minutes when running.</p>
1537
1536
  * <note>
1538
1537
  * <p>Changing this value will cause a restart of the Dev Environment if it is running.</p>
1539
1538
  * </note>
1539
+ * @public
1540
1540
  */
1541
1541
  inactivityTimeoutMinutes?: number;
1542
1542
  /**
1543
- * @public
1544
1543
  * <p>A user-specified idempotency token. Idempotency ensures that an API request completes only once.
1545
1544
  * With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.</p>
1545
+ * @public
1546
1546
  */
1547
1547
  clientToken?: string;
1548
1548
  }
@@ -1551,44 +1551,44 @@ export interface UpdateDevEnvironmentRequest {
1551
1551
  */
1552
1552
  export interface UpdateDevEnvironmentResponse {
1553
1553
  /**
1554
- * @public
1555
1554
  * <p>The system-generated unique ID of the Dev Environment. </p>
1555
+ * @public
1556
1556
  */
1557
1557
  id: string | undefined;
1558
1558
  /**
1559
- * @public
1560
1559
  * <p>The name of the space.</p>
1560
+ * @public
1561
1561
  */
1562
1562
  spaceName: string | undefined;
1563
1563
  /**
1564
- * @public
1565
1564
  * <p>The name of the project in the space.</p>
1565
+ * @public
1566
1566
  */
1567
1567
  projectName: string | undefined;
1568
1568
  /**
1569
- * @public
1570
1569
  * <p>The user-specified alias for the Dev Environment.</p>
1570
+ * @public
1571
1571
  */
1572
1572
  alias?: string;
1573
1573
  /**
1574
- * @public
1575
1574
  * <p>Information about the integrated development environment (IDE) configured for the Dev Environment.</p>
1575
+ * @public
1576
1576
  */
1577
1577
  ides?: IdeConfiguration[];
1578
1578
  /**
1579
- * @public
1580
1579
  * <p>The Amazon EC2 instace type to use for the Dev Environment. </p>
1580
+ * @public
1581
1581
  */
1582
1582
  instanceType?: _InstanceType;
1583
1583
  /**
1584
- * @public
1585
1584
  * <p>The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. </p>
1585
+ * @public
1586
1586
  */
1587
1587
  inactivityTimeoutMinutes?: number;
1588
1588
  /**
1589
- * @public
1590
1589
  * <p>A user-specified idempotency token. Idempotency ensures that an API request completes only once.
1591
1590
  * With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.</p>
1591
+ * @public
1592
1592
  */
1593
1593
  clientToken?: string;
1594
1594
  }
@@ -1597,13 +1597,13 @@ export interface UpdateDevEnvironmentResponse {
1597
1597
  */
1598
1598
  export interface GetProjectRequest {
1599
1599
  /**
1600
- * @public
1601
1600
  * <p>The name of the space.</p>
1601
+ * @public
1602
1602
  */
1603
1603
  spaceName: string | undefined;
1604
1604
  /**
1605
- * @public
1606
1605
  * <p>The name of the project in the space.</p>
1606
+ * @public
1607
1607
  */
1608
1608
  name: string | undefined;
1609
1609
  }
@@ -1612,23 +1612,23 @@ export interface GetProjectRequest {
1612
1612
  */
1613
1613
  export interface GetProjectResponse {
1614
1614
  /**
1615
- * @public
1616
1615
  * <p>The name of the space.</p>
1616
+ * @public
1617
1617
  */
1618
1618
  spaceName?: string;
1619
1619
  /**
1620
- * @public
1621
1620
  * <p>The name of the project in the space.</p>
1621
+ * @public
1622
1622
  */
1623
1623
  name: string | undefined;
1624
1624
  /**
1625
- * @public
1626
1625
  * <p>The friendly name of the project displayed to users in Amazon CodeCatalyst.</p>
1626
+ * @public
1627
1627
  */
1628
1628
  displayName?: string;
1629
1629
  /**
1630
- * @public
1631
1630
  * <p>The description of the project.</p>
1631
+ * @public
1632
1632
  */
1633
1633
  description?: string;
1634
1634
  }
@@ -1661,23 +1661,23 @@ export declare const FilterKey: {
1661
1661
  */
1662
1662
  export type FilterKey = (typeof FilterKey)[keyof typeof FilterKey];
1663
1663
  /**
1664
- * @public
1665
1664
  * <p>nformation about the filter used to narrow the results returned in a list of projects.</p>
1665
+ * @public
1666
1666
  */
1667
1667
  export interface ProjectListFilter {
1668
1668
  /**
1669
- * @public
1670
1669
  * <p>A key that can be used to sort results.</p>
1670
+ * @public
1671
1671
  */
1672
1672
  key: FilterKey | undefined;
1673
1673
  /**
1674
- * @public
1675
1674
  * <p>The values of the key.</p>
1675
+ * @public
1676
1676
  */
1677
1677
  values: string[] | undefined;
1678
1678
  /**
1679
- * @public
1680
1679
  * <p>The operator used to compare the fields.</p>
1680
+ * @public
1681
1681
  */
1682
1682
  comparisonOperator?: ComparisonOperator;
1683
1683
  }
@@ -1686,44 +1686,44 @@ export interface ProjectListFilter {
1686
1686
  */
1687
1687
  export interface ListProjectsRequest {
1688
1688
  /**
1689
- * @public
1690
1689
  * <p>The name of the space.</p>
1690
+ * @public
1691
1691
  */
1692
1692
  spaceName: string | undefined;
1693
1693
  /**
1694
- * @public
1695
1694
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
1695
+ * @public
1696
1696
  */
1697
1697
  nextToken?: string;
1698
1698
  /**
1699
- * @public
1700
1699
  * <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
1700
+ * @public
1701
1701
  */
1702
1702
  maxResults?: number;
1703
1703
  /**
1704
- * @public
1705
1704
  * <p>Information about filters to apply to narrow the results returned in the list.</p>
1705
+ * @public
1706
1706
  */
1707
1707
  filters?: ProjectListFilter[];
1708
1708
  }
1709
1709
  /**
1710
- * @public
1711
1710
  * <p>Information about a project.</p>
1711
+ * @public
1712
1712
  */
1713
1713
  export interface ProjectSummary {
1714
1714
  /**
1715
- * @public
1716
1715
  * <p>The name of the project in the space.</p>
1716
+ * @public
1717
1717
  */
1718
1718
  name: string | undefined;
1719
1719
  /**
1720
- * @public
1721
1720
  * <p>The friendly name displayed to users of the project in Amazon CodeCatalyst.</p>
1721
+ * @public
1722
1722
  */
1723
1723
  displayName?: string;
1724
1724
  /**
1725
- * @public
1726
1725
  * <p>The description of the project.</p>
1726
+ * @public
1727
1727
  */
1728
1728
  description?: string;
1729
1729
  }
@@ -1732,13 +1732,13 @@ export interface ProjectSummary {
1732
1732
  */
1733
1733
  export interface ListProjectsResponse {
1734
1734
  /**
1735
- * @public
1736
1735
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
1736
+ * @public
1737
1737
  */
1738
1738
  nextToken?: string;
1739
1739
  /**
1740
- * @public
1741
1740
  * <p>Information about the projects.</p>
1741
+ * @public
1742
1742
  */
1743
1743
  items?: ProjectSummary[];
1744
1744
  }
@@ -1747,23 +1747,23 @@ export interface ListProjectsResponse {
1747
1747
  */
1748
1748
  export interface CreateSourceRepositoryRequest {
1749
1749
  /**
1750
- * @public
1751
1750
  * <p>The name of the space.</p>
1751
+ * @public
1752
1752
  */
1753
1753
  spaceName: string | undefined;
1754
1754
  /**
1755
- * @public
1756
1755
  * <p>The name of the project in the space.</p>
1756
+ * @public
1757
1757
  */
1758
1758
  projectName: string | undefined;
1759
1759
  /**
1760
- * @public
1761
1760
  * <p>The name of the source repository. For more information about name requirements, see <a href="https://docs.aws.amazon.com/codecatalyst/latest/userguide/source-quotas.html">Quotas for source repositories</a>.</p>
1761
+ * @public
1762
1762
  */
1763
1763
  name: string | undefined;
1764
1764
  /**
1765
- * @public
1766
1765
  * <p>The description of the source repository.</p>
1766
+ * @public
1767
1767
  */
1768
1768
  description?: string;
1769
1769
  }
@@ -1772,23 +1772,23 @@ export interface CreateSourceRepositoryRequest {
1772
1772
  */
1773
1773
  export interface CreateSourceRepositoryResponse {
1774
1774
  /**
1775
- * @public
1776
1775
  * <p>The name of the space.</p>
1776
+ * @public
1777
1777
  */
1778
1778
  spaceName: string | undefined;
1779
1779
  /**
1780
- * @public
1781
1780
  * <p>The name of the project in the space.</p>
1781
+ * @public
1782
1782
  */
1783
1783
  projectName: string | undefined;
1784
1784
  /**
1785
- * @public
1786
1785
  * <p>The name of the source repository.</p>
1786
+ * @public
1787
1787
  */
1788
1788
  name: string | undefined;
1789
1789
  /**
1790
- * @public
1791
1790
  * <p>The description of the source repository.</p>
1791
+ * @public
1792
1792
  */
1793
1793
  description?: string;
1794
1794
  }
@@ -1797,18 +1797,18 @@ export interface CreateSourceRepositoryResponse {
1797
1797
  */
1798
1798
  export interface DeleteSourceRepositoryRequest {
1799
1799
  /**
1800
- * @public
1801
1800
  * <p>The name of the space.</p>
1801
+ * @public
1802
1802
  */
1803
1803
  spaceName: string | undefined;
1804
1804
  /**
1805
- * @public
1806
1805
  * <p>The name of the project in the space.</p>
1806
+ * @public
1807
1807
  */
1808
1808
  projectName: string | undefined;
1809
1809
  /**
1810
- * @public
1811
1810
  * <p>The name of the source repository.</p>
1811
+ * @public
1812
1812
  */
1813
1813
  name: string | undefined;
1814
1814
  }
@@ -1817,18 +1817,18 @@ export interface DeleteSourceRepositoryRequest {
1817
1817
  */
1818
1818
  export interface DeleteSourceRepositoryResponse {
1819
1819
  /**
1820
- * @public
1821
1820
  * <p>The name of the space.</p>
1821
+ * @public
1822
1822
  */
1823
1823
  spaceName: string | undefined;
1824
1824
  /**
1825
- * @public
1826
1825
  * <p>The name of the project in the space.</p>
1826
+ * @public
1827
1827
  */
1828
1828
  projectName: string | undefined;
1829
1829
  /**
1830
- * @public
1831
1830
  * <p>The name of the repository.</p>
1831
+ * @public
1832
1832
  */
1833
1833
  name: string | undefined;
1834
1834
  }
@@ -1837,18 +1837,18 @@ export interface DeleteSourceRepositoryResponse {
1837
1837
  */
1838
1838
  export interface GetSourceRepositoryRequest {
1839
1839
  /**
1840
- * @public
1841
1840
  * <p>The name of the space.</p>
1841
+ * @public
1842
1842
  */
1843
1843
  spaceName: string | undefined;
1844
1844
  /**
1845
- * @public
1846
1845
  * <p>The name of the project in the space.</p>
1846
+ * @public
1847
1847
  */
1848
1848
  projectName: string | undefined;
1849
1849
  /**
1850
- * @public
1851
1850
  * <p>The name of the source repository.</p>
1851
+ * @public
1852
1852
  */
1853
1853
  name: string | undefined;
1854
1854
  }
@@ -1857,33 +1857,33 @@ export interface GetSourceRepositoryRequest {
1857
1857
  */
1858
1858
  export interface GetSourceRepositoryResponse {
1859
1859
  /**
1860
- * @public
1861
1860
  * <p>The name of the space.</p>
1861
+ * @public
1862
1862
  */
1863
1863
  spaceName: string | undefined;
1864
1864
  /**
1865
- * @public
1866
1865
  * <p>The name of the project in the space.</p>
1866
+ * @public
1867
1867
  */
1868
1868
  projectName: string | undefined;
1869
1869
  /**
1870
- * @public
1871
1870
  * <p>The name of the source repository.</p>
1871
+ * @public
1872
1872
  */
1873
1873
  name: string | undefined;
1874
1874
  /**
1875
- * @public
1876
1875
  * <p>The description of the source repository.</p>
1876
+ * @public
1877
1877
  */
1878
1878
  description?: string;
1879
1879
  /**
1880
- * @public
1881
1880
  * <p>The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
1881
+ * @public
1882
1882
  */
1883
1883
  lastUpdatedTime: Date | undefined;
1884
1884
  /**
1885
- * @public
1886
1885
  * <p>The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
1886
+ * @public
1887
1887
  */
1888
1888
  createdTime: Date | undefined;
1889
1889
  }
@@ -1892,18 +1892,18 @@ export interface GetSourceRepositoryResponse {
1892
1892
  */
1893
1893
  export interface GetSourceRepositoryCloneUrlsRequest {
1894
1894
  /**
1895
- * @public
1896
1895
  * <p>The name of the space.</p>
1896
+ * @public
1897
1897
  */
1898
1898
  spaceName: string | undefined;
1899
1899
  /**
1900
- * @public
1901
1900
  * <p>The name of the project in the space.</p>
1901
+ * @public
1902
1902
  */
1903
1903
  projectName: string | undefined;
1904
1904
  /**
1905
- * @public
1906
1905
  * <p>The name of the source repository.</p>
1906
+ * @public
1907
1907
  */
1908
1908
  sourceRepositoryName: string | undefined;
1909
1909
  }
@@ -1912,8 +1912,8 @@ export interface GetSourceRepositoryCloneUrlsRequest {
1912
1912
  */
1913
1913
  export interface GetSourceRepositoryCloneUrlsResponse {
1914
1914
  /**
1915
- * @public
1916
1915
  * <p>The HTTPS URL to use when cloning the source repository.</p>
1916
+ * @public
1917
1917
  */
1918
1918
  https: string | undefined;
1919
1919
  }
@@ -1922,54 +1922,54 @@ export interface GetSourceRepositoryCloneUrlsResponse {
1922
1922
  */
1923
1923
  export interface ListSourceRepositoriesRequest {
1924
1924
  /**
1925
- * @public
1926
1925
  * <p>The name of the space.</p>
1926
+ * @public
1927
1927
  */
1928
1928
  spaceName: string | undefined;
1929
1929
  /**
1930
- * @public
1931
1930
  * <p>The name of the project in the space.</p>
1931
+ * @public
1932
1932
  */
1933
1933
  projectName: string | undefined;
1934
1934
  /**
1935
- * @public
1936
1935
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
1936
+ * @public
1937
1937
  */
1938
1938
  nextToken?: string;
1939
1939
  /**
1940
- * @public
1941
1940
  * <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
1941
+ * @public
1942
1942
  */
1943
1943
  maxResults?: number;
1944
1944
  }
1945
1945
  /**
1946
- * @public
1947
1946
  * <p>Information about a source repository returned in a list of source repositories.</p>
1947
+ * @public
1948
1948
  */
1949
1949
  export interface ListSourceRepositoriesItem {
1950
1950
  /**
1951
- * @public
1952
1951
  * <p>The system-generated unique ID of the source repository.</p>
1952
+ * @public
1953
1953
  */
1954
1954
  id: string | undefined;
1955
1955
  /**
1956
- * @public
1957
1956
  * <p>The name of the source repository.</p>
1957
+ * @public
1958
1958
  */
1959
1959
  name: string | undefined;
1960
1960
  /**
1961
- * @public
1962
1961
  * <p>The description of the repository, if any.</p>
1962
+ * @public
1963
1963
  */
1964
1964
  description?: string;
1965
1965
  /**
1966
- * @public
1967
1966
  * <p>The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
1967
+ * @public
1968
1968
  */
1969
1969
  lastUpdatedTime: Date | undefined;
1970
1970
  /**
1971
- * @public
1972
1971
  * <p>The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
1972
+ * @public
1973
1973
  */
1974
1974
  createdTime: Date | undefined;
1975
1975
  }
@@ -1978,13 +1978,13 @@ export interface ListSourceRepositoriesItem {
1978
1978
  */
1979
1979
  export interface ListSourceRepositoriesResponse {
1980
1980
  /**
1981
- * @public
1982
1981
  * <p>Information about the source repositories.</p>
1982
+ * @public
1983
1983
  */
1984
1984
  items?: ListSourceRepositoriesItem[];
1985
1985
  /**
1986
- * @public
1987
1986
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
1987
+ * @public
1988
1988
  */
1989
1989
  nextToken?: string;
1990
1990
  }
@@ -1993,28 +1993,28 @@ export interface ListSourceRepositoriesResponse {
1993
1993
  */
1994
1994
  export interface CreateSourceRepositoryBranchRequest {
1995
1995
  /**
1996
- * @public
1997
1996
  * <p>The name of the space.</p>
1997
+ * @public
1998
1998
  */
1999
1999
  spaceName: string | undefined;
2000
2000
  /**
2001
- * @public
2002
2001
  * <p>The name of the project in the space.</p>
2002
+ * @public
2003
2003
  */
2004
2004
  projectName: string | undefined;
2005
2005
  /**
2006
- * @public
2007
2006
  * <p>The name of the repository where you want to create a branch.</p>
2007
+ * @public
2008
2008
  */
2009
2009
  sourceRepositoryName: string | undefined;
2010
2010
  /**
2011
- * @public
2012
2011
  * <p>The name for the branch you're creating.</p>
2012
+ * @public
2013
2013
  */
2014
2014
  name: string | undefined;
2015
2015
  /**
2016
- * @public
2017
2016
  * <p>The commit ID in an existing branch from which you want to create the new branch.</p>
2017
+ * @public
2018
2018
  */
2019
2019
  headCommitId?: string;
2020
2020
  }
@@ -2023,23 +2023,23 @@ export interface CreateSourceRepositoryBranchRequest {
2023
2023
  */
2024
2024
  export interface CreateSourceRepositoryBranchResponse {
2025
2025
  /**
2026
- * @public
2027
2026
  * <p>The Git reference name of the branch.</p>
2027
+ * @public
2028
2028
  */
2029
2029
  ref?: string;
2030
2030
  /**
2031
- * @public
2032
2031
  * <p>The name of the newly created branch.</p>
2032
+ * @public
2033
2033
  */
2034
2034
  name?: string;
2035
2035
  /**
2036
- * @public
2037
2036
  * <p>The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
2037
+ * @public
2038
2038
  */
2039
2039
  lastUpdatedTime?: Date;
2040
2040
  /**
2041
- * @public
2042
2041
  * <p>The commit ID of the tip of the newly created branch.</p>
2042
+ * @public
2043
2043
  */
2044
2044
  headCommitId?: string;
2045
2045
  }
@@ -2048,54 +2048,54 @@ export interface CreateSourceRepositoryBranchResponse {
2048
2048
  */
2049
2049
  export interface ListSourceRepositoryBranchesRequest {
2050
2050
  /**
2051
- * @public
2052
2051
  * <p>The name of the space.</p>
2052
+ * @public
2053
2053
  */
2054
2054
  spaceName: string | undefined;
2055
2055
  /**
2056
- * @public
2057
2056
  * <p>The name of the project in the space.</p>
2057
+ * @public
2058
2058
  */
2059
2059
  projectName: string | undefined;
2060
2060
  /**
2061
- * @public
2062
2061
  * <p>The name of the source repository.</p>
2062
+ * @public
2063
2063
  */
2064
2064
  sourceRepositoryName: string | undefined;
2065
2065
  /**
2066
- * @public
2067
2066
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
2067
+ * @public
2068
2068
  */
2069
2069
  nextToken?: string;
2070
2070
  /**
2071
- * @public
2072
2071
  * <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
2072
+ * @public
2073
2073
  */
2074
2074
  maxResults?: number;
2075
2075
  }
2076
2076
  /**
2077
- * @public
2078
2077
  * <p>Information about a branch of a source repository returned in a list of branches.</p>
2078
+ * @public
2079
2079
  */
2080
2080
  export interface ListSourceRepositoryBranchesItem {
2081
2081
  /**
2082
- * @public
2083
2082
  * <p>The Git reference name of the branch.</p>
2083
+ * @public
2084
2084
  */
2085
2085
  ref?: string;
2086
2086
  /**
2087
- * @public
2088
2087
  * <p>The name of the branch.</p>
2088
+ * @public
2089
2089
  */
2090
2090
  name?: string;
2091
2091
  /**
2092
- * @public
2093
2092
  * <p>The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
2093
+ * @public
2094
2094
  */
2095
2095
  lastUpdatedTime?: Date;
2096
2096
  /**
2097
- * @public
2098
2097
  * <p>The commit ID of the tip of the branch at the time of the request, also known as the head commit.</p>
2098
+ * @public
2099
2099
  */
2100
2100
  headCommitId?: string;
2101
2101
  }
@@ -2104,13 +2104,13 @@ export interface ListSourceRepositoryBranchesItem {
2104
2104
  */
2105
2105
  export interface ListSourceRepositoryBranchesResponse {
2106
2106
  /**
2107
- * @public
2108
2107
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
2108
+ * @public
2109
2109
  */
2110
2110
  nextToken?: string;
2111
2111
  /**
2112
- * @public
2113
2112
  * <p>Information about the source branches.</p>
2113
+ * @public
2114
2114
  */
2115
2115
  items: ListSourceRepositoryBranchesItem[] | undefined;
2116
2116
  }
@@ -2119,18 +2119,18 @@ export interface ListSourceRepositoryBranchesResponse {
2119
2119
  */
2120
2120
  export interface UpdateProjectRequest {
2121
2121
  /**
2122
- * @public
2123
2122
  * <p>The name of the space.</p>
2123
+ * @public
2124
2124
  */
2125
2125
  spaceName: string | undefined;
2126
2126
  /**
2127
- * @public
2128
2127
  * <p>The name of the project.</p>
2128
+ * @public
2129
2129
  */
2130
2130
  name: string | undefined;
2131
2131
  /**
2132
- * @public
2133
2132
  * <p>The description of the project.</p>
2133
+ * @public
2134
2134
  */
2135
2135
  description?: string;
2136
2136
  }
@@ -2139,23 +2139,23 @@ export interface UpdateProjectRequest {
2139
2139
  */
2140
2140
  export interface UpdateProjectResponse {
2141
2141
  /**
2142
- * @public
2143
2142
  * <p>The name of the space.</p>
2143
+ * @public
2144
2144
  */
2145
2145
  spaceName?: string;
2146
2146
  /**
2147
- * @public
2148
2147
  * <p>The name of the project.</p>
2148
+ * @public
2149
2149
  */
2150
2150
  name?: string;
2151
2151
  /**
2152
- * @public
2153
2152
  * <p>The friendly name of the project displayed to users in Amazon CodeCatalyst.</p>
2153
+ * @public
2154
2154
  */
2155
2155
  displayName?: string;
2156
2156
  /**
2157
- * @public
2158
2157
  * <p>The description of the project.</p>
2158
+ * @public
2159
2159
  */
2160
2160
  description?: string;
2161
2161
  }
@@ -2164,29 +2164,29 @@ export interface UpdateProjectResponse {
2164
2164
  */
2165
2165
  export interface GetWorkflowRequest {
2166
2166
  /**
2167
- * @public
2168
2167
  * <p>The name of the space.</p>
2168
+ * @public
2169
2169
  */
2170
2170
  spaceName: string | undefined;
2171
2171
  /**
2172
- * @public
2173
2172
  * <p>The ID of the workflow. To rerieve a list of workflow IDs, use <a>ListWorkflows</a>.</p>
2173
+ * @public
2174
2174
  */
2175
2175
  id: string | undefined;
2176
2176
  /**
2177
- * @public
2178
2177
  * <p>The name of the project in the space.</p>
2178
+ * @public
2179
2179
  */
2180
2180
  projectName: string | undefined;
2181
2181
  }
2182
2182
  /**
2183
- * @public
2184
2183
  * <p>Information about a workflow definition file.</p>
2184
+ * @public
2185
2185
  */
2186
2186
  export interface WorkflowDefinition {
2187
2187
  /**
2188
- * @public
2189
2188
  * <p>The path to the workflow definition file stored in the source repository for the project, including the file name.</p>
2189
+ * @public
2190
2190
  */
2191
2191
  path: string | undefined;
2192
2192
  }
@@ -2220,67 +2220,67 @@ export type WorkflowStatus = (typeof WorkflowStatus)[keyof typeof WorkflowStatus
2220
2220
  */
2221
2221
  export interface GetWorkflowResponse {
2222
2222
  /**
2223
- * @public
2224
2223
  * <p>The name of the space.</p>
2224
+ * @public
2225
2225
  */
2226
2226
  spaceName: string | undefined;
2227
2227
  /**
2228
- * @public
2229
2228
  * <p>The name of the project in the space.</p>
2229
+ * @public
2230
2230
  */
2231
2231
  projectName: string | undefined;
2232
2232
  /**
2233
- * @public
2234
2233
  * <p>The ID of the workflow.</p>
2234
+ * @public
2235
2235
  */
2236
2236
  id: string | undefined;
2237
2237
  /**
2238
- * @public
2239
2238
  * <p>The name of the workflow.</p>
2239
+ * @public
2240
2240
  */
2241
2241
  name: string | undefined;
2242
2242
  /**
2243
- * @public
2244
2243
  * <p>The name of the source repository where the workflow YAML is stored.</p>
2244
+ * @public
2245
2245
  */
2246
2246
  sourceRepositoryName?: string;
2247
2247
  /**
2248
- * @public
2249
2248
  * <p>The name of the branch that contains the workflow YAML.</p>
2249
+ * @public
2250
2250
  */
2251
2251
  sourceBranchName?: string;
2252
2252
  /**
2253
- * @public
2254
2253
  * <p>Information about the workflow definition file for the workflow.</p>
2254
+ * @public
2255
2255
  */
2256
2256
  definition: WorkflowDefinition | undefined;
2257
2257
  /**
2258
- * @public
2259
2258
  * <p>The date and time the workflow was created, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>
2260
2259
  * </p>
2260
+ * @public
2261
2261
  */
2262
2262
  createdTime: Date | undefined;
2263
2263
  /**
2264
- * @public
2265
2264
  * <p>The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>
2266
2265
  * </p>
2266
+ * @public
2267
2267
  */
2268
2268
  lastUpdatedTime: Date | undefined;
2269
2269
  /**
2270
- * @public
2271
2270
  * <p>The behavior to use when multiple workflows occur at the same time. For more information, see
2272
2271
  * <a href="https://docs.aws.amazon.com/codecatalyst/latest/userguide/workflows-configure-runs.html">https://docs.aws.amazon.com/codecatalyst/latest/userguide/workflows-configure-runs.html</a> in the Amazon CodeCatalyst User Guide.</p>
2272
+ * @public
2273
2273
  */
2274
2274
  runMode: WorkflowRunMode | undefined;
2275
2275
  /**
2276
- * @public
2277
2276
  * <p>The status of the workflow.</p>
2277
+ * @public
2278
2278
  */
2279
2279
  status: WorkflowStatus | undefined;
2280
2280
  }
2281
2281
  /**
2282
- * @public
2283
2282
  * <p>Information used to sort workflows in the returned list.</p>
2283
+ * @public
2284
2284
  */
2285
2285
  export interface WorkflowSortCriteria {
2286
2286
  }
@@ -2289,92 +2289,92 @@ export interface WorkflowSortCriteria {
2289
2289
  */
2290
2290
  export interface ListWorkflowsRequest {
2291
2291
  /**
2292
- * @public
2293
2292
  * <p>The name of the space.</p>
2293
+ * @public
2294
2294
  */
2295
2295
  spaceName: string | undefined;
2296
2296
  /**
2297
- * @public
2298
2297
  * <p>The name of the project in the space.</p>
2298
+ * @public
2299
2299
  */
2300
2300
  projectName: string | undefined;
2301
2301
  /**
2302
- * @public
2303
2302
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
2303
+ * @public
2304
2304
  */
2305
2305
  nextToken?: string;
2306
2306
  /**
2307
- * @public
2308
2307
  * <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
2308
+ * @public
2309
2309
  */
2310
2310
  maxResults?: number;
2311
2311
  /**
2312
- * @public
2313
2312
  * <p>Information used to sort the items in the returned list.</p>
2313
+ * @public
2314
2314
  */
2315
2315
  sortBy?: WorkflowSortCriteria[];
2316
2316
  }
2317
2317
  /**
2318
- * @public
2319
2318
  * <p>Information about a workflow definition.</p>
2319
+ * @public
2320
2320
  */
2321
2321
  export interface WorkflowDefinitionSummary {
2322
2322
  /**
2323
- * @public
2324
2323
  * <p>The path to the workflow definition file stored in the source repository for the project, including the file name.</p>
2324
+ * @public
2325
2325
  */
2326
2326
  path: string | undefined;
2327
2327
  }
2328
2328
  /**
2329
- * @public
2330
2329
  * <p>Information about a workflow.</p>
2330
+ * @public
2331
2331
  */
2332
2332
  export interface WorkflowSummary {
2333
2333
  /**
2334
- * @public
2335
2334
  * <p>The system-generated unique ID of a workflow.</p>
2335
+ * @public
2336
2336
  */
2337
2337
  id: string | undefined;
2338
2338
  /**
2339
- * @public
2340
2339
  * <p>The name of the workflow.</p>
2340
+ * @public
2341
2341
  */
2342
2342
  name: string | undefined;
2343
2343
  /**
2344
- * @public
2345
2344
  * <p>The name of the source repository where the workflow definition file is stored.</p>
2345
+ * @public
2346
2346
  */
2347
2347
  sourceRepositoryName: string | undefined;
2348
2348
  /**
2349
- * @public
2350
2349
  * <p>The name of the branch of the source repository where the workflow definition file is stored.</p>
2350
+ * @public
2351
2351
  */
2352
2352
  sourceBranchName: string | undefined;
2353
2353
  /**
2354
- * @public
2355
2354
  * <p>Information about the workflow definition file.</p>
2355
+ * @public
2356
2356
  */
2357
2357
  definition: WorkflowDefinitionSummary | undefined;
2358
2358
  /**
2359
- * @public
2360
2359
  * <p>The date and time the workflow was created, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>
2361
2360
  * </p>
2361
+ * @public
2362
2362
  */
2363
2363
  createdTime: Date | undefined;
2364
2364
  /**
2365
- * @public
2366
2365
  * <p>The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>
2367
2366
  * </p>
2367
+ * @public
2368
2368
  */
2369
2369
  lastUpdatedTime: Date | undefined;
2370
2370
  /**
2371
- * @public
2372
2371
  * <p>The run mode of the workflow.</p>
2372
+ * @public
2373
2373
  */
2374
2374
  runMode: WorkflowRunMode | undefined;
2375
2375
  /**
2376
- * @public
2377
2376
  * <p>The status of the workflow.</p>
2377
+ * @public
2378
2378
  */
2379
2379
  status: WorkflowStatus | undefined;
2380
2380
  }
@@ -2383,13 +2383,13 @@ export interface WorkflowSummary {
2383
2383
  */
2384
2384
  export interface ListWorkflowsResponse {
2385
2385
  /**
2386
- * @public
2387
2386
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
2387
+ * @public
2388
2388
  */
2389
2389
  nextToken?: string;
2390
2390
  /**
2391
- * @public
2392
2391
  * <p>Information about the workflows in a project.</p>
2392
+ * @public
2393
2393
  */
2394
2394
  items?: WorkflowSummary[];
2395
2395
  }
@@ -2398,18 +2398,18 @@ export interface ListWorkflowsResponse {
2398
2398
  */
2399
2399
  export interface GetWorkflowRunRequest {
2400
2400
  /**
2401
- * @public
2402
2401
  * <p>The name of the space.</p>
2402
+ * @public
2403
2403
  */
2404
2404
  spaceName: string | undefined;
2405
2405
  /**
2406
- * @public
2407
2406
  * <p>The ID of the workflow run. To retrieve a list of workflow run IDs, use <a>ListWorkflowRuns</a>.</p>
2407
+ * @public
2408
2408
  */
2409
2409
  id: string | undefined;
2410
2410
  /**
2411
- * @public
2412
2411
  * <p>The name of the project in the space.</p>
2412
+ * @public
2413
2413
  */
2414
2414
  projectName: string | undefined;
2415
2415
  }
@@ -2435,8 +2435,8 @@ export declare const WorkflowRunStatus: {
2435
2435
  */
2436
2436
  export type WorkflowRunStatus = (typeof WorkflowRunStatus)[keyof typeof WorkflowRunStatus];
2437
2437
  /**
2438
- * @public
2439
2438
  * <p>Information about the status of a workflow run.</p>
2439
+ * @public
2440
2440
  */
2441
2441
  export interface WorkflowRunStatusReason {
2442
2442
  }
@@ -2445,56 +2445,56 @@ export interface WorkflowRunStatusReason {
2445
2445
  */
2446
2446
  export interface GetWorkflowRunResponse {
2447
2447
  /**
2448
- * @public
2449
2448
  * <p>The name of the space.</p>
2449
+ * @public
2450
2450
  */
2451
2451
  spaceName: string | undefined;
2452
2452
  /**
2453
- * @public
2454
2453
  * <p>The name of the project in the space.</p>
2454
+ * @public
2455
2455
  */
2456
2456
  projectName: string | undefined;
2457
2457
  /**
2458
- * @public
2459
2458
  * <p>The ID of the workflow run.</p>
2459
+ * @public
2460
2460
  */
2461
2461
  id: string | undefined;
2462
2462
  /**
2463
- * @public
2464
2463
  * <p>The ID of the workflow.</p>
2464
+ * @public
2465
2465
  */
2466
2466
  workflowId: string | undefined;
2467
2467
  /**
2468
- * @public
2469
2468
  * <p>The status of the workflow run.</p>
2469
+ * @public
2470
2470
  */
2471
2471
  status: WorkflowRunStatus | undefined;
2472
2472
  /**
2473
- * @public
2474
2473
  * <p>Information about the reasons for the status of the workflow run.</p>
2474
+ * @public
2475
2475
  */
2476
2476
  statusReasons?: WorkflowRunStatusReason[];
2477
2477
  /**
2478
- * @public
2479
2478
  * <p>The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>
2480
2479
  * </p>
2480
+ * @public
2481
2481
  */
2482
2482
  startTime: Date | undefined;
2483
2483
  /**
2484
- * @public
2485
2484
  * <p>The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
2485
+ * @public
2486
2486
  */
2487
2487
  endTime?: Date;
2488
2488
  /**
2489
- * @public
2490
2489
  * <p>The date and time the workflow run status was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>
2491
2490
  * </p>
2491
+ * @public
2492
2492
  */
2493
2493
  lastUpdatedTime: Date | undefined;
2494
2494
  }
2495
2495
  /**
2496
- * @public
2497
2496
  * <p>Information used to sort workflow runs in the returned list.</p>
2497
+ * @public
2498
2498
  */
2499
2499
  export interface WorkflowRunSortCriteria {
2500
2500
  }
@@ -2503,81 +2503,81 @@ export interface WorkflowRunSortCriteria {
2503
2503
  */
2504
2504
  export interface ListWorkflowRunsRequest {
2505
2505
  /**
2506
- * @public
2507
2506
  * <p>The name of the space.</p>
2507
+ * @public
2508
2508
  */
2509
2509
  spaceName: string | undefined;
2510
2510
  /**
2511
- * @public
2512
2511
  * <p>The ID of the workflow. To retrieve a list of workflow IDs, use <a>ListWorkflows</a>.</p>
2512
+ * @public
2513
2513
  */
2514
2514
  workflowId?: string;
2515
2515
  /**
2516
- * @public
2517
2516
  * <p>The name of the project in the space.</p>
2517
+ * @public
2518
2518
  */
2519
2519
  projectName: string | undefined;
2520
2520
  /**
2521
- * @public
2522
2521
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
2522
+ * @public
2523
2523
  */
2524
2524
  nextToken?: string;
2525
2525
  /**
2526
- * @public
2527
2526
  * <p>The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a <code>NextToken</code> element, which you can use to obtain additional results.</p>
2527
+ * @public
2528
2528
  */
2529
2529
  maxResults?: number;
2530
2530
  /**
2531
- * @public
2532
2531
  * <p>Information used to sort the items in the returned list.</p>
2532
+ * @public
2533
2533
  */
2534
2534
  sortBy?: WorkflowRunSortCriteria[];
2535
2535
  }
2536
2536
  /**
2537
- * @public
2538
2537
  * <p>Information about a workflow run.</p>
2538
+ * @public
2539
2539
  */
2540
2540
  export interface WorkflowRunSummary {
2541
2541
  /**
2542
- * @public
2543
2542
  * <p>The system-generated unique ID of the workflow run.</p>
2543
+ * @public
2544
2544
  */
2545
2545
  id: string | undefined;
2546
2546
  /**
2547
- * @public
2548
2547
  * <p>The system-generated unique ID of the workflow.</p>
2548
+ * @public
2549
2549
  */
2550
2550
  workflowId: string | undefined;
2551
2551
  /**
2552
- * @public
2553
2552
  * <p>The name of the workflow.</p>
2553
+ * @public
2554
2554
  */
2555
2555
  workflowName: string | undefined;
2556
2556
  /**
2557
- * @public
2558
2557
  * <p>The status of the workflow run.</p>
2558
+ * @public
2559
2559
  */
2560
2560
  status: WorkflowRunStatus | undefined;
2561
2561
  /**
2562
- * @public
2563
2562
  * <p>The reasons for the workflow run status.</p>
2563
+ * @public
2564
2564
  */
2565
2565
  statusReasons?: WorkflowRunStatusReason[];
2566
2566
  /**
2567
- * @public
2568
2567
  * <p>The date and time the workflow run began, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>.</p>
2568
+ * @public
2569
2569
  */
2570
2570
  startTime: Date | undefined;
2571
2571
  /**
2572
- * @public
2573
2572
  * <p>The date and time the workflow run ended, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>
2574
2573
  * </p>
2574
+ * @public
2575
2575
  */
2576
2576
  endTime?: Date;
2577
2577
  /**
2578
- * @public
2579
2578
  * <p>The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in <a href="https://www.rfc-editor.org/rfc/rfc3339#section-5.6">RFC 3339</a>
2580
2579
  * </p>
2580
+ * @public
2581
2581
  */
2582
2582
  lastUpdatedTime: Date | undefined;
2583
2583
  }
@@ -2586,13 +2586,13 @@ export interface WorkflowRunSummary {
2586
2586
  */
2587
2587
  export interface ListWorkflowRunsResponse {
2588
2588
  /**
2589
- * @public
2590
2589
  * <p>A token returned from a call to this API to indicate the next batch of results to return, if any.</p>
2590
+ * @public
2591
2591
  */
2592
2592
  nextToken?: string;
2593
2593
  /**
2594
- * @public
2595
2594
  * <p>Information about the runs of a workflow.</p>
2595
+ * @public
2596
2596
  */
2597
2597
  items?: WorkflowRunSummary[];
2598
2598
  }
@@ -2601,24 +2601,24 @@ export interface ListWorkflowRunsResponse {
2601
2601
  */
2602
2602
  export interface StartWorkflowRunRequest {
2603
2603
  /**
2604
- * @public
2605
2604
  * <p>The name of the space.</p>
2605
+ * @public
2606
2606
  */
2607
2607
  spaceName: string | undefined;
2608
2608
  /**
2609
- * @public
2610
2609
  * <p>The name of the project in the space.</p>
2610
+ * @public
2611
2611
  */
2612
2612
  projectName: string | undefined;
2613
2613
  /**
2614
- * @public
2615
2614
  * <p>The system-generated unique ID of the workflow. To retrieve a list of workflow IDs, use <a>ListWorkflows</a>.</p>
2615
+ * @public
2616
2616
  */
2617
2617
  workflowId: string | undefined;
2618
2618
  /**
2619
- * @public
2620
2619
  * <p>A user-specified idempotency token. Idempotency ensures that an API request completes only once.
2621
2620
  * With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.</p>
2621
+ * @public
2622
2622
  */
2623
2623
  clientToken?: string;
2624
2624
  }
@@ -2627,23 +2627,23 @@ export interface StartWorkflowRunRequest {
2627
2627
  */
2628
2628
  export interface StartWorkflowRunResponse {
2629
2629
  /**
2630
- * @public
2631
2630
  * <p>The name of the space.</p>
2631
+ * @public
2632
2632
  */
2633
2633
  spaceName: string | undefined;
2634
2634
  /**
2635
- * @public
2636
2635
  * <p>The name of the project in the space.</p>
2636
+ * @public
2637
2637
  */
2638
2638
  projectName: string | undefined;
2639
2639
  /**
2640
- * @public
2641
2640
  * <p>The system-generated unique ID of the workflow run.</p>
2641
+ * @public
2642
2642
  */
2643
2643
  id: string | undefined;
2644
2644
  /**
2645
- * @public
2646
2645
  * <p>The system-generated unique ID of the workflow.</p>
2646
+ * @public
2647
2647
  */
2648
2648
  workflowId: string | undefined;
2649
2649
  }
@@ -2652,8 +2652,8 @@ export interface StartWorkflowRunResponse {
2652
2652
  */
2653
2653
  export interface GetSubscriptionRequest {
2654
2654
  /**
2655
- * @public
2656
2655
  * <p>The name of the space.</p>
2656
+ * @public
2657
2657
  */
2658
2658
  spaceName: string | undefined;
2659
2659
  }
@@ -2662,13 +2662,13 @@ export interface GetSubscriptionRequest {
2662
2662
  */
2663
2663
  export interface GetSubscriptionResponse {
2664
2664
  /**
2665
- * @public
2666
2665
  * <p>The type of the billing plan for the space.</p>
2666
+ * @public
2667
2667
  */
2668
2668
  subscriptionType?: string;
2669
2669
  /**
2670
- * @public
2671
2670
  * <p>The display name of the Amazon Web Services account used for billing for the space.</p>
2671
+ * @public
2672
2672
  */
2673
2673
  awsAccountName?: string;
2674
2674
  }
@@ -2677,13 +2677,13 @@ export interface GetSubscriptionResponse {
2677
2677
  */
2678
2678
  export interface UpdateSpaceRequest {
2679
2679
  /**
2680
- * @public
2681
2680
  * <p>The name of the space.</p>
2681
+ * @public
2682
2682
  */
2683
2683
  name: string | undefined;
2684
2684
  /**
2685
- * @public
2686
2685
  * <p>The description of the space.</p>
2686
+ * @public
2687
2687
  */
2688
2688
  description?: string;
2689
2689
  }
@@ -2692,18 +2692,18 @@ export interface UpdateSpaceRequest {
2692
2692
  */
2693
2693
  export interface UpdateSpaceResponse {
2694
2694
  /**
2695
- * @public
2696
2695
  * <p>The name of the space.</p>
2696
+ * @public
2697
2697
  */
2698
2698
  name?: string;
2699
2699
  /**
2700
- * @public
2701
2700
  * <p>The friendly name of the space displayed to users in Amazon CodeCatalyst.</p>
2701
+ * @public
2702
2702
  */
2703
2703
  displayName?: string;
2704
2704
  /**
2705
- * @public
2706
2705
  * <p>The description of the space.</p>
2706
+ * @public
2707
2707
  */
2708
2708
  description?: string;
2709
2709
  }
@@ -2712,8 +2712,8 @@ export interface UpdateSpaceResponse {
2712
2712
  */
2713
2713
  export interface VerifySessionResponse {
2714
2714
  /**
2715
- * @public
2716
2715
  * <p>The system-generated unique ID of the user in Amazon CodeCatalyst.</p>
2716
+ * @public
2717
2717
  */
2718
2718
  identity?: string;
2719
2719
  }