aws-sdk-codecatalyst 1.15.0 → 1.16.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,837 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::CodeCatalyst
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AccessTokenSummary
17
+ attr_accessor id: ::String
18
+ attr_accessor name: ::String
19
+ attr_accessor expires_time: ::Time
20
+ SENSITIVE: []
21
+ end
22
+
23
+ class ConflictException
24
+ attr_accessor message: ::String
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class CreateAccessTokenRequest
29
+ attr_accessor name: ::String
30
+ attr_accessor expires_time: ::Time
31
+ SENSITIVE: []
32
+ end
33
+
34
+ class CreateAccessTokenResponse
35
+ attr_accessor secret: ::String
36
+ attr_accessor name: ::String
37
+ attr_accessor expires_time: ::Time
38
+ attr_accessor access_token_id: ::String
39
+ SENSITIVE: [:secret]
40
+ end
41
+
42
+ class CreateDevEnvironmentRequest
43
+ attr_accessor space_name: ::String
44
+ attr_accessor project_name: ::String
45
+ attr_accessor repositories: ::Array[Types::RepositoryInput]
46
+ attr_accessor client_token: ::String
47
+ attr_accessor alias: ::String
48
+ attr_accessor ides: ::Array[Types::IdeConfiguration]
49
+ attr_accessor instance_type: ("dev.standard1.small" | "dev.standard1.medium" | "dev.standard1.large" | "dev.standard1.xlarge")
50
+ attr_accessor inactivity_timeout_minutes: ::Integer
51
+ attr_accessor persistent_storage: Types::PersistentStorageConfiguration
52
+ attr_accessor vpc_connection_name: ::String
53
+ SENSITIVE: []
54
+ end
55
+
56
+ class CreateDevEnvironmentResponse
57
+ attr_accessor space_name: ::String
58
+ attr_accessor project_name: ::String
59
+ attr_accessor id: ::String
60
+ attr_accessor vpc_connection_name: ::String
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class CreateProjectRequest
65
+ attr_accessor space_name: ::String
66
+ attr_accessor display_name: ::String
67
+ attr_accessor description: ::String
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class CreateProjectResponse
72
+ attr_accessor space_name: ::String
73
+ attr_accessor name: ::String
74
+ attr_accessor display_name: ::String
75
+ attr_accessor description: ::String
76
+ SENSITIVE: []
77
+ end
78
+
79
+ class CreateSourceRepositoryBranchRequest
80
+ attr_accessor space_name: ::String
81
+ attr_accessor project_name: ::String
82
+ attr_accessor source_repository_name: ::String
83
+ attr_accessor name: ::String
84
+ attr_accessor head_commit_id: ::String
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class CreateSourceRepositoryBranchResponse
89
+ attr_accessor ref: ::String
90
+ attr_accessor name: ::String
91
+ attr_accessor last_updated_time: ::Time
92
+ attr_accessor head_commit_id: ::String
93
+ SENSITIVE: []
94
+ end
95
+
96
+ class CreateSourceRepositoryRequest
97
+ attr_accessor space_name: ::String
98
+ attr_accessor project_name: ::String
99
+ attr_accessor name: ::String
100
+ attr_accessor description: ::String
101
+ SENSITIVE: []
102
+ end
103
+
104
+ class CreateSourceRepositoryResponse
105
+ attr_accessor space_name: ::String
106
+ attr_accessor project_name: ::String
107
+ attr_accessor name: ::String
108
+ attr_accessor description: ::String
109
+ SENSITIVE: []
110
+ end
111
+
112
+ class DeleteAccessTokenRequest
113
+ attr_accessor id: ::String
114
+ SENSITIVE: []
115
+ end
116
+
117
+ class DeleteAccessTokenResponse < Aws::EmptyStructure
118
+ end
119
+
120
+ class DeleteDevEnvironmentRequest
121
+ attr_accessor space_name: ::String
122
+ attr_accessor project_name: ::String
123
+ attr_accessor id: ::String
124
+ SENSITIVE: []
125
+ end
126
+
127
+ class DeleteDevEnvironmentResponse
128
+ attr_accessor space_name: ::String
129
+ attr_accessor project_name: ::String
130
+ attr_accessor id: ::String
131
+ SENSITIVE: []
132
+ end
133
+
134
+ class DeleteProjectRequest
135
+ attr_accessor space_name: ::String
136
+ attr_accessor name: ::String
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class DeleteProjectResponse
141
+ attr_accessor space_name: ::String
142
+ attr_accessor name: ::String
143
+ attr_accessor display_name: ::String
144
+ SENSITIVE: []
145
+ end
146
+
147
+ class DeleteSourceRepositoryRequest
148
+ attr_accessor space_name: ::String
149
+ attr_accessor project_name: ::String
150
+ attr_accessor name: ::String
151
+ SENSITIVE: []
152
+ end
153
+
154
+ class DeleteSourceRepositoryResponse
155
+ attr_accessor space_name: ::String
156
+ attr_accessor project_name: ::String
157
+ attr_accessor name: ::String
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class DeleteSpaceRequest
162
+ attr_accessor name: ::String
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class DeleteSpaceResponse
167
+ attr_accessor name: ::String
168
+ attr_accessor display_name: ::String
169
+ SENSITIVE: []
170
+ end
171
+
172
+ class DevEnvironmentAccessDetails
173
+ attr_accessor stream_url: ::String
174
+ attr_accessor token_value: ::String
175
+ SENSITIVE: [:stream_url, :token_value]
176
+ end
177
+
178
+ class DevEnvironmentRepositorySummary
179
+ attr_accessor repository_name: ::String
180
+ attr_accessor branch_name: ::String
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class DevEnvironmentSessionConfiguration
185
+ attr_accessor session_type: ("SSM" | "SSH")
186
+ attr_accessor execute_command_session_configuration: Types::ExecuteCommandSessionConfiguration
187
+ SENSITIVE: []
188
+ end
189
+
190
+ class DevEnvironmentSessionSummary
191
+ attr_accessor space_name: ::String
192
+ attr_accessor project_name: ::String
193
+ attr_accessor dev_environment_id: ::String
194
+ attr_accessor started_time: ::Time
195
+ attr_accessor id: ::String
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class DevEnvironmentSummary
200
+ attr_accessor space_name: ::String
201
+ attr_accessor project_name: ::String
202
+ attr_accessor id: ::String
203
+ attr_accessor last_updated_time: ::Time
204
+ attr_accessor creator_id: ::String
205
+ attr_accessor status: ("PENDING" | "RUNNING" | "STARTING" | "STOPPING" | "STOPPED" | "FAILED" | "DELETING" | "DELETED")
206
+ attr_accessor status_reason: ::String
207
+ attr_accessor repositories: ::Array[Types::DevEnvironmentRepositorySummary]
208
+ attr_accessor alias: ::String
209
+ attr_accessor ides: ::Array[Types::Ide]
210
+ attr_accessor instance_type: ("dev.standard1.small" | "dev.standard1.medium" | "dev.standard1.large" | "dev.standard1.xlarge")
211
+ attr_accessor inactivity_timeout_minutes: ::Integer
212
+ attr_accessor persistent_storage: Types::PersistentStorage
213
+ attr_accessor vpc_connection_name: ::String
214
+ SENSITIVE: []
215
+ end
216
+
217
+ class EmailAddress
218
+ attr_accessor email: ::String
219
+ attr_accessor verified: bool
220
+ SENSITIVE: []
221
+ end
222
+
223
+ class EventLogEntry
224
+ attr_accessor id: ::String
225
+ attr_accessor event_name: ::String
226
+ attr_accessor event_type: ::String
227
+ attr_accessor event_category: ::String
228
+ attr_accessor event_source: ::String
229
+ attr_accessor event_time: ::Time
230
+ attr_accessor operation_type: ("READONLY" | "MUTATION")
231
+ attr_accessor user_identity: Types::UserIdentity
232
+ attr_accessor project_information: Types::ProjectInformation
233
+ attr_accessor request_id: ::String
234
+ attr_accessor request_payload: Types::EventPayload
235
+ attr_accessor response_payload: Types::EventPayload
236
+ attr_accessor error_code: ::String
237
+ attr_accessor source_ip_address: ::String
238
+ attr_accessor user_agent: ::String
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class EventPayload
243
+ attr_accessor content_type: ::String
244
+ attr_accessor data: ::String
245
+ SENSITIVE: []
246
+ end
247
+
248
+ class ExecuteCommandSessionConfiguration
249
+ attr_accessor command: ::String
250
+ attr_accessor arguments: ::Array[::String]
251
+ SENSITIVE: []
252
+ end
253
+
254
+ class Filter
255
+ attr_accessor key: ::String
256
+ attr_accessor values: ::Array[::String]
257
+ attr_accessor comparison_operator: ::String
258
+ SENSITIVE: []
259
+ end
260
+
261
+ class GetDevEnvironmentRequest
262
+ attr_accessor space_name: ::String
263
+ attr_accessor project_name: ::String
264
+ attr_accessor id: ::String
265
+ SENSITIVE: []
266
+ end
267
+
268
+ class GetDevEnvironmentResponse
269
+ attr_accessor space_name: ::String
270
+ attr_accessor project_name: ::String
271
+ attr_accessor id: ::String
272
+ attr_accessor last_updated_time: ::Time
273
+ attr_accessor creator_id: ::String
274
+ attr_accessor status: ("PENDING" | "RUNNING" | "STARTING" | "STOPPING" | "STOPPED" | "FAILED" | "DELETING" | "DELETED")
275
+ attr_accessor status_reason: ::String
276
+ attr_accessor repositories: ::Array[Types::DevEnvironmentRepositorySummary]
277
+ attr_accessor alias: ::String
278
+ attr_accessor ides: ::Array[Types::Ide]
279
+ attr_accessor instance_type: ("dev.standard1.small" | "dev.standard1.medium" | "dev.standard1.large" | "dev.standard1.xlarge")
280
+ attr_accessor inactivity_timeout_minutes: ::Integer
281
+ attr_accessor persistent_storage: Types::PersistentStorage
282
+ attr_accessor vpc_connection_name: ::String
283
+ SENSITIVE: []
284
+ end
285
+
286
+ class GetProjectRequest
287
+ attr_accessor space_name: ::String
288
+ attr_accessor name: ::String
289
+ SENSITIVE: []
290
+ end
291
+
292
+ class GetProjectResponse
293
+ attr_accessor space_name: ::String
294
+ attr_accessor name: ::String
295
+ attr_accessor display_name: ::String
296
+ attr_accessor description: ::String
297
+ SENSITIVE: []
298
+ end
299
+
300
+ class GetSourceRepositoryCloneUrlsRequest
301
+ attr_accessor space_name: ::String
302
+ attr_accessor project_name: ::String
303
+ attr_accessor source_repository_name: ::String
304
+ SENSITIVE: []
305
+ end
306
+
307
+ class GetSourceRepositoryCloneUrlsResponse
308
+ attr_accessor https: ::String
309
+ SENSITIVE: []
310
+ end
311
+
312
+ class GetSourceRepositoryRequest
313
+ attr_accessor space_name: ::String
314
+ attr_accessor project_name: ::String
315
+ attr_accessor name: ::String
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class GetSourceRepositoryResponse
320
+ attr_accessor space_name: ::String
321
+ attr_accessor project_name: ::String
322
+ attr_accessor name: ::String
323
+ attr_accessor description: ::String
324
+ attr_accessor last_updated_time: ::Time
325
+ attr_accessor created_time: ::Time
326
+ SENSITIVE: []
327
+ end
328
+
329
+ class GetSpaceRequest
330
+ attr_accessor name: ::String
331
+ SENSITIVE: []
332
+ end
333
+
334
+ class GetSpaceResponse
335
+ attr_accessor name: ::String
336
+ attr_accessor region_name: ::String
337
+ attr_accessor display_name: ::String
338
+ attr_accessor description: ::String
339
+ SENSITIVE: []
340
+ end
341
+
342
+ class GetSubscriptionRequest
343
+ attr_accessor space_name: ::String
344
+ SENSITIVE: []
345
+ end
346
+
347
+ class GetSubscriptionResponse
348
+ attr_accessor subscription_type: ::String
349
+ attr_accessor aws_account_name: ::String
350
+ SENSITIVE: []
351
+ end
352
+
353
+ class GetUserDetailsRequest
354
+ attr_accessor id: ::String
355
+ attr_accessor user_name: ::String
356
+ SENSITIVE: []
357
+ end
358
+
359
+ class GetUserDetailsResponse
360
+ attr_accessor user_id: ::String
361
+ attr_accessor user_name: ::String
362
+ attr_accessor display_name: ::String
363
+ attr_accessor primary_email: Types::EmailAddress
364
+ attr_accessor version: ::String
365
+ SENSITIVE: []
366
+ end
367
+
368
+ class GetWorkflowRequest
369
+ attr_accessor space_name: ::String
370
+ attr_accessor id: ::String
371
+ attr_accessor project_name: ::String
372
+ SENSITIVE: []
373
+ end
374
+
375
+ class GetWorkflowResponse
376
+ attr_accessor space_name: ::String
377
+ attr_accessor project_name: ::String
378
+ attr_accessor id: ::String
379
+ attr_accessor name: ::String
380
+ attr_accessor source_repository_name: ::String
381
+ attr_accessor source_branch_name: ::String
382
+ attr_accessor definition: Types::WorkflowDefinition
383
+ attr_accessor created_time: ::Time
384
+ attr_accessor last_updated_time: ::Time
385
+ attr_accessor run_mode: ("QUEUED" | "PARALLEL" | "SUPERSEDED")
386
+ attr_accessor status: ("INVALID" | "ACTIVE")
387
+ SENSITIVE: []
388
+ end
389
+
390
+ class GetWorkflowRunRequest
391
+ attr_accessor space_name: ::String
392
+ attr_accessor id: ::String
393
+ attr_accessor project_name: ::String
394
+ SENSITIVE: []
395
+ end
396
+
397
+ class GetWorkflowRunResponse
398
+ attr_accessor space_name: ::String
399
+ attr_accessor project_name: ::String
400
+ attr_accessor id: ::String
401
+ attr_accessor workflow_id: ::String
402
+ attr_accessor status: ("SUCCEEDED" | "FAILED" | "STOPPED" | "SUPERSEDED" | "CANCELLED" | "NOT_RUN" | "VALIDATING" | "PROVISIONING" | "IN_PROGRESS" | "STOPPING" | "ABANDONED")
403
+ attr_accessor status_reasons: ::Array[Types::WorkflowRunStatusReason]
404
+ attr_accessor start_time: ::Time
405
+ attr_accessor end_time: ::Time
406
+ attr_accessor last_updated_time: ::Time
407
+ SENSITIVE: []
408
+ end
409
+
410
+ class Ide
411
+ attr_accessor runtime: ::String
412
+ attr_accessor name: ::String
413
+ SENSITIVE: []
414
+ end
415
+
416
+ class IdeConfiguration
417
+ attr_accessor runtime: ::String
418
+ attr_accessor name: ::String
419
+ SENSITIVE: []
420
+ end
421
+
422
+ class ListAccessTokensRequest
423
+ attr_accessor max_results: ::Integer
424
+ attr_accessor next_token: ::String
425
+ SENSITIVE: []
426
+ end
427
+
428
+ class ListAccessTokensResponse
429
+ attr_accessor items: ::Array[Types::AccessTokenSummary]
430
+ attr_accessor next_token: ::String
431
+ SENSITIVE: []
432
+ end
433
+
434
+ class ListDevEnvironmentSessionsRequest
435
+ attr_accessor space_name: ::String
436
+ attr_accessor project_name: ::String
437
+ attr_accessor dev_environment_id: ::String
438
+ attr_accessor next_token: ::String
439
+ attr_accessor max_results: ::Integer
440
+ SENSITIVE: []
441
+ end
442
+
443
+ class ListDevEnvironmentSessionsResponse
444
+ attr_accessor items: ::Array[Types::DevEnvironmentSessionSummary]
445
+ attr_accessor next_token: ::String
446
+ SENSITIVE: []
447
+ end
448
+
449
+ class ListDevEnvironmentsRequest
450
+ attr_accessor space_name: ::String
451
+ attr_accessor project_name: ::String
452
+ attr_accessor filters: ::Array[Types::Filter]
453
+ attr_accessor next_token: ::String
454
+ attr_accessor max_results: ::Integer
455
+ SENSITIVE: []
456
+ end
457
+
458
+ class ListDevEnvironmentsResponse
459
+ attr_accessor items: ::Array[Types::DevEnvironmentSummary]
460
+ attr_accessor next_token: ::String
461
+ SENSITIVE: []
462
+ end
463
+
464
+ class ListEventLogsRequest
465
+ attr_accessor space_name: ::String
466
+ attr_accessor start_time: ::Time
467
+ attr_accessor end_time: ::Time
468
+ attr_accessor event_name: ::String
469
+ attr_accessor next_token: ::String
470
+ attr_accessor max_results: ::Integer
471
+ SENSITIVE: []
472
+ end
473
+
474
+ class ListEventLogsResponse
475
+ attr_accessor next_token: ::String
476
+ attr_accessor items: ::Array[Types::EventLogEntry]
477
+ SENSITIVE: []
478
+ end
479
+
480
+ class ListProjectsRequest
481
+ attr_accessor space_name: ::String
482
+ attr_accessor next_token: ::String
483
+ attr_accessor max_results: ::Integer
484
+ attr_accessor filters: ::Array[Types::ProjectListFilter]
485
+ SENSITIVE: []
486
+ end
487
+
488
+ class ListProjectsResponse
489
+ attr_accessor next_token: ::String
490
+ attr_accessor items: ::Array[Types::ProjectSummary]
491
+ SENSITIVE: []
492
+ end
493
+
494
+ class ListSourceRepositoriesItem
495
+ attr_accessor id: ::String
496
+ attr_accessor name: ::String
497
+ attr_accessor description: ::String
498
+ attr_accessor last_updated_time: ::Time
499
+ attr_accessor created_time: ::Time
500
+ SENSITIVE: []
501
+ end
502
+
503
+ class ListSourceRepositoriesRequest
504
+ attr_accessor space_name: ::String
505
+ attr_accessor project_name: ::String
506
+ attr_accessor next_token: ::String
507
+ attr_accessor max_results: ::Integer
508
+ SENSITIVE: []
509
+ end
510
+
511
+ class ListSourceRepositoriesResponse
512
+ attr_accessor items: ::Array[Types::ListSourceRepositoriesItem]
513
+ attr_accessor next_token: ::String
514
+ SENSITIVE: []
515
+ end
516
+
517
+ class ListSourceRepositoryBranchesItem
518
+ attr_accessor ref: ::String
519
+ attr_accessor name: ::String
520
+ attr_accessor last_updated_time: ::Time
521
+ attr_accessor head_commit_id: ::String
522
+ SENSITIVE: []
523
+ end
524
+
525
+ class ListSourceRepositoryBranchesRequest
526
+ attr_accessor space_name: ::String
527
+ attr_accessor project_name: ::String
528
+ attr_accessor source_repository_name: ::String
529
+ attr_accessor next_token: ::String
530
+ attr_accessor max_results: ::Integer
531
+ SENSITIVE: []
532
+ end
533
+
534
+ class ListSourceRepositoryBranchesResponse
535
+ attr_accessor next_token: ::String
536
+ attr_accessor items: ::Array[Types::ListSourceRepositoryBranchesItem]
537
+ SENSITIVE: []
538
+ end
539
+
540
+ class ListSpacesRequest
541
+ attr_accessor next_token: ::String
542
+ SENSITIVE: []
543
+ end
544
+
545
+ class ListSpacesResponse
546
+ attr_accessor next_token: ::String
547
+ attr_accessor items: ::Array[Types::SpaceSummary]
548
+ SENSITIVE: []
549
+ end
550
+
551
+ class ListWorkflowRunsRequest
552
+ attr_accessor space_name: ::String
553
+ attr_accessor workflow_id: ::String
554
+ attr_accessor project_name: ::String
555
+ attr_accessor next_token: ::String
556
+ attr_accessor max_results: ::Integer
557
+ attr_accessor sort_by: ::Array[Types::WorkflowRunSortCriteria]
558
+ SENSITIVE: []
559
+ end
560
+
561
+ class ListWorkflowRunsResponse
562
+ attr_accessor next_token: ::String
563
+ attr_accessor items: ::Array[Types::WorkflowRunSummary]
564
+ SENSITIVE: []
565
+ end
566
+
567
+ class ListWorkflowsRequest
568
+ attr_accessor space_name: ::String
569
+ attr_accessor project_name: ::String
570
+ attr_accessor next_token: ::String
571
+ attr_accessor max_results: ::Integer
572
+ attr_accessor sort_by: ::Array[Types::WorkflowSortCriteria]
573
+ SENSITIVE: []
574
+ end
575
+
576
+ class ListWorkflowsResponse
577
+ attr_accessor next_token: ::String
578
+ attr_accessor items: ::Array[Types::WorkflowSummary]
579
+ SENSITIVE: []
580
+ end
581
+
582
+ class PersistentStorage
583
+ attr_accessor size_in_gi_b: ::Integer
584
+ SENSITIVE: []
585
+ end
586
+
587
+ class PersistentStorageConfiguration
588
+ attr_accessor size_in_gi_b: ::Integer
589
+ SENSITIVE: []
590
+ end
591
+
592
+ class ProjectInformation
593
+ attr_accessor name: ::String
594
+ attr_accessor project_id: ::String
595
+ SENSITIVE: []
596
+ end
597
+
598
+ class ProjectListFilter
599
+ attr_accessor key: ("hasAccessTo" | "name")
600
+ attr_accessor values: ::Array[::String]
601
+ attr_accessor comparison_operator: ("EQ" | "GT" | "GE" | "LT" | "LE" | "BEGINS_WITH")
602
+ SENSITIVE: []
603
+ end
604
+
605
+ class ProjectSummary
606
+ attr_accessor name: ::String
607
+ attr_accessor display_name: ::String
608
+ attr_accessor description: ::String
609
+ SENSITIVE: []
610
+ end
611
+
612
+ class RepositoryInput
613
+ attr_accessor repository_name: ::String
614
+ attr_accessor branch_name: ::String
615
+ SENSITIVE: []
616
+ end
617
+
618
+ class ResourceNotFoundException
619
+ attr_accessor message: ::String
620
+ SENSITIVE: []
621
+ end
622
+
623
+ class ServiceQuotaExceededException
624
+ attr_accessor message: ::String
625
+ SENSITIVE: []
626
+ end
627
+
628
+ class SpaceSummary
629
+ attr_accessor name: ::String
630
+ attr_accessor region_name: ::String
631
+ attr_accessor display_name: ::String
632
+ attr_accessor description: ::String
633
+ SENSITIVE: []
634
+ end
635
+
636
+ class StartDevEnvironmentRequest
637
+ attr_accessor space_name: ::String
638
+ attr_accessor project_name: ::String
639
+ attr_accessor id: ::String
640
+ attr_accessor ides: ::Array[Types::IdeConfiguration]
641
+ attr_accessor instance_type: ("dev.standard1.small" | "dev.standard1.medium" | "dev.standard1.large" | "dev.standard1.xlarge")
642
+ attr_accessor inactivity_timeout_minutes: ::Integer
643
+ SENSITIVE: []
644
+ end
645
+
646
+ class StartDevEnvironmentResponse
647
+ attr_accessor space_name: ::String
648
+ attr_accessor project_name: ::String
649
+ attr_accessor id: ::String
650
+ attr_accessor status: ("PENDING" | "RUNNING" | "STARTING" | "STOPPING" | "STOPPED" | "FAILED" | "DELETING" | "DELETED")
651
+ SENSITIVE: []
652
+ end
653
+
654
+ class StartDevEnvironmentSessionRequest
655
+ attr_accessor space_name: ::String
656
+ attr_accessor project_name: ::String
657
+ attr_accessor id: ::String
658
+ attr_accessor session_configuration: Types::DevEnvironmentSessionConfiguration
659
+ SENSITIVE: []
660
+ end
661
+
662
+ class StartDevEnvironmentSessionResponse
663
+ attr_accessor access_details: Types::DevEnvironmentAccessDetails
664
+ attr_accessor session_id: ::String
665
+ attr_accessor space_name: ::String
666
+ attr_accessor project_name: ::String
667
+ attr_accessor id: ::String
668
+ SENSITIVE: [:access_details]
669
+ end
670
+
671
+ class StartWorkflowRunRequest
672
+ attr_accessor space_name: ::String
673
+ attr_accessor project_name: ::String
674
+ attr_accessor workflow_id: ::String
675
+ attr_accessor client_token: ::String
676
+ SENSITIVE: []
677
+ end
678
+
679
+ class StartWorkflowRunResponse
680
+ attr_accessor space_name: ::String
681
+ attr_accessor project_name: ::String
682
+ attr_accessor id: ::String
683
+ attr_accessor workflow_id: ::String
684
+ SENSITIVE: []
685
+ end
686
+
687
+ class StopDevEnvironmentRequest
688
+ attr_accessor space_name: ::String
689
+ attr_accessor project_name: ::String
690
+ attr_accessor id: ::String
691
+ SENSITIVE: []
692
+ end
693
+
694
+ class StopDevEnvironmentResponse
695
+ attr_accessor space_name: ::String
696
+ attr_accessor project_name: ::String
697
+ attr_accessor id: ::String
698
+ attr_accessor status: ("PENDING" | "RUNNING" | "STARTING" | "STOPPING" | "STOPPED" | "FAILED" | "DELETING" | "DELETED")
699
+ SENSITIVE: []
700
+ end
701
+
702
+ class StopDevEnvironmentSessionRequest
703
+ attr_accessor space_name: ::String
704
+ attr_accessor project_name: ::String
705
+ attr_accessor id: ::String
706
+ attr_accessor session_id: ::String
707
+ SENSITIVE: []
708
+ end
709
+
710
+ class StopDevEnvironmentSessionResponse
711
+ attr_accessor space_name: ::String
712
+ attr_accessor project_name: ::String
713
+ attr_accessor id: ::String
714
+ attr_accessor session_id: ::String
715
+ SENSITIVE: []
716
+ end
717
+
718
+ class ThrottlingException
719
+ attr_accessor message: ::String
720
+ SENSITIVE: []
721
+ end
722
+
723
+ class UpdateDevEnvironmentRequest
724
+ attr_accessor space_name: ::String
725
+ attr_accessor project_name: ::String
726
+ attr_accessor id: ::String
727
+ attr_accessor alias: ::String
728
+ attr_accessor ides: ::Array[Types::IdeConfiguration]
729
+ attr_accessor instance_type: ("dev.standard1.small" | "dev.standard1.medium" | "dev.standard1.large" | "dev.standard1.xlarge")
730
+ attr_accessor inactivity_timeout_minutes: ::Integer
731
+ attr_accessor client_token: ::String
732
+ SENSITIVE: []
733
+ end
734
+
735
+ class UpdateDevEnvironmentResponse
736
+ attr_accessor id: ::String
737
+ attr_accessor space_name: ::String
738
+ attr_accessor project_name: ::String
739
+ attr_accessor alias: ::String
740
+ attr_accessor ides: ::Array[Types::IdeConfiguration]
741
+ attr_accessor instance_type: ("dev.standard1.small" | "dev.standard1.medium" | "dev.standard1.large" | "dev.standard1.xlarge")
742
+ attr_accessor inactivity_timeout_minutes: ::Integer
743
+ attr_accessor client_token: ::String
744
+ SENSITIVE: []
745
+ end
746
+
747
+ class UpdateProjectRequest
748
+ attr_accessor space_name: ::String
749
+ attr_accessor name: ::String
750
+ attr_accessor description: ::String
751
+ SENSITIVE: []
752
+ end
753
+
754
+ class UpdateProjectResponse
755
+ attr_accessor space_name: ::String
756
+ attr_accessor name: ::String
757
+ attr_accessor display_name: ::String
758
+ attr_accessor description: ::String
759
+ SENSITIVE: []
760
+ end
761
+
762
+ class UpdateSpaceRequest
763
+ attr_accessor name: ::String
764
+ attr_accessor description: ::String
765
+ SENSITIVE: []
766
+ end
767
+
768
+ class UpdateSpaceResponse
769
+ attr_accessor name: ::String
770
+ attr_accessor display_name: ::String
771
+ attr_accessor description: ::String
772
+ SENSITIVE: []
773
+ end
774
+
775
+ class UserIdentity
776
+ attr_accessor user_type: ("USER" | "AWS_ACCOUNT" | "UNKNOWN")
777
+ attr_accessor principal_id: ::String
778
+ attr_accessor user_name: ::String
779
+ attr_accessor aws_account_id: ::String
780
+ SENSITIVE: []
781
+ end
782
+
783
+ class ValidationException
784
+ attr_accessor message: ::String
785
+ SENSITIVE: []
786
+ end
787
+
788
+ class VerifySessionResponse
789
+ attr_accessor identity: ::String
790
+ SENSITIVE: []
791
+ end
792
+
793
+ class WorkflowDefinition
794
+ attr_accessor path: ::String
795
+ SENSITIVE: []
796
+ end
797
+
798
+ class WorkflowDefinitionSummary
799
+ attr_accessor path: ::String
800
+ SENSITIVE: []
801
+ end
802
+
803
+ class WorkflowRunSortCriteria < Aws::EmptyStructure
804
+ end
805
+
806
+ class WorkflowRunStatusReason < Aws::EmptyStructure
807
+ end
808
+
809
+ class WorkflowRunSummary
810
+ attr_accessor id: ::String
811
+ attr_accessor workflow_id: ::String
812
+ attr_accessor workflow_name: ::String
813
+ attr_accessor status: ("SUCCEEDED" | "FAILED" | "STOPPED" | "SUPERSEDED" | "CANCELLED" | "NOT_RUN" | "VALIDATING" | "PROVISIONING" | "IN_PROGRESS" | "STOPPING" | "ABANDONED")
814
+ attr_accessor status_reasons: ::Array[Types::WorkflowRunStatusReason]
815
+ attr_accessor start_time: ::Time
816
+ attr_accessor end_time: ::Time
817
+ attr_accessor last_updated_time: ::Time
818
+ SENSITIVE: []
819
+ end
820
+
821
+ class WorkflowSortCriteria < Aws::EmptyStructure
822
+ end
823
+
824
+ class WorkflowSummary
825
+ attr_accessor id: ::String
826
+ attr_accessor name: ::String
827
+ attr_accessor source_repository_name: ::String
828
+ attr_accessor source_branch_name: ::String
829
+ attr_accessor definition: Types::WorkflowDefinitionSummary
830
+ attr_accessor created_time: ::Time
831
+ attr_accessor last_updated_time: ::Time
832
+ attr_accessor run_mode: ("QUEUED" | "PARALLEL" | "SUPERSEDED")
833
+ attr_accessor status: ("INVALID" | "ACTIVE")
834
+ SENSITIVE: []
835
+ end
836
+ end
837
+ end