aws-sdk-codeconnections 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,941 @@
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::CodeConnections
11
+ # @api private
12
+ module ClientApi
13
+
14
+ include Seahorse::Model
15
+
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
18
+ AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
19
+ BlockerStatus = Shapes::StringShape.new(name: 'BlockerStatus')
20
+ BlockerType = Shapes::StringShape.new(name: 'BlockerType')
21
+ BranchName = Shapes::StringShape.new(name: 'BranchName')
22
+ ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
23
+ ConditionalCheckFailedException = Shapes::StructureShape.new(name: 'ConditionalCheckFailedException')
24
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
25
+ Connection = Shapes::StructureShape.new(name: 'Connection')
26
+ ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
27
+ ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
28
+ ConnectionName = Shapes::StringShape.new(name: 'ConnectionName')
29
+ ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
30
+ CreateConnectionInput = Shapes::StructureShape.new(name: 'CreateConnectionInput')
31
+ CreateConnectionOutput = Shapes::StructureShape.new(name: 'CreateConnectionOutput')
32
+ CreateHostInput = Shapes::StructureShape.new(name: 'CreateHostInput')
33
+ CreateHostOutput = Shapes::StructureShape.new(name: 'CreateHostOutput')
34
+ CreateRepositoryLinkInput = Shapes::StructureShape.new(name: 'CreateRepositoryLinkInput')
35
+ CreateRepositoryLinkOutput = Shapes::StructureShape.new(name: 'CreateRepositoryLinkOutput')
36
+ CreateSyncConfigurationInput = Shapes::StructureShape.new(name: 'CreateSyncConfigurationInput')
37
+ CreateSyncConfigurationOutput = Shapes::StructureShape.new(name: 'CreateSyncConfigurationOutput')
38
+ CreatedReason = Shapes::StringShape.new(name: 'CreatedReason')
39
+ DeleteConnectionInput = Shapes::StructureShape.new(name: 'DeleteConnectionInput')
40
+ DeleteConnectionOutput = Shapes::StructureShape.new(name: 'DeleteConnectionOutput')
41
+ DeleteHostInput = Shapes::StructureShape.new(name: 'DeleteHostInput')
42
+ DeleteHostOutput = Shapes::StructureShape.new(name: 'DeleteHostOutput')
43
+ DeleteRepositoryLinkInput = Shapes::StructureShape.new(name: 'DeleteRepositoryLinkInput')
44
+ DeleteRepositoryLinkOutput = Shapes::StructureShape.new(name: 'DeleteRepositoryLinkOutput')
45
+ DeleteSyncConfigurationInput = Shapes::StructureShape.new(name: 'DeleteSyncConfigurationInput')
46
+ DeleteSyncConfigurationOutput = Shapes::StructureShape.new(name: 'DeleteSyncConfigurationOutput')
47
+ DeploymentFilePath = Shapes::StringShape.new(name: 'DeploymentFilePath')
48
+ Directory = Shapes::StringShape.new(name: 'Directory')
49
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
50
+ Event = Shapes::StringShape.new(name: 'Event')
51
+ ExternalId = Shapes::StringShape.new(name: 'ExternalId')
52
+ GetConnectionInput = Shapes::StructureShape.new(name: 'GetConnectionInput')
53
+ GetConnectionOutput = Shapes::StructureShape.new(name: 'GetConnectionOutput')
54
+ GetHostInput = Shapes::StructureShape.new(name: 'GetHostInput')
55
+ GetHostOutput = Shapes::StructureShape.new(name: 'GetHostOutput')
56
+ GetRepositoryLinkInput = Shapes::StructureShape.new(name: 'GetRepositoryLinkInput')
57
+ GetRepositoryLinkOutput = Shapes::StructureShape.new(name: 'GetRepositoryLinkOutput')
58
+ GetRepositorySyncStatusInput = Shapes::StructureShape.new(name: 'GetRepositorySyncStatusInput')
59
+ GetRepositorySyncStatusOutput = Shapes::StructureShape.new(name: 'GetRepositorySyncStatusOutput')
60
+ GetResourceSyncStatusInput = Shapes::StructureShape.new(name: 'GetResourceSyncStatusInput')
61
+ GetResourceSyncStatusOutput = Shapes::StructureShape.new(name: 'GetResourceSyncStatusOutput')
62
+ GetSyncBlockerSummaryInput = Shapes::StructureShape.new(name: 'GetSyncBlockerSummaryInput')
63
+ GetSyncBlockerSummaryOutput = Shapes::StructureShape.new(name: 'GetSyncBlockerSummaryOutput')
64
+ GetSyncConfigurationInput = Shapes::StructureShape.new(name: 'GetSyncConfigurationInput')
65
+ GetSyncConfigurationOutput = Shapes::StructureShape.new(name: 'GetSyncConfigurationOutput')
66
+ Host = Shapes::StructureShape.new(name: 'Host')
67
+ HostArn = Shapes::StringShape.new(name: 'HostArn')
68
+ HostList = Shapes::ListShape.new(name: 'HostList')
69
+ HostName = Shapes::StringShape.new(name: 'HostName')
70
+ HostStatus = Shapes::StringShape.new(name: 'HostStatus')
71
+ HostStatusMessage = Shapes::StringShape.new(name: 'HostStatusMessage')
72
+ IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
73
+ Id = Shapes::StringShape.new(name: 'Id')
74
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
75
+ InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
76
+ KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
77
+ LatestSyncBlockerList = Shapes::ListShape.new(name: 'LatestSyncBlockerList')
78
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
79
+ ListConnectionsInput = Shapes::StructureShape.new(name: 'ListConnectionsInput')
80
+ ListConnectionsOutput = Shapes::StructureShape.new(name: 'ListConnectionsOutput')
81
+ ListHostsInput = Shapes::StructureShape.new(name: 'ListHostsInput')
82
+ ListHostsOutput = Shapes::StructureShape.new(name: 'ListHostsOutput')
83
+ ListRepositoryLinksInput = Shapes::StructureShape.new(name: 'ListRepositoryLinksInput')
84
+ ListRepositoryLinksOutput = Shapes::StructureShape.new(name: 'ListRepositoryLinksOutput')
85
+ ListRepositorySyncDefinitionsInput = Shapes::StructureShape.new(name: 'ListRepositorySyncDefinitionsInput')
86
+ ListRepositorySyncDefinitionsOutput = Shapes::StructureShape.new(name: 'ListRepositorySyncDefinitionsOutput')
87
+ ListSyncConfigurationsInput = Shapes::StructureShape.new(name: 'ListSyncConfigurationsInput')
88
+ ListSyncConfigurationsOutput = Shapes::StructureShape.new(name: 'ListSyncConfigurationsOutput')
89
+ ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
90
+ ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
91
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
92
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
93
+ OwnerId = Shapes::StringShape.new(name: 'OwnerId')
94
+ Parent = Shapes::StringShape.new(name: 'Parent')
95
+ ProviderType = Shapes::StringShape.new(name: 'ProviderType')
96
+ PublishDeploymentStatus = Shapes::StringShape.new(name: 'PublishDeploymentStatus')
97
+ RepositoryLinkArn = Shapes::StringShape.new(name: 'RepositoryLinkArn')
98
+ RepositoryLinkId = Shapes::StringShape.new(name: 'RepositoryLinkId')
99
+ RepositoryLinkInfo = Shapes::StructureShape.new(name: 'RepositoryLinkInfo')
100
+ RepositoryLinkList = Shapes::ListShape.new(name: 'RepositoryLinkList')
101
+ RepositoryName = Shapes::StringShape.new(name: 'RepositoryName')
102
+ RepositorySyncAttempt = Shapes::StructureShape.new(name: 'RepositorySyncAttempt')
103
+ RepositorySyncDefinition = Shapes::StructureShape.new(name: 'RepositorySyncDefinition')
104
+ RepositorySyncDefinitionList = Shapes::ListShape.new(name: 'RepositorySyncDefinitionList')
105
+ RepositorySyncEvent = Shapes::StructureShape.new(name: 'RepositorySyncEvent')
106
+ RepositorySyncEventList = Shapes::ListShape.new(name: 'RepositorySyncEventList')
107
+ RepositorySyncStatus = Shapes::StringShape.new(name: 'RepositorySyncStatus')
108
+ ResolvedReason = Shapes::StringShape.new(name: 'ResolvedReason')
109
+ ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
110
+ ResourceName = Shapes::StringShape.new(name: 'ResourceName')
111
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
112
+ ResourceSyncAttempt = Shapes::StructureShape.new(name: 'ResourceSyncAttempt')
113
+ ResourceSyncEvent = Shapes::StructureShape.new(name: 'ResourceSyncEvent')
114
+ ResourceSyncEventList = Shapes::ListShape.new(name: 'ResourceSyncEventList')
115
+ ResourceSyncStatus = Shapes::StringShape.new(name: 'ResourceSyncStatus')
116
+ ResourceUnavailableException = Shapes::StructureShape.new(name: 'ResourceUnavailableException')
117
+ RetryLatestCommitFailedException = Shapes::StructureShape.new(name: 'RetryLatestCommitFailedException')
118
+ Revision = Shapes::StructureShape.new(name: 'Revision')
119
+ SHA = Shapes::StringShape.new(name: 'SHA')
120
+ SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
121
+ SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
122
+ SharpNextToken = Shapes::StringShape.new(name: 'SharpNextToken')
123
+ SubnetId = Shapes::StringShape.new(name: 'SubnetId')
124
+ SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
125
+ SyncBlocker = Shapes::StructureShape.new(name: 'SyncBlocker')
126
+ SyncBlockerContext = Shapes::StructureShape.new(name: 'SyncBlockerContext')
127
+ SyncBlockerContextKey = Shapes::StringShape.new(name: 'SyncBlockerContextKey')
128
+ SyncBlockerContextList = Shapes::ListShape.new(name: 'SyncBlockerContextList')
129
+ SyncBlockerContextValue = Shapes::StringShape.new(name: 'SyncBlockerContextValue')
130
+ SyncBlockerDoesNotExistException = Shapes::StructureShape.new(name: 'SyncBlockerDoesNotExistException')
131
+ SyncBlockerSummary = Shapes::StructureShape.new(name: 'SyncBlockerSummary')
132
+ SyncConfiguration = Shapes::StructureShape.new(name: 'SyncConfiguration')
133
+ SyncConfigurationList = Shapes::ListShape.new(name: 'SyncConfigurationList')
134
+ SyncConfigurationStillExistsException = Shapes::StructureShape.new(name: 'SyncConfigurationStillExistsException')
135
+ SyncConfigurationType = Shapes::StringShape.new(name: 'SyncConfigurationType')
136
+ Tag = Shapes::StructureShape.new(name: 'Tag')
137
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
138
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
139
+ TagList = Shapes::ListShape.new(name: 'TagList')
140
+ TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
141
+ TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
142
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
143
+ Target = Shapes::StringShape.new(name: 'Target')
144
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
145
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
146
+ TlsCertificate = Shapes::StringShape.new(name: 'TlsCertificate')
147
+ TriggerResourceUpdateOn = Shapes::StringShape.new(name: 'TriggerResourceUpdateOn')
148
+ Type = Shapes::StringShape.new(name: 'Type')
149
+ UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
150
+ UnsupportedProviderTypeException = Shapes::StructureShape.new(name: 'UnsupportedProviderTypeException')
151
+ UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
152
+ UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
153
+ UpdateHostInput = Shapes::StructureShape.new(name: 'UpdateHostInput')
154
+ UpdateHostOutput = Shapes::StructureShape.new(name: 'UpdateHostOutput')
155
+ UpdateOutOfSyncException = Shapes::StructureShape.new(name: 'UpdateOutOfSyncException')
156
+ UpdateRepositoryLinkInput = Shapes::StructureShape.new(name: 'UpdateRepositoryLinkInput')
157
+ UpdateRepositoryLinkOutput = Shapes::StructureShape.new(name: 'UpdateRepositoryLinkOutput')
158
+ UpdateSyncBlockerInput = Shapes::StructureShape.new(name: 'UpdateSyncBlockerInput')
159
+ UpdateSyncBlockerOutput = Shapes::StructureShape.new(name: 'UpdateSyncBlockerOutput')
160
+ UpdateSyncConfigurationInput = Shapes::StructureShape.new(name: 'UpdateSyncConfigurationInput')
161
+ UpdateSyncConfigurationOutput = Shapes::StructureShape.new(name: 'UpdateSyncConfigurationOutput')
162
+ Url = Shapes::StringShape.new(name: 'Url')
163
+ VpcConfiguration = Shapes::StructureShape.new(name: 'VpcConfiguration')
164
+ VpcId = Shapes::StringShape.new(name: 'VpcId')
165
+
166
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
167
+ AccessDeniedException.struct_class = Types::AccessDeniedException
168
+
169
+ ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
170
+ ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
171
+
172
+ ConditionalCheckFailedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
173
+ ConditionalCheckFailedException.struct_class = Types::ConditionalCheckFailedException
174
+
175
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
176
+ ConflictException.struct_class = Types::ConflictException
177
+
178
+ Connection.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
179
+ Connection.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
180
+ Connection.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, location_name: "ProviderType"))
181
+ Connection.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "OwnerAccountId"))
182
+ Connection.add_member(:connection_status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "ConnectionStatus"))
183
+ Connection.add_member(:host_arn, Shapes::ShapeRef.new(shape: HostArn, location_name: "HostArn"))
184
+ Connection.struct_class = Types::Connection
185
+
186
+ ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
187
+
188
+ CreateConnectionInput.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, location_name: "ProviderType"))
189
+ CreateConnectionInput.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "ConnectionName"))
190
+ CreateConnectionInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
191
+ CreateConnectionInput.add_member(:host_arn, Shapes::ShapeRef.new(shape: HostArn, location_name: "HostArn"))
192
+ CreateConnectionInput.struct_class = Types::CreateConnectionInput
193
+
194
+ CreateConnectionOutput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
195
+ CreateConnectionOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
196
+ CreateConnectionOutput.struct_class = Types::CreateConnectionOutput
197
+
198
+ CreateHostInput.add_member(:name, Shapes::ShapeRef.new(shape: HostName, required: true, location_name: "Name"))
199
+ CreateHostInput.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "ProviderType"))
200
+ CreateHostInput.add_member(:provider_endpoint, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "ProviderEndpoint"))
201
+ CreateHostInput.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
202
+ CreateHostInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
203
+ CreateHostInput.struct_class = Types::CreateHostInput
204
+
205
+ CreateHostOutput.add_member(:host_arn, Shapes::ShapeRef.new(shape: HostArn, location_name: "HostArn"))
206
+ CreateHostOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
207
+ CreateHostOutput.struct_class = Types::CreateHostOutput
208
+
209
+ CreateRepositoryLinkInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
210
+ CreateRepositoryLinkInput.add_member(:owner_id, Shapes::ShapeRef.new(shape: OwnerId, required: true, location_name: "OwnerId"))
211
+ CreateRepositoryLinkInput.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "RepositoryName"))
212
+ CreateRepositoryLinkInput.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "EncryptionKeyArn"))
213
+ CreateRepositoryLinkInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
214
+ CreateRepositoryLinkInput.struct_class = Types::CreateRepositoryLinkInput
215
+
216
+ CreateRepositoryLinkOutput.add_member(:repository_link_info, Shapes::ShapeRef.new(shape: RepositoryLinkInfo, required: true, location_name: "RepositoryLinkInfo"))
217
+ CreateRepositoryLinkOutput.struct_class = Types::CreateRepositoryLinkOutput
218
+
219
+ CreateSyncConfigurationInput.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, required: true, location_name: "Branch"))
220
+ CreateSyncConfigurationInput.add_member(:config_file, Shapes::ShapeRef.new(shape: DeploymentFilePath, required: true, location_name: "ConfigFile"))
221
+ CreateSyncConfigurationInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
222
+ CreateSyncConfigurationInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
223
+ CreateSyncConfigurationInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "RoleArn"))
224
+ CreateSyncConfigurationInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
225
+ CreateSyncConfigurationInput.add_member(:publish_deployment_status, Shapes::ShapeRef.new(shape: PublishDeploymentStatus, location_name: "PublishDeploymentStatus"))
226
+ CreateSyncConfigurationInput.add_member(:trigger_resource_update_on, Shapes::ShapeRef.new(shape: TriggerResourceUpdateOn, location_name: "TriggerResourceUpdateOn"))
227
+ CreateSyncConfigurationInput.struct_class = Types::CreateSyncConfigurationInput
228
+
229
+ CreateSyncConfigurationOutput.add_member(:sync_configuration, Shapes::ShapeRef.new(shape: SyncConfiguration, required: true, location_name: "SyncConfiguration"))
230
+ CreateSyncConfigurationOutput.struct_class = Types::CreateSyncConfigurationOutput
231
+
232
+ DeleteConnectionInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
233
+ DeleteConnectionInput.struct_class = Types::DeleteConnectionInput
234
+
235
+ DeleteConnectionOutput.struct_class = Types::DeleteConnectionOutput
236
+
237
+ DeleteHostInput.add_member(:host_arn, Shapes::ShapeRef.new(shape: HostArn, required: true, location_name: "HostArn"))
238
+ DeleteHostInput.struct_class = Types::DeleteHostInput
239
+
240
+ DeleteHostOutput.struct_class = Types::DeleteHostOutput
241
+
242
+ DeleteRepositoryLinkInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
243
+ DeleteRepositoryLinkInput.struct_class = Types::DeleteRepositoryLinkInput
244
+
245
+ DeleteRepositoryLinkOutput.struct_class = Types::DeleteRepositoryLinkOutput
246
+
247
+ DeleteSyncConfigurationInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
248
+ DeleteSyncConfigurationInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
249
+ DeleteSyncConfigurationInput.struct_class = Types::DeleteSyncConfigurationInput
250
+
251
+ DeleteSyncConfigurationOutput.struct_class = Types::DeleteSyncConfigurationOutput
252
+
253
+ GetConnectionInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
254
+ GetConnectionInput.struct_class = Types::GetConnectionInput
255
+
256
+ GetConnectionOutput.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
257
+ GetConnectionOutput.struct_class = Types::GetConnectionOutput
258
+
259
+ GetHostInput.add_member(:host_arn, Shapes::ShapeRef.new(shape: HostArn, required: true, location_name: "HostArn"))
260
+ GetHostInput.struct_class = Types::GetHostInput
261
+
262
+ GetHostOutput.add_member(:name, Shapes::ShapeRef.new(shape: HostName, location_name: "Name"))
263
+ GetHostOutput.add_member(:status, Shapes::ShapeRef.new(shape: HostStatus, location_name: "Status"))
264
+ GetHostOutput.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, location_name: "ProviderType"))
265
+ GetHostOutput.add_member(:provider_endpoint, Shapes::ShapeRef.new(shape: Url, location_name: "ProviderEndpoint"))
266
+ GetHostOutput.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
267
+ GetHostOutput.struct_class = Types::GetHostOutput
268
+
269
+ GetRepositoryLinkInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
270
+ GetRepositoryLinkInput.struct_class = Types::GetRepositoryLinkInput
271
+
272
+ GetRepositoryLinkOutput.add_member(:repository_link_info, Shapes::ShapeRef.new(shape: RepositoryLinkInfo, required: true, location_name: "RepositoryLinkInfo"))
273
+ GetRepositoryLinkOutput.struct_class = Types::GetRepositoryLinkOutput
274
+
275
+ GetRepositorySyncStatusInput.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, required: true, location_name: "Branch"))
276
+ GetRepositorySyncStatusInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
277
+ GetRepositorySyncStatusInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
278
+ GetRepositorySyncStatusInput.struct_class = Types::GetRepositorySyncStatusInput
279
+
280
+ GetRepositorySyncStatusOutput.add_member(:latest_sync, Shapes::ShapeRef.new(shape: RepositorySyncAttempt, required: true, location_name: "LatestSync"))
281
+ GetRepositorySyncStatusOutput.struct_class = Types::GetRepositorySyncStatusOutput
282
+
283
+ GetResourceSyncStatusInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
284
+ GetResourceSyncStatusInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
285
+ GetResourceSyncStatusInput.struct_class = Types::GetResourceSyncStatusInput
286
+
287
+ GetResourceSyncStatusOutput.add_member(:desired_state, Shapes::ShapeRef.new(shape: Revision, location_name: "DesiredState"))
288
+ GetResourceSyncStatusOutput.add_member(:latest_successful_sync, Shapes::ShapeRef.new(shape: ResourceSyncAttempt, location_name: "LatestSuccessfulSync"))
289
+ GetResourceSyncStatusOutput.add_member(:latest_sync, Shapes::ShapeRef.new(shape: ResourceSyncAttempt, required: true, location_name: "LatestSync"))
290
+ GetResourceSyncStatusOutput.struct_class = Types::GetResourceSyncStatusOutput
291
+
292
+ GetSyncBlockerSummaryInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
293
+ GetSyncBlockerSummaryInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
294
+ GetSyncBlockerSummaryInput.struct_class = Types::GetSyncBlockerSummaryInput
295
+
296
+ GetSyncBlockerSummaryOutput.add_member(:sync_blocker_summary, Shapes::ShapeRef.new(shape: SyncBlockerSummary, required: true, location_name: "SyncBlockerSummary"))
297
+ GetSyncBlockerSummaryOutput.struct_class = Types::GetSyncBlockerSummaryOutput
298
+
299
+ GetSyncConfigurationInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
300
+ GetSyncConfigurationInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
301
+ GetSyncConfigurationInput.struct_class = Types::GetSyncConfigurationInput
302
+
303
+ GetSyncConfigurationOutput.add_member(:sync_configuration, Shapes::ShapeRef.new(shape: SyncConfiguration, required: true, location_name: "SyncConfiguration"))
304
+ GetSyncConfigurationOutput.struct_class = Types::GetSyncConfigurationOutput
305
+
306
+ Host.add_member(:name, Shapes::ShapeRef.new(shape: HostName, location_name: "Name"))
307
+ Host.add_member(:host_arn, Shapes::ShapeRef.new(shape: HostArn, location_name: "HostArn"))
308
+ Host.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, location_name: "ProviderType"))
309
+ Host.add_member(:provider_endpoint, Shapes::ShapeRef.new(shape: Url, location_name: "ProviderEndpoint"))
310
+ Host.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
311
+ Host.add_member(:status, Shapes::ShapeRef.new(shape: HostStatus, location_name: "Status"))
312
+ Host.add_member(:status_message, Shapes::ShapeRef.new(shape: HostStatusMessage, location_name: "StatusMessage"))
313
+ Host.struct_class = Types::Host
314
+
315
+ HostList.member = Shapes::ShapeRef.new(shape: Host)
316
+
317
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
318
+ InternalServerException.struct_class = Types::InternalServerException
319
+
320
+ InvalidInputException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
321
+ InvalidInputException.struct_class = Types::InvalidInputException
322
+
323
+ LatestSyncBlockerList.member = Shapes::ShapeRef.new(shape: SyncBlocker)
324
+
325
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
326
+ LimitExceededException.struct_class = Types::LimitExceededException
327
+
328
+ ListConnectionsInput.add_member(:provider_type_filter, Shapes::ShapeRef.new(shape: ProviderType, location_name: "ProviderTypeFilter"))
329
+ ListConnectionsInput.add_member(:host_arn_filter, Shapes::ShapeRef.new(shape: HostArn, location_name: "HostArnFilter"))
330
+ ListConnectionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
331
+ ListConnectionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
332
+ ListConnectionsInput.struct_class = Types::ListConnectionsInput
333
+
334
+ ListConnectionsOutput.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "Connections"))
335
+ ListConnectionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
336
+ ListConnectionsOutput.struct_class = Types::ListConnectionsOutput
337
+
338
+ ListHostsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
339
+ ListHostsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
340
+ ListHostsInput.struct_class = Types::ListHostsInput
341
+
342
+ ListHostsOutput.add_member(:hosts, Shapes::ShapeRef.new(shape: HostList, location_name: "Hosts"))
343
+ ListHostsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
344
+ ListHostsOutput.struct_class = Types::ListHostsOutput
345
+
346
+ ListRepositoryLinksInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
347
+ ListRepositoryLinksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SharpNextToken, location_name: "NextToken"))
348
+ ListRepositoryLinksInput.struct_class = Types::ListRepositoryLinksInput
349
+
350
+ ListRepositoryLinksOutput.add_member(:repository_links, Shapes::ShapeRef.new(shape: RepositoryLinkList, required: true, location_name: "RepositoryLinks"))
351
+ ListRepositoryLinksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: SharpNextToken, location_name: "NextToken"))
352
+ ListRepositoryLinksOutput.struct_class = Types::ListRepositoryLinksOutput
353
+
354
+ ListRepositorySyncDefinitionsInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
355
+ ListRepositorySyncDefinitionsInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
356
+ ListRepositorySyncDefinitionsInput.struct_class = Types::ListRepositorySyncDefinitionsInput
357
+
358
+ ListRepositorySyncDefinitionsOutput.add_member(:repository_sync_definitions, Shapes::ShapeRef.new(shape: RepositorySyncDefinitionList, required: true, location_name: "RepositorySyncDefinitions"))
359
+ ListRepositorySyncDefinitionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: SharpNextToken, location_name: "NextToken"))
360
+ ListRepositorySyncDefinitionsOutput.struct_class = Types::ListRepositorySyncDefinitionsOutput
361
+
362
+ ListSyncConfigurationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
363
+ ListSyncConfigurationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SharpNextToken, location_name: "NextToken"))
364
+ ListSyncConfigurationsInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
365
+ ListSyncConfigurationsInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
366
+ ListSyncConfigurationsInput.struct_class = Types::ListSyncConfigurationsInput
367
+
368
+ ListSyncConfigurationsOutput.add_member(:sync_configurations, Shapes::ShapeRef.new(shape: SyncConfigurationList, required: true, location_name: "SyncConfigurations"))
369
+ ListSyncConfigurationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: SharpNextToken, location_name: "NextToken"))
370
+ ListSyncConfigurationsOutput.struct_class = Types::ListSyncConfigurationsOutput
371
+
372
+ ListTagsForResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
373
+ ListTagsForResourceInput.struct_class = Types::ListTagsForResourceInput
374
+
375
+ ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
376
+ ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
377
+
378
+ RepositoryLinkInfo.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
379
+ RepositoryLinkInfo.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "EncryptionKeyArn"))
380
+ RepositoryLinkInfo.add_member(:owner_id, Shapes::ShapeRef.new(shape: OwnerId, required: true, location_name: "OwnerId"))
381
+ RepositoryLinkInfo.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "ProviderType"))
382
+ RepositoryLinkInfo.add_member(:repository_link_arn, Shapes::ShapeRef.new(shape: RepositoryLinkArn, required: true, location_name: "RepositoryLinkArn"))
383
+ RepositoryLinkInfo.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
384
+ RepositoryLinkInfo.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "RepositoryName"))
385
+ RepositoryLinkInfo.struct_class = Types::RepositoryLinkInfo
386
+
387
+ RepositoryLinkList.member = Shapes::ShapeRef.new(shape: RepositoryLinkInfo)
388
+
389
+ RepositorySyncAttempt.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartedAt"))
390
+ RepositorySyncAttempt.add_member(:status, Shapes::ShapeRef.new(shape: RepositorySyncStatus, required: true, location_name: "Status"))
391
+ RepositorySyncAttempt.add_member(:events, Shapes::ShapeRef.new(shape: RepositorySyncEventList, required: true, location_name: "Events"))
392
+ RepositorySyncAttempt.struct_class = Types::RepositorySyncAttempt
393
+
394
+ RepositorySyncDefinition.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, required: true, location_name: "Branch"))
395
+ RepositorySyncDefinition.add_member(:directory, Shapes::ShapeRef.new(shape: Directory, required: true, location_name: "Directory"))
396
+ RepositorySyncDefinition.add_member(:parent, Shapes::ShapeRef.new(shape: Parent, required: true, location_name: "Parent"))
397
+ RepositorySyncDefinition.add_member(:target, Shapes::ShapeRef.new(shape: Target, required: true, location_name: "Target"))
398
+ RepositorySyncDefinition.struct_class = Types::RepositorySyncDefinition
399
+
400
+ RepositorySyncDefinitionList.member = Shapes::ShapeRef.new(shape: RepositorySyncDefinition)
401
+
402
+ RepositorySyncEvent.add_member(:event, Shapes::ShapeRef.new(shape: Event, required: true, location_name: "Event"))
403
+ RepositorySyncEvent.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "ExternalId"))
404
+ RepositorySyncEvent.add_member(:time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Time"))
405
+ RepositorySyncEvent.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "Type"))
406
+ RepositorySyncEvent.struct_class = Types::RepositorySyncEvent
407
+
408
+ RepositorySyncEventList.member = Shapes::ShapeRef.new(shape: RepositorySyncEvent)
409
+
410
+ ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
411
+ ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
412
+
413
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
414
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
415
+
416
+ ResourceSyncAttempt.add_member(:events, Shapes::ShapeRef.new(shape: ResourceSyncEventList, required: true, location_name: "Events"))
417
+ ResourceSyncAttempt.add_member(:initial_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "InitialRevision"))
418
+ ResourceSyncAttempt.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartedAt"))
419
+ ResourceSyncAttempt.add_member(:status, Shapes::ShapeRef.new(shape: ResourceSyncStatus, required: true, location_name: "Status"))
420
+ ResourceSyncAttempt.add_member(:target_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "TargetRevision"))
421
+ ResourceSyncAttempt.add_member(:target, Shapes::ShapeRef.new(shape: Target, required: true, location_name: "Target"))
422
+ ResourceSyncAttempt.struct_class = Types::ResourceSyncAttempt
423
+
424
+ ResourceSyncEvent.add_member(:event, Shapes::ShapeRef.new(shape: Event, required: true, location_name: "Event"))
425
+ ResourceSyncEvent.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "ExternalId"))
426
+ ResourceSyncEvent.add_member(:time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Time"))
427
+ ResourceSyncEvent.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "Type"))
428
+ ResourceSyncEvent.struct_class = Types::ResourceSyncEvent
429
+
430
+ ResourceSyncEventList.member = Shapes::ShapeRef.new(shape: ResourceSyncEvent)
431
+
432
+ ResourceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
433
+ ResourceUnavailableException.struct_class = Types::ResourceUnavailableException
434
+
435
+ RetryLatestCommitFailedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
436
+ RetryLatestCommitFailedException.struct_class = Types::RetryLatestCommitFailedException
437
+
438
+ Revision.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, required: true, location_name: "Branch"))
439
+ Revision.add_member(:directory, Shapes::ShapeRef.new(shape: Directory, required: true, location_name: "Directory"))
440
+ Revision.add_member(:owner_id, Shapes::ShapeRef.new(shape: OwnerId, required: true, location_name: "OwnerId"))
441
+ Revision.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "RepositoryName"))
442
+ Revision.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "ProviderType"))
443
+ Revision.add_member(:sha, Shapes::ShapeRef.new(shape: SHA, required: true, location_name: "Sha"))
444
+ Revision.struct_class = Types::Revision
445
+
446
+ SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
447
+
448
+ SubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
449
+
450
+ SyncBlocker.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
451
+ SyncBlocker.add_member(:type, Shapes::ShapeRef.new(shape: BlockerType, required: true, location_name: "Type"))
452
+ SyncBlocker.add_member(:status, Shapes::ShapeRef.new(shape: BlockerStatus, required: true, location_name: "Status"))
453
+ SyncBlocker.add_member(:created_reason, Shapes::ShapeRef.new(shape: CreatedReason, required: true, location_name: "CreatedReason"))
454
+ SyncBlocker.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
455
+ SyncBlocker.add_member(:contexts, Shapes::ShapeRef.new(shape: SyncBlockerContextList, location_name: "Contexts"))
456
+ SyncBlocker.add_member(:resolved_reason, Shapes::ShapeRef.new(shape: ResolvedReason, location_name: "ResolvedReason"))
457
+ SyncBlocker.add_member(:resolved_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ResolvedAt"))
458
+ SyncBlocker.struct_class = Types::SyncBlocker
459
+
460
+ SyncBlockerContext.add_member(:key, Shapes::ShapeRef.new(shape: SyncBlockerContextKey, required: true, location_name: "Key"))
461
+ SyncBlockerContext.add_member(:value, Shapes::ShapeRef.new(shape: SyncBlockerContextValue, required: true, location_name: "Value"))
462
+ SyncBlockerContext.struct_class = Types::SyncBlockerContext
463
+
464
+ SyncBlockerContextList.member = Shapes::ShapeRef.new(shape: SyncBlockerContext)
465
+
466
+ SyncBlockerDoesNotExistException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
467
+ SyncBlockerDoesNotExistException.struct_class = Types::SyncBlockerDoesNotExistException
468
+
469
+ SyncBlockerSummary.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
470
+ SyncBlockerSummary.add_member(:parent_resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ParentResourceName"))
471
+ SyncBlockerSummary.add_member(:latest_blockers, Shapes::ShapeRef.new(shape: LatestSyncBlockerList, location_name: "LatestBlockers"))
472
+ SyncBlockerSummary.struct_class = Types::SyncBlockerSummary
473
+
474
+ SyncConfiguration.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, required: true, location_name: "Branch"))
475
+ SyncConfiguration.add_member(:config_file, Shapes::ShapeRef.new(shape: DeploymentFilePath, location_name: "ConfigFile"))
476
+ SyncConfiguration.add_member(:owner_id, Shapes::ShapeRef.new(shape: OwnerId, required: true, location_name: "OwnerId"))
477
+ SyncConfiguration.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "ProviderType"))
478
+ SyncConfiguration.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
479
+ SyncConfiguration.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "RepositoryName"))
480
+ SyncConfiguration.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
481
+ SyncConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "RoleArn"))
482
+ SyncConfiguration.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
483
+ SyncConfiguration.add_member(:publish_deployment_status, Shapes::ShapeRef.new(shape: PublishDeploymentStatus, location_name: "PublishDeploymentStatus"))
484
+ SyncConfiguration.add_member(:trigger_resource_update_on, Shapes::ShapeRef.new(shape: TriggerResourceUpdateOn, location_name: "TriggerResourceUpdateOn"))
485
+ SyncConfiguration.struct_class = Types::SyncConfiguration
486
+
487
+ SyncConfigurationList.member = Shapes::ShapeRef.new(shape: SyncConfiguration)
488
+
489
+ SyncConfigurationStillExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
490
+ SyncConfigurationStillExistsException.struct_class = Types::SyncConfigurationStillExistsException
491
+
492
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
493
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
494
+ Tag.struct_class = Types::Tag
495
+
496
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
497
+
498
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
499
+
500
+ TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
501
+ TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
502
+ TagResourceInput.struct_class = Types::TagResourceInput
503
+
504
+ TagResourceOutput.struct_class = Types::TagResourceOutput
505
+
506
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
507
+ ThrottlingException.struct_class = Types::ThrottlingException
508
+
509
+ UnsupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
510
+ UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
511
+
512
+ UnsupportedProviderTypeException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
513
+ UnsupportedProviderTypeException.struct_class = Types::UnsupportedProviderTypeException
514
+
515
+ UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
516
+ UntagResourceInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
517
+ UntagResourceInput.struct_class = Types::UntagResourceInput
518
+
519
+ UntagResourceOutput.struct_class = Types::UntagResourceOutput
520
+
521
+ UpdateHostInput.add_member(:host_arn, Shapes::ShapeRef.new(shape: HostArn, required: true, location_name: "HostArn"))
522
+ UpdateHostInput.add_member(:provider_endpoint, Shapes::ShapeRef.new(shape: Url, location_name: "ProviderEndpoint"))
523
+ UpdateHostInput.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
524
+ UpdateHostInput.struct_class = Types::UpdateHostInput
525
+
526
+ UpdateHostOutput.struct_class = Types::UpdateHostOutput
527
+
528
+ UpdateOutOfSyncException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
529
+ UpdateOutOfSyncException.struct_class = Types::UpdateOutOfSyncException
530
+
531
+ UpdateRepositoryLinkInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
532
+ UpdateRepositoryLinkInput.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "EncryptionKeyArn"))
533
+ UpdateRepositoryLinkInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
534
+ UpdateRepositoryLinkInput.struct_class = Types::UpdateRepositoryLinkInput
535
+
536
+ UpdateRepositoryLinkOutput.add_member(:repository_link_info, Shapes::ShapeRef.new(shape: RepositoryLinkInfo, required: true, location_name: "RepositoryLinkInfo"))
537
+ UpdateRepositoryLinkOutput.struct_class = Types::UpdateRepositoryLinkOutput
538
+
539
+ UpdateSyncBlockerInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
540
+ UpdateSyncBlockerInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
541
+ UpdateSyncBlockerInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
542
+ UpdateSyncBlockerInput.add_member(:resolved_reason, Shapes::ShapeRef.new(shape: ResolvedReason, required: true, location_name: "ResolvedReason"))
543
+ UpdateSyncBlockerInput.struct_class = Types::UpdateSyncBlockerInput
544
+
545
+ UpdateSyncBlockerOutput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
546
+ UpdateSyncBlockerOutput.add_member(:parent_resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ParentResourceName"))
547
+ UpdateSyncBlockerOutput.add_member(:sync_blocker, Shapes::ShapeRef.new(shape: SyncBlocker, required: true, location_name: "SyncBlocker"))
548
+ UpdateSyncBlockerOutput.struct_class = Types::UpdateSyncBlockerOutput
549
+
550
+ UpdateSyncConfigurationInput.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, location_name: "Branch"))
551
+ UpdateSyncConfigurationInput.add_member(:config_file, Shapes::ShapeRef.new(shape: DeploymentFilePath, location_name: "ConfigFile"))
552
+ UpdateSyncConfigurationInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, location_name: "RepositoryLinkId"))
553
+ UpdateSyncConfigurationInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
554
+ UpdateSyncConfigurationInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
555
+ UpdateSyncConfigurationInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
556
+ UpdateSyncConfigurationInput.add_member(:publish_deployment_status, Shapes::ShapeRef.new(shape: PublishDeploymentStatus, location_name: "PublishDeploymentStatus"))
557
+ UpdateSyncConfigurationInput.add_member(:trigger_resource_update_on, Shapes::ShapeRef.new(shape: TriggerResourceUpdateOn, location_name: "TriggerResourceUpdateOn"))
558
+ UpdateSyncConfigurationInput.struct_class = Types::UpdateSyncConfigurationInput
559
+
560
+ UpdateSyncConfigurationOutput.add_member(:sync_configuration, Shapes::ShapeRef.new(shape: SyncConfiguration, required: true, location_name: "SyncConfiguration"))
561
+ UpdateSyncConfigurationOutput.struct_class = Types::UpdateSyncConfigurationOutput
562
+
563
+ VpcConfiguration.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
564
+ VpcConfiguration.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "SubnetIds"))
565
+ VpcConfiguration.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
566
+ VpcConfiguration.add_member(:tls_certificate, Shapes::ShapeRef.new(shape: TlsCertificate, location_name: "TlsCertificate"))
567
+ VpcConfiguration.struct_class = Types::VpcConfiguration
568
+
569
+
570
+ # @api private
571
+ API = Seahorse::Model::Api.new.tap do |api|
572
+
573
+ api.version = "2023-12-01"
574
+
575
+ api.metadata = {
576
+ "apiVersion" => "2023-12-01",
577
+ "endpointPrefix" => "codeconnections",
578
+ "jsonVersion" => "1.0",
579
+ "protocol" => "json",
580
+ "serviceFullName" => "AWS CodeConnections",
581
+ "serviceId" => "CodeConnections",
582
+ "signatureVersion" => "v4",
583
+ "signingName" => "codeconnections",
584
+ "targetPrefix" => "com.amazonaws.codeconnections.CodeConnections_20231201",
585
+ "uid" => "codeconnections-2023-12-01",
586
+ }
587
+
588
+ api.add_operation(:create_connection, Seahorse::Model::Operation.new.tap do |o|
589
+ o.name = "CreateConnection"
590
+ o.http_method = "POST"
591
+ o.http_request_uri = "/"
592
+ o.input = Shapes::ShapeRef.new(shape: CreateConnectionInput)
593
+ o.output = Shapes::ShapeRef.new(shape: CreateConnectionOutput)
594
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
595
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
596
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
597
+ end)
598
+
599
+ api.add_operation(:create_host, Seahorse::Model::Operation.new.tap do |o|
600
+ o.name = "CreateHost"
601
+ o.http_method = "POST"
602
+ o.http_request_uri = "/"
603
+ o.input = Shapes::ShapeRef.new(shape: CreateHostInput)
604
+ o.output = Shapes::ShapeRef.new(shape: CreateHostOutput)
605
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
606
+ end)
607
+
608
+ api.add_operation(:create_repository_link, Seahorse::Model::Operation.new.tap do |o|
609
+ o.name = "CreateRepositoryLink"
610
+ o.http_method = "POST"
611
+ o.http_request_uri = "/"
612
+ o.input = Shapes::ShapeRef.new(shape: CreateRepositoryLinkInput)
613
+ o.output = Shapes::ShapeRef.new(shape: CreateRepositoryLinkOutput)
614
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
615
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
616
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
617
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
618
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
619
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
620
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
621
+ end)
622
+
623
+ api.add_operation(:create_sync_configuration, Seahorse::Model::Operation.new.tap do |o|
624
+ o.name = "CreateSyncConfiguration"
625
+ o.http_method = "POST"
626
+ o.http_request_uri = "/"
627
+ o.input = Shapes::ShapeRef.new(shape: CreateSyncConfigurationInput)
628
+ o.output = Shapes::ShapeRef.new(shape: CreateSyncConfigurationOutput)
629
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
630
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
631
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
632
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
633
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
634
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
635
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
636
+ end)
637
+
638
+ api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
639
+ o.name = "DeleteConnection"
640
+ o.http_method = "POST"
641
+ o.http_request_uri = "/"
642
+ o.input = Shapes::ShapeRef.new(shape: DeleteConnectionInput)
643
+ o.output = Shapes::ShapeRef.new(shape: DeleteConnectionOutput)
644
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
645
+ end)
646
+
647
+ api.add_operation(:delete_host, Seahorse::Model::Operation.new.tap do |o|
648
+ o.name = "DeleteHost"
649
+ o.http_method = "POST"
650
+ o.http_request_uri = "/"
651
+ o.input = Shapes::ShapeRef.new(shape: DeleteHostInput)
652
+ o.output = Shapes::ShapeRef.new(shape: DeleteHostOutput)
653
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
654
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
655
+ end)
656
+
657
+ api.add_operation(:delete_repository_link, Seahorse::Model::Operation.new.tap do |o|
658
+ o.name = "DeleteRepositoryLink"
659
+ o.http_method = "POST"
660
+ o.http_request_uri = "/"
661
+ o.input = Shapes::ShapeRef.new(shape: DeleteRepositoryLinkInput)
662
+ o.output = Shapes::ShapeRef.new(shape: DeleteRepositoryLinkOutput)
663
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
664
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
665
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
666
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
667
+ o.errors << Shapes::ShapeRef.new(shape: SyncConfigurationStillExistsException)
668
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
669
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
670
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedProviderTypeException)
671
+ end)
672
+
673
+ api.add_operation(:delete_sync_configuration, Seahorse::Model::Operation.new.tap do |o|
674
+ o.name = "DeleteSyncConfiguration"
675
+ o.http_method = "POST"
676
+ o.http_request_uri = "/"
677
+ o.input = Shapes::ShapeRef.new(shape: DeleteSyncConfigurationInput)
678
+ o.output = Shapes::ShapeRef.new(shape: DeleteSyncConfigurationOutput)
679
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
680
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
681
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
682
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
683
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
684
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
685
+ end)
686
+
687
+ api.add_operation(:get_connection, Seahorse::Model::Operation.new.tap do |o|
688
+ o.name = "GetConnection"
689
+ o.http_method = "POST"
690
+ o.http_request_uri = "/"
691
+ o.input = Shapes::ShapeRef.new(shape: GetConnectionInput)
692
+ o.output = Shapes::ShapeRef.new(shape: GetConnectionOutput)
693
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
694
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
695
+ end)
696
+
697
+ api.add_operation(:get_host, Seahorse::Model::Operation.new.tap do |o|
698
+ o.name = "GetHost"
699
+ o.http_method = "POST"
700
+ o.http_request_uri = "/"
701
+ o.input = Shapes::ShapeRef.new(shape: GetHostInput)
702
+ o.output = Shapes::ShapeRef.new(shape: GetHostOutput)
703
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
704
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
705
+ end)
706
+
707
+ api.add_operation(:get_repository_link, Seahorse::Model::Operation.new.tap do |o|
708
+ o.name = "GetRepositoryLink"
709
+ o.http_method = "POST"
710
+ o.http_request_uri = "/"
711
+ o.input = Shapes::ShapeRef.new(shape: GetRepositoryLinkInput)
712
+ o.output = Shapes::ShapeRef.new(shape: GetRepositoryLinkOutput)
713
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
714
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
715
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
716
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
717
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
718
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
719
+ end)
720
+
721
+ api.add_operation(:get_repository_sync_status, Seahorse::Model::Operation.new.tap do |o|
722
+ o.name = "GetRepositorySyncStatus"
723
+ o.http_method = "POST"
724
+ o.http_request_uri = "/"
725
+ o.input = Shapes::ShapeRef.new(shape: GetRepositorySyncStatusInput)
726
+ o.output = Shapes::ShapeRef.new(shape: GetRepositorySyncStatusOutput)
727
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
728
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
729
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
730
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
731
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
732
+ end)
733
+
734
+ api.add_operation(:get_resource_sync_status, Seahorse::Model::Operation.new.tap do |o|
735
+ o.name = "GetResourceSyncStatus"
736
+ o.http_method = "POST"
737
+ o.http_request_uri = "/"
738
+ o.input = Shapes::ShapeRef.new(shape: GetResourceSyncStatusInput)
739
+ o.output = Shapes::ShapeRef.new(shape: GetResourceSyncStatusOutput)
740
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
741
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
742
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
743
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
744
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
745
+ end)
746
+
747
+ api.add_operation(:get_sync_blocker_summary, Seahorse::Model::Operation.new.tap do |o|
748
+ o.name = "GetSyncBlockerSummary"
749
+ o.http_method = "POST"
750
+ o.http_request_uri = "/"
751
+ o.input = Shapes::ShapeRef.new(shape: GetSyncBlockerSummaryInput)
752
+ o.output = Shapes::ShapeRef.new(shape: GetSyncBlockerSummaryOutput)
753
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
754
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
755
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
756
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
757
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
758
+ end)
759
+
760
+ api.add_operation(:get_sync_configuration, Seahorse::Model::Operation.new.tap do |o|
761
+ o.name = "GetSyncConfiguration"
762
+ o.http_method = "POST"
763
+ o.http_request_uri = "/"
764
+ o.input = Shapes::ShapeRef.new(shape: GetSyncConfigurationInput)
765
+ o.output = Shapes::ShapeRef.new(shape: GetSyncConfigurationOutput)
766
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
767
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
768
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
769
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
770
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
771
+ end)
772
+
773
+ api.add_operation(:list_connections, Seahorse::Model::Operation.new.tap do |o|
774
+ o.name = "ListConnections"
775
+ o.http_method = "POST"
776
+ o.http_request_uri = "/"
777
+ o.input = Shapes::ShapeRef.new(shape: ListConnectionsInput)
778
+ o.output = Shapes::ShapeRef.new(shape: ListConnectionsOutput)
779
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
780
+ o[:pager] = Aws::Pager.new(
781
+ limit_key: "max_results",
782
+ tokens: {
783
+ "next_token" => "next_token"
784
+ }
785
+ )
786
+ end)
787
+
788
+ api.add_operation(:list_hosts, Seahorse::Model::Operation.new.tap do |o|
789
+ o.name = "ListHosts"
790
+ o.http_method = "POST"
791
+ o.http_request_uri = "/"
792
+ o.input = Shapes::ShapeRef.new(shape: ListHostsInput)
793
+ o.output = Shapes::ShapeRef.new(shape: ListHostsOutput)
794
+ o[:pager] = Aws::Pager.new(
795
+ limit_key: "max_results",
796
+ tokens: {
797
+ "next_token" => "next_token"
798
+ }
799
+ )
800
+ end)
801
+
802
+ api.add_operation(:list_repository_links, Seahorse::Model::Operation.new.tap do |o|
803
+ o.name = "ListRepositoryLinks"
804
+ o.http_method = "POST"
805
+ o.http_request_uri = "/"
806
+ o.input = Shapes::ShapeRef.new(shape: ListRepositoryLinksInput)
807
+ o.output = Shapes::ShapeRef.new(shape: ListRepositoryLinksOutput)
808
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
809
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
810
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
811
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
812
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
813
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
814
+ o[:pager] = Aws::Pager.new(
815
+ limit_key: "max_results",
816
+ tokens: {
817
+ "next_token" => "next_token"
818
+ }
819
+ )
820
+ end)
821
+
822
+ api.add_operation(:list_repository_sync_definitions, Seahorse::Model::Operation.new.tap do |o|
823
+ o.name = "ListRepositorySyncDefinitions"
824
+ o.http_method = "POST"
825
+ o.http_request_uri = "/"
826
+ o.input = Shapes::ShapeRef.new(shape: ListRepositorySyncDefinitionsInput)
827
+ o.output = Shapes::ShapeRef.new(shape: ListRepositorySyncDefinitionsOutput)
828
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
829
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
830
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
831
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
832
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
833
+ end)
834
+
835
+ api.add_operation(:list_sync_configurations, Seahorse::Model::Operation.new.tap do |o|
836
+ o.name = "ListSyncConfigurations"
837
+ o.http_method = "POST"
838
+ o.http_request_uri = "/"
839
+ o.input = Shapes::ShapeRef.new(shape: ListSyncConfigurationsInput)
840
+ o.output = Shapes::ShapeRef.new(shape: ListSyncConfigurationsOutput)
841
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
842
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
843
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
844
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
845
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
846
+ o[:pager] = Aws::Pager.new(
847
+ limit_key: "max_results",
848
+ tokens: {
849
+ "next_token" => "next_token"
850
+ }
851
+ )
852
+ end)
853
+
854
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
855
+ o.name = "ListTagsForResource"
856
+ o.http_method = "POST"
857
+ o.http_request_uri = "/"
858
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceInput)
859
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceOutput)
860
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
861
+ end)
862
+
863
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
864
+ o.name = "TagResource"
865
+ o.http_method = "POST"
866
+ o.http_request_uri = "/"
867
+ o.input = Shapes::ShapeRef.new(shape: TagResourceInput)
868
+ o.output = Shapes::ShapeRef.new(shape: TagResourceOutput)
869
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
870
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
871
+ end)
872
+
873
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
874
+ o.name = "UntagResource"
875
+ o.http_method = "POST"
876
+ o.http_request_uri = "/"
877
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceInput)
878
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceOutput)
879
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
880
+ end)
881
+
882
+ api.add_operation(:update_host, Seahorse::Model::Operation.new.tap do |o|
883
+ o.name = "UpdateHost"
884
+ o.http_method = "POST"
885
+ o.http_request_uri = "/"
886
+ o.input = Shapes::ShapeRef.new(shape: UpdateHostInput)
887
+ o.output = Shapes::ShapeRef.new(shape: UpdateHostOutput)
888
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
889
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
890
+ o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
891
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
892
+ end)
893
+
894
+ api.add_operation(:update_repository_link, Seahorse::Model::Operation.new.tap do |o|
895
+ o.name = "UpdateRepositoryLink"
896
+ o.http_method = "POST"
897
+ o.http_request_uri = "/"
898
+ o.input = Shapes::ShapeRef.new(shape: UpdateRepositoryLinkInput)
899
+ o.output = Shapes::ShapeRef.new(shape: UpdateRepositoryLinkOutput)
900
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
901
+ o.errors << Shapes::ShapeRef.new(shape: ConditionalCheckFailedException)
902
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
903
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
904
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
905
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
906
+ o.errors << Shapes::ShapeRef.new(shape: UpdateOutOfSyncException)
907
+ end)
908
+
909
+ api.add_operation(:update_sync_blocker, Seahorse::Model::Operation.new.tap do |o|
910
+ o.name = "UpdateSyncBlocker"
911
+ o.http_method = "POST"
912
+ o.http_request_uri = "/"
913
+ o.input = Shapes::ShapeRef.new(shape: UpdateSyncBlockerInput)
914
+ o.output = Shapes::ShapeRef.new(shape: UpdateSyncBlockerOutput)
915
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
916
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
917
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
918
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
919
+ o.errors << Shapes::ShapeRef.new(shape: RetryLatestCommitFailedException)
920
+ o.errors << Shapes::ShapeRef.new(shape: SyncBlockerDoesNotExistException)
921
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
922
+ end)
923
+
924
+ api.add_operation(:update_sync_configuration, Seahorse::Model::Operation.new.tap do |o|
925
+ o.name = "UpdateSyncConfiguration"
926
+ o.http_method = "POST"
927
+ o.http_request_uri = "/"
928
+ o.input = Shapes::ShapeRef.new(shape: UpdateSyncConfigurationInput)
929
+ o.output = Shapes::ShapeRef.new(shape: UpdateSyncConfigurationOutput)
930
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
931
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
932
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
933
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
934
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
935
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
936
+ o.errors << Shapes::ShapeRef.new(shape: UpdateOutOfSyncException)
937
+ end)
938
+ end
939
+
940
+ end
941
+ end