aws-sdk-codestarconnections 1.34.0 → 1.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codestarconnections/client.rb +1 -735
- data/lib/aws-sdk-codestarconnections/client_api.rb +0 -564
- data/lib/aws-sdk-codestarconnections/endpoints.rb +0 -210
- data/lib/aws-sdk-codestarconnections/errors.rb +0 -192
- data/lib/aws-sdk-codestarconnections/plugins/endpoints.rb +0 -30
- data/lib/aws-sdk-codestarconnections/types.rb +41 -1210
- data/lib/aws-sdk-codestarconnections.rb +1 -1
- metadata +2 -2
@@ -13,14 +13,8 @@ module Aws::CodeStarconnections
|
|
13
13
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
|
-
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
17
16
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
18
17
|
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
18
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
25
19
|
Connection = Shapes::StructureShape.new(name: 'Connection')
|
26
20
|
ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
|
@@ -31,107 +25,37 @@ module Aws::CodeStarconnections
|
|
31
25
|
CreateConnectionOutput = Shapes::StructureShape.new(name: 'CreateConnectionOutput')
|
32
26
|
CreateHostInput = Shapes::StructureShape.new(name: 'CreateHostInput')
|
33
27
|
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
28
|
DeleteConnectionInput = Shapes::StructureShape.new(name: 'DeleteConnectionInput')
|
40
29
|
DeleteConnectionOutput = Shapes::StructureShape.new(name: 'DeleteConnectionOutput')
|
41
30
|
DeleteHostInput = Shapes::StructureShape.new(name: 'DeleteHostInput')
|
42
31
|
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
32
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
50
|
-
Event = Shapes::StringShape.new(name: 'Event')
|
51
|
-
ExternalId = Shapes::StringShape.new(name: 'ExternalId')
|
52
33
|
GetConnectionInput = Shapes::StructureShape.new(name: 'GetConnectionInput')
|
53
34
|
GetConnectionOutput = Shapes::StructureShape.new(name: 'GetConnectionOutput')
|
54
35
|
GetHostInput = Shapes::StructureShape.new(name: 'GetHostInput')
|
55
36
|
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
37
|
Host = Shapes::StructureShape.new(name: 'Host')
|
67
38
|
HostArn = Shapes::StringShape.new(name: 'HostArn')
|
68
39
|
HostList = Shapes::ListShape.new(name: 'HostList')
|
69
40
|
HostName = Shapes::StringShape.new(name: 'HostName')
|
70
41
|
HostStatus = Shapes::StringShape.new(name: 'HostStatus')
|
71
42
|
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
43
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
79
44
|
ListConnectionsInput = Shapes::StructureShape.new(name: 'ListConnectionsInput')
|
80
45
|
ListConnectionsOutput = Shapes::StructureShape.new(name: 'ListConnectionsOutput')
|
81
46
|
ListHostsInput = Shapes::StructureShape.new(name: 'ListHostsInput')
|
82
47
|
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
48
|
ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
|
90
49
|
ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
|
91
50
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
92
51
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
93
|
-
OwnerId = Shapes::StringShape.new(name: 'OwnerId')
|
94
|
-
Parent = Shapes::StringShape.new(name: 'Parent')
|
95
52
|
ProviderType = Shapes::StringShape.new(name: 'ProviderType')
|
96
|
-
RepositoryLinkArn = Shapes::StringShape.new(name: 'RepositoryLinkArn')
|
97
|
-
RepositoryLinkId = Shapes::StringShape.new(name: 'RepositoryLinkId')
|
98
|
-
RepositoryLinkInfo = Shapes::StructureShape.new(name: 'RepositoryLinkInfo')
|
99
|
-
RepositoryLinkList = Shapes::ListShape.new(name: 'RepositoryLinkList')
|
100
|
-
RepositoryName = Shapes::StringShape.new(name: 'RepositoryName')
|
101
|
-
RepositorySyncAttempt = Shapes::StructureShape.new(name: 'RepositorySyncAttempt')
|
102
|
-
RepositorySyncDefinition = Shapes::StructureShape.new(name: 'RepositorySyncDefinition')
|
103
|
-
RepositorySyncDefinitionList = Shapes::ListShape.new(name: 'RepositorySyncDefinitionList')
|
104
|
-
RepositorySyncEvent = Shapes::StructureShape.new(name: 'RepositorySyncEvent')
|
105
|
-
RepositorySyncEventList = Shapes::ListShape.new(name: 'RepositorySyncEventList')
|
106
|
-
RepositorySyncStatus = Shapes::StringShape.new(name: 'RepositorySyncStatus')
|
107
|
-
ResolvedReason = Shapes::StringShape.new(name: 'ResolvedReason')
|
108
|
-
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
|
109
|
-
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
110
53
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
111
|
-
ResourceSyncAttempt = Shapes::StructureShape.new(name: 'ResourceSyncAttempt')
|
112
|
-
ResourceSyncEvent = Shapes::StructureShape.new(name: 'ResourceSyncEvent')
|
113
|
-
ResourceSyncEventList = Shapes::ListShape.new(name: 'ResourceSyncEventList')
|
114
|
-
ResourceSyncStatus = Shapes::StringShape.new(name: 'ResourceSyncStatus')
|
115
54
|
ResourceUnavailableException = Shapes::StructureShape.new(name: 'ResourceUnavailableException')
|
116
|
-
RetryLatestCommitFailedException = Shapes::StructureShape.new(name: 'RetryLatestCommitFailedException')
|
117
|
-
Revision = Shapes::StructureShape.new(name: 'Revision')
|
118
|
-
SHA = Shapes::StringShape.new(name: 'SHA')
|
119
55
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
120
56
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
121
|
-
SharpNextToken = Shapes::StringShape.new(name: 'SharpNextToken')
|
122
57
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
123
58
|
SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
|
124
|
-
SyncBlocker = Shapes::StructureShape.new(name: 'SyncBlocker')
|
125
|
-
SyncBlockerContext = Shapes::StructureShape.new(name: 'SyncBlockerContext')
|
126
|
-
SyncBlockerContextKey = Shapes::StringShape.new(name: 'SyncBlockerContextKey')
|
127
|
-
SyncBlockerContextList = Shapes::ListShape.new(name: 'SyncBlockerContextList')
|
128
|
-
SyncBlockerContextValue = Shapes::StringShape.new(name: 'SyncBlockerContextValue')
|
129
|
-
SyncBlockerDoesNotExistException = Shapes::StructureShape.new(name: 'SyncBlockerDoesNotExistException')
|
130
|
-
SyncBlockerSummary = Shapes::StructureShape.new(name: 'SyncBlockerSummary')
|
131
|
-
SyncConfiguration = Shapes::StructureShape.new(name: 'SyncConfiguration')
|
132
|
-
SyncConfigurationList = Shapes::ListShape.new(name: 'SyncConfigurationList')
|
133
|
-
SyncConfigurationStillExistsException = Shapes::StructureShape.new(name: 'SyncConfigurationStillExistsException')
|
134
|
-
SyncConfigurationType = Shapes::StringShape.new(name: 'SyncConfigurationType')
|
135
59
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
136
60
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
137
61
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -139,37 +63,16 @@ module Aws::CodeStarconnections
|
|
139
63
|
TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
|
140
64
|
TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
|
141
65
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
142
|
-
Target = Shapes::StringShape.new(name: 'Target')
|
143
|
-
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
144
|
-
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
145
66
|
TlsCertificate = Shapes::StringShape.new(name: 'TlsCertificate')
|
146
|
-
Type = Shapes::StringShape.new(name: 'Type')
|
147
67
|
UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
|
148
|
-
UnsupportedProviderTypeException = Shapes::StructureShape.new(name: 'UnsupportedProviderTypeException')
|
149
68
|
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
150
69
|
UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
|
151
70
|
UpdateHostInput = Shapes::StructureShape.new(name: 'UpdateHostInput')
|
152
71
|
UpdateHostOutput = Shapes::StructureShape.new(name: 'UpdateHostOutput')
|
153
|
-
UpdateOutOfSyncException = Shapes::StructureShape.new(name: 'UpdateOutOfSyncException')
|
154
|
-
UpdateRepositoryLinkInput = Shapes::StructureShape.new(name: 'UpdateRepositoryLinkInput')
|
155
|
-
UpdateRepositoryLinkOutput = Shapes::StructureShape.new(name: 'UpdateRepositoryLinkOutput')
|
156
|
-
UpdateSyncBlockerInput = Shapes::StructureShape.new(name: 'UpdateSyncBlockerInput')
|
157
|
-
UpdateSyncBlockerOutput = Shapes::StructureShape.new(name: 'UpdateSyncBlockerOutput')
|
158
|
-
UpdateSyncConfigurationInput = Shapes::StructureShape.new(name: 'UpdateSyncConfigurationInput')
|
159
|
-
UpdateSyncConfigurationOutput = Shapes::StructureShape.new(name: 'UpdateSyncConfigurationOutput')
|
160
72
|
Url = Shapes::StringShape.new(name: 'Url')
|
161
73
|
VpcConfiguration = Shapes::StructureShape.new(name: 'VpcConfiguration')
|
162
74
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
163
75
|
|
164
|
-
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
165
|
-
AccessDeniedException.struct_class = Types::AccessDeniedException
|
166
|
-
|
167
|
-
ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
168
|
-
ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
|
169
|
-
|
170
|
-
ConditionalCheckFailedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
171
|
-
ConditionalCheckFailedException.struct_class = Types::ConditionalCheckFailedException
|
172
|
-
|
173
76
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
174
77
|
ConflictException.struct_class = Types::ConflictException
|
175
78
|
|
@@ -204,27 +107,6 @@ module Aws::CodeStarconnections
|
|
204
107
|
CreateHostOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
205
108
|
CreateHostOutput.struct_class = Types::CreateHostOutput
|
206
109
|
|
207
|
-
CreateRepositoryLinkInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
|
208
|
-
CreateRepositoryLinkInput.add_member(:owner_id, Shapes::ShapeRef.new(shape: OwnerId, required: true, location_name: "OwnerId"))
|
209
|
-
CreateRepositoryLinkInput.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "RepositoryName"))
|
210
|
-
CreateRepositoryLinkInput.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "EncryptionKeyArn"))
|
211
|
-
CreateRepositoryLinkInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
212
|
-
CreateRepositoryLinkInput.struct_class = Types::CreateRepositoryLinkInput
|
213
|
-
|
214
|
-
CreateRepositoryLinkOutput.add_member(:repository_link_info, Shapes::ShapeRef.new(shape: RepositoryLinkInfo, required: true, location_name: "RepositoryLinkInfo"))
|
215
|
-
CreateRepositoryLinkOutput.struct_class = Types::CreateRepositoryLinkOutput
|
216
|
-
|
217
|
-
CreateSyncConfigurationInput.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, required: true, location_name: "Branch"))
|
218
|
-
CreateSyncConfigurationInput.add_member(:config_file, Shapes::ShapeRef.new(shape: DeploymentFilePath, required: true, location_name: "ConfigFile"))
|
219
|
-
CreateSyncConfigurationInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
|
220
|
-
CreateSyncConfigurationInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
|
221
|
-
CreateSyncConfigurationInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "RoleArn"))
|
222
|
-
CreateSyncConfigurationInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
|
223
|
-
CreateSyncConfigurationInput.struct_class = Types::CreateSyncConfigurationInput
|
224
|
-
|
225
|
-
CreateSyncConfigurationOutput.add_member(:sync_configuration, Shapes::ShapeRef.new(shape: SyncConfiguration, required: true, location_name: "SyncConfiguration"))
|
226
|
-
CreateSyncConfigurationOutput.struct_class = Types::CreateSyncConfigurationOutput
|
227
|
-
|
228
110
|
DeleteConnectionInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
|
229
111
|
DeleteConnectionInput.struct_class = Types::DeleteConnectionInput
|
230
112
|
|
@@ -235,17 +117,6 @@ module Aws::CodeStarconnections
|
|
235
117
|
|
236
118
|
DeleteHostOutput.struct_class = Types::DeleteHostOutput
|
237
119
|
|
238
|
-
DeleteRepositoryLinkInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
|
239
|
-
DeleteRepositoryLinkInput.struct_class = Types::DeleteRepositoryLinkInput
|
240
|
-
|
241
|
-
DeleteRepositoryLinkOutput.struct_class = Types::DeleteRepositoryLinkOutput
|
242
|
-
|
243
|
-
DeleteSyncConfigurationInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
|
244
|
-
DeleteSyncConfigurationInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
|
245
|
-
DeleteSyncConfigurationInput.struct_class = Types::DeleteSyncConfigurationInput
|
246
|
-
|
247
|
-
DeleteSyncConfigurationOutput.struct_class = Types::DeleteSyncConfigurationOutput
|
248
|
-
|
249
120
|
GetConnectionInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
|
250
121
|
GetConnectionInput.struct_class = Types::GetConnectionInput
|
251
122
|
|
@@ -262,43 +133,6 @@ module Aws::CodeStarconnections
|
|
262
133
|
GetHostOutput.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
|
263
134
|
GetHostOutput.struct_class = Types::GetHostOutput
|
264
135
|
|
265
|
-
GetRepositoryLinkInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
|
266
|
-
GetRepositoryLinkInput.struct_class = Types::GetRepositoryLinkInput
|
267
|
-
|
268
|
-
GetRepositoryLinkOutput.add_member(:repository_link_info, Shapes::ShapeRef.new(shape: RepositoryLinkInfo, required: true, location_name: "RepositoryLinkInfo"))
|
269
|
-
GetRepositoryLinkOutput.struct_class = Types::GetRepositoryLinkOutput
|
270
|
-
|
271
|
-
GetRepositorySyncStatusInput.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, required: true, location_name: "Branch"))
|
272
|
-
GetRepositorySyncStatusInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
|
273
|
-
GetRepositorySyncStatusInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
|
274
|
-
GetRepositorySyncStatusInput.struct_class = Types::GetRepositorySyncStatusInput
|
275
|
-
|
276
|
-
GetRepositorySyncStatusOutput.add_member(:latest_sync, Shapes::ShapeRef.new(shape: RepositorySyncAttempt, required: true, location_name: "LatestSync"))
|
277
|
-
GetRepositorySyncStatusOutput.struct_class = Types::GetRepositorySyncStatusOutput
|
278
|
-
|
279
|
-
GetResourceSyncStatusInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
|
280
|
-
GetResourceSyncStatusInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
|
281
|
-
GetResourceSyncStatusInput.struct_class = Types::GetResourceSyncStatusInput
|
282
|
-
|
283
|
-
GetResourceSyncStatusOutput.add_member(:desired_state, Shapes::ShapeRef.new(shape: Revision, location_name: "DesiredState"))
|
284
|
-
GetResourceSyncStatusOutput.add_member(:latest_successful_sync, Shapes::ShapeRef.new(shape: ResourceSyncAttempt, location_name: "LatestSuccessfulSync"))
|
285
|
-
GetResourceSyncStatusOutput.add_member(:latest_sync, Shapes::ShapeRef.new(shape: ResourceSyncAttempt, required: true, location_name: "LatestSync"))
|
286
|
-
GetResourceSyncStatusOutput.struct_class = Types::GetResourceSyncStatusOutput
|
287
|
-
|
288
|
-
GetSyncBlockerSummaryInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
|
289
|
-
GetSyncBlockerSummaryInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
|
290
|
-
GetSyncBlockerSummaryInput.struct_class = Types::GetSyncBlockerSummaryInput
|
291
|
-
|
292
|
-
GetSyncBlockerSummaryOutput.add_member(:sync_blocker_summary, Shapes::ShapeRef.new(shape: SyncBlockerSummary, required: true, location_name: "SyncBlockerSummary"))
|
293
|
-
GetSyncBlockerSummaryOutput.struct_class = Types::GetSyncBlockerSummaryOutput
|
294
|
-
|
295
|
-
GetSyncConfigurationInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
|
296
|
-
GetSyncConfigurationInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
|
297
|
-
GetSyncConfigurationInput.struct_class = Types::GetSyncConfigurationInput
|
298
|
-
|
299
|
-
GetSyncConfigurationOutput.add_member(:sync_configuration, Shapes::ShapeRef.new(shape: SyncConfiguration, required: true, location_name: "SyncConfiguration"))
|
300
|
-
GetSyncConfigurationOutput.struct_class = Types::GetSyncConfigurationOutput
|
301
|
-
|
302
136
|
Host.add_member(:name, Shapes::ShapeRef.new(shape: HostName, location_name: "Name"))
|
303
137
|
Host.add_member(:host_arn, Shapes::ShapeRef.new(shape: HostArn, location_name: "HostArn"))
|
304
138
|
Host.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, location_name: "ProviderType"))
|
@@ -310,14 +144,6 @@ module Aws::CodeStarconnections
|
|
310
144
|
|
311
145
|
HostList.member = Shapes::ShapeRef.new(shape: Host)
|
312
146
|
|
313
|
-
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
314
|
-
InternalServerException.struct_class = Types::InternalServerException
|
315
|
-
|
316
|
-
InvalidInputException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
317
|
-
InvalidInputException.struct_class = Types::InvalidInputException
|
318
|
-
|
319
|
-
LatestSyncBlockerList.member = Shapes::ShapeRef.new(shape: SyncBlocker)
|
320
|
-
|
321
147
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
322
148
|
LimitExceededException.struct_class = Types::LimitExceededException
|
323
149
|
|
@@ -339,150 +165,22 @@ module Aws::CodeStarconnections
|
|
339
165
|
ListHostsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
340
166
|
ListHostsOutput.struct_class = Types::ListHostsOutput
|
341
167
|
|
342
|
-
ListRepositoryLinksInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
343
|
-
ListRepositoryLinksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SharpNextToken, location_name: "NextToken"))
|
344
|
-
ListRepositoryLinksInput.struct_class = Types::ListRepositoryLinksInput
|
345
|
-
|
346
|
-
ListRepositoryLinksOutput.add_member(:repository_links, Shapes::ShapeRef.new(shape: RepositoryLinkList, required: true, location_name: "RepositoryLinks"))
|
347
|
-
ListRepositoryLinksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: SharpNextToken, location_name: "NextToken"))
|
348
|
-
ListRepositoryLinksOutput.struct_class = Types::ListRepositoryLinksOutput
|
349
|
-
|
350
|
-
ListRepositorySyncDefinitionsInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
|
351
|
-
ListRepositorySyncDefinitionsInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
|
352
|
-
ListRepositorySyncDefinitionsInput.struct_class = Types::ListRepositorySyncDefinitionsInput
|
353
|
-
|
354
|
-
ListRepositorySyncDefinitionsOutput.add_member(:repository_sync_definitions, Shapes::ShapeRef.new(shape: RepositorySyncDefinitionList, required: true, location_name: "RepositorySyncDefinitions"))
|
355
|
-
ListRepositorySyncDefinitionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: SharpNextToken, location_name: "NextToken"))
|
356
|
-
ListRepositorySyncDefinitionsOutput.struct_class = Types::ListRepositorySyncDefinitionsOutput
|
357
|
-
|
358
|
-
ListSyncConfigurationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
359
|
-
ListSyncConfigurationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: SharpNextToken, location_name: "NextToken"))
|
360
|
-
ListSyncConfigurationsInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
|
361
|
-
ListSyncConfigurationsInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
|
362
|
-
ListSyncConfigurationsInput.struct_class = Types::ListSyncConfigurationsInput
|
363
|
-
|
364
|
-
ListSyncConfigurationsOutput.add_member(:sync_configurations, Shapes::ShapeRef.new(shape: SyncConfigurationList, required: true, location_name: "SyncConfigurations"))
|
365
|
-
ListSyncConfigurationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: SharpNextToken, location_name: "NextToken"))
|
366
|
-
ListSyncConfigurationsOutput.struct_class = Types::ListSyncConfigurationsOutput
|
367
|
-
|
368
168
|
ListTagsForResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
|
369
169
|
ListTagsForResourceInput.struct_class = Types::ListTagsForResourceInput
|
370
170
|
|
371
171
|
ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
372
172
|
ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
|
373
173
|
|
374
|
-
RepositoryLinkInfo.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, required: true, location_name: "ConnectionArn"))
|
375
|
-
RepositoryLinkInfo.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "EncryptionKeyArn"))
|
376
|
-
RepositoryLinkInfo.add_member(:owner_id, Shapes::ShapeRef.new(shape: OwnerId, required: true, location_name: "OwnerId"))
|
377
|
-
RepositoryLinkInfo.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "ProviderType"))
|
378
|
-
RepositoryLinkInfo.add_member(:repository_link_arn, Shapes::ShapeRef.new(shape: RepositoryLinkArn, required: true, location_name: "RepositoryLinkArn"))
|
379
|
-
RepositoryLinkInfo.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
|
380
|
-
RepositoryLinkInfo.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "RepositoryName"))
|
381
|
-
RepositoryLinkInfo.struct_class = Types::RepositoryLinkInfo
|
382
|
-
|
383
|
-
RepositoryLinkList.member = Shapes::ShapeRef.new(shape: RepositoryLinkInfo)
|
384
|
-
|
385
|
-
RepositorySyncAttempt.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartedAt"))
|
386
|
-
RepositorySyncAttempt.add_member(:status, Shapes::ShapeRef.new(shape: RepositorySyncStatus, required: true, location_name: "Status"))
|
387
|
-
RepositorySyncAttempt.add_member(:events, Shapes::ShapeRef.new(shape: RepositorySyncEventList, required: true, location_name: "Events"))
|
388
|
-
RepositorySyncAttempt.struct_class = Types::RepositorySyncAttempt
|
389
|
-
|
390
|
-
RepositorySyncDefinition.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, required: true, location_name: "Branch"))
|
391
|
-
RepositorySyncDefinition.add_member(:directory, Shapes::ShapeRef.new(shape: Directory, required: true, location_name: "Directory"))
|
392
|
-
RepositorySyncDefinition.add_member(:parent, Shapes::ShapeRef.new(shape: Parent, required: true, location_name: "Parent"))
|
393
|
-
RepositorySyncDefinition.add_member(:target, Shapes::ShapeRef.new(shape: Target, required: true, location_name: "Target"))
|
394
|
-
RepositorySyncDefinition.struct_class = Types::RepositorySyncDefinition
|
395
|
-
|
396
|
-
RepositorySyncDefinitionList.member = Shapes::ShapeRef.new(shape: RepositorySyncDefinition)
|
397
|
-
|
398
|
-
RepositorySyncEvent.add_member(:event, Shapes::ShapeRef.new(shape: Event, required: true, location_name: "Event"))
|
399
|
-
RepositorySyncEvent.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "ExternalId"))
|
400
|
-
RepositorySyncEvent.add_member(:time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Time"))
|
401
|
-
RepositorySyncEvent.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "Type"))
|
402
|
-
RepositorySyncEvent.struct_class = Types::RepositorySyncEvent
|
403
|
-
|
404
|
-
RepositorySyncEventList.member = Shapes::ShapeRef.new(shape: RepositorySyncEvent)
|
405
|
-
|
406
|
-
ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
407
|
-
ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
|
408
|
-
|
409
174
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
410
175
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
411
176
|
|
412
|
-
ResourceSyncAttempt.add_member(:events, Shapes::ShapeRef.new(shape: ResourceSyncEventList, required: true, location_name: "Events"))
|
413
|
-
ResourceSyncAttempt.add_member(:initial_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "InitialRevision"))
|
414
|
-
ResourceSyncAttempt.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartedAt"))
|
415
|
-
ResourceSyncAttempt.add_member(:status, Shapes::ShapeRef.new(shape: ResourceSyncStatus, required: true, location_name: "Status"))
|
416
|
-
ResourceSyncAttempt.add_member(:target_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "TargetRevision"))
|
417
|
-
ResourceSyncAttempt.add_member(:target, Shapes::ShapeRef.new(shape: Target, required: true, location_name: "Target"))
|
418
|
-
ResourceSyncAttempt.struct_class = Types::ResourceSyncAttempt
|
419
|
-
|
420
|
-
ResourceSyncEvent.add_member(:event, Shapes::ShapeRef.new(shape: Event, required: true, location_name: "Event"))
|
421
|
-
ResourceSyncEvent.add_member(:external_id, Shapes::ShapeRef.new(shape: ExternalId, location_name: "ExternalId"))
|
422
|
-
ResourceSyncEvent.add_member(:time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Time"))
|
423
|
-
ResourceSyncEvent.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "Type"))
|
424
|
-
ResourceSyncEvent.struct_class = Types::ResourceSyncEvent
|
425
|
-
|
426
|
-
ResourceSyncEventList.member = Shapes::ShapeRef.new(shape: ResourceSyncEvent)
|
427
|
-
|
428
177
|
ResourceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
429
178
|
ResourceUnavailableException.struct_class = Types::ResourceUnavailableException
|
430
179
|
|
431
|
-
RetryLatestCommitFailedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
432
|
-
RetryLatestCommitFailedException.struct_class = Types::RetryLatestCommitFailedException
|
433
|
-
|
434
|
-
Revision.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, required: true, location_name: "Branch"))
|
435
|
-
Revision.add_member(:directory, Shapes::ShapeRef.new(shape: Directory, required: true, location_name: "Directory"))
|
436
|
-
Revision.add_member(:owner_id, Shapes::ShapeRef.new(shape: OwnerId, required: true, location_name: "OwnerId"))
|
437
|
-
Revision.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "RepositoryName"))
|
438
|
-
Revision.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "ProviderType"))
|
439
|
-
Revision.add_member(:sha, Shapes::ShapeRef.new(shape: SHA, required: true, location_name: "Sha"))
|
440
|
-
Revision.struct_class = Types::Revision
|
441
|
-
|
442
180
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
443
181
|
|
444
182
|
SubnetIds.member = Shapes::ShapeRef.new(shape: SubnetId)
|
445
183
|
|
446
|
-
SyncBlocker.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
447
|
-
SyncBlocker.add_member(:type, Shapes::ShapeRef.new(shape: BlockerType, required: true, location_name: "Type"))
|
448
|
-
SyncBlocker.add_member(:status, Shapes::ShapeRef.new(shape: BlockerStatus, required: true, location_name: "Status"))
|
449
|
-
SyncBlocker.add_member(:created_reason, Shapes::ShapeRef.new(shape: CreatedReason, required: true, location_name: "CreatedReason"))
|
450
|
-
SyncBlocker.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
|
451
|
-
SyncBlocker.add_member(:contexts, Shapes::ShapeRef.new(shape: SyncBlockerContextList, location_name: "Contexts"))
|
452
|
-
SyncBlocker.add_member(:resolved_reason, Shapes::ShapeRef.new(shape: ResolvedReason, location_name: "ResolvedReason"))
|
453
|
-
SyncBlocker.add_member(:resolved_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ResolvedAt"))
|
454
|
-
SyncBlocker.struct_class = Types::SyncBlocker
|
455
|
-
|
456
|
-
SyncBlockerContext.add_member(:key, Shapes::ShapeRef.new(shape: SyncBlockerContextKey, required: true, location_name: "Key"))
|
457
|
-
SyncBlockerContext.add_member(:value, Shapes::ShapeRef.new(shape: SyncBlockerContextValue, required: true, location_name: "Value"))
|
458
|
-
SyncBlockerContext.struct_class = Types::SyncBlockerContext
|
459
|
-
|
460
|
-
SyncBlockerContextList.member = Shapes::ShapeRef.new(shape: SyncBlockerContext)
|
461
|
-
|
462
|
-
SyncBlockerDoesNotExistException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
463
|
-
SyncBlockerDoesNotExistException.struct_class = Types::SyncBlockerDoesNotExistException
|
464
|
-
|
465
|
-
SyncBlockerSummary.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
|
466
|
-
SyncBlockerSummary.add_member(:parent_resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ParentResourceName"))
|
467
|
-
SyncBlockerSummary.add_member(:latest_blockers, Shapes::ShapeRef.new(shape: LatestSyncBlockerList, location_name: "LatestBlockers"))
|
468
|
-
SyncBlockerSummary.struct_class = Types::SyncBlockerSummary
|
469
|
-
|
470
|
-
SyncConfiguration.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, required: true, location_name: "Branch"))
|
471
|
-
SyncConfiguration.add_member(:config_file, Shapes::ShapeRef.new(shape: DeploymentFilePath, location_name: "ConfigFile"))
|
472
|
-
SyncConfiguration.add_member(:owner_id, Shapes::ShapeRef.new(shape: OwnerId, required: true, location_name: "OwnerId"))
|
473
|
-
SyncConfiguration.add_member(:provider_type, Shapes::ShapeRef.new(shape: ProviderType, required: true, location_name: "ProviderType"))
|
474
|
-
SyncConfiguration.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
|
475
|
-
SyncConfiguration.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "RepositoryName"))
|
476
|
-
SyncConfiguration.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
|
477
|
-
SyncConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "RoleArn"))
|
478
|
-
SyncConfiguration.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
|
479
|
-
SyncConfiguration.struct_class = Types::SyncConfiguration
|
480
|
-
|
481
|
-
SyncConfigurationList.member = Shapes::ShapeRef.new(shape: SyncConfiguration)
|
482
|
-
|
483
|
-
SyncConfigurationStillExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
484
|
-
SyncConfigurationStillExistsException.struct_class = Types::SyncConfigurationStillExistsException
|
485
|
-
|
486
184
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
487
185
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
488
186
|
Tag.struct_class = Types::Tag
|
@@ -497,15 +195,9 @@ module Aws::CodeStarconnections
|
|
497
195
|
|
498
196
|
TagResourceOutput.struct_class = Types::TagResourceOutput
|
499
197
|
|
500
|
-
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
501
|
-
ThrottlingException.struct_class = Types::ThrottlingException
|
502
|
-
|
503
198
|
UnsupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
504
199
|
UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
|
505
200
|
|
506
|
-
UnsupportedProviderTypeException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
507
|
-
UnsupportedProviderTypeException.struct_class = Types::UnsupportedProviderTypeException
|
508
|
-
|
509
201
|
UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
|
510
202
|
UntagResourceInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
511
203
|
UntagResourceInput.struct_class = Types::UntagResourceInput
|
@@ -519,39 +211,6 @@ module Aws::CodeStarconnections
|
|
519
211
|
|
520
212
|
UpdateHostOutput.struct_class = Types::UpdateHostOutput
|
521
213
|
|
522
|
-
UpdateOutOfSyncException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
523
|
-
UpdateOutOfSyncException.struct_class = Types::UpdateOutOfSyncException
|
524
|
-
|
525
|
-
UpdateRepositoryLinkInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
526
|
-
UpdateRepositoryLinkInput.add_member(:encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "EncryptionKeyArn"))
|
527
|
-
UpdateRepositoryLinkInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, required: true, location_name: "RepositoryLinkId"))
|
528
|
-
UpdateRepositoryLinkInput.struct_class = Types::UpdateRepositoryLinkInput
|
529
|
-
|
530
|
-
UpdateRepositoryLinkOutput.add_member(:repository_link_info, Shapes::ShapeRef.new(shape: RepositoryLinkInfo, required: true, location_name: "RepositoryLinkInfo"))
|
531
|
-
UpdateRepositoryLinkOutput.struct_class = Types::UpdateRepositoryLinkOutput
|
532
|
-
|
533
|
-
UpdateSyncBlockerInput.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
534
|
-
UpdateSyncBlockerInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
|
535
|
-
UpdateSyncBlockerInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
|
536
|
-
UpdateSyncBlockerInput.add_member(:resolved_reason, Shapes::ShapeRef.new(shape: ResolvedReason, required: true, location_name: "ResolvedReason"))
|
537
|
-
UpdateSyncBlockerInput.struct_class = Types::UpdateSyncBlockerInput
|
538
|
-
|
539
|
-
UpdateSyncBlockerOutput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
|
540
|
-
UpdateSyncBlockerOutput.add_member(:parent_resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "ParentResourceName"))
|
541
|
-
UpdateSyncBlockerOutput.add_member(:sync_blocker, Shapes::ShapeRef.new(shape: SyncBlocker, required: true, location_name: "SyncBlocker"))
|
542
|
-
UpdateSyncBlockerOutput.struct_class = Types::UpdateSyncBlockerOutput
|
543
|
-
|
544
|
-
UpdateSyncConfigurationInput.add_member(:branch, Shapes::ShapeRef.new(shape: BranchName, location_name: "Branch"))
|
545
|
-
UpdateSyncConfigurationInput.add_member(:config_file, Shapes::ShapeRef.new(shape: DeploymentFilePath, location_name: "ConfigFile"))
|
546
|
-
UpdateSyncConfigurationInput.add_member(:repository_link_id, Shapes::ShapeRef.new(shape: RepositoryLinkId, location_name: "RepositoryLinkId"))
|
547
|
-
UpdateSyncConfigurationInput.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "ResourceName"))
|
548
|
-
UpdateSyncConfigurationInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "RoleArn"))
|
549
|
-
UpdateSyncConfigurationInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncConfigurationType, required: true, location_name: "SyncType"))
|
550
|
-
UpdateSyncConfigurationInput.struct_class = Types::UpdateSyncConfigurationInput
|
551
|
-
|
552
|
-
UpdateSyncConfigurationOutput.add_member(:sync_configuration, Shapes::ShapeRef.new(shape: SyncConfiguration, required: true, location_name: "SyncConfiguration"))
|
553
|
-
UpdateSyncConfigurationOutput.struct_class = Types::UpdateSyncConfigurationOutput
|
554
|
-
|
555
214
|
VpcConfiguration.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
556
215
|
VpcConfiguration.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "SubnetIds"))
|
557
216
|
VpcConfiguration.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
|
@@ -597,36 +256,6 @@ module Aws::CodeStarconnections
|
|
597
256
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
598
257
|
end)
|
599
258
|
|
600
|
-
api.add_operation(:create_repository_link, Seahorse::Model::Operation.new.tap do |o|
|
601
|
-
o.name = "CreateRepositoryLink"
|
602
|
-
o.http_method = "POST"
|
603
|
-
o.http_request_uri = "/"
|
604
|
-
o.input = Shapes::ShapeRef.new(shape: CreateRepositoryLinkInput)
|
605
|
-
o.output = Shapes::ShapeRef.new(shape: CreateRepositoryLinkOutput)
|
606
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
607
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
608
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
609
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
610
|
-
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
611
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
612
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
613
|
-
end)
|
614
|
-
|
615
|
-
api.add_operation(:create_sync_configuration, Seahorse::Model::Operation.new.tap do |o|
|
616
|
-
o.name = "CreateSyncConfiguration"
|
617
|
-
o.http_method = "POST"
|
618
|
-
o.http_request_uri = "/"
|
619
|
-
o.input = Shapes::ShapeRef.new(shape: CreateSyncConfigurationInput)
|
620
|
-
o.output = Shapes::ShapeRef.new(shape: CreateSyncConfigurationOutput)
|
621
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
622
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
623
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
624
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
625
|
-
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
626
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
|
627
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
628
|
-
end)
|
629
|
-
|
630
259
|
api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
|
631
260
|
o.name = "DeleteConnection"
|
632
261
|
o.http_method = "POST"
|
@@ -646,36 +275,6 @@ module Aws::CodeStarconnections
|
|
646
275
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
647
276
|
end)
|
648
277
|
|
649
|
-
api.add_operation(:delete_repository_link, Seahorse::Model::Operation.new.tap do |o|
|
650
|
-
o.name = "DeleteRepositoryLink"
|
651
|
-
o.http_method = "POST"
|
652
|
-
o.http_request_uri = "/"
|
653
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteRepositoryLinkInput)
|
654
|
-
o.output = Shapes::ShapeRef.new(shape: DeleteRepositoryLinkOutput)
|
655
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
656
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
657
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
658
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
659
|
-
o.errors << Shapes::ShapeRef.new(shape: SyncConfigurationStillExistsException)
|
660
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
661
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
662
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedProviderTypeException)
|
663
|
-
end)
|
664
|
-
|
665
|
-
api.add_operation(:delete_sync_configuration, Seahorse::Model::Operation.new.tap do |o|
|
666
|
-
o.name = "DeleteSyncConfiguration"
|
667
|
-
o.http_method = "POST"
|
668
|
-
o.http_request_uri = "/"
|
669
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteSyncConfigurationInput)
|
670
|
-
o.output = Shapes::ShapeRef.new(shape: DeleteSyncConfigurationOutput)
|
671
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
672
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
673
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
674
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
675
|
-
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
676
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
677
|
-
end)
|
678
|
-
|
679
278
|
api.add_operation(:get_connection, Seahorse::Model::Operation.new.tap do |o|
|
680
279
|
o.name = "GetConnection"
|
681
280
|
o.http_method = "POST"
|
@@ -696,72 +295,6 @@ module Aws::CodeStarconnections
|
|
696
295
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
697
296
|
end)
|
698
297
|
|
699
|
-
api.add_operation(:get_repository_link, Seahorse::Model::Operation.new.tap do |o|
|
700
|
-
o.name = "GetRepositoryLink"
|
701
|
-
o.http_method = "POST"
|
702
|
-
o.http_request_uri = "/"
|
703
|
-
o.input = Shapes::ShapeRef.new(shape: GetRepositoryLinkInput)
|
704
|
-
o.output = Shapes::ShapeRef.new(shape: GetRepositoryLinkOutput)
|
705
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
706
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
707
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
708
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
709
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
710
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
711
|
-
end)
|
712
|
-
|
713
|
-
api.add_operation(:get_repository_sync_status, Seahorse::Model::Operation.new.tap do |o|
|
714
|
-
o.name = "GetRepositorySyncStatus"
|
715
|
-
o.http_method = "POST"
|
716
|
-
o.http_request_uri = "/"
|
717
|
-
o.input = Shapes::ShapeRef.new(shape: GetRepositorySyncStatusInput)
|
718
|
-
o.output = Shapes::ShapeRef.new(shape: GetRepositorySyncStatusOutput)
|
719
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
720
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
721
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
722
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
723
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
724
|
-
end)
|
725
|
-
|
726
|
-
api.add_operation(:get_resource_sync_status, Seahorse::Model::Operation.new.tap do |o|
|
727
|
-
o.name = "GetResourceSyncStatus"
|
728
|
-
o.http_method = "POST"
|
729
|
-
o.http_request_uri = "/"
|
730
|
-
o.input = Shapes::ShapeRef.new(shape: GetResourceSyncStatusInput)
|
731
|
-
o.output = Shapes::ShapeRef.new(shape: GetResourceSyncStatusOutput)
|
732
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
733
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
734
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
735
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
736
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
737
|
-
end)
|
738
|
-
|
739
|
-
api.add_operation(:get_sync_blocker_summary, Seahorse::Model::Operation.new.tap do |o|
|
740
|
-
o.name = "GetSyncBlockerSummary"
|
741
|
-
o.http_method = "POST"
|
742
|
-
o.http_request_uri = "/"
|
743
|
-
o.input = Shapes::ShapeRef.new(shape: GetSyncBlockerSummaryInput)
|
744
|
-
o.output = Shapes::ShapeRef.new(shape: GetSyncBlockerSummaryOutput)
|
745
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
746
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
747
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
748
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
749
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
750
|
-
end)
|
751
|
-
|
752
|
-
api.add_operation(:get_sync_configuration, Seahorse::Model::Operation.new.tap do |o|
|
753
|
-
o.name = "GetSyncConfiguration"
|
754
|
-
o.http_method = "POST"
|
755
|
-
o.http_request_uri = "/"
|
756
|
-
o.input = Shapes::ShapeRef.new(shape: GetSyncConfigurationInput)
|
757
|
-
o.output = Shapes::ShapeRef.new(shape: GetSyncConfigurationOutput)
|
758
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
759
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
760
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
761
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
762
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
763
|
-
end)
|
764
|
-
|
765
298
|
api.add_operation(:list_connections, Seahorse::Model::Operation.new.tap do |o|
|
766
299
|
o.name = "ListConnections"
|
767
300
|
o.http_method = "POST"
|
@@ -791,58 +324,6 @@ module Aws::CodeStarconnections
|
|
791
324
|
)
|
792
325
|
end)
|
793
326
|
|
794
|
-
api.add_operation(:list_repository_links, Seahorse::Model::Operation.new.tap do |o|
|
795
|
-
o.name = "ListRepositoryLinks"
|
796
|
-
o.http_method = "POST"
|
797
|
-
o.http_request_uri = "/"
|
798
|
-
o.input = Shapes::ShapeRef.new(shape: ListRepositoryLinksInput)
|
799
|
-
o.output = Shapes::ShapeRef.new(shape: ListRepositoryLinksOutput)
|
800
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
801
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
802
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
803
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
804
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
805
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
806
|
-
o[:pager] = Aws::Pager.new(
|
807
|
-
limit_key: "max_results",
|
808
|
-
tokens: {
|
809
|
-
"next_token" => "next_token"
|
810
|
-
}
|
811
|
-
)
|
812
|
-
end)
|
813
|
-
|
814
|
-
api.add_operation(:list_repository_sync_definitions, Seahorse::Model::Operation.new.tap do |o|
|
815
|
-
o.name = "ListRepositorySyncDefinitions"
|
816
|
-
o.http_method = "POST"
|
817
|
-
o.http_request_uri = "/"
|
818
|
-
o.input = Shapes::ShapeRef.new(shape: ListRepositorySyncDefinitionsInput)
|
819
|
-
o.output = Shapes::ShapeRef.new(shape: ListRepositorySyncDefinitionsOutput)
|
820
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
821
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
822
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
823
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
824
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
825
|
-
end)
|
826
|
-
|
827
|
-
api.add_operation(:list_sync_configurations, Seahorse::Model::Operation.new.tap do |o|
|
828
|
-
o.name = "ListSyncConfigurations"
|
829
|
-
o.http_method = "POST"
|
830
|
-
o.http_request_uri = "/"
|
831
|
-
o.input = Shapes::ShapeRef.new(shape: ListSyncConfigurationsInput)
|
832
|
-
o.output = Shapes::ShapeRef.new(shape: ListSyncConfigurationsOutput)
|
833
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
834
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
835
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
836
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
837
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
838
|
-
o[:pager] = Aws::Pager.new(
|
839
|
-
limit_key: "max_results",
|
840
|
-
tokens: {
|
841
|
-
"next_token" => "next_token"
|
842
|
-
}
|
843
|
-
)
|
844
|
-
end)
|
845
|
-
|
846
327
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
847
328
|
o.name = "ListTagsForResource"
|
848
329
|
o.http_method = "POST"
|
@@ -882,51 +363,6 @@ module Aws::CodeStarconnections
|
|
882
363
|
o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
|
883
364
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
884
365
|
end)
|
885
|
-
|
886
|
-
api.add_operation(:update_repository_link, Seahorse::Model::Operation.new.tap do |o|
|
887
|
-
o.name = "UpdateRepositoryLink"
|
888
|
-
o.http_method = "POST"
|
889
|
-
o.http_request_uri = "/"
|
890
|
-
o.input = Shapes::ShapeRef.new(shape: UpdateRepositoryLinkInput)
|
891
|
-
o.output = Shapes::ShapeRef.new(shape: UpdateRepositoryLinkOutput)
|
892
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
893
|
-
o.errors << Shapes::ShapeRef.new(shape: ConditionalCheckFailedException)
|
894
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
895
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
896
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
897
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
898
|
-
o.errors << Shapes::ShapeRef.new(shape: UpdateOutOfSyncException)
|
899
|
-
end)
|
900
|
-
|
901
|
-
api.add_operation(:update_sync_blocker, Seahorse::Model::Operation.new.tap do |o|
|
902
|
-
o.name = "UpdateSyncBlocker"
|
903
|
-
o.http_method = "POST"
|
904
|
-
o.http_request_uri = "/"
|
905
|
-
o.input = Shapes::ShapeRef.new(shape: UpdateSyncBlockerInput)
|
906
|
-
o.output = Shapes::ShapeRef.new(shape: UpdateSyncBlockerOutput)
|
907
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
908
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
909
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
910
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
911
|
-
o.errors << Shapes::ShapeRef.new(shape: RetryLatestCommitFailedException)
|
912
|
-
o.errors << Shapes::ShapeRef.new(shape: SyncBlockerDoesNotExistException)
|
913
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
914
|
-
end)
|
915
|
-
|
916
|
-
api.add_operation(:update_sync_configuration, Seahorse::Model::Operation.new.tap do |o|
|
917
|
-
o.name = "UpdateSyncConfiguration"
|
918
|
-
o.http_method = "POST"
|
919
|
-
o.http_request_uri = "/"
|
920
|
-
o.input = Shapes::ShapeRef.new(shape: UpdateSyncConfigurationInput)
|
921
|
-
o.output = Shapes::ShapeRef.new(shape: UpdateSyncConfigurationOutput)
|
922
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
923
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
924
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
925
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
926
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
927
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
928
|
-
o.errors << Shapes::ShapeRef.new(shape: UpdateOutOfSyncException)
|
929
|
-
end)
|
930
366
|
end
|
931
367
|
|
932
368
|
end
|