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