aws-sdk-proton 1.15.0 → 1.17.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.
@@ -19,6 +19,9 @@ module Aws::Proton
19
19
  AccountSettings = Shapes::StructureShape.new(name: 'AccountSettings')
20
20
  Arn = Shapes::StringShape.new(name: 'Arn')
21
21
  AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
22
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
23
+ CancelComponentDeploymentInput = Shapes::StructureShape.new(name: 'CancelComponentDeploymentInput')
24
+ CancelComponentDeploymentOutput = Shapes::StructureShape.new(name: 'CancelComponentDeploymentOutput')
22
25
  CancelEnvironmentDeploymentInput = Shapes::StructureShape.new(name: 'CancelEnvironmentDeploymentInput')
23
26
  CancelEnvironmentDeploymentOutput = Shapes::StructureShape.new(name: 'CancelEnvironmentDeploymentOutput')
24
27
  CancelServiceInstanceDeploymentInput = Shapes::StructureShape.new(name: 'CancelServiceInstanceDeploymentInput')
@@ -30,7 +33,14 @@ module Aws::Proton
30
33
  CompatibleEnvironmentTemplateInput = Shapes::StructureShape.new(name: 'CompatibleEnvironmentTemplateInput')
31
34
  CompatibleEnvironmentTemplateInputList = Shapes::ListShape.new(name: 'CompatibleEnvironmentTemplateInputList')
32
35
  CompatibleEnvironmentTemplateList = Shapes::ListShape.new(name: 'CompatibleEnvironmentTemplateList')
36
+ Component = Shapes::StructureShape.new(name: 'Component')
37
+ ComponentArn = Shapes::StringShape.new(name: 'ComponentArn')
38
+ ComponentDeploymentUpdateType = Shapes::StringShape.new(name: 'ComponentDeploymentUpdateType')
39
+ ComponentSummary = Shapes::StructureShape.new(name: 'ComponentSummary')
40
+ ComponentSummaryList = Shapes::ListShape.new(name: 'ComponentSummaryList')
33
41
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
42
+ CreateComponentInput = Shapes::StructureShape.new(name: 'CreateComponentInput')
43
+ CreateComponentOutput = Shapes::StructureShape.new(name: 'CreateComponentOutput')
34
44
  CreateEnvironmentAccountConnectionInput = Shapes::StructureShape.new(name: 'CreateEnvironmentAccountConnectionInput')
35
45
  CreateEnvironmentAccountConnectionOutput = Shapes::StructureShape.new(name: 'CreateEnvironmentAccountConnectionOutput')
36
46
  CreateEnvironmentInput = Shapes::StructureShape.new(name: 'CreateEnvironmentInput')
@@ -49,6 +59,8 @@ module Aws::Proton
49
59
  CreateServiceTemplateVersionOutput = Shapes::StructureShape.new(name: 'CreateServiceTemplateVersionOutput')
50
60
  CreateTemplateSyncConfigInput = Shapes::StructureShape.new(name: 'CreateTemplateSyncConfigInput')
51
61
  CreateTemplateSyncConfigOutput = Shapes::StructureShape.new(name: 'CreateTemplateSyncConfigOutput')
62
+ DeleteComponentInput = Shapes::StructureShape.new(name: 'DeleteComponentInput')
63
+ DeleteComponentOutput = Shapes::StructureShape.new(name: 'DeleteComponentOutput')
52
64
  DeleteEnvironmentAccountConnectionInput = Shapes::StructureShape.new(name: 'DeleteEnvironmentAccountConnectionInput')
53
65
  DeleteEnvironmentAccountConnectionOutput = Shapes::StructureShape.new(name: 'DeleteEnvironmentAccountConnectionOutput')
54
66
  DeleteEnvironmentInput = Shapes::StructureShape.new(name: 'DeleteEnvironmentInput')
@@ -99,6 +111,8 @@ module Aws::Proton
99
111
  FullTemplateVersionNumber = Shapes::StringShape.new(name: 'FullTemplateVersionNumber')
100
112
  GetAccountSettingsInput = Shapes::StructureShape.new(name: 'GetAccountSettingsInput')
101
113
  GetAccountSettingsOutput = Shapes::StructureShape.new(name: 'GetAccountSettingsOutput')
114
+ GetComponentInput = Shapes::StructureShape.new(name: 'GetComponentInput')
115
+ GetComponentOutput = Shapes::StructureShape.new(name: 'GetComponentOutput')
102
116
  GetEnvironmentAccountConnectionInput = Shapes::StructureShape.new(name: 'GetEnvironmentAccountConnectionInput')
103
117
  GetEnvironmentAccountConnectionOutput = Shapes::StructureShape.new(name: 'GetEnvironmentAccountConnectionOutput')
104
118
  GetEnvironmentInput = Shapes::StructureShape.new(name: 'GetEnvironmentInput')
@@ -125,6 +139,12 @@ module Aws::Proton
125
139
  GetTemplateSyncStatusOutput = Shapes::StructureShape.new(name: 'GetTemplateSyncStatusOutput')
126
140
  GitBranchName = Shapes::StringShape.new(name: 'GitBranchName')
127
141
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
142
+ ListComponentOutputsInput = Shapes::StructureShape.new(name: 'ListComponentOutputsInput')
143
+ ListComponentOutputsOutput = Shapes::StructureShape.new(name: 'ListComponentOutputsOutput')
144
+ ListComponentProvisionedResourcesInput = Shapes::StructureShape.new(name: 'ListComponentProvisionedResourcesInput')
145
+ ListComponentProvisionedResourcesOutput = Shapes::StructureShape.new(name: 'ListComponentProvisionedResourcesOutput')
146
+ ListComponentsInput = Shapes::StructureShape.new(name: 'ListComponentsInput')
147
+ ListComponentsOutput = Shapes::StructureShape.new(name: 'ListComponentsOutput')
128
148
  ListEnvironmentAccountConnectionsInput = Shapes::StructureShape.new(name: 'ListEnvironmentAccountConnectionsInput')
129
149
  ListEnvironmentAccountConnectionsOutput = Shapes::StructureShape.new(name: 'ListEnvironmentAccountConnectionsOutput')
130
150
  ListEnvironmentOutputsInput = Shapes::StructureShape.new(name: 'ListEnvironmentOutputsInput')
@@ -163,6 +183,7 @@ module Aws::Proton
163
183
  NextToken = Shapes::StringShape.new(name: 'NextToken')
164
184
  NotifyResourceDeploymentStatusChangeInput = Shapes::StructureShape.new(name: 'NotifyResourceDeploymentStatusChangeInput')
165
185
  NotifyResourceDeploymentStatusChangeInputOutputsList = Shapes::ListShape.new(name: 'NotifyResourceDeploymentStatusChangeInputOutputsList')
186
+ NotifyResourceDeploymentStatusChangeInputStatusMessageString = Shapes::StringShape.new(name: 'NotifyResourceDeploymentStatusChangeInputStatusMessageString')
166
187
  NotifyResourceDeploymentStatusChangeOutput = Shapes::StructureShape.new(name: 'NotifyResourceDeploymentStatusChangeOutput')
167
188
  Output = Shapes::StructureShape.new(name: 'Output')
168
189
  OutputKey = Shapes::StringShape.new(name: 'OutputKey')
@@ -194,6 +215,7 @@ module Aws::Proton
194
215
  RepositorySyncStatus = Shapes::StringShape.new(name: 'RepositorySyncStatus')
195
216
  ResourceDeploymentStatus = Shapes::StringShape.new(name: 'ResourceDeploymentStatus')
196
217
  ResourceName = Shapes::StringShape.new(name: 'ResourceName')
218
+ ResourceNameOrEmpty = Shapes::StringShape.new(name: 'ResourceNameOrEmpty')
197
219
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
198
220
  ResourceSyncAttempt = Shapes::StructureShape.new(name: 'ResourceSyncAttempt')
199
221
  ResourceSyncEvent = Shapes::StructureShape.new(name: 'ResourceSyncEvent')
@@ -219,6 +241,8 @@ module Aws::Proton
219
241
  ServiceTemplateArn = Shapes::StringShape.new(name: 'ServiceTemplateArn')
220
242
  ServiceTemplateSummary = Shapes::StructureShape.new(name: 'ServiceTemplateSummary')
221
243
  ServiceTemplateSummaryList = Shapes::ListShape.new(name: 'ServiceTemplateSummaryList')
244
+ ServiceTemplateSupportedComponentSourceInputList = Shapes::ListShape.new(name: 'ServiceTemplateSupportedComponentSourceInputList')
245
+ ServiceTemplateSupportedComponentSourceType = Shapes::StringShape.new(name: 'ServiceTemplateSupportedComponentSourceType')
222
246
  ServiceTemplateVersion = Shapes::StructureShape.new(name: 'ServiceTemplateVersion')
223
247
  ServiceTemplateVersionArn = Shapes::StringShape.new(name: 'ServiceTemplateVersionArn')
224
248
  ServiceTemplateVersionSummary = Shapes::StructureShape.new(name: 'ServiceTemplateVersionSummary')
@@ -228,7 +252,6 @@ module Aws::Proton
228
252
  String = Shapes::StringShape.new(name: 'String')
229
253
  Subdirectory = Shapes::StringShape.new(name: 'Subdirectory')
230
254
  SyncType = Shapes::StringShape.new(name: 'SyncType')
231
- SyntheticNotifyResourceDeploymentStatusChangeInputString = Shapes::StringShape.new(name: 'SyntheticNotifyResourceDeploymentStatusChangeInputString')
232
255
  Tag = Shapes::StructureShape.new(name: 'Tag')
233
256
  TagKey = Shapes::StringShape.new(name: 'TagKey')
234
257
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -236,6 +259,8 @@ module Aws::Proton
236
259
  TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
237
260
  TagResourceOutput = Shapes::StructureShape.new(name: 'TagResourceOutput')
238
261
  TagValue = Shapes::StringShape.new(name: 'TagValue')
262
+ TemplateFileContents = Shapes::StringShape.new(name: 'TemplateFileContents')
263
+ TemplateManifestContents = Shapes::StringShape.new(name: 'TemplateManifestContents')
239
264
  TemplateSchema = Shapes::StringShape.new(name: 'TemplateSchema')
240
265
  TemplateSyncConfig = Shapes::StructureShape.new(name: 'TemplateSyncConfig')
241
266
  TemplateType = Shapes::StringShape.new(name: 'TemplateType')
@@ -248,6 +273,8 @@ module Aws::Proton
248
273
  UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
249
274
  UpdateAccountSettingsInput = Shapes::StructureShape.new(name: 'UpdateAccountSettingsInput')
250
275
  UpdateAccountSettingsOutput = Shapes::StructureShape.new(name: 'UpdateAccountSettingsOutput')
276
+ UpdateComponentInput = Shapes::StructureShape.new(name: 'UpdateComponentInput')
277
+ UpdateComponentOutput = Shapes::StructureShape.new(name: 'UpdateComponentOutput')
251
278
  UpdateEnvironmentAccountConnectionInput = Shapes::StructureShape.new(name: 'UpdateEnvironmentAccountConnectionInput')
252
279
  UpdateEnvironmentAccountConnectionOutput = Shapes::StructureShape.new(name: 'UpdateEnvironmentAccountConnectionOutput')
253
280
  UpdateEnvironmentInput = Shapes::StructureShape.new(name: 'UpdateEnvironmentInput')
@@ -283,6 +310,12 @@ module Aws::Proton
283
310
  AccountSettings.add_member(:pipeline_service_role_arn, Shapes::ShapeRef.new(shape: PipelineRoleArn, location_name: "pipelineServiceRoleArn"))
284
311
  AccountSettings.struct_class = Types::AccountSettings
285
312
 
313
+ CancelComponentDeploymentInput.add_member(:component_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "componentName"))
314
+ CancelComponentDeploymentInput.struct_class = Types::CancelComponentDeploymentInput
315
+
316
+ CancelComponentDeploymentOutput.add_member(:component, Shapes::ShapeRef.new(shape: Component, required: true, location_name: "component"))
317
+ CancelComponentDeploymentOutput.struct_class = Types::CancelComponentDeploymentOutput
318
+
286
319
  CancelEnvironmentDeploymentInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
287
320
  CancelEnvironmentDeploymentInput.struct_class = Types::CancelEnvironmentDeploymentInput
288
321
 
@@ -314,10 +347,55 @@ module Aws::Proton
314
347
 
315
348
  CompatibleEnvironmentTemplateList.member = Shapes::ShapeRef.new(shape: CompatibleEnvironmentTemplate)
316
349
 
350
+ Component.add_member(:arn, Shapes::ShapeRef.new(shape: ComponentArn, required: true, location_name: "arn"))
351
+ Component.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
352
+ Component.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
353
+ Component.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
354
+ Component.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
355
+ Component.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
356
+ Component.add_member(:last_deployment_attempted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastDeploymentAttemptedAt"))
357
+ Component.add_member(:last_deployment_succeeded_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastDeploymentSucceededAt"))
358
+ Component.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastModifiedAt"))
359
+ Component.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
360
+ Component.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceInstanceName"))
361
+ Component.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceName"))
362
+ Component.add_member(:service_spec, Shapes::ShapeRef.new(shape: SpecContents, location_name: "serviceSpec"))
363
+ Component.struct_class = Types::Component
364
+
365
+ ComponentSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ComponentArn, required: true, location_name: "arn"))
366
+ ComponentSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
367
+ ComponentSummary.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
368
+ ComponentSummary.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
369
+ ComponentSummary.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
370
+ ComponentSummary.add_member(:last_deployment_attempted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastDeploymentAttemptedAt"))
371
+ ComponentSummary.add_member(:last_deployment_succeeded_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastDeploymentSucceededAt"))
372
+ ComponentSummary.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastModifiedAt"))
373
+ ComponentSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
374
+ ComponentSummary.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceInstanceName"))
375
+ ComponentSummary.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceName"))
376
+ ComponentSummary.struct_class = Types::ComponentSummary
377
+
378
+ ComponentSummaryList.member = Shapes::ShapeRef.new(shape: ComponentSummary)
379
+
317
380
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
318
381
  ConflictException.struct_class = Types::ConflictException
319
382
 
383
+ CreateComponentInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
384
+ CreateComponentInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "environmentName"))
385
+ CreateComponentInput.add_member(:manifest, Shapes::ShapeRef.new(shape: TemplateManifestContents, required: true, location_name: "manifest"))
386
+ CreateComponentInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
387
+ CreateComponentInput.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceInstanceName"))
388
+ CreateComponentInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceName"))
389
+ CreateComponentInput.add_member(:service_spec, Shapes::ShapeRef.new(shape: SpecContents, location_name: "serviceSpec"))
390
+ CreateComponentInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
391
+ CreateComponentInput.add_member(:template_file, Shapes::ShapeRef.new(shape: TemplateFileContents, required: true, location_name: "templateFile"))
392
+ CreateComponentInput.struct_class = Types::CreateComponentInput
393
+
394
+ CreateComponentOutput.add_member(:component, Shapes::ShapeRef.new(shape: Component, required: true, location_name: "component"))
395
+ CreateComponentOutput.struct_class = Types::CreateComponentOutput
396
+
320
397
  CreateEnvironmentAccountConnectionInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
398
+ CreateEnvironmentAccountConnectionInput.add_member(:component_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "componentRoleArn"))
321
399
  CreateEnvironmentAccountConnectionInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
322
400
  CreateEnvironmentAccountConnectionInput.add_member(:management_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "managementAccountId"))
323
401
  CreateEnvironmentAccountConnectionInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
@@ -327,6 +405,7 @@ module Aws::Proton
327
405
  CreateEnvironmentAccountConnectionOutput.add_member(:environment_account_connection, Shapes::ShapeRef.new(shape: EnvironmentAccountConnection, required: true, location_name: "environmentAccountConnection"))
328
406
  CreateEnvironmentAccountConnectionOutput.struct_class = Types::CreateEnvironmentAccountConnectionOutput
329
407
 
408
+ CreateEnvironmentInput.add_member(:component_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "componentRoleArn"))
330
409
  CreateEnvironmentInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
331
410
  CreateEnvironmentInput.add_member(:environment_account_connection_id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, location_name: "environmentAccountConnectionId"))
332
411
  CreateEnvironmentInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
@@ -405,6 +484,7 @@ module Aws::Proton
405
484
  CreateServiceTemplateVersionInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
406
485
  CreateServiceTemplateVersionInput.add_member(:major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, location_name: "majorVersion"))
407
486
  CreateServiceTemplateVersionInput.add_member(:source, Shapes::ShapeRef.new(shape: TemplateVersionSourceInput, required: true, location_name: "source"))
487
+ CreateServiceTemplateVersionInput.add_member(:supported_component_sources, Shapes::ShapeRef.new(shape: ServiceTemplateSupportedComponentSourceInputList, location_name: "supportedComponentSources"))
408
488
  CreateServiceTemplateVersionInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
409
489
  CreateServiceTemplateVersionInput.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
410
490
  CreateServiceTemplateVersionInput.struct_class = Types::CreateServiceTemplateVersionInput
@@ -423,6 +503,12 @@ module Aws::Proton
423
503
  CreateTemplateSyncConfigOutput.add_member(:template_sync_config, Shapes::ShapeRef.new(shape: TemplateSyncConfig, location_name: "templateSyncConfig"))
424
504
  CreateTemplateSyncConfigOutput.struct_class = Types::CreateTemplateSyncConfigOutput
425
505
 
506
+ DeleteComponentInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
507
+ DeleteComponentInput.struct_class = Types::DeleteComponentInput
508
+
509
+ DeleteComponentOutput.add_member(:component, Shapes::ShapeRef.new(shape: Component, location_name: "component"))
510
+ DeleteComponentOutput.struct_class = Types::DeleteComponentOutput
511
+
426
512
  DeleteEnvironmentAccountConnectionInput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
427
513
  DeleteEnvironmentAccountConnectionInput.struct_class = Types::DeleteEnvironmentAccountConnectionInput
428
514
 
@@ -484,6 +570,7 @@ module Aws::Proton
484
570
  DeleteTemplateSyncConfigOutput.struct_class = Types::DeleteTemplateSyncConfigOutput
485
571
 
486
572
  Environment.add_member(:arn, Shapes::ShapeRef.new(shape: EnvironmentArn, required: true, location_name: "arn"))
573
+ Environment.add_member(:component_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "componentRoleArn"))
487
574
  Environment.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
488
575
  Environment.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
489
576
  Environment.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
@@ -503,6 +590,7 @@ module Aws::Proton
503
590
  Environment.struct_class = Types::Environment
504
591
 
505
592
  EnvironmentAccountConnection.add_member(:arn, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionArn, required: true, location_name: "arn"))
593
+ EnvironmentAccountConnection.add_member(:component_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "componentRoleArn"))
506
594
  EnvironmentAccountConnection.add_member(:environment_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "environmentAccountId"))
507
595
  EnvironmentAccountConnection.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
508
596
  EnvironmentAccountConnection.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
@@ -516,6 +604,7 @@ module Aws::Proton
516
604
  EnvironmentAccountConnectionStatusList.member = Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionStatus)
517
605
 
518
606
  EnvironmentAccountConnectionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionArn, required: true, location_name: "arn"))
607
+ EnvironmentAccountConnectionSummary.add_member(:component_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "componentRoleArn"))
519
608
  EnvironmentAccountConnectionSummary.add_member(:environment_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "environmentAccountId"))
520
609
  EnvironmentAccountConnectionSummary.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
521
610
  EnvironmentAccountConnectionSummary.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
@@ -529,6 +618,7 @@ module Aws::Proton
529
618
  EnvironmentAccountConnectionSummaryList.member = Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionSummary)
530
619
 
531
620
  EnvironmentSummary.add_member(:arn, Shapes::ShapeRef.new(shape: EnvironmentArn, required: true, location_name: "arn"))
621
+ EnvironmentSummary.add_member(:component_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "componentRoleArn"))
532
622
  EnvironmentSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
533
623
  EnvironmentSummary.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
534
624
  EnvironmentSummary.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
@@ -608,6 +698,12 @@ module Aws::Proton
608
698
  GetAccountSettingsOutput.add_member(:account_settings, Shapes::ShapeRef.new(shape: AccountSettings, location_name: "accountSettings"))
609
699
  GetAccountSettingsOutput.struct_class = Types::GetAccountSettingsOutput
610
700
 
701
+ GetComponentInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
702
+ GetComponentInput.struct_class = Types::GetComponentInput
703
+
704
+ GetComponentOutput.add_member(:component, Shapes::ShapeRef.new(shape: Component, location_name: "component"))
705
+ GetComponentOutput.struct_class = Types::GetComponentOutput
706
+
611
707
  GetEnvironmentAccountConnectionInput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
612
708
  GetEnvironmentAccountConnectionInput.struct_class = Types::GetEnvironmentAccountConnectionInput
613
709
 
@@ -697,6 +793,33 @@ module Aws::Proton
697
793
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
698
794
  InternalServerException.struct_class = Types::InternalServerException
699
795
 
796
+ ListComponentOutputsInput.add_member(:component_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "componentName"))
797
+ ListComponentOutputsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
798
+ ListComponentOutputsInput.struct_class = Types::ListComponentOutputsInput
799
+
800
+ ListComponentOutputsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
801
+ ListComponentOutputsOutput.add_member(:outputs, Shapes::ShapeRef.new(shape: OutputsList, required: true, location_name: "outputs"))
802
+ ListComponentOutputsOutput.struct_class = Types::ListComponentOutputsOutput
803
+
804
+ ListComponentProvisionedResourcesInput.add_member(:component_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "componentName"))
805
+ ListComponentProvisionedResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
806
+ ListComponentProvisionedResourcesInput.struct_class = Types::ListComponentProvisionedResourcesInput
807
+
808
+ ListComponentProvisionedResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
809
+ ListComponentProvisionedResourcesOutput.add_member(:provisioned_resources, Shapes::ShapeRef.new(shape: ProvisionedResourceList, required: true, location_name: "provisionedResources"))
810
+ ListComponentProvisionedResourcesOutput.struct_class = Types::ListComponentProvisionedResourcesOutput
811
+
812
+ ListComponentsInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "environmentName"))
813
+ ListComponentsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPageResults, location_name: "maxResults"))
814
+ ListComponentsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
815
+ ListComponentsInput.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceInstanceName"))
816
+ ListComponentsInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceName"))
817
+ ListComponentsInput.struct_class = Types::ListComponentsInput
818
+
819
+ ListComponentsOutput.add_member(:components, Shapes::ShapeRef.new(shape: ComponentSummaryList, required: true, location_name: "components"))
820
+ ListComponentsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
821
+ ListComponentsOutput.struct_class = Types::ListComponentsOutput
822
+
700
823
  ListEnvironmentAccountConnectionsInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "environmentName"))
701
824
  ListEnvironmentAccountConnectionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPageResults, location_name: "maxResults"))
702
825
  ListEnvironmentAccountConnectionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
@@ -851,7 +974,7 @@ module Aws::Proton
851
974
  NotifyResourceDeploymentStatusChangeInput.add_member(:outputs, Shapes::ShapeRef.new(shape: NotifyResourceDeploymentStatusChangeInputOutputsList, location_name: "outputs"))
852
975
  NotifyResourceDeploymentStatusChangeInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "resourceArn"))
853
976
  NotifyResourceDeploymentStatusChangeInput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceDeploymentStatus, required: true, location_name: "status"))
854
- NotifyResourceDeploymentStatusChangeInput.add_member(:status_message, Shapes::ShapeRef.new(shape: SyntheticNotifyResourceDeploymentStatusChangeInputString, location_name: "statusMessage"))
977
+ NotifyResourceDeploymentStatusChangeInput.add_member(:status_message, Shapes::ShapeRef.new(shape: NotifyResourceDeploymentStatusChangeInputStatusMessageString, location_name: "statusMessage"))
855
978
  NotifyResourceDeploymentStatusChangeInput.struct_class = Types::NotifyResourceDeploymentStatusChangeInput
856
979
 
857
980
  NotifyResourceDeploymentStatusChangeInputOutputsList.member = Shapes::ShapeRef.new(shape: Output)
@@ -1049,6 +1172,8 @@ module Aws::Proton
1049
1172
 
1050
1173
  ServiceTemplateSummaryList.member = Shapes::ShapeRef.new(shape: ServiceTemplateSummary)
1051
1174
 
1175
+ ServiceTemplateSupportedComponentSourceInputList.member = Shapes::ShapeRef.new(shape: ServiceTemplateSupportedComponentSourceType)
1176
+
1052
1177
  ServiceTemplateVersion.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceTemplateVersionArn, required: true, location_name: "arn"))
1053
1178
  ServiceTemplateVersion.add_member(:compatible_environment_templates, Shapes::ShapeRef.new(shape: CompatibleEnvironmentTemplateList, required: true, location_name: "compatibleEnvironmentTemplates"))
1054
1179
  ServiceTemplateVersion.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
@@ -1060,6 +1185,7 @@ module Aws::Proton
1060
1185
  ServiceTemplateVersion.add_member(:schema, Shapes::ShapeRef.new(shape: TemplateSchema, location_name: "schema"))
1061
1186
  ServiceTemplateVersion.add_member(:status, Shapes::ShapeRef.new(shape: TemplateVersionStatus, required: true, location_name: "status"))
1062
1187
  ServiceTemplateVersion.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "statusMessage"))
1188
+ ServiceTemplateVersion.add_member(:supported_component_sources, Shapes::ShapeRef.new(shape: ServiceTemplateSupportedComponentSourceInputList, location_name: "supportedComponentSources"))
1063
1189
  ServiceTemplateVersion.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
1064
1190
  ServiceTemplateVersion.struct_class = Types::ServiceTemplateVersion
1065
1191
 
@@ -1114,6 +1240,7 @@ module Aws::Proton
1114
1240
 
1115
1241
  UntagResourceOutput.struct_class = Types::UntagResourceOutput
1116
1242
 
1243
+ UpdateAccountSettingsInput.add_member(:delete_pipeline_provisioning_repository, Shapes::ShapeRef.new(shape: Boolean, location_name: "deletePipelineProvisioningRepository"))
1117
1244
  UpdateAccountSettingsInput.add_member(:pipeline_provisioning_repository, Shapes::ShapeRef.new(shape: RepositoryBranchInput, location_name: "pipelineProvisioningRepository"))
1118
1245
  UpdateAccountSettingsInput.add_member(:pipeline_service_role_arn, Shapes::ShapeRef.new(shape: PipelineRoleArn, location_name: "pipelineServiceRoleArn"))
1119
1246
  UpdateAccountSettingsInput.struct_class = Types::UpdateAccountSettingsInput
@@ -1121,13 +1248,27 @@ module Aws::Proton
1121
1248
  UpdateAccountSettingsOutput.add_member(:account_settings, Shapes::ShapeRef.new(shape: AccountSettings, required: true, location_name: "accountSettings"))
1122
1249
  UpdateAccountSettingsOutput.struct_class = Types::UpdateAccountSettingsOutput
1123
1250
 
1251
+ UpdateComponentInput.add_member(:deployment_type, Shapes::ShapeRef.new(shape: ComponentDeploymentUpdateType, required: true, location_name: "deploymentType"))
1252
+ UpdateComponentInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1253
+ UpdateComponentInput.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
1254
+ UpdateComponentInput.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceNameOrEmpty, location_name: "serviceInstanceName"))
1255
+ UpdateComponentInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceNameOrEmpty, location_name: "serviceName"))
1256
+ UpdateComponentInput.add_member(:service_spec, Shapes::ShapeRef.new(shape: SpecContents, location_name: "serviceSpec"))
1257
+ UpdateComponentInput.add_member(:template_file, Shapes::ShapeRef.new(shape: TemplateFileContents, location_name: "templateFile"))
1258
+ UpdateComponentInput.struct_class = Types::UpdateComponentInput
1259
+
1260
+ UpdateComponentOutput.add_member(:component, Shapes::ShapeRef.new(shape: Component, required: true, location_name: "component"))
1261
+ UpdateComponentOutput.struct_class = Types::UpdateComponentOutput
1262
+
1263
+ UpdateEnvironmentAccountConnectionInput.add_member(:component_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "componentRoleArn"))
1124
1264
  UpdateEnvironmentAccountConnectionInput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
1125
- UpdateEnvironmentAccountConnectionInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "roleArn"))
1265
+ UpdateEnvironmentAccountConnectionInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "roleArn"))
1126
1266
  UpdateEnvironmentAccountConnectionInput.struct_class = Types::UpdateEnvironmentAccountConnectionInput
1127
1267
 
1128
1268
  UpdateEnvironmentAccountConnectionOutput.add_member(:environment_account_connection, Shapes::ShapeRef.new(shape: EnvironmentAccountConnection, required: true, location_name: "environmentAccountConnection"))
1129
1269
  UpdateEnvironmentAccountConnectionOutput.struct_class = Types::UpdateEnvironmentAccountConnectionOutput
1130
1270
 
1271
+ UpdateEnvironmentInput.add_member(:component_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "componentRoleArn"))
1131
1272
  UpdateEnvironmentInput.add_member(:deployment_type, Shapes::ShapeRef.new(shape: DeploymentUpdateType, required: true, location_name: "deploymentType"))
1132
1273
  UpdateEnvironmentInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1133
1274
  UpdateEnvironmentInput.add_member(:environment_account_connection_id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, location_name: "environmentAccountConnectionId"))
@@ -1202,6 +1343,7 @@ module Aws::Proton
1202
1343
  UpdateServiceTemplateVersionInput.add_member(:major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "majorVersion"))
1203
1344
  UpdateServiceTemplateVersionInput.add_member(:minor_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "minorVersion"))
1204
1345
  UpdateServiceTemplateVersionInput.add_member(:status, Shapes::ShapeRef.new(shape: TemplateVersionStatus, location_name: "status"))
1346
+ UpdateServiceTemplateVersionInput.add_member(:supported_component_sources, Shapes::ShapeRef.new(shape: ServiceTemplateSupportedComponentSourceInputList, location_name: "supportedComponentSources"))
1205
1347
  UpdateServiceTemplateVersionInput.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
1206
1348
  UpdateServiceTemplateVersionInput.struct_class = Types::UpdateServiceTemplateVersionInput
1207
1349
 
@@ -1255,6 +1397,20 @@ module Aws::Proton
1255
1397
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1256
1398
  end)
1257
1399
 
1400
+ api.add_operation(:cancel_component_deployment, Seahorse::Model::Operation.new.tap do |o|
1401
+ o.name = "CancelComponentDeployment"
1402
+ o.http_method = "POST"
1403
+ o.http_request_uri = "/"
1404
+ o.input = Shapes::ShapeRef.new(shape: CancelComponentDeploymentInput)
1405
+ o.output = Shapes::ShapeRef.new(shape: CancelComponentDeploymentOutput)
1406
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1407
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1408
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1409
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1410
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1411
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1412
+ end)
1413
+
1258
1414
  api.add_operation(:cancel_environment_deployment, Seahorse::Model::Operation.new.tap do |o|
1259
1415
  o.name = "CancelEnvironmentDeployment"
1260
1416
  o.http_method = "POST"
@@ -1297,6 +1453,21 @@ module Aws::Proton
1297
1453
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1298
1454
  end)
1299
1455
 
1456
+ api.add_operation(:create_component, Seahorse::Model::Operation.new.tap do |o|
1457
+ o.name = "CreateComponent"
1458
+ o.http_method = "POST"
1459
+ o.http_request_uri = "/"
1460
+ o.input = Shapes::ShapeRef.new(shape: CreateComponentInput)
1461
+ o.output = Shapes::ShapeRef.new(shape: CreateComponentOutput)
1462
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1463
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1464
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1465
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1466
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1467
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1468
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1469
+ end)
1470
+
1300
1471
  api.add_operation(:create_environment, Seahorse::Model::Operation.new.tap do |o|
1301
1472
  o.name = "CreateEnvironment"
1302
1473
  o.http_method = "POST"
@@ -1427,6 +1598,20 @@ module Aws::Proton
1427
1598
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1428
1599
  end)
1429
1600
 
1601
+ api.add_operation(:delete_component, Seahorse::Model::Operation.new.tap do |o|
1602
+ o.name = "DeleteComponent"
1603
+ o.http_method = "POST"
1604
+ o.http_request_uri = "/"
1605
+ o.input = Shapes::ShapeRef.new(shape: DeleteComponentInput)
1606
+ o.output = Shapes::ShapeRef.new(shape: DeleteComponentOutput)
1607
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1608
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1609
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1610
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1611
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1612
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1613
+ end)
1614
+
1430
1615
  api.add_operation(:delete_environment, Seahorse::Model::Operation.new.tap do |o|
1431
1616
  o.name = "DeleteEnvironment"
1432
1617
  o.http_method = "POST"
@@ -1566,6 +1751,19 @@ module Aws::Proton
1566
1751
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1567
1752
  end)
1568
1753
 
1754
+ api.add_operation(:get_component, Seahorse::Model::Operation.new.tap do |o|
1755
+ o.name = "GetComponent"
1756
+ o.http_method = "POST"
1757
+ o.http_request_uri = "/"
1758
+ o.input = Shapes::ShapeRef.new(shape: GetComponentInput)
1759
+ o.output = Shapes::ShapeRef.new(shape: GetComponentOutput)
1760
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1761
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1762
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1763
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1764
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1765
+ end)
1766
+
1569
1767
  api.add_operation(:get_environment, Seahorse::Model::Operation.new.tap do |o|
1570
1768
  o.name = "GetEnvironment"
1571
1769
  o.http_method = "POST"
@@ -1722,6 +1920,60 @@ module Aws::Proton
1722
1920
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1723
1921
  end)
1724
1922
 
1923
+ api.add_operation(:list_component_outputs, Seahorse::Model::Operation.new.tap do |o|
1924
+ o.name = "ListComponentOutputs"
1925
+ o.http_method = "POST"
1926
+ o.http_request_uri = "/"
1927
+ o.input = Shapes::ShapeRef.new(shape: ListComponentOutputsInput)
1928
+ o.output = Shapes::ShapeRef.new(shape: ListComponentOutputsOutput)
1929
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1930
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1931
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1932
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1933
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1934
+ o[:pager] = Aws::Pager.new(
1935
+ tokens: {
1936
+ "next_token" => "next_token"
1937
+ }
1938
+ )
1939
+ end)
1940
+
1941
+ api.add_operation(:list_component_provisioned_resources, Seahorse::Model::Operation.new.tap do |o|
1942
+ o.name = "ListComponentProvisionedResources"
1943
+ o.http_method = "POST"
1944
+ o.http_request_uri = "/"
1945
+ o.input = Shapes::ShapeRef.new(shape: ListComponentProvisionedResourcesInput)
1946
+ o.output = Shapes::ShapeRef.new(shape: ListComponentProvisionedResourcesOutput)
1947
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1948
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1949
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1950
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1951
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1952
+ o[:pager] = Aws::Pager.new(
1953
+ tokens: {
1954
+ "next_token" => "next_token"
1955
+ }
1956
+ )
1957
+ end)
1958
+
1959
+ api.add_operation(:list_components, Seahorse::Model::Operation.new.tap do |o|
1960
+ o.name = "ListComponents"
1961
+ o.http_method = "POST"
1962
+ o.http_request_uri = "/"
1963
+ o.input = Shapes::ShapeRef.new(shape: ListComponentsInput)
1964
+ o.output = Shapes::ShapeRef.new(shape: ListComponentsOutput)
1965
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1966
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1967
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1968
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1969
+ o[:pager] = Aws::Pager.new(
1970
+ limit_key: "max_results",
1971
+ tokens: {
1972
+ "next_token" => "next_token"
1973
+ }
1974
+ )
1975
+ end)
1976
+
1725
1977
  api.add_operation(:list_environment_account_connections, Seahorse::Model::Operation.new.tap do |o|
1726
1978
  o.name = "ListEnvironmentAccountConnections"
1727
1979
  o.http_method = "POST"
@@ -2103,6 +2355,21 @@ module Aws::Proton
2103
2355
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2104
2356
  end)
2105
2357
 
2358
+ api.add_operation(:update_component, Seahorse::Model::Operation.new.tap do |o|
2359
+ o.name = "UpdateComponent"
2360
+ o.http_method = "POST"
2361
+ o.http_request_uri = "/"
2362
+ o.input = Shapes::ShapeRef.new(shape: UpdateComponentInput)
2363
+ o.output = Shapes::ShapeRef.new(shape: UpdateComponentOutput)
2364
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2365
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2366
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2367
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2368
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2369
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2370
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2371
+ end)
2372
+
2106
2373
  api.add_operation(:update_environment, Seahorse::Model::Operation.new.tap do |o|
2107
2374
  o.name = "UpdateEnvironment"
2108
2375
  o.http_method = "POST"