aws-sdk-codestar 1.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-codestar.rb +47 -0
- data/lib/aws-sdk-codestar/client.rb +864 -0
- data/lib/aws-sdk-codestar/client_api.rb +447 -0
- data/lib/aws-sdk-codestar/customizations.rb +0 -0
- data/lib/aws-sdk-codestar/errors.rb +14 -0
- data/lib/aws-sdk-codestar/resource.rb +23 -0
- data/lib/aws-sdk-codestar/types.rb +960 -0
- metadata +80 -0
@@ -0,0 +1,447 @@
|
|
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/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::CodeStar
|
9
|
+
# @api private
|
10
|
+
module ClientApi
|
11
|
+
|
12
|
+
include Seahorse::Model
|
13
|
+
|
14
|
+
AssociateTeamMemberRequest = Shapes::StructureShape.new(name: 'AssociateTeamMemberRequest')
|
15
|
+
AssociateTeamMemberResult = Shapes::StructureShape.new(name: 'AssociateTeamMemberResult')
|
16
|
+
ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
|
17
|
+
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
18
|
+
CreateProjectRequest = Shapes::StructureShape.new(name: 'CreateProjectRequest')
|
19
|
+
CreateProjectResult = Shapes::StructureShape.new(name: 'CreateProjectResult')
|
20
|
+
CreateUserProfileRequest = Shapes::StructureShape.new(name: 'CreateUserProfileRequest')
|
21
|
+
CreateUserProfileResult = Shapes::StructureShape.new(name: 'CreateUserProfileResult')
|
22
|
+
CreatedTimestamp = Shapes::TimestampShape.new(name: 'CreatedTimestamp')
|
23
|
+
DeleteProjectRequest = Shapes::StructureShape.new(name: 'DeleteProjectRequest')
|
24
|
+
DeleteProjectResult = Shapes::StructureShape.new(name: 'DeleteProjectResult')
|
25
|
+
DeleteStack = Shapes::BooleanShape.new(name: 'DeleteStack')
|
26
|
+
DeleteUserProfileRequest = Shapes::StructureShape.new(name: 'DeleteUserProfileRequest')
|
27
|
+
DeleteUserProfileResult = Shapes::StructureShape.new(name: 'DeleteUserProfileResult')
|
28
|
+
DescribeProjectRequest = Shapes::StructureShape.new(name: 'DescribeProjectRequest')
|
29
|
+
DescribeProjectResult = Shapes::StructureShape.new(name: 'DescribeProjectResult')
|
30
|
+
DescribeUserProfileRequest = Shapes::StructureShape.new(name: 'DescribeUserProfileRequest')
|
31
|
+
DescribeUserProfileResult = Shapes::StructureShape.new(name: 'DescribeUserProfileResult')
|
32
|
+
DisassociateTeamMemberRequest = Shapes::StructureShape.new(name: 'DisassociateTeamMemberRequest')
|
33
|
+
DisassociateTeamMemberResult = Shapes::StructureShape.new(name: 'DisassociateTeamMemberResult')
|
34
|
+
Email = Shapes::StringShape.new(name: 'Email')
|
35
|
+
InvalidNextTokenException = Shapes::StructureShape.new(name: 'InvalidNextTokenException')
|
36
|
+
InvalidServiceRoleException = Shapes::StructureShape.new(name: 'InvalidServiceRoleException')
|
37
|
+
LastModifiedTimestamp = Shapes::TimestampShape.new(name: 'LastModifiedTimestamp')
|
38
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
39
|
+
ListProjectsRequest = Shapes::StructureShape.new(name: 'ListProjectsRequest')
|
40
|
+
ListProjectsResult = Shapes::StructureShape.new(name: 'ListProjectsResult')
|
41
|
+
ListResourcesRequest = Shapes::StructureShape.new(name: 'ListResourcesRequest')
|
42
|
+
ListResourcesResult = Shapes::StructureShape.new(name: 'ListResourcesResult')
|
43
|
+
ListTeamMembersRequest = Shapes::StructureShape.new(name: 'ListTeamMembersRequest')
|
44
|
+
ListTeamMembersResult = Shapes::StructureShape.new(name: 'ListTeamMembersResult')
|
45
|
+
ListUserProfilesRequest = Shapes::StructureShape.new(name: 'ListUserProfilesRequest')
|
46
|
+
ListUserProfilesResult = Shapes::StructureShape.new(name: 'ListUserProfilesResult')
|
47
|
+
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
48
|
+
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
49
|
+
ProjectAlreadyExistsException = Shapes::StructureShape.new(name: 'ProjectAlreadyExistsException')
|
50
|
+
ProjectArn = Shapes::StringShape.new(name: 'ProjectArn')
|
51
|
+
ProjectConfigurationException = Shapes::StructureShape.new(name: 'ProjectConfigurationException')
|
52
|
+
ProjectCreationFailedException = Shapes::StructureShape.new(name: 'ProjectCreationFailedException')
|
53
|
+
ProjectDescription = Shapes::StringShape.new(name: 'ProjectDescription')
|
54
|
+
ProjectId = Shapes::StringShape.new(name: 'ProjectId')
|
55
|
+
ProjectName = Shapes::StringShape.new(name: 'ProjectName')
|
56
|
+
ProjectNotFoundException = Shapes::StructureShape.new(name: 'ProjectNotFoundException')
|
57
|
+
ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
|
58
|
+
ProjectTemplateId = Shapes::StringShape.new(name: 'ProjectTemplateId')
|
59
|
+
ProjectsList = Shapes::ListShape.new(name: 'ProjectsList')
|
60
|
+
RemoteAccessAllowed = Shapes::BooleanShape.new(name: 'RemoteAccessAllowed')
|
61
|
+
Resource = Shapes::StructureShape.new(name: 'Resource')
|
62
|
+
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
63
|
+
ResourcesResult = Shapes::ListShape.new(name: 'ResourcesResult')
|
64
|
+
Role = Shapes::StringShape.new(name: 'Role')
|
65
|
+
SshPublicKey = Shapes::StringShape.new(name: 'SshPublicKey')
|
66
|
+
StackId = Shapes::StringShape.new(name: 'StackId')
|
67
|
+
TeamMember = Shapes::StructureShape.new(name: 'TeamMember')
|
68
|
+
TeamMemberAlreadyAssociatedException = Shapes::StructureShape.new(name: 'TeamMemberAlreadyAssociatedException')
|
69
|
+
TeamMemberNotFoundException = Shapes::StructureShape.new(name: 'TeamMemberNotFoundException')
|
70
|
+
TeamMemberResult = Shapes::ListShape.new(name: 'TeamMemberResult')
|
71
|
+
UpdateProjectRequest = Shapes::StructureShape.new(name: 'UpdateProjectRequest')
|
72
|
+
UpdateProjectResult = Shapes::StructureShape.new(name: 'UpdateProjectResult')
|
73
|
+
UpdateTeamMemberRequest = Shapes::StructureShape.new(name: 'UpdateTeamMemberRequest')
|
74
|
+
UpdateTeamMemberResult = Shapes::StructureShape.new(name: 'UpdateTeamMemberResult')
|
75
|
+
UpdateUserProfileRequest = Shapes::StructureShape.new(name: 'UpdateUserProfileRequest')
|
76
|
+
UpdateUserProfileResult = Shapes::StructureShape.new(name: 'UpdateUserProfileResult')
|
77
|
+
UserArn = Shapes::StringShape.new(name: 'UserArn')
|
78
|
+
UserProfileAlreadyExistsException = Shapes::StructureShape.new(name: 'UserProfileAlreadyExistsException')
|
79
|
+
UserProfileDisplayName = Shapes::StringShape.new(name: 'UserProfileDisplayName')
|
80
|
+
UserProfileNotFoundException = Shapes::StructureShape.new(name: 'UserProfileNotFoundException')
|
81
|
+
UserProfileSummary = Shapes::StructureShape.new(name: 'UserProfileSummary')
|
82
|
+
UserProfilesList = Shapes::ListShape.new(name: 'UserProfilesList')
|
83
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
84
|
+
|
85
|
+
AssociateTeamMemberRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
|
86
|
+
AssociateTeamMemberRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
87
|
+
AssociateTeamMemberRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
88
|
+
AssociateTeamMemberRequest.add_member(:project_role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "projectRole"))
|
89
|
+
AssociateTeamMemberRequest.add_member(:remote_access_allowed, Shapes::ShapeRef.new(shape: RemoteAccessAllowed, location_name: "remoteAccessAllowed", metadata: {"box"=>true}))
|
90
|
+
AssociateTeamMemberRequest.struct_class = Types::AssociateTeamMemberRequest
|
91
|
+
|
92
|
+
AssociateTeamMemberResult.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
93
|
+
AssociateTeamMemberResult.struct_class = Types::AssociateTeamMemberResult
|
94
|
+
|
95
|
+
CreateProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
|
96
|
+
CreateProjectRequest.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
|
97
|
+
CreateProjectRequest.add_member(:description, Shapes::ShapeRef.new(shape: ProjectDescription, location_name: "description"))
|
98
|
+
CreateProjectRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
99
|
+
CreateProjectRequest.struct_class = Types::CreateProjectRequest
|
100
|
+
|
101
|
+
CreateProjectResult.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
|
102
|
+
CreateProjectResult.add_member(:arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "arn"))
|
103
|
+
CreateProjectResult.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
104
|
+
CreateProjectResult.add_member(:project_template_id, Shapes::ShapeRef.new(shape: ProjectTemplateId, location_name: "projectTemplateId"))
|
105
|
+
CreateProjectResult.struct_class = Types::CreateProjectResult
|
106
|
+
|
107
|
+
CreateUserProfileRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
108
|
+
CreateUserProfileRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: UserProfileDisplayName, required: true, location_name: "displayName"))
|
109
|
+
CreateUserProfileRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "emailAddress"))
|
110
|
+
CreateUserProfileRequest.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: SshPublicKey, location_name: "sshPublicKey"))
|
111
|
+
CreateUserProfileRequest.struct_class = Types::CreateUserProfileRequest
|
112
|
+
|
113
|
+
CreateUserProfileResult.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
114
|
+
CreateUserProfileResult.add_member(:display_name, Shapes::ShapeRef.new(shape: UserProfileDisplayName, location_name: "displayName"))
|
115
|
+
CreateUserProfileResult.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, location_name: "emailAddress"))
|
116
|
+
CreateUserProfileResult.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: SshPublicKey, location_name: "sshPublicKey"))
|
117
|
+
CreateUserProfileResult.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "createdTimestamp"))
|
118
|
+
CreateUserProfileResult.add_member(:last_modified_timestamp, Shapes::ShapeRef.new(shape: LastModifiedTimestamp, location_name: "lastModifiedTimestamp"))
|
119
|
+
CreateUserProfileResult.struct_class = Types::CreateUserProfileResult
|
120
|
+
|
121
|
+
DeleteProjectRequest.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
|
122
|
+
DeleteProjectRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
123
|
+
DeleteProjectRequest.add_member(:delete_stack, Shapes::ShapeRef.new(shape: DeleteStack, location_name: "deleteStack"))
|
124
|
+
DeleteProjectRequest.struct_class = Types::DeleteProjectRequest
|
125
|
+
|
126
|
+
DeleteProjectResult.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "stackId"))
|
127
|
+
DeleteProjectResult.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, location_name: "projectArn"))
|
128
|
+
DeleteProjectResult.struct_class = Types::DeleteProjectResult
|
129
|
+
|
130
|
+
DeleteUserProfileRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
131
|
+
DeleteUserProfileRequest.struct_class = Types::DeleteUserProfileRequest
|
132
|
+
|
133
|
+
DeleteUserProfileResult.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
134
|
+
DeleteUserProfileResult.struct_class = Types::DeleteUserProfileResult
|
135
|
+
|
136
|
+
DescribeProjectRequest.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
|
137
|
+
DescribeProjectRequest.struct_class = Types::DescribeProjectRequest
|
138
|
+
|
139
|
+
DescribeProjectResult.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, location_name: "name"))
|
140
|
+
DescribeProjectResult.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "id"))
|
141
|
+
DescribeProjectResult.add_member(:arn, Shapes::ShapeRef.new(shape: ProjectArn, location_name: "arn"))
|
142
|
+
DescribeProjectResult.add_member(:description, Shapes::ShapeRef.new(shape: ProjectDescription, location_name: "description"))
|
143
|
+
DescribeProjectResult.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
144
|
+
DescribeProjectResult.add_member(:created_time_stamp, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "createdTimeStamp"))
|
145
|
+
DescribeProjectResult.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "stackId"))
|
146
|
+
DescribeProjectResult.add_member(:project_template_id, Shapes::ShapeRef.new(shape: ProjectTemplateId, location_name: "projectTemplateId"))
|
147
|
+
DescribeProjectResult.struct_class = Types::DescribeProjectResult
|
148
|
+
|
149
|
+
DescribeUserProfileRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
150
|
+
DescribeUserProfileRequest.struct_class = Types::DescribeUserProfileRequest
|
151
|
+
|
152
|
+
DescribeUserProfileResult.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
153
|
+
DescribeUserProfileResult.add_member(:display_name, Shapes::ShapeRef.new(shape: UserProfileDisplayName, location_name: "displayName"))
|
154
|
+
DescribeUserProfileResult.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, location_name: "emailAddress"))
|
155
|
+
DescribeUserProfileResult.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: SshPublicKey, location_name: "sshPublicKey"))
|
156
|
+
DescribeUserProfileResult.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: CreatedTimestamp, required: true, location_name: "createdTimestamp"))
|
157
|
+
DescribeUserProfileResult.add_member(:last_modified_timestamp, Shapes::ShapeRef.new(shape: LastModifiedTimestamp, required: true, location_name: "lastModifiedTimestamp"))
|
158
|
+
DescribeUserProfileResult.struct_class = Types::DescribeUserProfileResult
|
159
|
+
|
160
|
+
DisassociateTeamMemberRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
|
161
|
+
DisassociateTeamMemberRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
162
|
+
DisassociateTeamMemberRequest.struct_class = Types::DisassociateTeamMemberRequest
|
163
|
+
|
164
|
+
DisassociateTeamMemberResult.struct_class = Types::DisassociateTeamMemberResult
|
165
|
+
|
166
|
+
ListProjectsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
167
|
+
ListProjectsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults", metadata: {"box"=>true}))
|
168
|
+
ListProjectsRequest.struct_class = Types::ListProjectsRequest
|
169
|
+
|
170
|
+
ListProjectsResult.add_member(:projects, Shapes::ShapeRef.new(shape: ProjectsList, required: true, location_name: "projects"))
|
171
|
+
ListProjectsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
172
|
+
ListProjectsResult.struct_class = Types::ListProjectsResult
|
173
|
+
|
174
|
+
ListResourcesRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
|
175
|
+
ListResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
176
|
+
ListResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults", metadata: {"box"=>true}))
|
177
|
+
ListResourcesRequest.struct_class = Types::ListResourcesRequest
|
178
|
+
|
179
|
+
ListResourcesResult.add_member(:resources, Shapes::ShapeRef.new(shape: ResourcesResult, location_name: "resources"))
|
180
|
+
ListResourcesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
181
|
+
ListResourcesResult.struct_class = Types::ListResourcesResult
|
182
|
+
|
183
|
+
ListTeamMembersRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
|
184
|
+
ListTeamMembersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
185
|
+
ListTeamMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults", metadata: {"box"=>true}))
|
186
|
+
ListTeamMembersRequest.struct_class = Types::ListTeamMembersRequest
|
187
|
+
|
188
|
+
ListTeamMembersResult.add_member(:team_members, Shapes::ShapeRef.new(shape: TeamMemberResult, required: true, location_name: "teamMembers"))
|
189
|
+
ListTeamMembersResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
190
|
+
ListTeamMembersResult.struct_class = Types::ListTeamMembersResult
|
191
|
+
|
192
|
+
ListUserProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
193
|
+
ListUserProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults", metadata: {"box"=>true}))
|
194
|
+
ListUserProfilesRequest.struct_class = Types::ListUserProfilesRequest
|
195
|
+
|
196
|
+
ListUserProfilesResult.add_member(:user_profiles, Shapes::ShapeRef.new(shape: UserProfilesList, required: true, location_name: "userProfiles"))
|
197
|
+
ListUserProfilesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
198
|
+
ListUserProfilesResult.struct_class = Types::ListUserProfilesResult
|
199
|
+
|
200
|
+
ProjectSummary.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectId"))
|
201
|
+
ProjectSummary.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, location_name: "projectArn"))
|
202
|
+
ProjectSummary.struct_class = Types::ProjectSummary
|
203
|
+
|
204
|
+
ProjectsList.member = Shapes::ShapeRef.new(shape: ProjectSummary)
|
205
|
+
|
206
|
+
Resource.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "id"))
|
207
|
+
Resource.struct_class = Types::Resource
|
208
|
+
|
209
|
+
ResourcesResult.member = Shapes::ShapeRef.new(shape: Resource)
|
210
|
+
|
211
|
+
TeamMember.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
212
|
+
TeamMember.add_member(:project_role, Shapes::ShapeRef.new(shape: Role, required: true, location_name: "projectRole"))
|
213
|
+
TeamMember.add_member(:remote_access_allowed, Shapes::ShapeRef.new(shape: RemoteAccessAllowed, location_name: "remoteAccessAllowed", metadata: {"box"=>true}))
|
214
|
+
TeamMember.struct_class = Types::TeamMember
|
215
|
+
|
216
|
+
TeamMemberResult.member = Shapes::ShapeRef.new(shape: TeamMember)
|
217
|
+
|
218
|
+
UpdateProjectRequest.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
|
219
|
+
UpdateProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, location_name: "name"))
|
220
|
+
UpdateProjectRequest.add_member(:description, Shapes::ShapeRef.new(shape: ProjectDescription, location_name: "description"))
|
221
|
+
UpdateProjectRequest.struct_class = Types::UpdateProjectRequest
|
222
|
+
|
223
|
+
UpdateProjectResult.struct_class = Types::UpdateProjectResult
|
224
|
+
|
225
|
+
UpdateTeamMemberRequest.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
|
226
|
+
UpdateTeamMemberRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
227
|
+
UpdateTeamMemberRequest.add_member(:project_role, Shapes::ShapeRef.new(shape: Role, location_name: "projectRole"))
|
228
|
+
UpdateTeamMemberRequest.add_member(:remote_access_allowed, Shapes::ShapeRef.new(shape: RemoteAccessAllowed, location_name: "remoteAccessAllowed", metadata: {"box"=>true}))
|
229
|
+
UpdateTeamMemberRequest.struct_class = Types::UpdateTeamMemberRequest
|
230
|
+
|
231
|
+
UpdateTeamMemberResult.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, location_name: "userArn"))
|
232
|
+
UpdateTeamMemberResult.add_member(:project_role, Shapes::ShapeRef.new(shape: Role, location_name: "projectRole"))
|
233
|
+
UpdateTeamMemberResult.add_member(:remote_access_allowed, Shapes::ShapeRef.new(shape: RemoteAccessAllowed, location_name: "remoteAccessAllowed", metadata: {"box"=>true}))
|
234
|
+
UpdateTeamMemberResult.struct_class = Types::UpdateTeamMemberResult
|
235
|
+
|
236
|
+
UpdateUserProfileRequest.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
237
|
+
UpdateUserProfileRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: UserProfileDisplayName, location_name: "displayName"))
|
238
|
+
UpdateUserProfileRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, location_name: "emailAddress"))
|
239
|
+
UpdateUserProfileRequest.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: SshPublicKey, location_name: "sshPublicKey"))
|
240
|
+
UpdateUserProfileRequest.struct_class = Types::UpdateUserProfileRequest
|
241
|
+
|
242
|
+
UpdateUserProfileResult.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, required: true, location_name: "userArn"))
|
243
|
+
UpdateUserProfileResult.add_member(:display_name, Shapes::ShapeRef.new(shape: UserProfileDisplayName, location_name: "displayName"))
|
244
|
+
UpdateUserProfileResult.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, location_name: "emailAddress"))
|
245
|
+
UpdateUserProfileResult.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: SshPublicKey, location_name: "sshPublicKey"))
|
246
|
+
UpdateUserProfileResult.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: CreatedTimestamp, location_name: "createdTimestamp"))
|
247
|
+
UpdateUserProfileResult.add_member(:last_modified_timestamp, Shapes::ShapeRef.new(shape: LastModifiedTimestamp, location_name: "lastModifiedTimestamp"))
|
248
|
+
UpdateUserProfileResult.struct_class = Types::UpdateUserProfileResult
|
249
|
+
|
250
|
+
UserProfileSummary.add_member(:user_arn, Shapes::ShapeRef.new(shape: UserArn, location_name: "userArn"))
|
251
|
+
UserProfileSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: UserProfileDisplayName, location_name: "displayName"))
|
252
|
+
UserProfileSummary.add_member(:email_address, Shapes::ShapeRef.new(shape: Email, location_name: "emailAddress"))
|
253
|
+
UserProfileSummary.add_member(:ssh_public_key, Shapes::ShapeRef.new(shape: SshPublicKey, location_name: "sshPublicKey"))
|
254
|
+
UserProfileSummary.struct_class = Types::UserProfileSummary
|
255
|
+
|
256
|
+
UserProfilesList.member = Shapes::ShapeRef.new(shape: UserProfileSummary)
|
257
|
+
|
258
|
+
|
259
|
+
# @api private
|
260
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
261
|
+
|
262
|
+
api.version = "2017-04-19"
|
263
|
+
|
264
|
+
api.metadata = {
|
265
|
+
"endpointPrefix" => "codestar",
|
266
|
+
"jsonVersion" => "1.1",
|
267
|
+
"protocol" => "json",
|
268
|
+
"serviceFullName" => "AWS CodeStar",
|
269
|
+
"signatureVersion" => "v4",
|
270
|
+
"targetPrefix" => "CodeStar_20170419",
|
271
|
+
}
|
272
|
+
|
273
|
+
api.add_operation(:associate_team_member, Seahorse::Model::Operation.new.tap do |o|
|
274
|
+
o.name = "AssociateTeamMember"
|
275
|
+
o.http_method = "POST"
|
276
|
+
o.http_request_uri = "/"
|
277
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateTeamMemberRequest)
|
278
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateTeamMemberResult)
|
279
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
280
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectNotFoundException)
|
281
|
+
o.errors << Shapes::ShapeRef.new(shape: TeamMemberAlreadyAssociatedException)
|
282
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
283
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidServiceRoleException)
|
284
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectConfigurationException)
|
285
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
286
|
+
end)
|
287
|
+
|
288
|
+
api.add_operation(:create_project, Seahorse::Model::Operation.new.tap do |o|
|
289
|
+
o.name = "CreateProject"
|
290
|
+
o.http_method = "POST"
|
291
|
+
o.http_request_uri = "/"
|
292
|
+
o.input = Shapes::ShapeRef.new(shape: CreateProjectRequest)
|
293
|
+
o.output = Shapes::ShapeRef.new(shape: CreateProjectResult)
|
294
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectAlreadyExistsException)
|
295
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
296
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
297
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectCreationFailedException)
|
298
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidServiceRoleException)
|
299
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectConfigurationException)
|
300
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
301
|
+
end)
|
302
|
+
|
303
|
+
api.add_operation(:create_user_profile, Seahorse::Model::Operation.new.tap do |o|
|
304
|
+
o.name = "CreateUserProfile"
|
305
|
+
o.http_method = "POST"
|
306
|
+
o.http_request_uri = "/"
|
307
|
+
o.input = Shapes::ShapeRef.new(shape: CreateUserProfileRequest)
|
308
|
+
o.output = Shapes::ShapeRef.new(shape: CreateUserProfileResult)
|
309
|
+
o.errors << Shapes::ShapeRef.new(shape: UserProfileAlreadyExistsException)
|
310
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
311
|
+
end)
|
312
|
+
|
313
|
+
api.add_operation(:delete_project, Seahorse::Model::Operation.new.tap do |o|
|
314
|
+
o.name = "DeleteProject"
|
315
|
+
o.http_method = "POST"
|
316
|
+
o.http_request_uri = "/"
|
317
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteProjectRequest)
|
318
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteProjectResult)
|
319
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
320
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
321
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidServiceRoleException)
|
322
|
+
end)
|
323
|
+
|
324
|
+
api.add_operation(:delete_user_profile, Seahorse::Model::Operation.new.tap do |o|
|
325
|
+
o.name = "DeleteUserProfile"
|
326
|
+
o.http_method = "POST"
|
327
|
+
o.http_request_uri = "/"
|
328
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteUserProfileRequest)
|
329
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteUserProfileResult)
|
330
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
331
|
+
end)
|
332
|
+
|
333
|
+
api.add_operation(:describe_project, Seahorse::Model::Operation.new.tap do |o|
|
334
|
+
o.name = "DescribeProject"
|
335
|
+
o.http_method = "POST"
|
336
|
+
o.http_request_uri = "/"
|
337
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeProjectRequest)
|
338
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeProjectResult)
|
339
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectNotFoundException)
|
340
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
341
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidServiceRoleException)
|
342
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectConfigurationException)
|
343
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
344
|
+
end)
|
345
|
+
|
346
|
+
api.add_operation(:describe_user_profile, Seahorse::Model::Operation.new.tap do |o|
|
347
|
+
o.name = "DescribeUserProfile"
|
348
|
+
o.http_method = "POST"
|
349
|
+
o.http_request_uri = "/"
|
350
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeUserProfileRequest)
|
351
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeUserProfileResult)
|
352
|
+
o.errors << Shapes::ShapeRef.new(shape: UserProfileNotFoundException)
|
353
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
354
|
+
end)
|
355
|
+
|
356
|
+
api.add_operation(:disassociate_team_member, Seahorse::Model::Operation.new.tap do |o|
|
357
|
+
o.name = "DisassociateTeamMember"
|
358
|
+
o.http_method = "POST"
|
359
|
+
o.http_request_uri = "/"
|
360
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateTeamMemberRequest)
|
361
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateTeamMemberResult)
|
362
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectNotFoundException)
|
363
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
364
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidServiceRoleException)
|
365
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
366
|
+
end)
|
367
|
+
|
368
|
+
api.add_operation(:list_projects, Seahorse::Model::Operation.new.tap do |o|
|
369
|
+
o.name = "ListProjects"
|
370
|
+
o.http_method = "POST"
|
371
|
+
o.http_request_uri = "/"
|
372
|
+
o.input = Shapes::ShapeRef.new(shape: ListProjectsRequest)
|
373
|
+
o.output = Shapes::ShapeRef.new(shape: ListProjectsResult)
|
374
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
375
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
376
|
+
end)
|
377
|
+
|
378
|
+
api.add_operation(:list_resources, Seahorse::Model::Operation.new.tap do |o|
|
379
|
+
o.name = "ListResources"
|
380
|
+
o.http_method = "POST"
|
381
|
+
o.http_request_uri = "/"
|
382
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourcesRequest)
|
383
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourcesResult)
|
384
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectNotFoundException)
|
385
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
386
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
387
|
+
end)
|
388
|
+
|
389
|
+
api.add_operation(:list_team_members, Seahorse::Model::Operation.new.tap do |o|
|
390
|
+
o.name = "ListTeamMembers"
|
391
|
+
o.http_method = "POST"
|
392
|
+
o.http_request_uri = "/"
|
393
|
+
o.input = Shapes::ShapeRef.new(shape: ListTeamMembersRequest)
|
394
|
+
o.output = Shapes::ShapeRef.new(shape: ListTeamMembersResult)
|
395
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectNotFoundException)
|
396
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
397
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
398
|
+
end)
|
399
|
+
|
400
|
+
api.add_operation(:list_user_profiles, Seahorse::Model::Operation.new.tap do |o|
|
401
|
+
o.name = "ListUserProfiles"
|
402
|
+
o.http_method = "POST"
|
403
|
+
o.http_request_uri = "/"
|
404
|
+
o.input = Shapes::ShapeRef.new(shape: ListUserProfilesRequest)
|
405
|
+
o.output = Shapes::ShapeRef.new(shape: ListUserProfilesResult)
|
406
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
407
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
408
|
+
end)
|
409
|
+
|
410
|
+
api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
|
411
|
+
o.name = "UpdateProject"
|
412
|
+
o.http_method = "POST"
|
413
|
+
o.http_request_uri = "/"
|
414
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateProjectRequest)
|
415
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateProjectResult)
|
416
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectNotFoundException)
|
417
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
418
|
+
end)
|
419
|
+
|
420
|
+
api.add_operation(:update_team_member, Seahorse::Model::Operation.new.tap do |o|
|
421
|
+
o.name = "UpdateTeamMember"
|
422
|
+
o.http_method = "POST"
|
423
|
+
o.http_request_uri = "/"
|
424
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTeamMemberRequest)
|
425
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTeamMemberResult)
|
426
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
427
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectNotFoundException)
|
428
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
429
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidServiceRoleException)
|
430
|
+
o.errors << Shapes::ShapeRef.new(shape: ProjectConfigurationException)
|
431
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
432
|
+
o.errors << Shapes::ShapeRef.new(shape: TeamMemberNotFoundException)
|
433
|
+
end)
|
434
|
+
|
435
|
+
api.add_operation(:update_user_profile, Seahorse::Model::Operation.new.tap do |o|
|
436
|
+
o.name = "UpdateUserProfile"
|
437
|
+
o.http_method = "POST"
|
438
|
+
o.http_request_uri = "/"
|
439
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateUserProfileRequest)
|
440
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateUserProfileResult)
|
441
|
+
o.errors << Shapes::ShapeRef.new(shape: UserProfileNotFoundException)
|
442
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
443
|
+
end)
|
444
|
+
end
|
445
|
+
|
446
|
+
end
|
447
|
+
end
|
File without changes
|
@@ -0,0 +1,14 @@
|
|
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/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::CodeStar
|
9
|
+
module Errors
|
10
|
+
|
11
|
+
extend Aws::Errors::DynamicErrors
|
12
|
+
|
13
|
+
end
|
14
|
+
end
|