aws-sdk-proton 1.15.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"))
@@ -405,6 +483,7 @@ module Aws::Proton
405
483
  CreateServiceTemplateVersionInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
406
484
  CreateServiceTemplateVersionInput.add_member(:major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, location_name: "majorVersion"))
407
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"))
408
487
  CreateServiceTemplateVersionInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
409
488
  CreateServiceTemplateVersionInput.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
410
489
  CreateServiceTemplateVersionInput.struct_class = Types::CreateServiceTemplateVersionInput
@@ -423,6 +502,12 @@ module Aws::Proton
423
502
  CreateTemplateSyncConfigOutput.add_member(:template_sync_config, Shapes::ShapeRef.new(shape: TemplateSyncConfig, location_name: "templateSyncConfig"))
424
503
  CreateTemplateSyncConfigOutput.struct_class = Types::CreateTemplateSyncConfigOutput
425
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
+
426
511
  DeleteEnvironmentAccountConnectionInput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
427
512
  DeleteEnvironmentAccountConnectionInput.struct_class = Types::DeleteEnvironmentAccountConnectionInput
428
513
 
@@ -484,6 +569,7 @@ module Aws::Proton
484
569
  DeleteTemplateSyncConfigOutput.struct_class = Types::DeleteTemplateSyncConfigOutput
485
570
 
486
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"))
487
573
  Environment.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
488
574
  Environment.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
489
575
  Environment.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
@@ -503,6 +589,7 @@ module Aws::Proton
503
589
  Environment.struct_class = Types::Environment
504
590
 
505
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"))
506
593
  EnvironmentAccountConnection.add_member(:environment_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "environmentAccountId"))
507
594
  EnvironmentAccountConnection.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
508
595
  EnvironmentAccountConnection.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
@@ -516,6 +603,7 @@ module Aws::Proton
516
603
  EnvironmentAccountConnectionStatusList.member = Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionStatus)
517
604
 
518
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"))
519
607
  EnvironmentAccountConnectionSummary.add_member(:environment_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location_name: "environmentAccountId"))
520
608
  EnvironmentAccountConnectionSummary.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
521
609
  EnvironmentAccountConnectionSummary.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
@@ -529,6 +617,7 @@ module Aws::Proton
529
617
  EnvironmentAccountConnectionSummaryList.member = Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionSummary)
530
618
 
531
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"))
532
621
  EnvironmentSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
533
622
  EnvironmentSummary.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
534
623
  EnvironmentSummary.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
@@ -608,6 +697,12 @@ module Aws::Proton
608
697
  GetAccountSettingsOutput.add_member(:account_settings, Shapes::ShapeRef.new(shape: AccountSettings, location_name: "accountSettings"))
609
698
  GetAccountSettingsOutput.struct_class = Types::GetAccountSettingsOutput
610
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
+
611
706
  GetEnvironmentAccountConnectionInput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
612
707
  GetEnvironmentAccountConnectionInput.struct_class = Types::GetEnvironmentAccountConnectionInput
613
708
 
@@ -697,6 +792,33 @@ module Aws::Proton
697
792
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
698
793
  InternalServerException.struct_class = Types::InternalServerException
699
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
+
700
822
  ListEnvironmentAccountConnectionsInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "environmentName"))
701
823
  ListEnvironmentAccountConnectionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPageResults, location_name: "maxResults"))
702
824
  ListEnvironmentAccountConnectionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
@@ -851,7 +973,7 @@ module Aws::Proton
851
973
  NotifyResourceDeploymentStatusChangeInput.add_member(:outputs, Shapes::ShapeRef.new(shape: NotifyResourceDeploymentStatusChangeInputOutputsList, location_name: "outputs"))
852
974
  NotifyResourceDeploymentStatusChangeInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "resourceArn"))
853
975
  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"))
976
+ NotifyResourceDeploymentStatusChangeInput.add_member(:status_message, Shapes::ShapeRef.new(shape: NotifyResourceDeploymentStatusChangeInputStatusMessageString, location_name: "statusMessage"))
855
977
  NotifyResourceDeploymentStatusChangeInput.struct_class = Types::NotifyResourceDeploymentStatusChangeInput
856
978
 
857
979
  NotifyResourceDeploymentStatusChangeInputOutputsList.member = Shapes::ShapeRef.new(shape: Output)
@@ -1049,6 +1171,8 @@ module Aws::Proton
1049
1171
 
1050
1172
  ServiceTemplateSummaryList.member = Shapes::ShapeRef.new(shape: ServiceTemplateSummary)
1051
1173
 
1174
+ ServiceTemplateSupportedComponentSourceInputList.member = Shapes::ShapeRef.new(shape: ServiceTemplateSupportedComponentSourceType)
1175
+
1052
1176
  ServiceTemplateVersion.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceTemplateVersionArn, required: true, location_name: "arn"))
1053
1177
  ServiceTemplateVersion.add_member(:compatible_environment_templates, Shapes::ShapeRef.new(shape: CompatibleEnvironmentTemplateList, required: true, location_name: "compatibleEnvironmentTemplates"))
1054
1178
  ServiceTemplateVersion.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
@@ -1060,6 +1184,7 @@ module Aws::Proton
1060
1184
  ServiceTemplateVersion.add_member(:schema, Shapes::ShapeRef.new(shape: TemplateSchema, location_name: "schema"))
1061
1185
  ServiceTemplateVersion.add_member(:status, Shapes::ShapeRef.new(shape: TemplateVersionStatus, required: true, location_name: "status"))
1062
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"))
1063
1188
  ServiceTemplateVersion.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
1064
1189
  ServiceTemplateVersion.struct_class = Types::ServiceTemplateVersion
1065
1190
 
@@ -1121,13 +1246,27 @@ module Aws::Proton
1121
1246
  UpdateAccountSettingsOutput.add_member(:account_settings, Shapes::ShapeRef.new(shape: AccountSettings, required: true, location_name: "accountSettings"))
1122
1247
  UpdateAccountSettingsOutput.struct_class = Types::UpdateAccountSettingsOutput
1123
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"))
1124
1262
  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"))
1263
+ UpdateEnvironmentAccountConnectionInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "roleArn"))
1126
1264
  UpdateEnvironmentAccountConnectionInput.struct_class = Types::UpdateEnvironmentAccountConnectionInput
1127
1265
 
1128
1266
  UpdateEnvironmentAccountConnectionOutput.add_member(:environment_account_connection, Shapes::ShapeRef.new(shape: EnvironmentAccountConnection, required: true, location_name: "environmentAccountConnection"))
1129
1267
  UpdateEnvironmentAccountConnectionOutput.struct_class = Types::UpdateEnvironmentAccountConnectionOutput
1130
1268
 
1269
+ UpdateEnvironmentInput.add_member(:component_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "componentRoleArn"))
1131
1270
  UpdateEnvironmentInput.add_member(:deployment_type, Shapes::ShapeRef.new(shape: DeploymentUpdateType, required: true, location_name: "deploymentType"))
1132
1271
  UpdateEnvironmentInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1133
1272
  UpdateEnvironmentInput.add_member(:environment_account_connection_id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, location_name: "environmentAccountConnectionId"))
@@ -1202,6 +1341,7 @@ module Aws::Proton
1202
1341
  UpdateServiceTemplateVersionInput.add_member(:major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "majorVersion"))
1203
1342
  UpdateServiceTemplateVersionInput.add_member(:minor_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "minorVersion"))
1204
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"))
1205
1345
  UpdateServiceTemplateVersionInput.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
1206
1346
  UpdateServiceTemplateVersionInput.struct_class = Types::UpdateServiceTemplateVersionInput
1207
1347
 
@@ -1255,6 +1395,20 @@ module Aws::Proton
1255
1395
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1256
1396
  end)
1257
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
+
1258
1412
  api.add_operation(:cancel_environment_deployment, Seahorse::Model::Operation.new.tap do |o|
1259
1413
  o.name = "CancelEnvironmentDeployment"
1260
1414
  o.http_method = "POST"
@@ -1297,6 +1451,21 @@ module Aws::Proton
1297
1451
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1298
1452
  end)
1299
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
+
1300
1469
  api.add_operation(:create_environment, Seahorse::Model::Operation.new.tap do |o|
1301
1470
  o.name = "CreateEnvironment"
1302
1471
  o.http_method = "POST"
@@ -1427,6 +1596,20 @@ module Aws::Proton
1427
1596
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1428
1597
  end)
1429
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
+
1430
1613
  api.add_operation(:delete_environment, Seahorse::Model::Operation.new.tap do |o|
1431
1614
  o.name = "DeleteEnvironment"
1432
1615
  o.http_method = "POST"
@@ -1566,6 +1749,19 @@ module Aws::Proton
1566
1749
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1567
1750
  end)
1568
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
+
1569
1765
  api.add_operation(:get_environment, Seahorse::Model::Operation.new.tap do |o|
1570
1766
  o.name = "GetEnvironment"
1571
1767
  o.http_method = "POST"
@@ -1722,6 +1918,60 @@ module Aws::Proton
1722
1918
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1723
1919
  end)
1724
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
+
1725
1975
  api.add_operation(:list_environment_account_connections, Seahorse::Model::Operation.new.tap do |o|
1726
1976
  o.name = "ListEnvironmentAccountConnections"
1727
1977
  o.http_method = "POST"
@@ -2103,6 +2353,21 @@ module Aws::Proton
2103
2353
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2104
2354
  end)
2105
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
+
2106
2371
  api.add_operation(:update_environment, Seahorse::Model::Operation.new.tap do |o|
2107
2372
  o.name = "UpdateEnvironment"
2108
2373
  o.http_method = "POST"