aws-sdk-codecatalyst 1.0.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.
@@ -0,0 +1,994 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ module Aws::CodeCatalyst
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AccessTokenId = Shapes::StringShape.new(name: 'AccessTokenId')
18
+ AccessTokenName = Shapes::StringShape.new(name: 'AccessTokenName')
19
+ AccessTokenSecret = Shapes::StringShape.new(name: 'AccessTokenSecret')
20
+ AccessTokenSummaries = Shapes::ListShape.new(name: 'AccessTokenSummaries')
21
+ AccessTokenSummary = Shapes::StructureShape.new(name: 'AccessTokenSummary')
22
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
23
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
24
+ ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
25
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
26
+ CreateAccessTokenRequest = Shapes::StructureShape.new(name: 'CreateAccessTokenRequest')
27
+ CreateAccessTokenResponse = Shapes::StructureShape.new(name: 'CreateAccessTokenResponse')
28
+ CreateDevEnvironmentRequest = Shapes::StructureShape.new(name: 'CreateDevEnvironmentRequest')
29
+ CreateDevEnvironmentRequestAliasString = Shapes::StringShape.new(name: 'CreateDevEnvironmentRequestAliasString')
30
+ CreateDevEnvironmentResponse = Shapes::StructureShape.new(name: 'CreateDevEnvironmentResponse')
31
+ CreateProjectRequest = Shapes::StructureShape.new(name: 'CreateProjectRequest')
32
+ CreateProjectResponse = Shapes::StructureShape.new(name: 'CreateProjectResponse')
33
+ CreateSourceRepositoryBranchRequest = Shapes::StructureShape.new(name: 'CreateSourceRepositoryBranchRequest')
34
+ CreateSourceRepositoryBranchResponse = Shapes::StructureShape.new(name: 'CreateSourceRepositoryBranchResponse')
35
+ DeleteAccessTokenRequest = Shapes::StructureShape.new(name: 'DeleteAccessTokenRequest')
36
+ DeleteAccessTokenResponse = Shapes::StructureShape.new(name: 'DeleteAccessTokenResponse')
37
+ DeleteDevEnvironmentRequest = Shapes::StructureShape.new(name: 'DeleteDevEnvironmentRequest')
38
+ DeleteDevEnvironmentResponse = Shapes::StructureShape.new(name: 'DeleteDevEnvironmentResponse')
39
+ DevEnvironmentAccessDetails = Shapes::StructureShape.new(name: 'DevEnvironmentAccessDetails')
40
+ DevEnvironmentRepositorySummaries = Shapes::ListShape.new(name: 'DevEnvironmentRepositorySummaries')
41
+ DevEnvironmentRepositorySummary = Shapes::StructureShape.new(name: 'DevEnvironmentRepositorySummary')
42
+ DevEnvironmentSessionConfiguration = Shapes::StructureShape.new(name: 'DevEnvironmentSessionConfiguration')
43
+ DevEnvironmentSessionType = Shapes::StringShape.new(name: 'DevEnvironmentSessionType')
44
+ DevEnvironmentStatus = Shapes::StringShape.new(name: 'DevEnvironmentStatus')
45
+ DevEnvironmentSummary = Shapes::StructureShape.new(name: 'DevEnvironmentSummary')
46
+ DevEnvironmentSummaryAliasString = Shapes::StringShape.new(name: 'DevEnvironmentSummaryAliasString')
47
+ DevEnvironmentSummaryCreatorIdString = Shapes::StringShape.new(name: 'DevEnvironmentSummaryCreatorIdString')
48
+ DevEnvironmentSummaryList = Shapes::ListShape.new(name: 'DevEnvironmentSummaryList')
49
+ EmailAddress = Shapes::StructureShape.new(name: 'EmailAddress')
50
+ EventLogEntries = Shapes::ListShape.new(name: 'EventLogEntries')
51
+ EventLogEntry = Shapes::StructureShape.new(name: 'EventLogEntry')
52
+ EventPayload = Shapes::StructureShape.new(name: 'EventPayload')
53
+ ExecuteCommandSessionConfiguration = Shapes::StructureShape.new(name: 'ExecuteCommandSessionConfiguration')
54
+ ExecuteCommandSessionConfigurationArguments = Shapes::ListShape.new(name: 'ExecuteCommandSessionConfigurationArguments')
55
+ ExecuteCommandSessionConfigurationArgumentsMemberString = Shapes::StringShape.new(name: 'ExecuteCommandSessionConfigurationArgumentsMemberString')
56
+ ExecuteCommandSessionConfigurationCommandString = Shapes::StringShape.new(name: 'ExecuteCommandSessionConfigurationCommandString')
57
+ Filter = Shapes::StructureShape.new(name: 'Filter')
58
+ FilterKey = Shapes::StringShape.new(name: 'FilterKey')
59
+ Filters = Shapes::ListShape.new(name: 'Filters')
60
+ GetDevEnvironmentRequest = Shapes::StructureShape.new(name: 'GetDevEnvironmentRequest')
61
+ GetDevEnvironmentResponse = Shapes::StructureShape.new(name: 'GetDevEnvironmentResponse')
62
+ GetDevEnvironmentResponseAliasString = Shapes::StringShape.new(name: 'GetDevEnvironmentResponseAliasString')
63
+ GetDevEnvironmentResponseCreatorIdString = Shapes::StringShape.new(name: 'GetDevEnvironmentResponseCreatorIdString')
64
+ GetProjectRequest = Shapes::StructureShape.new(name: 'GetProjectRequest')
65
+ GetProjectResponse = Shapes::StructureShape.new(name: 'GetProjectResponse')
66
+ GetSourceRepositoryCloneUrlsRequest = Shapes::StructureShape.new(name: 'GetSourceRepositoryCloneUrlsRequest')
67
+ GetSourceRepositoryCloneUrlsResponse = Shapes::StructureShape.new(name: 'GetSourceRepositoryCloneUrlsResponse')
68
+ GetSpaceRequest = Shapes::StructureShape.new(name: 'GetSpaceRequest')
69
+ GetSpaceResponse = Shapes::StructureShape.new(name: 'GetSpaceResponse')
70
+ GetSubscriptionRequest = Shapes::StructureShape.new(name: 'GetSubscriptionRequest')
71
+ GetSubscriptionResponse = Shapes::StructureShape.new(name: 'GetSubscriptionResponse')
72
+ GetUserDetailsRequest = Shapes::StructureShape.new(name: 'GetUserDetailsRequest')
73
+ GetUserDetailsRequestIdString = Shapes::StringShape.new(name: 'GetUserDetailsRequestIdString')
74
+ GetUserDetailsRequestUserNameString = Shapes::StringShape.new(name: 'GetUserDetailsRequestUserNameString')
75
+ GetUserDetailsResponse = Shapes::StructureShape.new(name: 'GetUserDetailsResponse')
76
+ Ide = Shapes::StructureShape.new(name: 'Ide')
77
+ IdeConfiguration = Shapes::StructureShape.new(name: 'IdeConfiguration')
78
+ IdeConfigurationList = Shapes::ListShape.new(name: 'IdeConfigurationList')
79
+ IdeConfigurationNameString = Shapes::StringShape.new(name: 'IdeConfigurationNameString')
80
+ IdeConfigurationRuntimeString = Shapes::StringShape.new(name: 'IdeConfigurationRuntimeString')
81
+ IdeNameString = Shapes::StringShape.new(name: 'IdeNameString')
82
+ IdeRuntimeString = Shapes::StringShape.new(name: 'IdeRuntimeString')
83
+ Ides = Shapes::ListShape.new(name: 'Ides')
84
+ InactivityTimeoutMinutes = Shapes::IntegerShape.new(name: 'InactivityTimeoutMinutes')
85
+ InstanceType = Shapes::StringShape.new(name: 'InstanceType')
86
+ ListAccessTokensRequest = Shapes::StructureShape.new(name: 'ListAccessTokensRequest')
87
+ ListAccessTokensRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAccessTokensRequestMaxResultsInteger')
88
+ ListAccessTokensRequestNextTokenString = Shapes::StringShape.new(name: 'ListAccessTokensRequestNextTokenString')
89
+ ListAccessTokensResponse = Shapes::StructureShape.new(name: 'ListAccessTokensResponse')
90
+ ListDevEnvironmentsRequest = Shapes::StructureShape.new(name: 'ListDevEnvironmentsRequest')
91
+ ListDevEnvironmentsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListDevEnvironmentsRequestMaxResultsInteger')
92
+ ListDevEnvironmentsRequestNextTokenString = Shapes::StringShape.new(name: 'ListDevEnvironmentsRequestNextTokenString')
93
+ ListDevEnvironmentsResponse = Shapes::StructureShape.new(name: 'ListDevEnvironmentsResponse')
94
+ ListEventLogsRequest = Shapes::StructureShape.new(name: 'ListEventLogsRequest')
95
+ ListEventLogsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListEventLogsRequestMaxResultsInteger')
96
+ ListEventLogsRequestNextTokenString = Shapes::StringShape.new(name: 'ListEventLogsRequestNextTokenString')
97
+ ListEventLogsResponse = Shapes::StructureShape.new(name: 'ListEventLogsResponse')
98
+ ListProjectsRequest = Shapes::StructureShape.new(name: 'ListProjectsRequest')
99
+ ListProjectsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListProjectsRequestMaxResultsInteger')
100
+ ListProjectsRequestNextTokenString = Shapes::StringShape.new(name: 'ListProjectsRequestNextTokenString')
101
+ ListProjectsResponse = Shapes::StructureShape.new(name: 'ListProjectsResponse')
102
+ ListSourceRepositoriesItem = Shapes::StructureShape.new(name: 'ListSourceRepositoriesItem')
103
+ ListSourceRepositoriesItems = Shapes::ListShape.new(name: 'ListSourceRepositoriesItems')
104
+ ListSourceRepositoriesRequest = Shapes::StructureShape.new(name: 'ListSourceRepositoriesRequest')
105
+ ListSourceRepositoriesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListSourceRepositoriesRequestMaxResultsInteger')
106
+ ListSourceRepositoriesRequestNextTokenString = Shapes::StringShape.new(name: 'ListSourceRepositoriesRequestNextTokenString')
107
+ ListSourceRepositoriesResponse = Shapes::StructureShape.new(name: 'ListSourceRepositoriesResponse')
108
+ ListSourceRepositoryBranchesItem = Shapes::StructureShape.new(name: 'ListSourceRepositoryBranchesItem')
109
+ ListSourceRepositoryBranchesItems = Shapes::ListShape.new(name: 'ListSourceRepositoryBranchesItems')
110
+ ListSourceRepositoryBranchesRequest = Shapes::StructureShape.new(name: 'ListSourceRepositoryBranchesRequest')
111
+ ListSourceRepositoryBranchesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListSourceRepositoryBranchesRequestMaxResultsInteger')
112
+ ListSourceRepositoryBranchesRequestNextTokenString = Shapes::StringShape.new(name: 'ListSourceRepositoryBranchesRequestNextTokenString')
113
+ ListSourceRepositoryBranchesResponse = Shapes::StructureShape.new(name: 'ListSourceRepositoryBranchesResponse')
114
+ ListSpacesRequest = Shapes::StructureShape.new(name: 'ListSpacesRequest')
115
+ ListSpacesRequestNextTokenString = Shapes::StringShape.new(name: 'ListSpacesRequestNextTokenString')
116
+ ListSpacesResponse = Shapes::StructureShape.new(name: 'ListSpacesResponse')
117
+ NameString = Shapes::StringShape.new(name: 'NameString')
118
+ OperationType = Shapes::StringShape.new(name: 'OperationType')
119
+ PersistentStorage = Shapes::StructureShape.new(name: 'PersistentStorage')
120
+ PersistentStorageConfiguration = Shapes::StructureShape.new(name: 'PersistentStorageConfiguration')
121
+ PersistentStorageConfigurationSizeInGiBInteger = Shapes::IntegerShape.new(name: 'PersistentStorageConfigurationSizeInGiBInteger')
122
+ PersistentStorageSizeInGiBInteger = Shapes::IntegerShape.new(name: 'PersistentStorageSizeInGiBInteger')
123
+ ProjectDescription = Shapes::StringShape.new(name: 'ProjectDescription')
124
+ ProjectDisplayName = Shapes::StringShape.new(name: 'ProjectDisplayName')
125
+ ProjectInformation = Shapes::StructureShape.new(name: 'ProjectInformation')
126
+ ProjectListFilter = Shapes::StructureShape.new(name: 'ProjectListFilter')
127
+ ProjectListFilters = Shapes::ListShape.new(name: 'ProjectListFilters')
128
+ ProjectSummaries = Shapes::ListShape.new(name: 'ProjectSummaries')
129
+ ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
130
+ RegionString = Shapes::StringShape.new(name: 'RegionString')
131
+ RepositoriesInput = Shapes::ListShape.new(name: 'RepositoriesInput')
132
+ RepositoryInput = Shapes::StructureShape.new(name: 'RepositoryInput')
133
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
134
+ SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
135
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
136
+ SourceRepositoryBranchRefString = Shapes::StringShape.new(name: 'SourceRepositoryBranchRefString')
137
+ SourceRepositoryBranchString = Shapes::StringShape.new(name: 'SourceRepositoryBranchString')
138
+ SourceRepositoryDescriptionString = Shapes::StringShape.new(name: 'SourceRepositoryDescriptionString')
139
+ SourceRepositoryIdString = Shapes::StringShape.new(name: 'SourceRepositoryIdString')
140
+ SourceRepositoryNameString = Shapes::StringShape.new(name: 'SourceRepositoryNameString')
141
+ SpaceSummaries = Shapes::ListShape.new(name: 'SpaceSummaries')
142
+ SpaceSummary = Shapes::StructureShape.new(name: 'SpaceSummary')
143
+ StartDevEnvironmentRequest = Shapes::StructureShape.new(name: 'StartDevEnvironmentRequest')
144
+ StartDevEnvironmentResponse = Shapes::StructureShape.new(name: 'StartDevEnvironmentResponse')
145
+ StartDevEnvironmentSessionRequest = Shapes::StructureShape.new(name: 'StartDevEnvironmentSessionRequest')
146
+ StartDevEnvironmentSessionResponse = Shapes::StructureShape.new(name: 'StartDevEnvironmentSessionResponse')
147
+ StartDevEnvironmentSessionResponseSessionIdString = Shapes::StringShape.new(name: 'StartDevEnvironmentSessionResponseSessionIdString')
148
+ StatusReason = Shapes::StringShape.new(name: 'StatusReason')
149
+ StopDevEnvironmentRequest = Shapes::StructureShape.new(name: 'StopDevEnvironmentRequest')
150
+ StopDevEnvironmentResponse = Shapes::StructureShape.new(name: 'StopDevEnvironmentResponse')
151
+ String = Shapes::StringShape.new(name: 'String')
152
+ StringList = Shapes::ListShape.new(name: 'StringList')
153
+ SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
154
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
155
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
156
+ UpdateDevEnvironmentRequest = Shapes::StructureShape.new(name: 'UpdateDevEnvironmentRequest')
157
+ UpdateDevEnvironmentRequestAliasString = Shapes::StringShape.new(name: 'UpdateDevEnvironmentRequestAliasString')
158
+ UpdateDevEnvironmentResponse = Shapes::StructureShape.new(name: 'UpdateDevEnvironmentResponse')
159
+ UpdateDevEnvironmentResponseAliasString = Shapes::StringShape.new(name: 'UpdateDevEnvironmentResponseAliasString')
160
+ UserIdentity = Shapes::StructureShape.new(name: 'UserIdentity')
161
+ UserType = Shapes::StringShape.new(name: 'UserType')
162
+ Uuid = Shapes::StringShape.new(name: 'Uuid')
163
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
164
+ VerifySessionResponse = Shapes::StructureShape.new(name: 'VerifySessionResponse')
165
+ VerifySessionResponseIdentityString = Shapes::StringShape.new(name: 'VerifySessionResponseIdentityString')
166
+
167
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
168
+ AccessDeniedException.struct_class = Types::AccessDeniedException
169
+
170
+ AccessTokenSummaries.member = Shapes::ShapeRef.new(shape: AccessTokenSummary)
171
+
172
+ AccessTokenSummary.add_member(:id, Shapes::ShapeRef.new(shape: AccessTokenId, required: true, location_name: "id"))
173
+ AccessTokenSummary.add_member(:name, Shapes::ShapeRef.new(shape: AccessTokenName, required: true, location_name: "name"))
174
+ AccessTokenSummary.add_member(:expires_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "expiresTime"))
175
+ AccessTokenSummary.struct_class = Types::AccessTokenSummary
176
+
177
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
178
+ ConflictException.struct_class = Types::ConflictException
179
+
180
+ CreateAccessTokenRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessTokenName, required: true, location_name: "name"))
181
+ CreateAccessTokenRequest.add_member(:expires_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "expiresTime"))
182
+ CreateAccessTokenRequest.struct_class = Types::CreateAccessTokenRequest
183
+
184
+ CreateAccessTokenResponse.add_member(:secret, Shapes::ShapeRef.new(shape: AccessTokenSecret, required: true, location_name: "secret"))
185
+ CreateAccessTokenResponse.add_member(:name, Shapes::ShapeRef.new(shape: AccessTokenName, location_name: "name"))
186
+ CreateAccessTokenResponse.add_member(:expires_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "expiresTime"))
187
+ CreateAccessTokenResponse.struct_class = Types::CreateAccessTokenResponse
188
+
189
+ CreateDevEnvironmentRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
190
+ CreateDevEnvironmentRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
191
+ CreateDevEnvironmentRequest.add_member(:repositories, Shapes::ShapeRef.new(shape: RepositoriesInput, location_name: "repositories"))
192
+ CreateDevEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
193
+ CreateDevEnvironmentRequest.add_member(:alias, Shapes::ShapeRef.new(shape: CreateDevEnvironmentRequestAliasString, location_name: "alias"))
194
+ CreateDevEnvironmentRequest.add_member(:ides, Shapes::ShapeRef.new(shape: IdeConfigurationList, location_name: "ides"))
195
+ CreateDevEnvironmentRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "instanceType"))
196
+ CreateDevEnvironmentRequest.add_member(:inactivity_timeout_minutes, Shapes::ShapeRef.new(shape: InactivityTimeoutMinutes, location_name: "inactivityTimeoutMinutes"))
197
+ CreateDevEnvironmentRequest.add_member(:persistent_storage, Shapes::ShapeRef.new(shape: PersistentStorageConfiguration, required: true, location_name: "persistentStorage"))
198
+ CreateDevEnvironmentRequest.struct_class = Types::CreateDevEnvironmentRequest
199
+
200
+ CreateDevEnvironmentResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "spaceName"))
201
+ CreateDevEnvironmentResponse.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "projectName"))
202
+ CreateDevEnvironmentResponse.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
203
+ CreateDevEnvironmentResponse.struct_class = Types::CreateDevEnvironmentResponse
204
+
205
+ CreateProjectRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
206
+ CreateProjectRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ProjectDisplayName, required: true, location_name: "displayName"))
207
+ CreateProjectRequest.add_member(:description, Shapes::ShapeRef.new(shape: ProjectDescription, location_name: "description"))
208
+ CreateProjectRequest.struct_class = Types::CreateProjectRequest
209
+
210
+ CreateProjectResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, location_name: "spaceName"))
211
+ CreateProjectResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
212
+ CreateProjectResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
213
+ CreateProjectResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
214
+ CreateProjectResponse.struct_class = Types::CreateProjectResponse
215
+
216
+ CreateSourceRepositoryBranchRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
217
+ CreateSourceRepositoryBranchRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
218
+ CreateSourceRepositoryBranchRequest.add_member(:source_repository_name, Shapes::ShapeRef.new(shape: SourceRepositoryNameString, required: true, location: "uri", location_name: "sourceRepositoryName"))
219
+ CreateSourceRepositoryBranchRequest.add_member(:name, Shapes::ShapeRef.new(shape: SourceRepositoryBranchString, required: true, location: "uri", location_name: "name"))
220
+ CreateSourceRepositoryBranchRequest.add_member(:head_commit_id, Shapes::ShapeRef.new(shape: String, location_name: "headCommitId"))
221
+ CreateSourceRepositoryBranchRequest.struct_class = Types::CreateSourceRepositoryBranchRequest
222
+
223
+ CreateSourceRepositoryBranchResponse.add_member(:ref, Shapes::ShapeRef.new(shape: SourceRepositoryBranchRefString, location_name: "ref"))
224
+ CreateSourceRepositoryBranchResponse.add_member(:name, Shapes::ShapeRef.new(shape: SourceRepositoryBranchString, location_name: "name"))
225
+ CreateSourceRepositoryBranchResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedTime"))
226
+ CreateSourceRepositoryBranchResponse.add_member(:head_commit_id, Shapes::ShapeRef.new(shape: String, location_name: "headCommitId"))
227
+ CreateSourceRepositoryBranchResponse.struct_class = Types::CreateSourceRepositoryBranchResponse
228
+
229
+ DeleteAccessTokenRequest.add_member(:id, Shapes::ShapeRef.new(shape: AccessTokenId, required: true, location: "uri", location_name: "id"))
230
+ DeleteAccessTokenRequest.struct_class = Types::DeleteAccessTokenRequest
231
+
232
+ DeleteAccessTokenResponse.struct_class = Types::DeleteAccessTokenResponse
233
+
234
+ DeleteDevEnvironmentRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
235
+ DeleteDevEnvironmentRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
236
+ DeleteDevEnvironmentRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
237
+ DeleteDevEnvironmentRequest.struct_class = Types::DeleteDevEnvironmentRequest
238
+
239
+ DeleteDevEnvironmentResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "spaceName"))
240
+ DeleteDevEnvironmentResponse.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "projectName"))
241
+ DeleteDevEnvironmentResponse.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
242
+ DeleteDevEnvironmentResponse.struct_class = Types::DeleteDevEnvironmentResponse
243
+
244
+ DevEnvironmentAccessDetails.add_member(:stream_url, Shapes::ShapeRef.new(shape: SensitiveString, required: true, location_name: "streamUrl"))
245
+ DevEnvironmentAccessDetails.add_member(:token_value, Shapes::ShapeRef.new(shape: SensitiveString, required: true, location_name: "tokenValue"))
246
+ DevEnvironmentAccessDetails.struct_class = Types::DevEnvironmentAccessDetails
247
+
248
+ DevEnvironmentRepositorySummaries.member = Shapes::ShapeRef.new(shape: DevEnvironmentRepositorySummary)
249
+
250
+ DevEnvironmentRepositorySummary.add_member(:repository_name, Shapes::ShapeRef.new(shape: SourceRepositoryNameString, required: true, location_name: "repositoryName"))
251
+ DevEnvironmentRepositorySummary.add_member(:branch_name, Shapes::ShapeRef.new(shape: SourceRepositoryBranchString, location_name: "branchName"))
252
+ DevEnvironmentRepositorySummary.struct_class = Types::DevEnvironmentRepositorySummary
253
+
254
+ DevEnvironmentSessionConfiguration.add_member(:session_type, Shapes::ShapeRef.new(shape: DevEnvironmentSessionType, required: true, location_name: "sessionType"))
255
+ DevEnvironmentSessionConfiguration.add_member(:execute_command_session_configuration, Shapes::ShapeRef.new(shape: ExecuteCommandSessionConfiguration, location_name: "executeCommandSessionConfiguration"))
256
+ DevEnvironmentSessionConfiguration.struct_class = Types::DevEnvironmentSessionConfiguration
257
+
258
+ DevEnvironmentSummary.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, location_name: "spaceName"))
259
+ DevEnvironmentSummary.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, location_name: "projectName"))
260
+ DevEnvironmentSummary.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
261
+ DevEnvironmentSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "lastUpdatedTime"))
262
+ DevEnvironmentSummary.add_member(:creator_id, Shapes::ShapeRef.new(shape: DevEnvironmentSummaryCreatorIdString, required: true, location_name: "creatorId"))
263
+ DevEnvironmentSummary.add_member(:status, Shapes::ShapeRef.new(shape: DevEnvironmentStatus, required: true, location_name: "status"))
264
+ DevEnvironmentSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "statusReason"))
265
+ DevEnvironmentSummary.add_member(:repositories, Shapes::ShapeRef.new(shape: DevEnvironmentRepositorySummaries, required: true, location_name: "repositories"))
266
+ DevEnvironmentSummary.add_member(:alias, Shapes::ShapeRef.new(shape: DevEnvironmentSummaryAliasString, location_name: "alias"))
267
+ DevEnvironmentSummary.add_member(:ides, Shapes::ShapeRef.new(shape: Ides, location_name: "ides"))
268
+ DevEnvironmentSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "instanceType"))
269
+ DevEnvironmentSummary.add_member(:inactivity_timeout_minutes, Shapes::ShapeRef.new(shape: InactivityTimeoutMinutes, required: true, location_name: "inactivityTimeoutMinutes"))
270
+ DevEnvironmentSummary.add_member(:persistent_storage, Shapes::ShapeRef.new(shape: PersistentStorage, required: true, location_name: "persistentStorage"))
271
+ DevEnvironmentSummary.struct_class = Types::DevEnvironmentSummary
272
+
273
+ DevEnvironmentSummaryList.member = Shapes::ShapeRef.new(shape: DevEnvironmentSummary)
274
+
275
+ EmailAddress.add_member(:email, Shapes::ShapeRef.new(shape: String, location_name: "email"))
276
+ EmailAddress.add_member(:verified, Shapes::ShapeRef.new(shape: Boolean, location_name: "verified"))
277
+ EmailAddress.struct_class = Types::EmailAddress
278
+
279
+ EventLogEntries.member = Shapes::ShapeRef.new(shape: EventLogEntry)
280
+
281
+ EventLogEntry.add_member(:id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "id"))
282
+ EventLogEntry.add_member(:event_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "eventName"))
283
+ EventLogEntry.add_member(:event_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "eventType"))
284
+ EventLogEntry.add_member(:event_category, Shapes::ShapeRef.new(shape: String, required: true, location_name: "eventCategory"))
285
+ EventLogEntry.add_member(:event_source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "eventSource"))
286
+ EventLogEntry.add_member(:event_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "eventTime"))
287
+ EventLogEntry.add_member(:operation_type, Shapes::ShapeRef.new(shape: OperationType, required: true, location_name: "operationType"))
288
+ EventLogEntry.add_member(:user_identity, Shapes::ShapeRef.new(shape: UserIdentity, required: true, location_name: "userIdentity"))
289
+ EventLogEntry.add_member(:project_information, Shapes::ShapeRef.new(shape: ProjectInformation, location_name: "projectInformation"))
290
+ EventLogEntry.add_member(:request_id, Shapes::ShapeRef.new(shape: String, location_name: "requestId"))
291
+ EventLogEntry.add_member(:request_payload, Shapes::ShapeRef.new(shape: EventPayload, location_name: "requestPayload"))
292
+ EventLogEntry.add_member(:response_payload, Shapes::ShapeRef.new(shape: EventPayload, location_name: "responsePayload"))
293
+ EventLogEntry.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "errorCode"))
294
+ EventLogEntry.add_member(:source_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "sourceIpAddress"))
295
+ EventLogEntry.add_member(:user_agent, Shapes::ShapeRef.new(shape: String, location_name: "userAgent"))
296
+ EventLogEntry.struct_class = Types::EventLogEntry
297
+
298
+ EventPayload.add_member(:content_type, Shapes::ShapeRef.new(shape: String, location_name: "contentType"))
299
+ EventPayload.add_member(:data, Shapes::ShapeRef.new(shape: String, location_name: "data"))
300
+ EventPayload.struct_class = Types::EventPayload
301
+
302
+ ExecuteCommandSessionConfiguration.add_member(:command, Shapes::ShapeRef.new(shape: ExecuteCommandSessionConfigurationCommandString, required: true, location_name: "command"))
303
+ ExecuteCommandSessionConfiguration.add_member(:arguments, Shapes::ShapeRef.new(shape: ExecuteCommandSessionConfigurationArguments, location_name: "arguments"))
304
+ ExecuteCommandSessionConfiguration.struct_class = Types::ExecuteCommandSessionConfiguration
305
+
306
+ ExecuteCommandSessionConfigurationArguments.member = Shapes::ShapeRef.new(shape: ExecuteCommandSessionConfigurationArgumentsMemberString)
307
+
308
+ Filter.add_member(:key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "key"))
309
+ Filter.add_member(:values, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "values"))
310
+ Filter.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: String, location_name: "comparisonOperator"))
311
+ Filter.struct_class = Types::Filter
312
+
313
+ Filters.member = Shapes::ShapeRef.new(shape: Filter)
314
+
315
+ GetDevEnvironmentRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
316
+ GetDevEnvironmentRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
317
+ GetDevEnvironmentRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
318
+ GetDevEnvironmentRequest.struct_class = Types::GetDevEnvironmentRequest
319
+
320
+ GetDevEnvironmentResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "spaceName"))
321
+ GetDevEnvironmentResponse.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "projectName"))
322
+ GetDevEnvironmentResponse.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
323
+ GetDevEnvironmentResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "lastUpdatedTime"))
324
+ GetDevEnvironmentResponse.add_member(:creator_id, Shapes::ShapeRef.new(shape: GetDevEnvironmentResponseCreatorIdString, required: true, location_name: "creatorId"))
325
+ GetDevEnvironmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: DevEnvironmentStatus, required: true, location_name: "status"))
326
+ GetDevEnvironmentResponse.add_member(:status_reason, Shapes::ShapeRef.new(shape: StatusReason, location_name: "statusReason"))
327
+ GetDevEnvironmentResponse.add_member(:repositories, Shapes::ShapeRef.new(shape: DevEnvironmentRepositorySummaries, required: true, location_name: "repositories"))
328
+ GetDevEnvironmentResponse.add_member(:alias, Shapes::ShapeRef.new(shape: GetDevEnvironmentResponseAliasString, location_name: "alias"))
329
+ GetDevEnvironmentResponse.add_member(:ides, Shapes::ShapeRef.new(shape: Ides, location_name: "ides"))
330
+ GetDevEnvironmentResponse.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "instanceType"))
331
+ GetDevEnvironmentResponse.add_member(:inactivity_timeout_minutes, Shapes::ShapeRef.new(shape: InactivityTimeoutMinutes, required: true, location_name: "inactivityTimeoutMinutes"))
332
+ GetDevEnvironmentResponse.add_member(:persistent_storage, Shapes::ShapeRef.new(shape: PersistentStorage, required: true, location_name: "persistentStorage"))
333
+ GetDevEnvironmentResponse.struct_class = Types::GetDevEnvironmentResponse
334
+
335
+ GetProjectRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
336
+ GetProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "name"))
337
+ GetProjectRequest.struct_class = Types::GetProjectRequest
338
+
339
+ GetProjectResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, location_name: "spaceName"))
340
+ GetProjectResponse.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
341
+ GetProjectResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
342
+ GetProjectResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
343
+ GetProjectResponse.struct_class = Types::GetProjectResponse
344
+
345
+ GetSourceRepositoryCloneUrlsRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
346
+ GetSourceRepositoryCloneUrlsRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
347
+ GetSourceRepositoryCloneUrlsRequest.add_member(:source_repository_name, Shapes::ShapeRef.new(shape: SourceRepositoryNameString, required: true, location: "uri", location_name: "sourceRepositoryName"))
348
+ GetSourceRepositoryCloneUrlsRequest.struct_class = Types::GetSourceRepositoryCloneUrlsRequest
349
+
350
+ GetSourceRepositoryCloneUrlsResponse.add_member(:https, Shapes::ShapeRef.new(shape: String, required: true, location_name: "https"))
351
+ GetSourceRepositoryCloneUrlsResponse.struct_class = Types::GetSourceRepositoryCloneUrlsResponse
352
+
353
+ GetSpaceRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "name"))
354
+ GetSpaceRequest.struct_class = Types::GetSpaceRequest
355
+
356
+ GetSpaceResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
357
+ GetSpaceResponse.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionString, required: true, location_name: "regionName"))
358
+ GetSpaceResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
359
+ GetSpaceResponse.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
360
+ GetSpaceResponse.struct_class = Types::GetSpaceResponse
361
+
362
+ GetSubscriptionRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
363
+ GetSubscriptionRequest.struct_class = Types::GetSubscriptionRequest
364
+
365
+ GetSubscriptionResponse.add_member(:subscription_type, Shapes::ShapeRef.new(shape: String, location_name: "subscriptionType"))
366
+ GetSubscriptionResponse.add_member(:aws_account_name, Shapes::ShapeRef.new(shape: NameString, location_name: "awsAccountName"))
367
+ GetSubscriptionResponse.struct_class = Types::GetSubscriptionResponse
368
+
369
+ GetUserDetailsRequest.add_member(:id, Shapes::ShapeRef.new(shape: GetUserDetailsRequestIdString, location: "querystring", location_name: "id"))
370
+ GetUserDetailsRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: GetUserDetailsRequestUserNameString, location: "querystring", location_name: "userName"))
371
+ GetUserDetailsRequest.struct_class = Types::GetUserDetailsRequest
372
+
373
+ GetUserDetailsResponse.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
374
+ GetUserDetailsResponse.add_member(:user_name, Shapes::ShapeRef.new(shape: String, location_name: "userName"))
375
+ GetUserDetailsResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
376
+ GetUserDetailsResponse.add_member(:primary_email, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "primaryEmail"))
377
+ GetUserDetailsResponse.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
378
+ GetUserDetailsResponse.struct_class = Types::GetUserDetailsResponse
379
+
380
+ Ide.add_member(:runtime, Shapes::ShapeRef.new(shape: IdeRuntimeString, location_name: "runtime"))
381
+ Ide.add_member(:name, Shapes::ShapeRef.new(shape: IdeNameString, location_name: "name"))
382
+ Ide.struct_class = Types::Ide
383
+
384
+ IdeConfiguration.add_member(:runtime, Shapes::ShapeRef.new(shape: IdeConfigurationRuntimeString, location_name: "runtime"))
385
+ IdeConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: IdeConfigurationNameString, location_name: "name"))
386
+ IdeConfiguration.struct_class = Types::IdeConfiguration
387
+
388
+ IdeConfigurationList.member = Shapes::ShapeRef.new(shape: IdeConfiguration)
389
+
390
+ Ides.member = Shapes::ShapeRef.new(shape: Ide)
391
+
392
+ ListAccessTokensRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAccessTokensRequestMaxResultsInteger, location_name: "maxResults"))
393
+ ListAccessTokensRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListAccessTokensRequestNextTokenString, location_name: "nextToken"))
394
+ ListAccessTokensRequest.struct_class = Types::ListAccessTokensRequest
395
+
396
+ ListAccessTokensResponse.add_member(:items, Shapes::ShapeRef.new(shape: AccessTokenSummaries, required: true, location_name: "items"))
397
+ ListAccessTokensResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
398
+ ListAccessTokensResponse.struct_class = Types::ListAccessTokensResponse
399
+
400
+ ListDevEnvironmentsRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
401
+ ListDevEnvironmentsRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
402
+ ListDevEnvironmentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
403
+ ListDevEnvironmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListDevEnvironmentsRequestNextTokenString, location_name: "nextToken"))
404
+ ListDevEnvironmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListDevEnvironmentsRequestMaxResultsInteger, location_name: "maxResults"))
405
+ ListDevEnvironmentsRequest.struct_class = Types::ListDevEnvironmentsRequest
406
+
407
+ ListDevEnvironmentsResponse.add_member(:items, Shapes::ShapeRef.new(shape: DevEnvironmentSummaryList, required: true, location_name: "items"))
408
+ ListDevEnvironmentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
409
+ ListDevEnvironmentsResponse.struct_class = Types::ListDevEnvironmentsResponse
410
+
411
+ ListEventLogsRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
412
+ ListEventLogsRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "startTime"))
413
+ ListEventLogsRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "endTime"))
414
+ ListEventLogsRequest.add_member(:event_name, Shapes::ShapeRef.new(shape: String, location_name: "eventName"))
415
+ ListEventLogsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListEventLogsRequestNextTokenString, location_name: "nextToken"))
416
+ ListEventLogsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEventLogsRequestMaxResultsInteger, location_name: "maxResults"))
417
+ ListEventLogsRequest.struct_class = Types::ListEventLogsRequest
418
+
419
+ ListEventLogsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
420
+ ListEventLogsResponse.add_member(:items, Shapes::ShapeRef.new(shape: EventLogEntries, required: true, location_name: "items"))
421
+ ListEventLogsResponse.struct_class = Types::ListEventLogsResponse
422
+
423
+ ListProjectsRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
424
+ ListProjectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListProjectsRequestNextTokenString, location_name: "nextToken"))
425
+ ListProjectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListProjectsRequestMaxResultsInteger, location_name: "maxResults"))
426
+ ListProjectsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ProjectListFilters, location_name: "filters"))
427
+ ListProjectsRequest.struct_class = Types::ListProjectsRequest
428
+
429
+ ListProjectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
430
+ ListProjectsResponse.add_member(:items, Shapes::ShapeRef.new(shape: ProjectSummaries, location_name: "items"))
431
+ ListProjectsResponse.struct_class = Types::ListProjectsResponse
432
+
433
+ ListSourceRepositoriesItem.add_member(:id, Shapes::ShapeRef.new(shape: SourceRepositoryIdString, required: true, location_name: "id"))
434
+ ListSourceRepositoriesItem.add_member(:name, Shapes::ShapeRef.new(shape: SourceRepositoryNameString, required: true, location_name: "name"))
435
+ ListSourceRepositoriesItem.add_member(:description, Shapes::ShapeRef.new(shape: SourceRepositoryDescriptionString, location_name: "description"))
436
+ ListSourceRepositoriesItem.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
437
+ ListSourceRepositoriesItem.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
438
+ ListSourceRepositoriesItem.struct_class = Types::ListSourceRepositoriesItem
439
+
440
+ ListSourceRepositoriesItems.member = Shapes::ShapeRef.new(shape: ListSourceRepositoriesItem)
441
+
442
+ ListSourceRepositoriesRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
443
+ ListSourceRepositoriesRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
444
+ ListSourceRepositoriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListSourceRepositoriesRequestNextTokenString, location_name: "nextToken"))
445
+ ListSourceRepositoriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSourceRepositoriesRequestMaxResultsInteger, location_name: "maxResults"))
446
+ ListSourceRepositoriesRequest.struct_class = Types::ListSourceRepositoriesRequest
447
+
448
+ ListSourceRepositoriesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ListSourceRepositoriesItems, location_name: "items"))
449
+ ListSourceRepositoriesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
450
+ ListSourceRepositoriesResponse.struct_class = Types::ListSourceRepositoriesResponse
451
+
452
+ ListSourceRepositoryBranchesItem.add_member(:ref, Shapes::ShapeRef.new(shape: SourceRepositoryBranchRefString, location_name: "ref"))
453
+ ListSourceRepositoryBranchesItem.add_member(:name, Shapes::ShapeRef.new(shape: SourceRepositoryBranchString, location_name: "name"))
454
+ ListSourceRepositoryBranchesItem.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedTime"))
455
+ ListSourceRepositoryBranchesItem.add_member(:head_commit_id, Shapes::ShapeRef.new(shape: String, location_name: "headCommitId"))
456
+ ListSourceRepositoryBranchesItem.struct_class = Types::ListSourceRepositoryBranchesItem
457
+
458
+ ListSourceRepositoryBranchesItems.member = Shapes::ShapeRef.new(shape: ListSourceRepositoryBranchesItem)
459
+
460
+ ListSourceRepositoryBranchesRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
461
+ ListSourceRepositoryBranchesRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
462
+ ListSourceRepositoryBranchesRequest.add_member(:source_repository_name, Shapes::ShapeRef.new(shape: SourceRepositoryNameString, required: true, location: "uri", location_name: "sourceRepositoryName"))
463
+ ListSourceRepositoryBranchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListSourceRepositoryBranchesRequestNextTokenString, location_name: "nextToken"))
464
+ ListSourceRepositoryBranchesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSourceRepositoryBranchesRequestMaxResultsInteger, location_name: "maxResults"))
465
+ ListSourceRepositoryBranchesRequest.struct_class = Types::ListSourceRepositoryBranchesRequest
466
+
467
+ ListSourceRepositoryBranchesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
468
+ ListSourceRepositoryBranchesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ListSourceRepositoryBranchesItems, location_name: "items"))
469
+ ListSourceRepositoryBranchesResponse.struct_class = Types::ListSourceRepositoryBranchesResponse
470
+
471
+ ListSpacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListSpacesRequestNextTokenString, location_name: "nextToken"))
472
+ ListSpacesRequest.struct_class = Types::ListSpacesRequest
473
+
474
+ ListSpacesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
475
+ ListSpacesResponse.add_member(:items, Shapes::ShapeRef.new(shape: SpaceSummaries, location_name: "items"))
476
+ ListSpacesResponse.struct_class = Types::ListSpacesResponse
477
+
478
+ PersistentStorage.add_member(:size_in_gi_b, Shapes::ShapeRef.new(shape: PersistentStorageSizeInGiBInteger, required: true, location_name: "sizeInGiB"))
479
+ PersistentStorage.struct_class = Types::PersistentStorage
480
+
481
+ PersistentStorageConfiguration.add_member(:size_in_gi_b, Shapes::ShapeRef.new(shape: PersistentStorageConfigurationSizeInGiBInteger, required: true, location_name: "sizeInGiB"))
482
+ PersistentStorageConfiguration.struct_class = Types::PersistentStorageConfiguration
483
+
484
+ ProjectInformation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
485
+ ProjectInformation.add_member(:project_id, Shapes::ShapeRef.new(shape: String, location_name: "projectId"))
486
+ ProjectInformation.struct_class = Types::ProjectInformation
487
+
488
+ ProjectListFilter.add_member(:key, Shapes::ShapeRef.new(shape: FilterKey, required: true, location_name: "key"))
489
+ ProjectListFilter.add_member(:values, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "values"))
490
+ ProjectListFilter.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, location_name: "comparisonOperator"))
491
+ ProjectListFilter.struct_class = Types::ProjectListFilter
492
+
493
+ ProjectListFilters.member = Shapes::ShapeRef.new(shape: ProjectListFilter)
494
+
495
+ ProjectSummaries.member = Shapes::ShapeRef.new(shape: ProjectSummary)
496
+
497
+ ProjectSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
498
+ ProjectSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
499
+ ProjectSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
500
+ ProjectSummary.struct_class = Types::ProjectSummary
501
+
502
+ RepositoriesInput.member = Shapes::ShapeRef.new(shape: RepositoryInput)
503
+
504
+ RepositoryInput.add_member(:repository_name, Shapes::ShapeRef.new(shape: SourceRepositoryNameString, required: true, location_name: "repositoryName"))
505
+ RepositoryInput.add_member(:branch_name, Shapes::ShapeRef.new(shape: SourceRepositoryBranchString, location_name: "branchName"))
506
+ RepositoryInput.struct_class = Types::RepositoryInput
507
+
508
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
509
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
510
+
511
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
512
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
513
+
514
+ SpaceSummaries.member = Shapes::ShapeRef.new(shape: SpaceSummary)
515
+
516
+ SpaceSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
517
+ SpaceSummary.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionString, required: true, location_name: "regionName"))
518
+ SpaceSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
519
+ SpaceSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
520
+ SpaceSummary.struct_class = Types::SpaceSummary
521
+
522
+ StartDevEnvironmentRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
523
+ StartDevEnvironmentRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
524
+ StartDevEnvironmentRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
525
+ StartDevEnvironmentRequest.add_member(:ides, Shapes::ShapeRef.new(shape: IdeConfigurationList, location_name: "ides"))
526
+ StartDevEnvironmentRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
527
+ StartDevEnvironmentRequest.add_member(:inactivity_timeout_minutes, Shapes::ShapeRef.new(shape: InactivityTimeoutMinutes, location_name: "inactivityTimeoutMinutes"))
528
+ StartDevEnvironmentRequest.struct_class = Types::StartDevEnvironmentRequest
529
+
530
+ StartDevEnvironmentResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "spaceName"))
531
+ StartDevEnvironmentResponse.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "projectName"))
532
+ StartDevEnvironmentResponse.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
533
+ StartDevEnvironmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: DevEnvironmentStatus, required: true, location_name: "status"))
534
+ StartDevEnvironmentResponse.struct_class = Types::StartDevEnvironmentResponse
535
+
536
+ StartDevEnvironmentSessionRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
537
+ StartDevEnvironmentSessionRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
538
+ StartDevEnvironmentSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
539
+ StartDevEnvironmentSessionRequest.add_member(:session_configuration, Shapes::ShapeRef.new(shape: DevEnvironmentSessionConfiguration, required: true, location_name: "sessionConfiguration"))
540
+ StartDevEnvironmentSessionRequest.struct_class = Types::StartDevEnvironmentSessionRequest
541
+
542
+ StartDevEnvironmentSessionResponse.add_member(:access_details, Shapes::ShapeRef.new(shape: DevEnvironmentAccessDetails, required: true, location_name: "accessDetails"))
543
+ StartDevEnvironmentSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: StartDevEnvironmentSessionResponseSessionIdString, location_name: "sessionId"))
544
+ StartDevEnvironmentSessionResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "spaceName"))
545
+ StartDevEnvironmentSessionResponse.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "projectName"))
546
+ StartDevEnvironmentSessionResponse.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
547
+ StartDevEnvironmentSessionResponse.struct_class = Types::StartDevEnvironmentSessionResponse
548
+
549
+ StopDevEnvironmentRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
550
+ StopDevEnvironmentRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
551
+ StopDevEnvironmentRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
552
+ StopDevEnvironmentRequest.struct_class = Types::StopDevEnvironmentRequest
553
+
554
+ StopDevEnvironmentResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "spaceName"))
555
+ StopDevEnvironmentResponse.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "projectName"))
556
+ StopDevEnvironmentResponse.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
557
+ StopDevEnvironmentResponse.add_member(:status, Shapes::ShapeRef.new(shape: DevEnvironmentStatus, required: true, location_name: "status"))
558
+ StopDevEnvironmentResponse.struct_class = Types::StopDevEnvironmentResponse
559
+
560
+ StringList.member = Shapes::ShapeRef.new(shape: String)
561
+
562
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
563
+ ThrottlingException.struct_class = Types::ThrottlingException
564
+
565
+ UpdateDevEnvironmentRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "spaceName"))
566
+ UpdateDevEnvironmentRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location: "uri", location_name: "projectName"))
567
+ UpdateDevEnvironmentRequest.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location: "uri", location_name: "id"))
568
+ UpdateDevEnvironmentRequest.add_member(:alias, Shapes::ShapeRef.new(shape: UpdateDevEnvironmentRequestAliasString, location_name: "alias"))
569
+ UpdateDevEnvironmentRequest.add_member(:ides, Shapes::ShapeRef.new(shape: IdeConfigurationList, location_name: "ides"))
570
+ UpdateDevEnvironmentRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
571
+ UpdateDevEnvironmentRequest.add_member(:inactivity_timeout_minutes, Shapes::ShapeRef.new(shape: InactivityTimeoutMinutes, location_name: "inactivityTimeoutMinutes"))
572
+ UpdateDevEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
573
+ UpdateDevEnvironmentRequest.struct_class = Types::UpdateDevEnvironmentRequest
574
+
575
+ UpdateDevEnvironmentResponse.add_member(:id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "id"))
576
+ UpdateDevEnvironmentResponse.add_member(:space_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "spaceName"))
577
+ UpdateDevEnvironmentResponse.add_member(:project_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "projectName"))
578
+ UpdateDevEnvironmentResponse.add_member(:alias, Shapes::ShapeRef.new(shape: UpdateDevEnvironmentResponseAliasString, location_name: "alias"))
579
+ UpdateDevEnvironmentResponse.add_member(:ides, Shapes::ShapeRef.new(shape: IdeConfigurationList, location_name: "ides"))
580
+ UpdateDevEnvironmentResponse.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
581
+ UpdateDevEnvironmentResponse.add_member(:inactivity_timeout_minutes, Shapes::ShapeRef.new(shape: InactivityTimeoutMinutes, location_name: "inactivityTimeoutMinutes"))
582
+ UpdateDevEnvironmentResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
583
+ UpdateDevEnvironmentResponse.struct_class = Types::UpdateDevEnvironmentResponse
584
+
585
+ UserIdentity.add_member(:user_type, Shapes::ShapeRef.new(shape: UserType, required: true, location_name: "userType"))
586
+ UserIdentity.add_member(:principal_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "principalId"))
587
+ UserIdentity.add_member(:user_name, Shapes::ShapeRef.new(shape: String, location_name: "userName"))
588
+ UserIdentity.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: String, location_name: "awsAccountId"))
589
+ UserIdentity.struct_class = Types::UserIdentity
590
+
591
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
592
+ ValidationException.struct_class = Types::ValidationException
593
+
594
+ VerifySessionResponse.add_member(:identity, Shapes::ShapeRef.new(shape: VerifySessionResponseIdentityString, location_name: "identity"))
595
+ VerifySessionResponse.struct_class = Types::VerifySessionResponse
596
+
597
+
598
+ # @api private
599
+ API = Seahorse::Model::Api.new.tap do |api|
600
+
601
+ api.version = "2022-09-28"
602
+
603
+ api.metadata = {
604
+ "apiVersion" => "2022-09-28",
605
+ "endpointPrefix" => "codecatalyst",
606
+ "jsonVersion" => "1.1",
607
+ "protocol" => "rest-json",
608
+ "serviceFullName" => "Amazon CodeCatalyst",
609
+ "serviceId" => "CodeCatalyst",
610
+ "signatureVersion" => "bearer",
611
+ "signingName" => "codecatalyst",
612
+ "uid" => "codecatalyst-2022-09-28",
613
+ }
614
+
615
+ api.add_operation(:create_access_token, Seahorse::Model::Operation.new.tap do |o|
616
+ o.name = "CreateAccessToken"
617
+ o.http_method = "PUT"
618
+ o.http_request_uri = "/v1/accessTokens"
619
+ o.input = Shapes::ShapeRef.new(shape: CreateAccessTokenRequest)
620
+ o.output = Shapes::ShapeRef.new(shape: CreateAccessTokenResponse)
621
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
622
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
623
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
624
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
625
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
626
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
627
+ end)
628
+
629
+ api.add_operation(:create_dev_environment, Seahorse::Model::Operation.new.tap do |o|
630
+ o.name = "CreateDevEnvironment"
631
+ o.http_method = "PUT"
632
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments"
633
+ o.input = Shapes::ShapeRef.new(shape: CreateDevEnvironmentRequest)
634
+ o.output = Shapes::ShapeRef.new(shape: CreateDevEnvironmentResponse)
635
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
636
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
637
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
638
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
639
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
640
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
641
+ end)
642
+
643
+ api.add_operation(:create_project, Seahorse::Model::Operation.new.tap do |o|
644
+ o.name = "CreateProject"
645
+ o.http_method = "PUT"
646
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects"
647
+ o.input = Shapes::ShapeRef.new(shape: CreateProjectRequest)
648
+ o.output = Shapes::ShapeRef.new(shape: CreateProjectResponse)
649
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
650
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
651
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
652
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
653
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
654
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
655
+ end)
656
+
657
+ api.add_operation(:create_source_repository_branch, Seahorse::Model::Operation.new.tap do |o|
658
+ o.name = "CreateSourceRepositoryBranch"
659
+ o.http_method = "PUT"
660
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{sourceRepositoryName}/branches/{name}"
661
+ o.input = Shapes::ShapeRef.new(shape: CreateSourceRepositoryBranchRequest)
662
+ o.output = Shapes::ShapeRef.new(shape: CreateSourceRepositoryBranchResponse)
663
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
664
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
665
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
666
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
667
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
668
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
669
+ end)
670
+
671
+ api.add_operation(:delete_access_token, Seahorse::Model::Operation.new.tap do |o|
672
+ o.name = "DeleteAccessToken"
673
+ o.http_method = "DELETE"
674
+ o.http_request_uri = "/v1/accessTokens/{id}"
675
+ o.input = Shapes::ShapeRef.new(shape: DeleteAccessTokenRequest)
676
+ o.output = Shapes::ShapeRef.new(shape: DeleteAccessTokenResponse)
677
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
678
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
679
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
680
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
681
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
682
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
683
+ end)
684
+
685
+ api.add_operation(:delete_dev_environment, Seahorse::Model::Operation.new.tap do |o|
686
+ o.name = "DeleteDevEnvironment"
687
+ o.http_method = "DELETE"
688
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}"
689
+ o.input = Shapes::ShapeRef.new(shape: DeleteDevEnvironmentRequest)
690
+ o.output = Shapes::ShapeRef.new(shape: DeleteDevEnvironmentResponse)
691
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
692
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
693
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
694
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
695
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
696
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
697
+ end)
698
+
699
+ api.add_operation(:get_dev_environment, Seahorse::Model::Operation.new.tap do |o|
700
+ o.name = "GetDevEnvironment"
701
+ o.http_method = "GET"
702
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}"
703
+ o.input = Shapes::ShapeRef.new(shape: GetDevEnvironmentRequest)
704
+ o.output = Shapes::ShapeRef.new(shape: GetDevEnvironmentResponse)
705
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
706
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
707
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
708
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
709
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
710
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
711
+ end)
712
+
713
+ api.add_operation(:get_project, Seahorse::Model::Operation.new.tap do |o|
714
+ o.name = "GetProject"
715
+ o.http_method = "GET"
716
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{name}"
717
+ o.input = Shapes::ShapeRef.new(shape: GetProjectRequest)
718
+ o.output = Shapes::ShapeRef.new(shape: GetProjectResponse)
719
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
720
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
721
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
722
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
723
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
724
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
725
+ end)
726
+
727
+ api.add_operation(:get_source_repository_clone_urls, Seahorse::Model::Operation.new.tap do |o|
728
+ o.name = "GetSourceRepositoryCloneUrls"
729
+ o.http_method = "GET"
730
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{sourceRepositoryName}/cloneUrls"
731
+ o.input = Shapes::ShapeRef.new(shape: GetSourceRepositoryCloneUrlsRequest)
732
+ o.output = Shapes::ShapeRef.new(shape: GetSourceRepositoryCloneUrlsResponse)
733
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
734
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
735
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
736
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
737
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
738
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
739
+ end)
740
+
741
+ api.add_operation(:get_space, Seahorse::Model::Operation.new.tap do |o|
742
+ o.name = "GetSpace"
743
+ o.http_method = "GET"
744
+ o.http_request_uri = "/v1/spaces/{name}"
745
+ o.input = Shapes::ShapeRef.new(shape: GetSpaceRequest)
746
+ o.output = Shapes::ShapeRef.new(shape: GetSpaceResponse)
747
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
748
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
749
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
750
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
751
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
752
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
753
+ end)
754
+
755
+ api.add_operation(:get_subscription, Seahorse::Model::Operation.new.tap do |o|
756
+ o.name = "GetSubscription"
757
+ o.http_method = "GET"
758
+ o.http_request_uri = "/v1/spaces/{spaceName}/subscription"
759
+ o.input = Shapes::ShapeRef.new(shape: GetSubscriptionRequest)
760
+ o.output = Shapes::ShapeRef.new(shape: GetSubscriptionResponse)
761
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
762
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
763
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
764
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
765
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
766
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
767
+ end)
768
+
769
+ api.add_operation(:get_user_details, Seahorse::Model::Operation.new.tap do |o|
770
+ o.name = "GetUserDetails"
771
+ o.http_method = "GET"
772
+ o.http_request_uri = "/userDetails"
773
+ o.input = Shapes::ShapeRef.new(shape: GetUserDetailsRequest)
774
+ o.output = Shapes::ShapeRef.new(shape: GetUserDetailsResponse)
775
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
776
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
777
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
778
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
779
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
780
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
781
+ end)
782
+
783
+ api.add_operation(:list_access_tokens, Seahorse::Model::Operation.new.tap do |o|
784
+ o.name = "ListAccessTokens"
785
+ o.http_method = "POST"
786
+ o.http_request_uri = "/v1/accessTokens"
787
+ o.input = Shapes::ShapeRef.new(shape: ListAccessTokensRequest)
788
+ o.output = Shapes::ShapeRef.new(shape: ListAccessTokensResponse)
789
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
790
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
791
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
792
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
793
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
794
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
795
+ o[:pager] = Aws::Pager.new(
796
+ limit_key: "max_results",
797
+ tokens: {
798
+ "next_token" => "next_token"
799
+ }
800
+ )
801
+ end)
802
+
803
+ api.add_operation(:list_dev_environments, Seahorse::Model::Operation.new.tap do |o|
804
+ o.name = "ListDevEnvironments"
805
+ o.http_method = "POST"
806
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments"
807
+ o.input = Shapes::ShapeRef.new(shape: ListDevEnvironmentsRequest)
808
+ o.output = Shapes::ShapeRef.new(shape: ListDevEnvironmentsResponse)
809
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
810
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
811
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
812
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
813
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
814
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
815
+ o[:pager] = Aws::Pager.new(
816
+ limit_key: "max_results",
817
+ tokens: {
818
+ "next_token" => "next_token"
819
+ }
820
+ )
821
+ end)
822
+
823
+ api.add_operation(:list_event_logs, Seahorse::Model::Operation.new.tap do |o|
824
+ o.name = "ListEventLogs"
825
+ o.http_method = "POST"
826
+ o.http_request_uri = "/v1/spaces/{spaceName}/eventLogs"
827
+ o.input = Shapes::ShapeRef.new(shape: ListEventLogsRequest)
828
+ o.output = Shapes::ShapeRef.new(shape: ListEventLogsResponse)
829
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
830
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
831
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
832
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
833
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
834
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
835
+ o[:pager] = Aws::Pager.new(
836
+ limit_key: "max_results",
837
+ tokens: {
838
+ "next_token" => "next_token"
839
+ }
840
+ )
841
+ end)
842
+
843
+ api.add_operation(:list_projects, Seahorse::Model::Operation.new.tap do |o|
844
+ o.name = "ListProjects"
845
+ o.http_method = "POST"
846
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects"
847
+ o.input = Shapes::ShapeRef.new(shape: ListProjectsRequest)
848
+ o.output = Shapes::ShapeRef.new(shape: ListProjectsResponse)
849
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
850
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
851
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
852
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
853
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
854
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
855
+ o[:pager] = Aws::Pager.new(
856
+ limit_key: "max_results",
857
+ tokens: {
858
+ "next_token" => "next_token"
859
+ }
860
+ )
861
+ end)
862
+
863
+ api.add_operation(:list_source_repositories, Seahorse::Model::Operation.new.tap do |o|
864
+ o.name = "ListSourceRepositories"
865
+ o.http_method = "POST"
866
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories"
867
+ o.input = Shapes::ShapeRef.new(shape: ListSourceRepositoriesRequest)
868
+ o.output = Shapes::ShapeRef.new(shape: ListSourceRepositoriesResponse)
869
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
870
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
871
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
872
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
873
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
874
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
875
+ o[:pager] = Aws::Pager.new(
876
+ limit_key: "max_results",
877
+ tokens: {
878
+ "next_token" => "next_token"
879
+ }
880
+ )
881
+ end)
882
+
883
+ api.add_operation(:list_source_repository_branches, Seahorse::Model::Operation.new.tap do |o|
884
+ o.name = "ListSourceRepositoryBranches"
885
+ o.http_method = "POST"
886
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/sourceRepositories/{sourceRepositoryName}/branches"
887
+ o.input = Shapes::ShapeRef.new(shape: ListSourceRepositoryBranchesRequest)
888
+ o.output = Shapes::ShapeRef.new(shape: ListSourceRepositoryBranchesResponse)
889
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
890
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
891
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
892
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
893
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
894
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
895
+ o[:pager] = Aws::Pager.new(
896
+ limit_key: "max_results",
897
+ tokens: {
898
+ "next_token" => "next_token"
899
+ }
900
+ )
901
+ end)
902
+
903
+ api.add_operation(:list_spaces, Seahorse::Model::Operation.new.tap do |o|
904
+ o.name = "ListSpaces"
905
+ o.http_method = "POST"
906
+ o.http_request_uri = "/v1/spaces"
907
+ o.input = Shapes::ShapeRef.new(shape: ListSpacesRequest)
908
+ o.output = Shapes::ShapeRef.new(shape: ListSpacesResponse)
909
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
910
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
911
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
912
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
913
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
914
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
915
+ o[:pager] = Aws::Pager.new(
916
+ tokens: {
917
+ "next_token" => "next_token"
918
+ }
919
+ )
920
+ end)
921
+
922
+ api.add_operation(:start_dev_environment, Seahorse::Model::Operation.new.tap do |o|
923
+ o.name = "StartDevEnvironment"
924
+ o.http_method = "PUT"
925
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/start"
926
+ o.input = Shapes::ShapeRef.new(shape: StartDevEnvironmentRequest)
927
+ o.output = Shapes::ShapeRef.new(shape: StartDevEnvironmentResponse)
928
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
929
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
930
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
931
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
932
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
933
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
934
+ end)
935
+
936
+ api.add_operation(:start_dev_environment_session, Seahorse::Model::Operation.new.tap do |o|
937
+ o.name = "StartDevEnvironmentSession"
938
+ o.http_method = "PUT"
939
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/session"
940
+ o.input = Shapes::ShapeRef.new(shape: StartDevEnvironmentSessionRequest)
941
+ o.output = Shapes::ShapeRef.new(shape: StartDevEnvironmentSessionResponse)
942
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
943
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
944
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
945
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
946
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
947
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
948
+ end)
949
+
950
+ api.add_operation(:stop_dev_environment, Seahorse::Model::Operation.new.tap do |o|
951
+ o.name = "StopDevEnvironment"
952
+ o.http_method = "PUT"
953
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}/stop"
954
+ o.input = Shapes::ShapeRef.new(shape: StopDevEnvironmentRequest)
955
+ o.output = Shapes::ShapeRef.new(shape: StopDevEnvironmentResponse)
956
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
957
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
958
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
959
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
960
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
961
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
962
+ end)
963
+
964
+ api.add_operation(:update_dev_environment, Seahorse::Model::Operation.new.tap do |o|
965
+ o.name = "UpdateDevEnvironment"
966
+ o.http_method = "PATCH"
967
+ o.http_request_uri = "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/{id}"
968
+ o.input = Shapes::ShapeRef.new(shape: UpdateDevEnvironmentRequest)
969
+ o.output = Shapes::ShapeRef.new(shape: UpdateDevEnvironmentResponse)
970
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
971
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
972
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
973
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
974
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
975
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
976
+ end)
977
+
978
+ api.add_operation(:verify_session, Seahorse::Model::Operation.new.tap do |o|
979
+ o.name = "VerifySession"
980
+ o.http_method = "GET"
981
+ o.http_request_uri = "/session"
982
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
983
+ o.output = Shapes::ShapeRef.new(shape: VerifySessionResponse)
984
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
985
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
986
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
987
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
988
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
989
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
990
+ end)
991
+ end
992
+
993
+ end
994
+ end