aws-sdk-proton 1.7.0 → 1.11.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.
@@ -39,12 +39,16 @@ module Aws::Proton
39
39
  CreateEnvironmentTemplateOutput = Shapes::StructureShape.new(name: 'CreateEnvironmentTemplateOutput')
40
40
  CreateEnvironmentTemplateVersionInput = Shapes::StructureShape.new(name: 'CreateEnvironmentTemplateVersionInput')
41
41
  CreateEnvironmentTemplateVersionOutput = Shapes::StructureShape.new(name: 'CreateEnvironmentTemplateVersionOutput')
42
+ CreateRepositoryInput = Shapes::StructureShape.new(name: 'CreateRepositoryInput')
43
+ CreateRepositoryOutput = Shapes::StructureShape.new(name: 'CreateRepositoryOutput')
42
44
  CreateServiceInput = Shapes::StructureShape.new(name: 'CreateServiceInput')
43
45
  CreateServiceOutput = Shapes::StructureShape.new(name: 'CreateServiceOutput')
44
46
  CreateServiceTemplateInput = Shapes::StructureShape.new(name: 'CreateServiceTemplateInput')
45
47
  CreateServiceTemplateOutput = Shapes::StructureShape.new(name: 'CreateServiceTemplateOutput')
46
48
  CreateServiceTemplateVersionInput = Shapes::StructureShape.new(name: 'CreateServiceTemplateVersionInput')
47
49
  CreateServiceTemplateVersionOutput = Shapes::StructureShape.new(name: 'CreateServiceTemplateVersionOutput')
50
+ CreateTemplateSyncConfigInput = Shapes::StructureShape.new(name: 'CreateTemplateSyncConfigInput')
51
+ CreateTemplateSyncConfigOutput = Shapes::StructureShape.new(name: 'CreateTemplateSyncConfigOutput')
48
52
  DeleteEnvironmentAccountConnectionInput = Shapes::StructureShape.new(name: 'DeleteEnvironmentAccountConnectionInput')
49
53
  DeleteEnvironmentAccountConnectionOutput = Shapes::StructureShape.new(name: 'DeleteEnvironmentAccountConnectionOutput')
50
54
  DeleteEnvironmentInput = Shapes::StructureShape.new(name: 'DeleteEnvironmentInput')
@@ -53,16 +57,22 @@ module Aws::Proton
53
57
  DeleteEnvironmentTemplateOutput = Shapes::StructureShape.new(name: 'DeleteEnvironmentTemplateOutput')
54
58
  DeleteEnvironmentTemplateVersionInput = Shapes::StructureShape.new(name: 'DeleteEnvironmentTemplateVersionInput')
55
59
  DeleteEnvironmentTemplateVersionOutput = Shapes::StructureShape.new(name: 'DeleteEnvironmentTemplateVersionOutput')
60
+ DeleteRepositoryInput = Shapes::StructureShape.new(name: 'DeleteRepositoryInput')
61
+ DeleteRepositoryOutput = Shapes::StructureShape.new(name: 'DeleteRepositoryOutput')
56
62
  DeleteServiceInput = Shapes::StructureShape.new(name: 'DeleteServiceInput')
57
63
  DeleteServiceOutput = Shapes::StructureShape.new(name: 'DeleteServiceOutput')
58
64
  DeleteServiceTemplateInput = Shapes::StructureShape.new(name: 'DeleteServiceTemplateInput')
59
65
  DeleteServiceTemplateOutput = Shapes::StructureShape.new(name: 'DeleteServiceTemplateOutput')
60
66
  DeleteServiceTemplateVersionInput = Shapes::StructureShape.new(name: 'DeleteServiceTemplateVersionInput')
61
67
  DeleteServiceTemplateVersionOutput = Shapes::StructureShape.new(name: 'DeleteServiceTemplateVersionOutput')
68
+ DeleteTemplateSyncConfigInput = Shapes::StructureShape.new(name: 'DeleteTemplateSyncConfigInput')
69
+ DeleteTemplateSyncConfigOutput = Shapes::StructureShape.new(name: 'DeleteTemplateSyncConfigOutput')
70
+ DeploymentId = Shapes::StringShape.new(name: 'DeploymentId')
62
71
  DeploymentStatus = Shapes::StringShape.new(name: 'DeploymentStatus')
63
72
  DeploymentUpdateType = Shapes::StringShape.new(name: 'DeploymentUpdateType')
64
73
  Description = Shapes::StringShape.new(name: 'Description')
65
74
  DisplayName = Shapes::StringShape.new(name: 'DisplayName')
75
+ EmptyNextToken = Shapes::StringShape.new(name: 'EmptyNextToken')
66
76
  Environment = Shapes::StructureShape.new(name: 'Environment')
67
77
  EnvironmentAccountConnection = Shapes::StructureShape.new(name: 'EnvironmentAccountConnection')
68
78
  EnvironmentAccountConnectionArn = Shapes::StringShape.new(name: 'EnvironmentAccountConnectionArn')
@@ -97,6 +107,10 @@ module Aws::Proton
97
107
  GetEnvironmentTemplateOutput = Shapes::StructureShape.new(name: 'GetEnvironmentTemplateOutput')
98
108
  GetEnvironmentTemplateVersionInput = Shapes::StructureShape.new(name: 'GetEnvironmentTemplateVersionInput')
99
109
  GetEnvironmentTemplateVersionOutput = Shapes::StructureShape.new(name: 'GetEnvironmentTemplateVersionOutput')
110
+ GetRepositoryInput = Shapes::StructureShape.new(name: 'GetRepositoryInput')
111
+ GetRepositoryOutput = Shapes::StructureShape.new(name: 'GetRepositoryOutput')
112
+ GetRepositorySyncStatusInput = Shapes::StructureShape.new(name: 'GetRepositorySyncStatusInput')
113
+ GetRepositorySyncStatusOutput = Shapes::StructureShape.new(name: 'GetRepositorySyncStatusOutput')
100
114
  GetServiceInput = Shapes::StructureShape.new(name: 'GetServiceInput')
101
115
  GetServiceInstanceInput = Shapes::StructureShape.new(name: 'GetServiceInstanceInput')
102
116
  GetServiceInstanceOutput = Shapes::StructureShape.new(name: 'GetServiceInstanceOutput')
@@ -105,18 +119,38 @@ module Aws::Proton
105
119
  GetServiceTemplateOutput = Shapes::StructureShape.new(name: 'GetServiceTemplateOutput')
106
120
  GetServiceTemplateVersionInput = Shapes::StructureShape.new(name: 'GetServiceTemplateVersionInput')
107
121
  GetServiceTemplateVersionOutput = Shapes::StructureShape.new(name: 'GetServiceTemplateVersionOutput')
122
+ GetTemplateSyncConfigInput = Shapes::StructureShape.new(name: 'GetTemplateSyncConfigInput')
123
+ GetTemplateSyncConfigOutput = Shapes::StructureShape.new(name: 'GetTemplateSyncConfigOutput')
124
+ GetTemplateSyncStatusInput = Shapes::StructureShape.new(name: 'GetTemplateSyncStatusInput')
125
+ GetTemplateSyncStatusOutput = Shapes::StructureShape.new(name: 'GetTemplateSyncStatusOutput')
108
126
  GitBranchName = Shapes::StringShape.new(name: 'GitBranchName')
109
127
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
110
128
  ListEnvironmentAccountConnectionsInput = Shapes::StructureShape.new(name: 'ListEnvironmentAccountConnectionsInput')
111
129
  ListEnvironmentAccountConnectionsOutput = Shapes::StructureShape.new(name: 'ListEnvironmentAccountConnectionsOutput')
130
+ ListEnvironmentOutputsInput = Shapes::StructureShape.new(name: 'ListEnvironmentOutputsInput')
131
+ ListEnvironmentOutputsOutput = Shapes::StructureShape.new(name: 'ListEnvironmentOutputsOutput')
132
+ ListEnvironmentProvisionedResourcesInput = Shapes::StructureShape.new(name: 'ListEnvironmentProvisionedResourcesInput')
133
+ ListEnvironmentProvisionedResourcesOutput = Shapes::StructureShape.new(name: 'ListEnvironmentProvisionedResourcesOutput')
112
134
  ListEnvironmentTemplateVersionsInput = Shapes::StructureShape.new(name: 'ListEnvironmentTemplateVersionsInput')
113
135
  ListEnvironmentTemplateVersionsOutput = Shapes::StructureShape.new(name: 'ListEnvironmentTemplateVersionsOutput')
114
136
  ListEnvironmentTemplatesInput = Shapes::StructureShape.new(name: 'ListEnvironmentTemplatesInput')
115
137
  ListEnvironmentTemplatesOutput = Shapes::StructureShape.new(name: 'ListEnvironmentTemplatesOutput')
116
138
  ListEnvironmentsInput = Shapes::StructureShape.new(name: 'ListEnvironmentsInput')
117
139
  ListEnvironmentsOutput = Shapes::StructureShape.new(name: 'ListEnvironmentsOutput')
140
+ ListRepositoriesInput = Shapes::StructureShape.new(name: 'ListRepositoriesInput')
141
+ ListRepositoriesOutput = Shapes::StructureShape.new(name: 'ListRepositoriesOutput')
142
+ ListRepositorySyncDefinitionsInput = Shapes::StructureShape.new(name: 'ListRepositorySyncDefinitionsInput')
143
+ ListRepositorySyncDefinitionsOutput = Shapes::StructureShape.new(name: 'ListRepositorySyncDefinitionsOutput')
144
+ ListServiceInstanceOutputsInput = Shapes::StructureShape.new(name: 'ListServiceInstanceOutputsInput')
145
+ ListServiceInstanceOutputsOutput = Shapes::StructureShape.new(name: 'ListServiceInstanceOutputsOutput')
146
+ ListServiceInstanceProvisionedResourcesInput = Shapes::StructureShape.new(name: 'ListServiceInstanceProvisionedResourcesInput')
147
+ ListServiceInstanceProvisionedResourcesOutput = Shapes::StructureShape.new(name: 'ListServiceInstanceProvisionedResourcesOutput')
118
148
  ListServiceInstancesInput = Shapes::StructureShape.new(name: 'ListServiceInstancesInput')
119
149
  ListServiceInstancesOutput = Shapes::StructureShape.new(name: 'ListServiceInstancesOutput')
150
+ ListServicePipelineOutputsInput = Shapes::StructureShape.new(name: 'ListServicePipelineOutputsInput')
151
+ ListServicePipelineOutputsOutput = Shapes::StructureShape.new(name: 'ListServicePipelineOutputsOutput')
152
+ ListServicePipelineProvisionedResourcesInput = Shapes::StructureShape.new(name: 'ListServicePipelineProvisionedResourcesInput')
153
+ ListServicePipelineProvisionedResourcesOutput = Shapes::StructureShape.new(name: 'ListServicePipelineProvisionedResourcesOutput')
120
154
  ListServiceTemplateVersionsInput = Shapes::StructureShape.new(name: 'ListServiceTemplateVersionsInput')
121
155
  ListServiceTemplateVersionsOutput = Shapes::StructureShape.new(name: 'ListServiceTemplateVersionsOutput')
122
156
  ListServiceTemplatesInput = Shapes::StructureShape.new(name: 'ListServiceTemplatesInput')
@@ -127,15 +161,49 @@ module Aws::Proton
127
161
  ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
128
162
  MaxPageResults = Shapes::IntegerShape.new(name: 'MaxPageResults')
129
163
  NextToken = Shapes::StringShape.new(name: 'NextToken')
164
+ NotifyResourceDeploymentStatusChangeInput = Shapes::StructureShape.new(name: 'NotifyResourceDeploymentStatusChangeInput')
165
+ NotifyResourceDeploymentStatusChangeInputOutputsList = Shapes::ListShape.new(name: 'NotifyResourceDeploymentStatusChangeInputOutputsList')
166
+ NotifyResourceDeploymentStatusChangeOutput = Shapes::StructureShape.new(name: 'NotifyResourceDeploymentStatusChangeOutput')
167
+ Output = Shapes::StructureShape.new(name: 'Output')
168
+ OutputKey = Shapes::StringShape.new(name: 'OutputKey')
169
+ OutputValueString = Shapes::StringShape.new(name: 'OutputValueString')
170
+ OutputsList = Shapes::ListShape.new(name: 'OutputsList')
171
+ PipelineRoleArn = Shapes::StringShape.new(name: 'PipelineRoleArn')
172
+ ProvisionedResource = Shapes::StructureShape.new(name: 'ProvisionedResource')
173
+ ProvisionedResourceEngine = Shapes::StringShape.new(name: 'ProvisionedResourceEngine')
174
+ ProvisionedResourceIdentifier = Shapes::StringShape.new(name: 'ProvisionedResourceIdentifier')
175
+ ProvisionedResourceList = Shapes::ListShape.new(name: 'ProvisionedResourceList')
176
+ ProvisionedResourceName = Shapes::StringShape.new(name: 'ProvisionedResourceName')
130
177
  Provisioning = Shapes::StringShape.new(name: 'Provisioning')
131
178
  RejectEnvironmentAccountConnectionInput = Shapes::StructureShape.new(name: 'RejectEnvironmentAccountConnectionInput')
132
179
  RejectEnvironmentAccountConnectionOutput = Shapes::StructureShape.new(name: 'RejectEnvironmentAccountConnectionOutput')
180
+ Repository = Shapes::StructureShape.new(name: 'Repository')
181
+ RepositoryArn = Shapes::StringShape.new(name: 'RepositoryArn')
182
+ RepositoryBranch = Shapes::StructureShape.new(name: 'RepositoryBranch')
183
+ RepositoryBranchInput = Shapes::StructureShape.new(name: 'RepositoryBranchInput')
133
184
  RepositoryId = Shapes::StringShape.new(name: 'RepositoryId')
185
+ RepositoryName = Shapes::StringShape.new(name: 'RepositoryName')
186
+ RepositoryProvider = Shapes::StringShape.new(name: 'RepositoryProvider')
187
+ RepositorySummary = Shapes::StructureShape.new(name: 'RepositorySummary')
188
+ RepositorySummaryList = Shapes::ListShape.new(name: 'RepositorySummaryList')
189
+ RepositorySyncAttempt = Shapes::StructureShape.new(name: 'RepositorySyncAttempt')
190
+ RepositorySyncDefinition = Shapes::StructureShape.new(name: 'RepositorySyncDefinition')
191
+ RepositorySyncDefinitionList = Shapes::ListShape.new(name: 'RepositorySyncDefinitionList')
192
+ RepositorySyncEvent = Shapes::StructureShape.new(name: 'RepositorySyncEvent')
193
+ RepositorySyncEvents = Shapes::ListShape.new(name: 'RepositorySyncEvents')
194
+ RepositorySyncStatus = Shapes::StringShape.new(name: 'RepositorySyncStatus')
195
+ ResourceDeploymentStatus = Shapes::StringShape.new(name: 'ResourceDeploymentStatus')
134
196
  ResourceName = Shapes::StringShape.new(name: 'ResourceName')
135
197
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
198
+ ResourceSyncAttempt = Shapes::StructureShape.new(name: 'ResourceSyncAttempt')
199
+ ResourceSyncEvent = Shapes::StructureShape.new(name: 'ResourceSyncEvent')
200
+ ResourceSyncEvents = Shapes::ListShape.new(name: 'ResourceSyncEvents')
201
+ ResourceSyncStatus = Shapes::StringShape.new(name: 'ResourceSyncStatus')
202
+ Revision = Shapes::StructureShape.new(name: 'Revision')
136
203
  S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
137
204
  S3Key = Shapes::StringShape.new(name: 'S3Key')
138
205
  S3ObjectSource = Shapes::StructureShape.new(name: 'S3ObjectSource')
206
+ SHA = Shapes::StringShape.new(name: 'SHA')
139
207
  Service = Shapes::StructureShape.new(name: 'Service')
140
208
  ServiceArn = Shapes::StringShape.new(name: 'ServiceArn')
141
209
  ServiceInstance = Shapes::StructureShape.new(name: 'ServiceInstance')
@@ -158,6 +226,9 @@ module Aws::Proton
158
226
  SpecContents = Shapes::StringShape.new(name: 'SpecContents')
159
227
  StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
160
228
  String = Shapes::StringShape.new(name: 'String')
229
+ Subdirectory = Shapes::StringShape.new(name: 'Subdirectory')
230
+ SyncType = Shapes::StringShape.new(name: 'SyncType')
231
+ SyntheticNotifyResourceDeploymentStatusChangeInputString = Shapes::StringShape.new(name: 'SyntheticNotifyResourceDeploymentStatusChangeInputString')
161
232
  Tag = Shapes::StructureShape.new(name: 'Tag')
162
233
  TagKey = Shapes::StringShape.new(name: 'TagKey')
163
234
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -166,6 +237,8 @@ module Aws::Proton
166
237
  TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
167
238
  TagValue = Shapes::StringShape.new(name: 'TagValue')
168
239
  TemplateSchema = Shapes::StringShape.new(name: 'TemplateSchema')
240
+ TemplateSyncConfig = Shapes::StructureShape.new(name: 'TemplateSyncConfig')
241
+ TemplateType = Shapes::StringShape.new(name: 'TemplateType')
169
242
  TemplateVersionPart = Shapes::StringShape.new(name: 'TemplateVersionPart')
170
243
  TemplateVersionSourceInput = Shapes::UnionShape.new(name: 'TemplateVersionSourceInput')
171
244
  TemplateVersionStatus = Shapes::StringShape.new(name: 'TemplateVersionStatus')
@@ -193,6 +266,8 @@ module Aws::Proton
193
266
  UpdateServiceTemplateOutput = Shapes::StructureShape.new(name: 'UpdateServiceTemplateOutput')
194
267
  UpdateServiceTemplateVersionInput = Shapes::StructureShape.new(name: 'UpdateServiceTemplateVersionInput')
195
268
  UpdateServiceTemplateVersionOutput = Shapes::StructureShape.new(name: 'UpdateServiceTemplateVersionOutput')
269
+ UpdateTemplateSyncConfigInput = Shapes::StructureShape.new(name: 'UpdateTemplateSyncConfigInput')
270
+ UpdateTemplateSyncConfigOutput = Shapes::StructureShape.new(name: 'UpdateTemplateSyncConfigOutput')
196
271
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
197
272
 
198
273
  AcceptEnvironmentAccountConnectionInput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
@@ -204,7 +279,8 @@ module Aws::Proton
204
279
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
205
280
  AccessDeniedException.struct_class = Types::AccessDeniedException
206
281
 
207
- AccountSettings.add_member(:pipeline_service_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "pipelineServiceRoleArn"))
282
+ AccountSettings.add_member(:pipeline_provisioning_repository, Shapes::ShapeRef.new(shape: RepositoryBranch, location_name: "pipelineProvisioningRepository"))
283
+ AccountSettings.add_member(:pipeline_service_role_arn, Shapes::ShapeRef.new(shape: PipelineRoleArn, location_name: "pipelineServiceRoleArn"))
208
284
  AccountSettings.struct_class = Types::AccountSettings
209
285
 
210
286
  CancelEnvironmentDeploymentInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
@@ -245,6 +321,7 @@ module Aws::Proton
245
321
  CreateEnvironmentAccountConnectionInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
246
322
  CreateEnvironmentAccountConnectionInput.add_member(:management_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "managementAccountId"))
247
323
  CreateEnvironmentAccountConnectionInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
324
+ CreateEnvironmentAccountConnectionInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
248
325
  CreateEnvironmentAccountConnectionInput.struct_class = Types::CreateEnvironmentAccountConnectionInput
249
326
 
250
327
  CreateEnvironmentAccountConnectionOutput.add_member(:environment_account_connection, Shapes::ShapeRef.new(shape: EnvironmentAccountConnection, required: true, location_name: "environmentAccountConnection"))
@@ -254,6 +331,7 @@ module Aws::Proton
254
331
  CreateEnvironmentInput.add_member(:environment_account_connection_id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, location_name: "environmentAccountConnectionId"))
255
332
  CreateEnvironmentInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
256
333
  CreateEnvironmentInput.add_member(:proton_service_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "protonServiceRoleArn"))
334
+ CreateEnvironmentInput.add_member(:provisioning_repository, Shapes::ShapeRef.new(shape: RepositoryBranchInput, location_name: "provisioningRepository"))
257
335
  CreateEnvironmentInput.add_member(:spec, Shapes::ShapeRef.new(shape: SpecContents, required: true, location_name: "spec"))
258
336
  CreateEnvironmentInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
259
337
  CreateEnvironmentInput.add_member(:template_major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMajorVersion"))
@@ -286,6 +364,15 @@ module Aws::Proton
286
364
  CreateEnvironmentTemplateVersionOutput.add_member(:environment_template_version, Shapes::ShapeRef.new(shape: EnvironmentTemplateVersion, required: true, location_name: "environmentTemplateVersion"))
287
365
  CreateEnvironmentTemplateVersionOutput.struct_class = Types::CreateEnvironmentTemplateVersionOutput
288
366
 
367
+ CreateRepositoryInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "connectionArn"))
368
+ CreateRepositoryInput.add_member(:encryption_key, Shapes::ShapeRef.new(shape: Arn, location_name: "encryptionKey"))
369
+ CreateRepositoryInput.add_member(:name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "name"))
370
+ CreateRepositoryInput.add_member(:provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "provider"))
371
+ CreateRepositoryInput.struct_class = Types::CreateRepositoryInput
372
+
373
+ CreateRepositoryOutput.add_member(:repository, Shapes::ShapeRef.new(shape: Repository, required: true, location_name: "repository"))
374
+ CreateRepositoryOutput.struct_class = Types::CreateRepositoryOutput
375
+
289
376
  CreateServiceInput.add_member(:branch_name, Shapes::ShapeRef.new(shape: GitBranchName, location_name: "branchName"))
290
377
  CreateServiceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
291
378
  CreateServiceInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
@@ -324,6 +411,17 @@ module Aws::Proton
324
411
  CreateServiceTemplateVersionOutput.add_member(:service_template_version, Shapes::ShapeRef.new(shape: ServiceTemplateVersion, required: true, location_name: "serviceTemplateVersion"))
325
412
  CreateServiceTemplateVersionOutput.struct_class = Types::CreateServiceTemplateVersionOutput
326
413
 
414
+ CreateTemplateSyncConfigInput.add_member(:branch, Shapes::ShapeRef.new(shape: GitBranchName, required: true, location_name: "branch"))
415
+ CreateTemplateSyncConfigInput.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
416
+ CreateTemplateSyncConfigInput.add_member(:repository_provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "repositoryProvider"))
417
+ CreateTemplateSyncConfigInput.add_member(:subdirectory, Shapes::ShapeRef.new(shape: Subdirectory, location_name: "subdirectory"))
418
+ CreateTemplateSyncConfigInput.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
419
+ CreateTemplateSyncConfigInput.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, required: true, location_name: "templateType"))
420
+ CreateTemplateSyncConfigInput.struct_class = Types::CreateTemplateSyncConfigInput
421
+
422
+ CreateTemplateSyncConfigOutput.add_member(:template_sync_config, Shapes::ShapeRef.new(shape: TemplateSyncConfig, location_name: "templateSyncConfig"))
423
+ CreateTemplateSyncConfigOutput.struct_class = Types::CreateTemplateSyncConfigOutput
424
+
327
425
  DeleteEnvironmentAccountConnectionInput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
328
426
  DeleteEnvironmentAccountConnectionInput.struct_class = Types::DeleteEnvironmentAccountConnectionInput
329
427
 
@@ -350,6 +448,13 @@ module Aws::Proton
350
448
  DeleteEnvironmentTemplateVersionOutput.add_member(:environment_template_version, Shapes::ShapeRef.new(shape: EnvironmentTemplateVersion, location_name: "environmentTemplateVersion"))
351
449
  DeleteEnvironmentTemplateVersionOutput.struct_class = Types::DeleteEnvironmentTemplateVersionOutput
352
450
 
451
+ DeleteRepositoryInput.add_member(:name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "name"))
452
+ DeleteRepositoryInput.add_member(:provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "provider"))
453
+ DeleteRepositoryInput.struct_class = Types::DeleteRepositoryInput
454
+
455
+ DeleteRepositoryOutput.add_member(:repository, Shapes::ShapeRef.new(shape: Repository, location_name: "repository"))
456
+ DeleteRepositoryOutput.struct_class = Types::DeleteRepositoryOutput
457
+
353
458
  DeleteServiceInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
354
459
  DeleteServiceInput.struct_class = Types::DeleteServiceInput
355
460
 
@@ -370,6 +475,13 @@ module Aws::Proton
370
475
  DeleteServiceTemplateVersionOutput.add_member(:service_template_version, Shapes::ShapeRef.new(shape: ServiceTemplateVersion, location_name: "serviceTemplateVersion"))
371
476
  DeleteServiceTemplateVersionOutput.struct_class = Types::DeleteServiceTemplateVersionOutput
372
477
 
478
+ DeleteTemplateSyncConfigInput.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
479
+ DeleteTemplateSyncConfigInput.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, required: true, location_name: "templateType"))
480
+ DeleteTemplateSyncConfigInput.struct_class = Types::DeleteTemplateSyncConfigInput
481
+
482
+ DeleteTemplateSyncConfigOutput.add_member(:template_sync_config, Shapes::ShapeRef.new(shape: TemplateSyncConfig, location_name: "templateSyncConfig"))
483
+ DeleteTemplateSyncConfigOutput.struct_class = Types::DeleteTemplateSyncConfigOutput
484
+
373
485
  Environment.add_member(:arn, Shapes::ShapeRef.new(shape: EnvironmentArn, required: true, location_name: "arn"))
374
486
  Environment.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
375
487
  Environment.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
@@ -382,6 +494,7 @@ module Aws::Proton
382
494
  Environment.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
383
495
  Environment.add_member(:proton_service_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "protonServiceRoleArn"))
384
496
  Environment.add_member(:provisioning, Shapes::ShapeRef.new(shape: Provisioning, location_name: "provisioning"))
497
+ Environment.add_member(:provisioning_repository, Shapes::ShapeRef.new(shape: RepositoryBranch, location_name: "provisioningRepository"))
385
498
  Environment.add_member(:spec, Shapes::ShapeRef.new(shape: SpecContents, location_name: "spec"))
386
499
  Environment.add_member(:template_major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMajorVersion"))
387
500
  Environment.add_member(:template_minor_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMinorVersion"))
@@ -520,6 +633,22 @@ module Aws::Proton
520
633
  GetEnvironmentTemplateVersionOutput.add_member(:environment_template_version, Shapes::ShapeRef.new(shape: EnvironmentTemplateVersion, required: true, location_name: "environmentTemplateVersion"))
521
634
  GetEnvironmentTemplateVersionOutput.struct_class = Types::GetEnvironmentTemplateVersionOutput
522
635
 
636
+ GetRepositoryInput.add_member(:name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "name"))
637
+ GetRepositoryInput.add_member(:provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "provider"))
638
+ GetRepositoryInput.struct_class = Types::GetRepositoryInput
639
+
640
+ GetRepositoryOutput.add_member(:repository, Shapes::ShapeRef.new(shape: Repository, required: true, location_name: "repository"))
641
+ GetRepositoryOutput.struct_class = Types::GetRepositoryOutput
642
+
643
+ GetRepositorySyncStatusInput.add_member(:branch, Shapes::ShapeRef.new(shape: GitBranchName, required: true, location_name: "branch"))
644
+ GetRepositorySyncStatusInput.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
645
+ GetRepositorySyncStatusInput.add_member(:repository_provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "repositoryProvider"))
646
+ GetRepositorySyncStatusInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncType, required: true, location_name: "syncType"))
647
+ GetRepositorySyncStatusInput.struct_class = Types::GetRepositorySyncStatusInput
648
+
649
+ GetRepositorySyncStatusOutput.add_member(:latest_sync, Shapes::ShapeRef.new(shape: RepositorySyncAttempt, location_name: "latestSync"))
650
+ GetRepositorySyncStatusOutput.struct_class = Types::GetRepositorySyncStatusOutput
651
+
523
652
  GetServiceInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
524
653
  GetServiceInput.struct_class = Types::GetServiceInput
525
654
 
@@ -547,6 +676,23 @@ module Aws::Proton
547
676
  GetServiceTemplateVersionOutput.add_member(:service_template_version, Shapes::ShapeRef.new(shape: ServiceTemplateVersion, required: true, location_name: "serviceTemplateVersion"))
548
677
  GetServiceTemplateVersionOutput.struct_class = Types::GetServiceTemplateVersionOutput
549
678
 
679
+ GetTemplateSyncConfigInput.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
680
+ GetTemplateSyncConfigInput.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, required: true, location_name: "templateType"))
681
+ GetTemplateSyncConfigInput.struct_class = Types::GetTemplateSyncConfigInput
682
+
683
+ GetTemplateSyncConfigOutput.add_member(:template_sync_config, Shapes::ShapeRef.new(shape: TemplateSyncConfig, location_name: "templateSyncConfig"))
684
+ GetTemplateSyncConfigOutput.struct_class = Types::GetTemplateSyncConfigOutput
685
+
686
+ GetTemplateSyncStatusInput.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
687
+ GetTemplateSyncStatusInput.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, required: true, location_name: "templateType"))
688
+ GetTemplateSyncStatusInput.add_member(:template_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateVersion"))
689
+ GetTemplateSyncStatusInput.struct_class = Types::GetTemplateSyncStatusInput
690
+
691
+ GetTemplateSyncStatusOutput.add_member(:desired_state, Shapes::ShapeRef.new(shape: Revision, location_name: "desiredState"))
692
+ GetTemplateSyncStatusOutput.add_member(:latest_successful_sync, Shapes::ShapeRef.new(shape: ResourceSyncAttempt, location_name: "latestSuccessfulSync"))
693
+ GetTemplateSyncStatusOutput.add_member(:latest_sync, Shapes::ShapeRef.new(shape: ResourceSyncAttempt, location_name: "latestSync"))
694
+ GetTemplateSyncStatusOutput.struct_class = Types::GetTemplateSyncStatusOutput
695
+
550
696
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
551
697
  InternalServerException.struct_class = Types::InternalServerException
552
698
 
@@ -561,6 +707,22 @@ module Aws::Proton
561
707
  ListEnvironmentAccountConnectionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
562
708
  ListEnvironmentAccountConnectionsOutput.struct_class = Types::ListEnvironmentAccountConnectionsOutput
563
709
 
710
+ ListEnvironmentOutputsInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
711
+ ListEnvironmentOutputsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
712
+ ListEnvironmentOutputsInput.struct_class = Types::ListEnvironmentOutputsInput
713
+
714
+ ListEnvironmentOutputsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
715
+ ListEnvironmentOutputsOutput.add_member(:outputs, Shapes::ShapeRef.new(shape: OutputsList, required: true, location_name: "outputs"))
716
+ ListEnvironmentOutputsOutput.struct_class = Types::ListEnvironmentOutputsOutput
717
+
718
+ ListEnvironmentProvisionedResourcesInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
719
+ ListEnvironmentProvisionedResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
720
+ ListEnvironmentProvisionedResourcesInput.struct_class = Types::ListEnvironmentProvisionedResourcesInput
721
+
722
+ ListEnvironmentProvisionedResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
723
+ ListEnvironmentProvisionedResourcesOutput.add_member(:provisioned_resources, Shapes::ShapeRef.new(shape: ProvisionedResourceList, required: true, location_name: "provisionedResources"))
724
+ ListEnvironmentProvisionedResourcesOutput.struct_class = Types::ListEnvironmentProvisionedResourcesOutput
725
+
564
726
  ListEnvironmentTemplateVersionsInput.add_member(:major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, location_name: "majorVersion"))
565
727
  ListEnvironmentTemplateVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPageResults, location_name: "maxResults"))
566
728
  ListEnvironmentTemplateVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
@@ -588,6 +750,42 @@ module Aws::Proton
588
750
  ListEnvironmentsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
589
751
  ListEnvironmentsOutput.struct_class = Types::ListEnvironmentsOutput
590
752
 
753
+ ListRepositoriesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPageResults, location_name: "maxResults"))
754
+ ListRepositoriesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
755
+ ListRepositoriesInput.struct_class = Types::ListRepositoriesInput
756
+
757
+ ListRepositoriesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
758
+ ListRepositoriesOutput.add_member(:repositories, Shapes::ShapeRef.new(shape: RepositorySummaryList, required: true, location_name: "repositories"))
759
+ ListRepositoriesOutput.struct_class = Types::ListRepositoriesOutput
760
+
761
+ ListRepositorySyncDefinitionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
762
+ ListRepositorySyncDefinitionsInput.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
763
+ ListRepositorySyncDefinitionsInput.add_member(:repository_provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "repositoryProvider"))
764
+ ListRepositorySyncDefinitionsInput.add_member(:sync_type, Shapes::ShapeRef.new(shape: SyncType, required: true, location_name: "syncType"))
765
+ ListRepositorySyncDefinitionsInput.struct_class = Types::ListRepositorySyncDefinitionsInput
766
+
767
+ ListRepositorySyncDefinitionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
768
+ ListRepositorySyncDefinitionsOutput.add_member(:sync_definitions, Shapes::ShapeRef.new(shape: RepositorySyncDefinitionList, required: true, location_name: "syncDefinitions"))
769
+ ListRepositorySyncDefinitionsOutput.struct_class = Types::ListRepositorySyncDefinitionsOutput
770
+
771
+ ListServiceInstanceOutputsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
772
+ ListServiceInstanceOutputsInput.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "serviceInstanceName"))
773
+ ListServiceInstanceOutputsInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "serviceName"))
774
+ ListServiceInstanceOutputsInput.struct_class = Types::ListServiceInstanceOutputsInput
775
+
776
+ ListServiceInstanceOutputsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
777
+ ListServiceInstanceOutputsOutput.add_member(:outputs, Shapes::ShapeRef.new(shape: OutputsList, required: true, location_name: "outputs"))
778
+ ListServiceInstanceOutputsOutput.struct_class = Types::ListServiceInstanceOutputsOutput
779
+
780
+ ListServiceInstanceProvisionedResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
781
+ ListServiceInstanceProvisionedResourcesInput.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "serviceInstanceName"))
782
+ ListServiceInstanceProvisionedResourcesInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "serviceName"))
783
+ ListServiceInstanceProvisionedResourcesInput.struct_class = Types::ListServiceInstanceProvisionedResourcesInput
784
+
785
+ ListServiceInstanceProvisionedResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
786
+ ListServiceInstanceProvisionedResourcesOutput.add_member(:provisioned_resources, Shapes::ShapeRef.new(shape: ProvisionedResourceList, required: true, location_name: "provisionedResources"))
787
+ ListServiceInstanceProvisionedResourcesOutput.struct_class = Types::ListServiceInstanceProvisionedResourcesOutput
788
+
591
789
  ListServiceInstancesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPageResults, location_name: "maxResults"))
592
790
  ListServiceInstancesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
593
791
  ListServiceInstancesInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceName"))
@@ -597,6 +795,22 @@ module Aws::Proton
597
795
  ListServiceInstancesOutput.add_member(:service_instances, Shapes::ShapeRef.new(shape: ServiceInstanceSummaryList, required: true, location_name: "serviceInstances"))
598
796
  ListServiceInstancesOutput.struct_class = Types::ListServiceInstancesOutput
599
797
 
798
+ ListServicePipelineOutputsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
799
+ ListServicePipelineOutputsInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "serviceName"))
800
+ ListServicePipelineOutputsInput.struct_class = Types::ListServicePipelineOutputsInput
801
+
802
+ ListServicePipelineOutputsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
803
+ ListServicePipelineOutputsOutput.add_member(:outputs, Shapes::ShapeRef.new(shape: OutputsList, required: true, location_name: "outputs"))
804
+ ListServicePipelineOutputsOutput.struct_class = Types::ListServicePipelineOutputsOutput
805
+
806
+ ListServicePipelineProvisionedResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
807
+ ListServicePipelineProvisionedResourcesInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "serviceName"))
808
+ ListServicePipelineProvisionedResourcesInput.struct_class = Types::ListServicePipelineProvisionedResourcesInput
809
+
810
+ ListServicePipelineProvisionedResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
811
+ ListServicePipelineProvisionedResourcesOutput.add_member(:provisioned_resources, Shapes::ShapeRef.new(shape: ProvisionedResourceList, required: true, location_name: "provisionedResources"))
812
+ ListServicePipelineProvisionedResourcesOutput.struct_class = Types::ListServicePipelineProvisionedResourcesOutput
813
+
600
814
  ListServiceTemplateVersionsInput.add_member(:major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, location_name: "majorVersion"))
601
815
  ListServiceTemplateVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPageResults, location_name: "maxResults"))
602
816
  ListServiceTemplateVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
@@ -632,15 +846,108 @@ module Aws::Proton
632
846
  ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
633
847
  ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
634
848
 
849
+ NotifyResourceDeploymentStatusChangeInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
850
+ NotifyResourceDeploymentStatusChangeInput.add_member(:outputs, Shapes::ShapeRef.new(shape: NotifyResourceDeploymentStatusChangeInputOutputsList, location_name: "outputs"))
851
+ NotifyResourceDeploymentStatusChangeInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "resourceArn"))
852
+ NotifyResourceDeploymentStatusChangeInput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceDeploymentStatus, required: true, location_name: "status"))
853
+ NotifyResourceDeploymentStatusChangeInput.add_member(:status_message, Shapes::ShapeRef.new(shape: SyntheticNotifyResourceDeploymentStatusChangeInputString, location_name: "statusMessage"))
854
+ NotifyResourceDeploymentStatusChangeInput.struct_class = Types::NotifyResourceDeploymentStatusChangeInput
855
+
856
+ NotifyResourceDeploymentStatusChangeInputOutputsList.member = Shapes::ShapeRef.new(shape: Output)
857
+
858
+ NotifyResourceDeploymentStatusChangeOutput.struct_class = Types::NotifyResourceDeploymentStatusChangeOutput
859
+
860
+ Output.add_member(:key, Shapes::ShapeRef.new(shape: OutputKey, location_name: "key"))
861
+ Output.add_member(:value_string, Shapes::ShapeRef.new(shape: OutputValueString, location_name: "valueString"))
862
+ Output.struct_class = Types::Output
863
+
864
+ OutputsList.member = Shapes::ShapeRef.new(shape: Output)
865
+
866
+ ProvisionedResource.add_member(:identifier, Shapes::ShapeRef.new(shape: ProvisionedResourceIdentifier, location_name: "identifier"))
867
+ ProvisionedResource.add_member(:name, Shapes::ShapeRef.new(shape: ProvisionedResourceName, location_name: "name"))
868
+ ProvisionedResource.add_member(:provisioning_engine, Shapes::ShapeRef.new(shape: ProvisionedResourceEngine, location_name: "provisioningEngine"))
869
+ ProvisionedResource.struct_class = Types::ProvisionedResource
870
+
871
+ ProvisionedResourceList.member = Shapes::ShapeRef.new(shape: ProvisionedResource)
872
+
635
873
  RejectEnvironmentAccountConnectionInput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
636
874
  RejectEnvironmentAccountConnectionInput.struct_class = Types::RejectEnvironmentAccountConnectionInput
637
875
 
638
876
  RejectEnvironmentAccountConnectionOutput.add_member(:environment_account_connection, Shapes::ShapeRef.new(shape: EnvironmentAccountConnection, required: true, location_name: "environmentAccountConnection"))
639
877
  RejectEnvironmentAccountConnectionOutput.struct_class = Types::RejectEnvironmentAccountConnectionOutput
640
878
 
879
+ Repository.add_member(:arn, Shapes::ShapeRef.new(shape: RepositoryArn, required: true, location_name: "arn"))
880
+ Repository.add_member(:connection_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "connectionArn"))
881
+ Repository.add_member(:encryption_key, Shapes::ShapeRef.new(shape: Arn, location_name: "encryptionKey"))
882
+ Repository.add_member(:name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "name"))
883
+ Repository.add_member(:provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "provider"))
884
+ Repository.struct_class = Types::Repository
885
+
886
+ RepositoryBranch.add_member(:arn, Shapes::ShapeRef.new(shape: RepositoryArn, required: true, location_name: "arn"))
887
+ RepositoryBranch.add_member(:branch, Shapes::ShapeRef.new(shape: GitBranchName, required: true, location_name: "branch"))
888
+ RepositoryBranch.add_member(:name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "name"))
889
+ RepositoryBranch.add_member(:provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "provider"))
890
+ RepositoryBranch.struct_class = Types::RepositoryBranch
891
+
892
+ RepositoryBranchInput.add_member(:branch, Shapes::ShapeRef.new(shape: GitBranchName, required: true, location_name: "branch"))
893
+ RepositoryBranchInput.add_member(:name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "name"))
894
+ RepositoryBranchInput.add_member(:provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "provider"))
895
+ RepositoryBranchInput.struct_class = Types::RepositoryBranchInput
896
+
897
+ RepositorySummary.add_member(:arn, Shapes::ShapeRef.new(shape: RepositoryArn, required: true, location_name: "arn"))
898
+ RepositorySummary.add_member(:name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "name"))
899
+ RepositorySummary.add_member(:provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "provider"))
900
+ RepositorySummary.struct_class = Types::RepositorySummary
901
+
902
+ RepositorySummaryList.member = Shapes::ShapeRef.new(shape: RepositorySummary)
903
+
904
+ RepositorySyncAttempt.add_member(:events, Shapes::ShapeRef.new(shape: RepositorySyncEvents, required: true, location_name: "events"))
905
+ RepositorySyncAttempt.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startedAt"))
906
+ RepositorySyncAttempt.add_member(:status, Shapes::ShapeRef.new(shape: RepositorySyncStatus, required: true, location_name: "status"))
907
+ RepositorySyncAttempt.struct_class = Types::RepositorySyncAttempt
908
+
909
+ RepositorySyncDefinition.add_member(:branch, Shapes::ShapeRef.new(shape: GitBranchName, required: true, location_name: "branch"))
910
+ RepositorySyncDefinition.add_member(:directory, Shapes::ShapeRef.new(shape: String, required: true, location_name: "directory"))
911
+ RepositorySyncDefinition.add_member(:parent, Shapes::ShapeRef.new(shape: String, required: true, location_name: "parent"))
912
+ RepositorySyncDefinition.add_member(:target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "target"))
913
+ RepositorySyncDefinition.struct_class = Types::RepositorySyncDefinition
914
+
915
+ RepositorySyncDefinitionList.member = Shapes::ShapeRef.new(shape: RepositorySyncDefinition)
916
+
917
+ RepositorySyncEvent.add_member(:event, Shapes::ShapeRef.new(shape: String, required: true, location_name: "event"))
918
+ RepositorySyncEvent.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
919
+ RepositorySyncEvent.add_member(:time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "time"))
920
+ RepositorySyncEvent.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
921
+ RepositorySyncEvent.struct_class = Types::RepositorySyncEvent
922
+
923
+ RepositorySyncEvents.member = Shapes::ShapeRef.new(shape: RepositorySyncEvent)
924
+
641
925
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
642
926
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
643
927
 
928
+ ResourceSyncAttempt.add_member(:events, Shapes::ShapeRef.new(shape: ResourceSyncEvents, required: true, location_name: "events"))
929
+ ResourceSyncAttempt.add_member(:initial_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "initialRevision"))
930
+ ResourceSyncAttempt.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startedAt"))
931
+ ResourceSyncAttempt.add_member(:status, Shapes::ShapeRef.new(shape: ResourceSyncStatus, required: true, location_name: "status"))
932
+ ResourceSyncAttempt.add_member(:target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "target"))
933
+ ResourceSyncAttempt.add_member(:target_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "targetRevision"))
934
+ ResourceSyncAttempt.struct_class = Types::ResourceSyncAttempt
935
+
936
+ ResourceSyncEvent.add_member(:event, Shapes::ShapeRef.new(shape: String, required: true, location_name: "event"))
937
+ ResourceSyncEvent.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "externalId"))
938
+ ResourceSyncEvent.add_member(:time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "time"))
939
+ ResourceSyncEvent.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
940
+ ResourceSyncEvent.struct_class = Types::ResourceSyncEvent
941
+
942
+ ResourceSyncEvents.member = Shapes::ShapeRef.new(shape: ResourceSyncEvent)
943
+
944
+ Revision.add_member(:branch, Shapes::ShapeRef.new(shape: GitBranchName, required: true, location_name: "branch"))
945
+ Revision.add_member(:directory, Shapes::ShapeRef.new(shape: String, required: true, location_name: "directory"))
946
+ Revision.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
947
+ Revision.add_member(:repository_provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "repositoryProvider"))
948
+ Revision.add_member(:sha, Shapes::ShapeRef.new(shape: SHA, required: true, location_name: "sha"))
949
+ Revision.struct_class = Types::Revision
950
+
644
951
  S3ObjectSource.add_member(:bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "bucket"))
645
952
  S3ObjectSource.add_member(:key, Shapes::ShapeRef.new(shape: S3Key, required: true, location_name: "key"))
646
953
  S3ObjectSource.struct_class = Types::S3ObjectSource
@@ -783,6 +1090,14 @@ module Aws::Proton
783
1090
 
784
1091
  TagResourceOutput.struct_class = Types::TagResourceOutput
785
1092
 
1093
+ TemplateSyncConfig.add_member(:branch, Shapes::ShapeRef.new(shape: GitBranchName, required: true, location_name: "branch"))
1094
+ TemplateSyncConfig.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
1095
+ TemplateSyncConfig.add_member(:repository_provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "repositoryProvider"))
1096
+ TemplateSyncConfig.add_member(:subdirectory, Shapes::ShapeRef.new(shape: Subdirectory, location_name: "subdirectory"))
1097
+ TemplateSyncConfig.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
1098
+ TemplateSyncConfig.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, required: true, location_name: "templateType"))
1099
+ TemplateSyncConfig.struct_class = Types::TemplateSyncConfig
1100
+
786
1101
  TemplateVersionSourceInput.add_member(:s3, Shapes::ShapeRef.new(shape: S3ObjectSource, location_name: "s3"))
787
1102
  TemplateVersionSourceInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
788
1103
  TemplateVersionSourceInput.add_member_subclass(:s3, Types::TemplateVersionSourceInput::S3)
@@ -798,7 +1113,8 @@ module Aws::Proton
798
1113
 
799
1114
  UntagResourceOutput.struct_class = Types::UntagResourceOutput
800
1115
 
801
- UpdateAccountSettingsInput.add_member(:pipeline_service_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "pipelineServiceRoleArn"))
1116
+ UpdateAccountSettingsInput.add_member(:pipeline_provisioning_repository, Shapes::ShapeRef.new(shape: RepositoryBranchInput, location_name: "pipelineProvisioningRepository"))
1117
+ UpdateAccountSettingsInput.add_member(:pipeline_service_role_arn, Shapes::ShapeRef.new(shape: PipelineRoleArn, location_name: "pipelineServiceRoleArn"))
802
1118
  UpdateAccountSettingsInput.struct_class = Types::UpdateAccountSettingsInput
803
1119
 
804
1120
  UpdateAccountSettingsOutput.add_member(:account_settings, Shapes::ShapeRef.new(shape: AccountSettings, required: true, location_name: "accountSettings"))
@@ -816,6 +1132,7 @@ module Aws::Proton
816
1132
  UpdateEnvironmentInput.add_member(:environment_account_connection_id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, location_name: "environmentAccountConnectionId"))
817
1133
  UpdateEnvironmentInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
818
1134
  UpdateEnvironmentInput.add_member(:proton_service_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "protonServiceRoleArn"))
1135
+ UpdateEnvironmentInput.add_member(:provisioning_repository, Shapes::ShapeRef.new(shape: RepositoryBranchInput, location_name: "provisioningRepository"))
819
1136
  UpdateEnvironmentInput.add_member(:spec, Shapes::ShapeRef.new(shape: SpecContents, location_name: "spec"))
820
1137
  UpdateEnvironmentInput.add_member(:template_major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, location_name: "templateMajorVersion"))
821
1138
  UpdateEnvironmentInput.add_member(:template_minor_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, location_name: "templateMinorVersion"))
@@ -890,6 +1207,17 @@ module Aws::Proton
890
1207
  UpdateServiceTemplateVersionOutput.add_member(:service_template_version, Shapes::ShapeRef.new(shape: ServiceTemplateVersion, required: true, location_name: "serviceTemplateVersion"))
891
1208
  UpdateServiceTemplateVersionOutput.struct_class = Types::UpdateServiceTemplateVersionOutput
892
1209
 
1210
+ UpdateTemplateSyncConfigInput.add_member(:branch, Shapes::ShapeRef.new(shape: GitBranchName, required: true, location_name: "branch"))
1211
+ UpdateTemplateSyncConfigInput.add_member(:repository_name, Shapes::ShapeRef.new(shape: RepositoryName, required: true, location_name: "repositoryName"))
1212
+ UpdateTemplateSyncConfigInput.add_member(:repository_provider, Shapes::ShapeRef.new(shape: RepositoryProvider, required: true, location_name: "repositoryProvider"))
1213
+ UpdateTemplateSyncConfigInput.add_member(:subdirectory, Shapes::ShapeRef.new(shape: Subdirectory, location_name: "subdirectory"))
1214
+ UpdateTemplateSyncConfigInput.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
1215
+ UpdateTemplateSyncConfigInput.add_member(:template_type, Shapes::ShapeRef.new(shape: TemplateType, required: true, location_name: "templateType"))
1216
+ UpdateTemplateSyncConfigInput.struct_class = Types::UpdateTemplateSyncConfigInput
1217
+
1218
+ UpdateTemplateSyncConfigOutput.add_member(:template_sync_config, Shapes::ShapeRef.new(shape: TemplateSyncConfig, location_name: "templateSyncConfig"))
1219
+ UpdateTemplateSyncConfigOutput.struct_class = Types::UpdateTemplateSyncConfigOutput
1220
+
893
1221
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
894
1222
  ValidationException.struct_class = Types::ValidationException
895
1223
 
@@ -1026,6 +1354,20 @@ module Aws::Proton
1026
1354
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1027
1355
  end)
1028
1356
 
1357
+ api.add_operation(:create_repository, Seahorse::Model::Operation.new.tap do |o|
1358
+ o.name = "CreateRepository"
1359
+ o.http_method = "POST"
1360
+ o.http_request_uri = "/"
1361
+ o.input = Shapes::ShapeRef.new(shape: CreateRepositoryInput)
1362
+ o.output = Shapes::ShapeRef.new(shape: CreateRepositoryOutput)
1363
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1364
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1365
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1366
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1367
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1368
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1369
+ end)
1370
+
1029
1371
  api.add_operation(:create_service, Seahorse::Model::Operation.new.tap do |o|
1030
1372
  o.name = "CreateService"
1031
1373
  o.http_method = "POST"
@@ -1070,6 +1412,20 @@ module Aws::Proton
1070
1412
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1071
1413
  end)
1072
1414
 
1415
+ api.add_operation(:create_template_sync_config, Seahorse::Model::Operation.new.tap do |o|
1416
+ o.name = "CreateTemplateSyncConfig"
1417
+ o.http_method = "POST"
1418
+ o.http_request_uri = "/"
1419
+ o.input = Shapes::ShapeRef.new(shape: CreateTemplateSyncConfigInput)
1420
+ o.output = Shapes::ShapeRef.new(shape: CreateTemplateSyncConfigOutput)
1421
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1422
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1423
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1424
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1425
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1426
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1427
+ end)
1428
+
1073
1429
  api.add_operation(:delete_environment, Seahorse::Model::Operation.new.tap do |o|
1074
1430
  o.name = "DeleteEnvironment"
1075
1431
  o.http_method = "POST"
@@ -1126,6 +1482,20 @@ module Aws::Proton
1126
1482
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1127
1483
  end)
1128
1484
 
1485
+ api.add_operation(:delete_repository, Seahorse::Model::Operation.new.tap do |o|
1486
+ o.name = "DeleteRepository"
1487
+ o.http_method = "POST"
1488
+ o.http_request_uri = "/"
1489
+ o.input = Shapes::ShapeRef.new(shape: DeleteRepositoryInput)
1490
+ o.output = Shapes::ShapeRef.new(shape: DeleteRepositoryOutput)
1491
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1492
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1493
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1494
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1495
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1496
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1497
+ end)
1498
+
1129
1499
  api.add_operation(:delete_service, Seahorse::Model::Operation.new.tap do |o|
1130
1500
  o.name = "DeleteService"
1131
1501
  o.http_method = "POST"
@@ -1168,6 +1538,20 @@ module Aws::Proton
1168
1538
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1169
1539
  end)
1170
1540
 
1541
+ api.add_operation(:delete_template_sync_config, Seahorse::Model::Operation.new.tap do |o|
1542
+ o.name = "DeleteTemplateSyncConfig"
1543
+ o.http_method = "POST"
1544
+ o.http_request_uri = "/"
1545
+ o.input = Shapes::ShapeRef.new(shape: DeleteTemplateSyncConfigInput)
1546
+ o.output = Shapes::ShapeRef.new(shape: DeleteTemplateSyncConfigOutput)
1547
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1548
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1549
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1550
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1551
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1552
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1553
+ end)
1554
+
1171
1555
  api.add_operation(:get_account_settings, Seahorse::Model::Operation.new.tap do |o|
1172
1556
  o.name = "GetAccountSettings"
1173
1557
  o.http_method = "POST"
@@ -1233,6 +1617,32 @@ module Aws::Proton
1233
1617
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1234
1618
  end)
1235
1619
 
1620
+ api.add_operation(:get_repository, Seahorse::Model::Operation.new.tap do |o|
1621
+ o.name = "GetRepository"
1622
+ o.http_method = "POST"
1623
+ o.http_request_uri = "/"
1624
+ o.input = Shapes::ShapeRef.new(shape: GetRepositoryInput)
1625
+ o.output = Shapes::ShapeRef.new(shape: GetRepositoryOutput)
1626
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1627
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1628
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1629
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1630
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1631
+ end)
1632
+
1633
+ api.add_operation(:get_repository_sync_status, Seahorse::Model::Operation.new.tap do |o|
1634
+ o.name = "GetRepositorySyncStatus"
1635
+ o.http_method = "POST"
1636
+ o.http_request_uri = "/"
1637
+ o.input = Shapes::ShapeRef.new(shape: GetRepositorySyncStatusInput)
1638
+ o.output = Shapes::ShapeRef.new(shape: GetRepositorySyncStatusOutput)
1639
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1640
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1641
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1642
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1643
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1644
+ end)
1645
+
1236
1646
  api.add_operation(:get_service, Seahorse::Model::Operation.new.tap do |o|
1237
1647
  o.name = "GetService"
1238
1648
  o.http_method = "POST"
@@ -1285,6 +1695,32 @@ module Aws::Proton
1285
1695
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1286
1696
  end)
1287
1697
 
1698
+ api.add_operation(:get_template_sync_config, Seahorse::Model::Operation.new.tap do |o|
1699
+ o.name = "GetTemplateSyncConfig"
1700
+ o.http_method = "POST"
1701
+ o.http_request_uri = "/"
1702
+ o.input = Shapes::ShapeRef.new(shape: GetTemplateSyncConfigInput)
1703
+ o.output = Shapes::ShapeRef.new(shape: GetTemplateSyncConfigOutput)
1704
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1705
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1706
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1707
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1708
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1709
+ end)
1710
+
1711
+ api.add_operation(:get_template_sync_status, Seahorse::Model::Operation.new.tap do |o|
1712
+ o.name = "GetTemplateSyncStatus"
1713
+ o.http_method = "POST"
1714
+ o.http_request_uri = "/"
1715
+ o.input = Shapes::ShapeRef.new(shape: GetTemplateSyncStatusInput)
1716
+ o.output = Shapes::ShapeRef.new(shape: GetTemplateSyncStatusOutput)
1717
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1718
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1719
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1720
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1721
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1722
+ end)
1723
+
1288
1724
  api.add_operation(:list_environment_account_connections, Seahorse::Model::Operation.new.tap do |o|
1289
1725
  o.name = "ListEnvironmentAccountConnections"
1290
1726
  o.http_method = "POST"
@@ -1303,6 +1739,42 @@ module Aws::Proton
1303
1739
  )
1304
1740
  end)
1305
1741
 
1742
+ api.add_operation(:list_environment_outputs, Seahorse::Model::Operation.new.tap do |o|
1743
+ o.name = "ListEnvironmentOutputs"
1744
+ o.http_method = "POST"
1745
+ o.http_request_uri = "/"
1746
+ o.input = Shapes::ShapeRef.new(shape: ListEnvironmentOutputsInput)
1747
+ o.output = Shapes::ShapeRef.new(shape: ListEnvironmentOutputsOutput)
1748
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1749
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1750
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1751
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1752
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1753
+ o[:pager] = Aws::Pager.new(
1754
+ tokens: {
1755
+ "next_token" => "next_token"
1756
+ }
1757
+ )
1758
+ end)
1759
+
1760
+ api.add_operation(:list_environment_provisioned_resources, Seahorse::Model::Operation.new.tap do |o|
1761
+ o.name = "ListEnvironmentProvisionedResources"
1762
+ o.http_method = "POST"
1763
+ o.http_request_uri = "/"
1764
+ o.input = Shapes::ShapeRef.new(shape: ListEnvironmentProvisionedResourcesInput)
1765
+ o.output = Shapes::ShapeRef.new(shape: ListEnvironmentProvisionedResourcesOutput)
1766
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1767
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1768
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1769
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1770
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1771
+ o[:pager] = Aws::Pager.new(
1772
+ tokens: {
1773
+ "next_token" => "next_token"
1774
+ }
1775
+ )
1776
+ end)
1777
+
1306
1778
  api.add_operation(:list_environment_template_versions, Seahorse::Model::Operation.new.tap do |o|
1307
1779
  o.name = "ListEnvironmentTemplateVersions"
1308
1780
  o.http_method = "POST"
@@ -1359,6 +1831,78 @@ module Aws::Proton
1359
1831
  )
1360
1832
  end)
1361
1833
 
1834
+ api.add_operation(:list_repositories, Seahorse::Model::Operation.new.tap do |o|
1835
+ o.name = "ListRepositories"
1836
+ o.http_method = "POST"
1837
+ o.http_request_uri = "/"
1838
+ o.input = Shapes::ShapeRef.new(shape: ListRepositoriesInput)
1839
+ o.output = Shapes::ShapeRef.new(shape: ListRepositoriesOutput)
1840
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1841
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1842
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1843
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1844
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1845
+ o[:pager] = Aws::Pager.new(
1846
+ limit_key: "max_results",
1847
+ tokens: {
1848
+ "next_token" => "next_token"
1849
+ }
1850
+ )
1851
+ end)
1852
+
1853
+ api.add_operation(:list_repository_sync_definitions, Seahorse::Model::Operation.new.tap do |o|
1854
+ o.name = "ListRepositorySyncDefinitions"
1855
+ o.http_method = "POST"
1856
+ o.http_request_uri = "/"
1857
+ o.input = Shapes::ShapeRef.new(shape: ListRepositorySyncDefinitionsInput)
1858
+ o.output = Shapes::ShapeRef.new(shape: ListRepositorySyncDefinitionsOutput)
1859
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1860
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1861
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1862
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1863
+ o[:pager] = Aws::Pager.new(
1864
+ tokens: {
1865
+ "next_token" => "next_token"
1866
+ }
1867
+ )
1868
+ end)
1869
+
1870
+ api.add_operation(:list_service_instance_outputs, Seahorse::Model::Operation.new.tap do |o|
1871
+ o.name = "ListServiceInstanceOutputs"
1872
+ o.http_method = "POST"
1873
+ o.http_request_uri = "/"
1874
+ o.input = Shapes::ShapeRef.new(shape: ListServiceInstanceOutputsInput)
1875
+ o.output = Shapes::ShapeRef.new(shape: ListServiceInstanceOutputsOutput)
1876
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1877
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1878
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1879
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1880
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1881
+ o[:pager] = Aws::Pager.new(
1882
+ tokens: {
1883
+ "next_token" => "next_token"
1884
+ }
1885
+ )
1886
+ end)
1887
+
1888
+ api.add_operation(:list_service_instance_provisioned_resources, Seahorse::Model::Operation.new.tap do |o|
1889
+ o.name = "ListServiceInstanceProvisionedResources"
1890
+ o.http_method = "POST"
1891
+ o.http_request_uri = "/"
1892
+ o.input = Shapes::ShapeRef.new(shape: ListServiceInstanceProvisionedResourcesInput)
1893
+ o.output = Shapes::ShapeRef.new(shape: ListServiceInstanceProvisionedResourcesOutput)
1894
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1895
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1896
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1897
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1898
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1899
+ o[:pager] = Aws::Pager.new(
1900
+ tokens: {
1901
+ "next_token" => "next_token"
1902
+ }
1903
+ )
1904
+ end)
1905
+
1362
1906
  api.add_operation(:list_service_instances, Seahorse::Model::Operation.new.tap do |o|
1363
1907
  o.name = "ListServiceInstances"
1364
1908
  o.http_method = "POST"
@@ -1378,6 +1922,42 @@ module Aws::Proton
1378
1922
  )
1379
1923
  end)
1380
1924
 
1925
+ api.add_operation(:list_service_pipeline_outputs, Seahorse::Model::Operation.new.tap do |o|
1926
+ o.name = "ListServicePipelineOutputs"
1927
+ o.http_method = "POST"
1928
+ o.http_request_uri = "/"
1929
+ o.input = Shapes::ShapeRef.new(shape: ListServicePipelineOutputsInput)
1930
+ o.output = Shapes::ShapeRef.new(shape: ListServicePipelineOutputsOutput)
1931
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1932
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1933
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1934
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1935
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1936
+ o[:pager] = Aws::Pager.new(
1937
+ tokens: {
1938
+ "next_token" => "next_token"
1939
+ }
1940
+ )
1941
+ end)
1942
+
1943
+ api.add_operation(:list_service_pipeline_provisioned_resources, Seahorse::Model::Operation.new.tap do |o|
1944
+ o.name = "ListServicePipelineProvisionedResources"
1945
+ o.http_method = "POST"
1946
+ o.http_request_uri = "/"
1947
+ o.input = Shapes::ShapeRef.new(shape: ListServicePipelineProvisionedResourcesInput)
1948
+ o.output = Shapes::ShapeRef.new(shape: ListServicePipelineProvisionedResourcesOutput)
1949
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1950
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1951
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1952
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1953
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1954
+ o[:pager] = Aws::Pager.new(
1955
+ tokens: {
1956
+ "next_token" => "next_token"
1957
+ }
1958
+ )
1959
+ end)
1960
+
1381
1961
  api.add_operation(:list_service_template_versions, Seahorse::Model::Operation.new.tap do |o|
1382
1962
  o.name = "ListServiceTemplateVersions"
1383
1963
  o.http_method = "POST"
@@ -1452,6 +2032,21 @@ module Aws::Proton
1452
2032
  )
1453
2033
  end)
1454
2034
 
2035
+ api.add_operation(:notify_resource_deployment_status_change, Seahorse::Model::Operation.new.tap do |o|
2036
+ o.name = "NotifyResourceDeploymentStatusChange"
2037
+ o.http_method = "POST"
2038
+ o.http_request_uri = "/"
2039
+ o.input = Shapes::ShapeRef.new(shape: NotifyResourceDeploymentStatusChangeInput)
2040
+ o.output = Shapes::ShapeRef.new(shape: NotifyResourceDeploymentStatusChangeOutput)
2041
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2042
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2043
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2044
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2045
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2046
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2047
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2048
+ end)
2049
+
1455
2050
  api.add_operation(:reject_environment_account_connection, Seahorse::Model::Operation.new.tap do |o|
1456
2051
  o.name = "RejectEnvironmentAccountConnection"
1457
2052
  o.http_method = "POST"
@@ -1633,6 +2228,20 @@ module Aws::Proton
1633
2228
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1634
2229
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1635
2230
  end)
2231
+
2232
+ api.add_operation(:update_template_sync_config, Seahorse::Model::Operation.new.tap do |o|
2233
+ o.name = "UpdateTemplateSyncConfig"
2234
+ o.http_method = "POST"
2235
+ o.http_request_uri = "/"
2236
+ o.input = Shapes::ShapeRef.new(shape: UpdateTemplateSyncConfigInput)
2237
+ o.output = Shapes::ShapeRef.new(shape: UpdateTemplateSyncConfigOutput)
2238
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2239
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2240
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2241
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2242
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2243
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2244
+ end)
1636
2245
  end
1637
2246
 
1638
2247
  end