aws-sdk-proton 1.29.0 → 1.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-proton/client.rb +320 -1
- data/lib/aws-sdk-proton/client_api.rb +188 -0
- data/lib/aws-sdk-proton/endpoints.rb +42 -0
- data/lib/aws-sdk-proton/plugins/endpoints.rb +6 -0
- data/lib/aws-sdk-proton/types.rb +594 -0
- data/lib/aws-sdk-proton.rb +1 -1
- metadata +2 -2
@@ -37,7 +37,9 @@ module Aws::Proton
|
|
37
37
|
CompatibleEnvironmentTemplateList = Shapes::ListShape.new(name: 'CompatibleEnvironmentTemplateList')
|
38
38
|
Component = Shapes::StructureShape.new(name: 'Component')
|
39
39
|
ComponentArn = Shapes::StringShape.new(name: 'ComponentArn')
|
40
|
+
ComponentDeploymentIdList = Shapes::ListShape.new(name: 'ComponentDeploymentIdList')
|
40
41
|
ComponentDeploymentUpdateType = Shapes::StringShape.new(name: 'ComponentDeploymentUpdateType')
|
42
|
+
ComponentState = Shapes::StructureShape.new(name: 'ComponentState')
|
41
43
|
ComponentSummary = Shapes::StructureShape.new(name: 'ComponentSummary')
|
42
44
|
ComponentSummaryList = Shapes::ListShape.new(name: 'ComponentSummaryList')
|
43
45
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
@@ -68,6 +70,8 @@ module Aws::Proton
|
|
68
70
|
CreateTemplateSyncConfigOutput = Shapes::StructureShape.new(name: 'CreateTemplateSyncConfigOutput')
|
69
71
|
DeleteComponentInput = Shapes::StructureShape.new(name: 'DeleteComponentInput')
|
70
72
|
DeleteComponentOutput = Shapes::StructureShape.new(name: 'DeleteComponentOutput')
|
73
|
+
DeleteDeploymentInput = Shapes::StructureShape.new(name: 'DeleteDeploymentInput')
|
74
|
+
DeleteDeploymentOutput = Shapes::StructureShape.new(name: 'DeleteDeploymentOutput')
|
71
75
|
DeleteEnvironmentAccountConnectionInput = Shapes::StructureShape.new(name: 'DeleteEnvironmentAccountConnectionInput')
|
72
76
|
DeleteEnvironmentAccountConnectionOutput = Shapes::StructureShape.new(name: 'DeleteEnvironmentAccountConnectionOutput')
|
73
77
|
DeleteEnvironmentInput = Shapes::StructureShape.new(name: 'DeleteEnvironmentInput')
|
@@ -88,8 +92,14 @@ module Aws::Proton
|
|
88
92
|
DeleteServiceTemplateVersionOutput = Shapes::StructureShape.new(name: 'DeleteServiceTemplateVersionOutput')
|
89
93
|
DeleteTemplateSyncConfigInput = Shapes::StructureShape.new(name: 'DeleteTemplateSyncConfigInput')
|
90
94
|
DeleteTemplateSyncConfigOutput = Shapes::StructureShape.new(name: 'DeleteTemplateSyncConfigOutput')
|
95
|
+
Deployment = Shapes::StructureShape.new(name: 'Deployment')
|
96
|
+
DeploymentArn = Shapes::StringShape.new(name: 'DeploymentArn')
|
91
97
|
DeploymentId = Shapes::StringShape.new(name: 'DeploymentId')
|
98
|
+
DeploymentState = Shapes::UnionShape.new(name: 'DeploymentState')
|
92
99
|
DeploymentStatus = Shapes::StringShape.new(name: 'DeploymentStatus')
|
100
|
+
DeploymentSummary = Shapes::StructureShape.new(name: 'DeploymentSummary')
|
101
|
+
DeploymentSummaryList = Shapes::ListShape.new(name: 'DeploymentSummaryList')
|
102
|
+
DeploymentTargetResourceType = Shapes::StringShape.new(name: 'DeploymentTargetResourceType')
|
93
103
|
DeploymentUpdateType = Shapes::StringShape.new(name: 'DeploymentUpdateType')
|
94
104
|
Description = Shapes::StringShape.new(name: 'Description')
|
95
105
|
DisplayName = Shapes::StringShape.new(name: 'DisplayName')
|
@@ -104,6 +114,7 @@ module Aws::Proton
|
|
104
114
|
EnvironmentAccountConnectionSummary = Shapes::StructureShape.new(name: 'EnvironmentAccountConnectionSummary')
|
105
115
|
EnvironmentAccountConnectionSummaryList = Shapes::ListShape.new(name: 'EnvironmentAccountConnectionSummaryList')
|
106
116
|
EnvironmentArn = Shapes::StringShape.new(name: 'EnvironmentArn')
|
117
|
+
EnvironmentState = Shapes::StructureShape.new(name: 'EnvironmentState')
|
107
118
|
EnvironmentSummary = Shapes::StructureShape.new(name: 'EnvironmentSummary')
|
108
119
|
EnvironmentSummaryList = Shapes::ListShape.new(name: 'EnvironmentSummaryList')
|
109
120
|
EnvironmentTemplate = Shapes::StructureShape.new(name: 'EnvironmentTemplate')
|
@@ -122,6 +133,8 @@ module Aws::Proton
|
|
122
133
|
GetAccountSettingsOutput = Shapes::StructureShape.new(name: 'GetAccountSettingsOutput')
|
123
134
|
GetComponentInput = Shapes::StructureShape.new(name: 'GetComponentInput')
|
124
135
|
GetComponentOutput = Shapes::StructureShape.new(name: 'GetComponentOutput')
|
136
|
+
GetDeploymentInput = Shapes::StructureShape.new(name: 'GetDeploymentInput')
|
137
|
+
GetDeploymentOutput = Shapes::StructureShape.new(name: 'GetDeploymentOutput')
|
125
138
|
GetEnvironmentAccountConnectionInput = Shapes::StructureShape.new(name: 'GetEnvironmentAccountConnectionInput')
|
126
139
|
GetEnvironmentAccountConnectionOutput = Shapes::StructureShape.new(name: 'GetEnvironmentAccountConnectionOutput')
|
127
140
|
GetEnvironmentInput = Shapes::StructureShape.new(name: 'GetEnvironmentInput')
|
@@ -164,6 +177,8 @@ module Aws::Proton
|
|
164
177
|
ListComponentProvisionedResourcesOutput = Shapes::StructureShape.new(name: 'ListComponentProvisionedResourcesOutput')
|
165
178
|
ListComponentsInput = Shapes::StructureShape.new(name: 'ListComponentsInput')
|
166
179
|
ListComponentsOutput = Shapes::StructureShape.new(name: 'ListComponentsOutput')
|
180
|
+
ListDeploymentsInput = Shapes::StructureShape.new(name: 'ListDeploymentsInput')
|
181
|
+
ListDeploymentsOutput = Shapes::StructureShape.new(name: 'ListDeploymentsOutput')
|
167
182
|
ListEnvironmentAccountConnectionsInput = Shapes::StructureShape.new(name: 'ListEnvironmentAccountConnectionsInput')
|
168
183
|
ListEnvironmentAccountConnectionsOutput = Shapes::StructureShape.new(name: 'ListEnvironmentAccountConnectionsOutput')
|
169
184
|
ListEnvironmentOutputsInput = Shapes::StructureShape.new(name: 'ListEnvironmentOutputsInput')
|
@@ -257,9 +272,11 @@ module Aws::Proton
|
|
257
272
|
ServiceArn = Shapes::StringShape.new(name: 'ServiceArn')
|
258
273
|
ServiceInstance = Shapes::StructureShape.new(name: 'ServiceInstance')
|
259
274
|
ServiceInstanceArn = Shapes::StringShape.new(name: 'ServiceInstanceArn')
|
275
|
+
ServiceInstanceState = Shapes::StructureShape.new(name: 'ServiceInstanceState')
|
260
276
|
ServiceInstanceSummary = Shapes::StructureShape.new(name: 'ServiceInstanceSummary')
|
261
277
|
ServiceInstanceSummaryList = Shapes::ListShape.new(name: 'ServiceInstanceSummaryList')
|
262
278
|
ServicePipeline = Shapes::StructureShape.new(name: 'ServicePipeline')
|
279
|
+
ServicePipelineState = Shapes::StructureShape.new(name: 'ServicePipelineState')
|
263
280
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
264
281
|
ServiceStatus = Shapes::StringShape.new(name: 'ServiceStatus')
|
265
282
|
ServiceSummary = Shapes::StructureShape.new(name: 'ServiceSummary')
|
@@ -391,24 +408,36 @@ module Aws::Proton
|
|
391
408
|
Component.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
|
392
409
|
Component.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
393
410
|
Component.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
|
411
|
+
Component.add_member(:last_attempted_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastAttemptedDeploymentId"))
|
394
412
|
Component.add_member(:last_client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "lastClientRequestToken"))
|
395
413
|
Component.add_member(:last_deployment_attempted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastDeploymentAttemptedAt"))
|
396
414
|
Component.add_member(:last_deployment_succeeded_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastDeploymentSucceededAt"))
|
397
415
|
Component.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastModifiedAt"))
|
416
|
+
Component.add_member(:last_succeeded_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastSucceededDeploymentId"))
|
398
417
|
Component.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
399
418
|
Component.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceInstanceName"))
|
400
419
|
Component.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceName"))
|
401
420
|
Component.add_member(:service_spec, Shapes::ShapeRef.new(shape: SpecContents, location_name: "serviceSpec"))
|
402
421
|
Component.struct_class = Types::Component
|
403
422
|
|
423
|
+
ComponentDeploymentIdList.member = Shapes::ShapeRef.new(shape: DeploymentId)
|
424
|
+
|
425
|
+
ComponentState.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceNameOrEmpty, location_name: "serviceInstanceName"))
|
426
|
+
ComponentState.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceNameOrEmpty, location_name: "serviceName"))
|
427
|
+
ComponentState.add_member(:service_spec, Shapes::ShapeRef.new(shape: SpecContents, location_name: "serviceSpec"))
|
428
|
+
ComponentState.add_member(:template_file, Shapes::ShapeRef.new(shape: TemplateFileContents, location_name: "templateFile"))
|
429
|
+
ComponentState.struct_class = Types::ComponentState
|
430
|
+
|
404
431
|
ComponentSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ComponentArn, required: true, location_name: "arn"))
|
405
432
|
ComponentSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
406
433
|
ComponentSummary.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
|
407
434
|
ComponentSummary.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
|
408
435
|
ComponentSummary.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
|
436
|
+
ComponentSummary.add_member(:last_attempted_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastAttemptedDeploymentId"))
|
409
437
|
ComponentSummary.add_member(:last_deployment_attempted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastDeploymentAttemptedAt"))
|
410
438
|
ComponentSummary.add_member(:last_deployment_succeeded_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastDeploymentSucceededAt"))
|
411
439
|
ComponentSummary.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastModifiedAt"))
|
440
|
+
ComponentSummary.add_member(:last_succeeded_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastSucceededDeploymentId"))
|
412
441
|
ComponentSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
413
442
|
ComponentSummary.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceInstanceName"))
|
414
443
|
ComponentSummary.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceName"))
|
@@ -582,6 +611,12 @@ module Aws::Proton
|
|
582
611
|
DeleteComponentOutput.add_member(:component, Shapes::ShapeRef.new(shape: Component, location_name: "component"))
|
583
612
|
DeleteComponentOutput.struct_class = Types::DeleteComponentOutput
|
584
613
|
|
614
|
+
DeleteDeploymentInput.add_member(:id, Shapes::ShapeRef.new(shape: DeploymentId, required: true, location_name: "id"))
|
615
|
+
DeleteDeploymentInput.struct_class = Types::DeleteDeploymentInput
|
616
|
+
|
617
|
+
DeleteDeploymentOutput.add_member(:deployment, Shapes::ShapeRef.new(shape: Deployment, location_name: "deployment"))
|
618
|
+
DeleteDeploymentOutput.struct_class = Types::DeleteDeploymentOutput
|
619
|
+
|
585
620
|
DeleteEnvironmentAccountConnectionInput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
|
586
621
|
DeleteEnvironmentAccountConnectionInput.struct_class = Types::DeleteEnvironmentAccountConnectionInput
|
587
622
|
|
@@ -648,6 +683,57 @@ module Aws::Proton
|
|
648
683
|
DeleteTemplateSyncConfigOutput.add_member(:template_sync_config, Shapes::ShapeRef.new(shape: TemplateSyncConfig, location_name: "templateSyncConfig"))
|
649
684
|
DeleteTemplateSyncConfigOutput.struct_class = Types::DeleteTemplateSyncConfigOutput
|
650
685
|
|
686
|
+
Deployment.add_member(:arn, Shapes::ShapeRef.new(shape: DeploymentArn, required: true, location_name: "arn"))
|
687
|
+
Deployment.add_member(:completed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completedAt"))
|
688
|
+
Deployment.add_member(:component_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "componentName"))
|
689
|
+
Deployment.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
690
|
+
Deployment.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
|
691
|
+
Deployment.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
|
692
|
+
Deployment.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
|
693
|
+
Deployment.add_member(:id, Shapes::ShapeRef.new(shape: DeploymentId, required: true, location_name: "id"))
|
694
|
+
Deployment.add_member(:initial_state, Shapes::ShapeRef.new(shape: DeploymentState, location_name: "initialState"))
|
695
|
+
Deployment.add_member(:last_attempted_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastAttemptedDeploymentId"))
|
696
|
+
Deployment.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastModifiedAt"))
|
697
|
+
Deployment.add_member(:last_succeeded_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastSucceededDeploymentId"))
|
698
|
+
Deployment.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceInstanceName"))
|
699
|
+
Deployment.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceName"))
|
700
|
+
Deployment.add_member(:target_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "targetArn"))
|
701
|
+
Deployment.add_member(:target_resource_created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "targetResourceCreatedAt"))
|
702
|
+
Deployment.add_member(:target_resource_type, Shapes::ShapeRef.new(shape: DeploymentTargetResourceType, required: true, location_name: "targetResourceType"))
|
703
|
+
Deployment.add_member(:target_state, Shapes::ShapeRef.new(shape: DeploymentState, location_name: "targetState"))
|
704
|
+
Deployment.struct_class = Types::Deployment
|
705
|
+
|
706
|
+
DeploymentState.add_member(:component, Shapes::ShapeRef.new(shape: ComponentState, location_name: "component"))
|
707
|
+
DeploymentState.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentState, location_name: "environment"))
|
708
|
+
DeploymentState.add_member(:service_instance, Shapes::ShapeRef.new(shape: ServiceInstanceState, location_name: "serviceInstance"))
|
709
|
+
DeploymentState.add_member(:service_pipeline, Shapes::ShapeRef.new(shape: ServicePipelineState, location_name: "servicePipeline"))
|
710
|
+
DeploymentState.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
711
|
+
DeploymentState.add_member_subclass(:component, Types::DeploymentState::Component)
|
712
|
+
DeploymentState.add_member_subclass(:environment, Types::DeploymentState::Environment)
|
713
|
+
DeploymentState.add_member_subclass(:service_instance, Types::DeploymentState::ServiceInstance)
|
714
|
+
DeploymentState.add_member_subclass(:service_pipeline, Types::DeploymentState::ServicePipeline)
|
715
|
+
DeploymentState.add_member_subclass(:unknown, Types::DeploymentState::Unknown)
|
716
|
+
DeploymentState.struct_class = Types::DeploymentState
|
717
|
+
|
718
|
+
DeploymentSummary.add_member(:arn, Shapes::ShapeRef.new(shape: DeploymentArn, required: true, location_name: "arn"))
|
719
|
+
DeploymentSummary.add_member(:completed_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "completedAt"))
|
720
|
+
DeploymentSummary.add_member(:component_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "componentName"))
|
721
|
+
DeploymentSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
722
|
+
DeploymentSummary.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
|
723
|
+
DeploymentSummary.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
|
724
|
+
DeploymentSummary.add_member(:id, Shapes::ShapeRef.new(shape: DeploymentId, required: true, location_name: "id"))
|
725
|
+
DeploymentSummary.add_member(:last_attempted_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastAttemptedDeploymentId"))
|
726
|
+
DeploymentSummary.add_member(:last_modified_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastModifiedAt"))
|
727
|
+
DeploymentSummary.add_member(:last_succeeded_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastSucceededDeploymentId"))
|
728
|
+
DeploymentSummary.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceInstanceName"))
|
729
|
+
DeploymentSummary.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceName"))
|
730
|
+
DeploymentSummary.add_member(:target_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "targetArn"))
|
731
|
+
DeploymentSummary.add_member(:target_resource_created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "targetResourceCreatedAt"))
|
732
|
+
DeploymentSummary.add_member(:target_resource_type, Shapes::ShapeRef.new(shape: DeploymentTargetResourceType, required: true, location_name: "targetResourceType"))
|
733
|
+
DeploymentSummary.struct_class = Types::DeploymentSummary
|
734
|
+
|
735
|
+
DeploymentSummaryList.member = Shapes::ShapeRef.new(shape: DeploymentSummary)
|
736
|
+
|
651
737
|
Environment.add_member(:arn, Shapes::ShapeRef.new(shape: EnvironmentArn, required: true, location_name: "arn"))
|
652
738
|
Environment.add_member(:codebuild_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "codebuildRoleArn"))
|
653
739
|
Environment.add_member(:component_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "componentRoleArn"))
|
@@ -657,8 +743,10 @@ module Aws::Proton
|
|
657
743
|
Environment.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
658
744
|
Environment.add_member(:environment_account_connection_id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, location_name: "environmentAccountConnectionId"))
|
659
745
|
Environment.add_member(:environment_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "environmentAccountId"))
|
746
|
+
Environment.add_member(:last_attempted_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastAttemptedDeploymentId"))
|
660
747
|
Environment.add_member(:last_deployment_attempted_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastDeploymentAttemptedAt"))
|
661
748
|
Environment.add_member(:last_deployment_succeeded_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastDeploymentSucceededAt"))
|
749
|
+
Environment.add_member(:last_succeeded_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastSucceededDeploymentId"))
|
662
750
|
Environment.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
663
751
|
Environment.add_member(:proton_service_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "protonServiceRoleArn"))
|
664
752
|
Environment.add_member(:provisioning, Shapes::ShapeRef.new(shape: Provisioning, location_name: "provisioning"))
|
@@ -698,6 +786,12 @@ module Aws::Proton
|
|
698
786
|
|
699
787
|
EnvironmentAccountConnectionSummaryList.member = Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionSummary)
|
700
788
|
|
789
|
+
EnvironmentState.add_member(:spec, Shapes::ShapeRef.new(shape: SpecContents, location_name: "spec"))
|
790
|
+
EnvironmentState.add_member(:template_major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMajorVersion"))
|
791
|
+
EnvironmentState.add_member(:template_minor_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMinorVersion"))
|
792
|
+
EnvironmentState.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
|
793
|
+
EnvironmentState.struct_class = Types::EnvironmentState
|
794
|
+
|
701
795
|
EnvironmentSummary.add_member(:arn, Shapes::ShapeRef.new(shape: EnvironmentArn, required: true, location_name: "arn"))
|
702
796
|
EnvironmentSummary.add_member(:component_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "componentRoleArn"))
|
703
797
|
EnvironmentSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
@@ -706,8 +800,10 @@ module Aws::Proton
|
|
706
800
|
EnvironmentSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
707
801
|
EnvironmentSummary.add_member(:environment_account_connection_id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, location_name: "environmentAccountConnectionId"))
|
708
802
|
EnvironmentSummary.add_member(:environment_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "environmentAccountId"))
|
803
|
+
EnvironmentSummary.add_member(:last_attempted_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastAttemptedDeploymentId"))
|
709
804
|
EnvironmentSummary.add_member(:last_deployment_attempted_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastDeploymentAttemptedAt"))
|
710
805
|
EnvironmentSummary.add_member(:last_deployment_succeeded_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastDeploymentSucceededAt"))
|
806
|
+
EnvironmentSummary.add_member(:last_succeeded_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastSucceededDeploymentId"))
|
711
807
|
EnvironmentSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
712
808
|
EnvironmentSummary.add_member(:proton_service_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "protonServiceRoleArn"))
|
713
809
|
EnvironmentSummary.add_member(:provisioning, Shapes::ShapeRef.new(shape: Provisioning, location_name: "provisioning"))
|
@@ -785,6 +881,16 @@ module Aws::Proton
|
|
785
881
|
GetComponentOutput.add_member(:component, Shapes::ShapeRef.new(shape: Component, location_name: "component"))
|
786
882
|
GetComponentOutput.struct_class = Types::GetComponentOutput
|
787
883
|
|
884
|
+
GetDeploymentInput.add_member(:component_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "componentName"))
|
885
|
+
GetDeploymentInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "environmentName"))
|
886
|
+
GetDeploymentInput.add_member(:id, Shapes::ShapeRef.new(shape: DeploymentId, required: true, location_name: "id"))
|
887
|
+
GetDeploymentInput.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceInstanceName"))
|
888
|
+
GetDeploymentInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceName"))
|
889
|
+
GetDeploymentInput.struct_class = Types::GetDeploymentInput
|
890
|
+
|
891
|
+
GetDeploymentOutput.add_member(:deployment, Shapes::ShapeRef.new(shape: Deployment, location_name: "deployment"))
|
892
|
+
GetDeploymentOutput.struct_class = Types::GetDeploymentOutput
|
893
|
+
|
788
894
|
GetEnvironmentAccountConnectionInput.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentAccountConnectionId, required: true, location_name: "id"))
|
789
895
|
GetEnvironmentAccountConnectionInput.struct_class = Types::GetEnvironmentAccountConnectionInput
|
790
896
|
|
@@ -904,6 +1010,7 @@ module Aws::Proton
|
|
904
1010
|
LatestSyncBlockers.member = Shapes::ShapeRef.new(shape: SyncBlocker)
|
905
1011
|
|
906
1012
|
ListComponentOutputsInput.add_member(:component_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "componentName"))
|
1013
|
+
ListComponentOutputsInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
|
907
1014
|
ListComponentOutputsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
|
908
1015
|
ListComponentOutputsInput.struct_class = Types::ListComponentOutputsInput
|
909
1016
|
|
@@ -930,6 +1037,18 @@ module Aws::Proton
|
|
930
1037
|
ListComponentsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
931
1038
|
ListComponentsOutput.struct_class = Types::ListComponentsOutput
|
932
1039
|
|
1040
|
+
ListDeploymentsInput.add_member(:component_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "componentName"))
|
1041
|
+
ListDeploymentsInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "environmentName"))
|
1042
|
+
ListDeploymentsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPageResults, location_name: "maxResults"))
|
1043
|
+
ListDeploymentsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1044
|
+
ListDeploymentsInput.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceInstanceName"))
|
1045
|
+
ListDeploymentsInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "serviceName"))
|
1046
|
+
ListDeploymentsInput.struct_class = Types::ListDeploymentsInput
|
1047
|
+
|
1048
|
+
ListDeploymentsOutput.add_member(:deployments, Shapes::ShapeRef.new(shape: DeploymentSummaryList, required: true, location_name: "deployments"))
|
1049
|
+
ListDeploymentsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1050
|
+
ListDeploymentsOutput.struct_class = Types::ListDeploymentsOutput
|
1051
|
+
|
933
1052
|
ListEnvironmentAccountConnectionsInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "environmentName"))
|
934
1053
|
ListEnvironmentAccountConnectionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxPageResults, location_name: "maxResults"))
|
935
1054
|
ListEnvironmentAccountConnectionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
@@ -941,6 +1060,7 @@ module Aws::Proton
|
|
941
1060
|
ListEnvironmentAccountConnectionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
942
1061
|
ListEnvironmentAccountConnectionsOutput.struct_class = Types::ListEnvironmentAccountConnectionsOutput
|
943
1062
|
|
1063
|
+
ListEnvironmentOutputsInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
|
944
1064
|
ListEnvironmentOutputsInput.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
|
945
1065
|
ListEnvironmentOutputsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
|
946
1066
|
ListEnvironmentOutputsInput.struct_class = Types::ListEnvironmentOutputsInput
|
@@ -1002,6 +1122,7 @@ module Aws::Proton
|
|
1002
1122
|
ListRepositorySyncDefinitionsOutput.add_member(:sync_definitions, Shapes::ShapeRef.new(shape: RepositorySyncDefinitionList, required: true, location_name: "syncDefinitions"))
|
1003
1123
|
ListRepositorySyncDefinitionsOutput.struct_class = Types::ListRepositorySyncDefinitionsOutput
|
1004
1124
|
|
1125
|
+
ListServiceInstanceOutputsInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
|
1005
1126
|
ListServiceInstanceOutputsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
|
1006
1127
|
ListServiceInstanceOutputsInput.add_member(:service_instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "serviceInstanceName"))
|
1007
1128
|
ListServiceInstanceOutputsInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "serviceName"))
|
@@ -1038,6 +1159,7 @@ module Aws::Proton
|
|
1038
1159
|
ListServiceInstancesOutput.add_member(:service_instances, Shapes::ShapeRef.new(shape: ServiceInstanceSummaryList, required: true, location_name: "serviceInstances"))
|
1039
1160
|
ListServiceInstancesOutput.struct_class = Types::ListServiceInstancesOutput
|
1040
1161
|
|
1162
|
+
ListServicePipelineOutputsInput.add_member(:deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "deploymentId"))
|
1041
1163
|
ListServicePipelineOutputsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: EmptyNextToken, location_name: "nextToken"))
|
1042
1164
|
ListServicePipelineOutputsInput.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "serviceName"))
|
1043
1165
|
ListServicePipelineOutputsInput.struct_class = Types::ListServicePipelineOutputsInput
|
@@ -1223,9 +1345,11 @@ module Aws::Proton
|
|
1223
1345
|
ServiceInstance.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
|
1224
1346
|
ServiceInstance.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
|
1225
1347
|
ServiceInstance.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
|
1348
|
+
ServiceInstance.add_member(:last_attempted_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastAttemptedDeploymentId"))
|
1226
1349
|
ServiceInstance.add_member(:last_client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "lastClientRequestToken"))
|
1227
1350
|
ServiceInstance.add_member(:last_deployment_attempted_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastDeploymentAttemptedAt"))
|
1228
1351
|
ServiceInstance.add_member(:last_deployment_succeeded_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastDeploymentSucceededAt"))
|
1352
|
+
ServiceInstance.add_member(:last_succeeded_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastSucceededDeploymentId"))
|
1229
1353
|
ServiceInstance.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
1230
1354
|
ServiceInstance.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "serviceName"))
|
1231
1355
|
ServiceInstance.add_member(:spec, Shapes::ShapeRef.new(shape: SpecContents, location_name: "spec"))
|
@@ -1234,13 +1358,24 @@ module Aws::Proton
|
|
1234
1358
|
ServiceInstance.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
|
1235
1359
|
ServiceInstance.struct_class = Types::ServiceInstance
|
1236
1360
|
|
1361
|
+
ServiceInstanceState.add_member(:last_successful_component_deployment_ids, Shapes::ShapeRef.new(shape: ComponentDeploymentIdList, location_name: "lastSuccessfulComponentDeploymentIds"))
|
1362
|
+
ServiceInstanceState.add_member(:last_successful_environment_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastSuccessfulEnvironmentDeploymentId"))
|
1363
|
+
ServiceInstanceState.add_member(:last_successful_service_pipeline_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastSuccessfulServicePipelineDeploymentId"))
|
1364
|
+
ServiceInstanceState.add_member(:spec, Shapes::ShapeRef.new(shape: SpecContents, required: true, location_name: "spec"))
|
1365
|
+
ServiceInstanceState.add_member(:template_major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMajorVersion"))
|
1366
|
+
ServiceInstanceState.add_member(:template_minor_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMinorVersion"))
|
1367
|
+
ServiceInstanceState.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
|
1368
|
+
ServiceInstanceState.struct_class = Types::ServiceInstanceState
|
1369
|
+
|
1237
1370
|
ServiceInstanceSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceInstanceArn, required: true, location_name: "arn"))
|
1238
1371
|
ServiceInstanceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
1239
1372
|
ServiceInstanceSummary.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
|
1240
1373
|
ServiceInstanceSummary.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
|
1241
1374
|
ServiceInstanceSummary.add_member(:environment_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "environmentName"))
|
1375
|
+
ServiceInstanceSummary.add_member(:last_attempted_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastAttemptedDeploymentId"))
|
1242
1376
|
ServiceInstanceSummary.add_member(:last_deployment_attempted_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastDeploymentAttemptedAt"))
|
1243
1377
|
ServiceInstanceSummary.add_member(:last_deployment_succeeded_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastDeploymentSucceededAt"))
|
1378
|
+
ServiceInstanceSummary.add_member(:last_succeeded_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastSucceededDeploymentId"))
|
1244
1379
|
ServiceInstanceSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
1245
1380
|
ServiceInstanceSummary.add_member(:service_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "serviceName"))
|
1246
1381
|
ServiceInstanceSummary.add_member(:template_major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMajorVersion"))
|
@@ -1254,14 +1389,22 @@ module Aws::Proton
|
|
1254
1389
|
ServicePipeline.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
1255
1390
|
ServicePipeline.add_member(:deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, required: true, location_name: "deploymentStatus"))
|
1256
1391
|
ServicePipeline.add_member(:deployment_status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "deploymentStatusMessage"))
|
1392
|
+
ServicePipeline.add_member(:last_attempted_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastAttemptedDeploymentId"))
|
1257
1393
|
ServicePipeline.add_member(:last_deployment_attempted_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastDeploymentAttemptedAt"))
|
1258
1394
|
ServicePipeline.add_member(:last_deployment_succeeded_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastDeploymentSucceededAt"))
|
1395
|
+
ServicePipeline.add_member(:last_succeeded_deployment_id, Shapes::ShapeRef.new(shape: DeploymentId, location_name: "lastSucceededDeploymentId"))
|
1259
1396
|
ServicePipeline.add_member(:spec, Shapes::ShapeRef.new(shape: SpecContents, location_name: "spec"))
|
1260
1397
|
ServicePipeline.add_member(:template_major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMajorVersion"))
|
1261
1398
|
ServicePipeline.add_member(:template_minor_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMinorVersion"))
|
1262
1399
|
ServicePipeline.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
|
1263
1400
|
ServicePipeline.struct_class = Types::ServicePipeline
|
1264
1401
|
|
1402
|
+
ServicePipelineState.add_member(:spec, Shapes::ShapeRef.new(shape: SpecContents, location_name: "spec"))
|
1403
|
+
ServicePipelineState.add_member(:template_major_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMajorVersion"))
|
1404
|
+
ServicePipelineState.add_member(:template_minor_version, Shapes::ShapeRef.new(shape: TemplateVersionPart, required: true, location_name: "templateMinorVersion"))
|
1405
|
+
ServicePipelineState.add_member(:template_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "templateName"))
|
1406
|
+
ServicePipelineState.struct_class = Types::ServicePipelineState
|
1407
|
+
|
1265
1408
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
1266
1409
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
1267
1410
|
|
@@ -1820,6 +1963,19 @@ module Aws::Proton
|
|
1820
1963
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1821
1964
|
end)
|
1822
1965
|
|
1966
|
+
api.add_operation(:delete_deployment, Seahorse::Model::Operation.new.tap do |o|
|
1967
|
+
o.name = "DeleteDeployment"
|
1968
|
+
o.http_method = "POST"
|
1969
|
+
o.http_request_uri = "/"
|
1970
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDeploymentInput)
|
1971
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDeploymentOutput)
|
1972
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1973
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1974
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1975
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1976
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1977
|
+
end)
|
1978
|
+
|
1823
1979
|
api.add_operation(:delete_environment, Seahorse::Model::Operation.new.tap do |o|
|
1824
1980
|
o.name = "DeleteEnvironment"
|
1825
1981
|
o.http_method = "POST"
|
@@ -1986,6 +2142,19 @@ module Aws::Proton
|
|
1986
2142
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1987
2143
|
end)
|
1988
2144
|
|
2145
|
+
api.add_operation(:get_deployment, Seahorse::Model::Operation.new.tap do |o|
|
2146
|
+
o.name = "GetDeployment"
|
2147
|
+
o.http_method = "POST"
|
2148
|
+
o.http_request_uri = "/"
|
2149
|
+
o.input = Shapes::ShapeRef.new(shape: GetDeploymentInput)
|
2150
|
+
o.output = Shapes::ShapeRef.new(shape: GetDeploymentOutput)
|
2151
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2152
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2153
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2154
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2155
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2156
|
+
end)
|
2157
|
+
|
1989
2158
|
api.add_operation(:get_environment, Seahorse::Model::Operation.new.tap do |o|
|
1990
2159
|
o.name = "GetEnvironment"
|
1991
2160
|
o.http_method = "POST"
|
@@ -2247,6 +2416,25 @@ module Aws::Proton
|
|
2247
2416
|
)
|
2248
2417
|
end)
|
2249
2418
|
|
2419
|
+
api.add_operation(:list_deployments, Seahorse::Model::Operation.new.tap do |o|
|
2420
|
+
o.name = "ListDeployments"
|
2421
|
+
o.http_method = "POST"
|
2422
|
+
o.http_request_uri = "/"
|
2423
|
+
o.input = Shapes::ShapeRef.new(shape: ListDeploymentsInput)
|
2424
|
+
o.output = Shapes::ShapeRef.new(shape: ListDeploymentsOutput)
|
2425
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2426
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2427
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2428
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2429
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2430
|
+
o[:pager] = Aws::Pager.new(
|
2431
|
+
limit_key: "max_results",
|
2432
|
+
tokens: {
|
2433
|
+
"next_token" => "next_token"
|
2434
|
+
}
|
2435
|
+
)
|
2436
|
+
end)
|
2437
|
+
|
2250
2438
|
api.add_operation(:list_environment_account_connections, Seahorse::Model::Operation.new.tap do |o|
|
2251
2439
|
o.name = "ListEnvironmentAccountConnections"
|
2252
2440
|
o.http_method = "POST"
|
@@ -264,6 +264,20 @@ module Aws::Proton
|
|
264
264
|
end
|
265
265
|
end
|
266
266
|
|
267
|
+
class DeleteDeployment
|
268
|
+
def self.build(context)
|
269
|
+
unless context.config.regional_endpoint
|
270
|
+
endpoint = context.config.endpoint.to_s
|
271
|
+
end
|
272
|
+
Aws::Proton::EndpointParameters.new(
|
273
|
+
region: context.config.region,
|
274
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
275
|
+
use_fips: context.config.use_fips_endpoint,
|
276
|
+
endpoint: endpoint,
|
277
|
+
)
|
278
|
+
end
|
279
|
+
end
|
280
|
+
|
267
281
|
class DeleteEnvironment
|
268
282
|
def self.build(context)
|
269
283
|
unless context.config.regional_endpoint
|
@@ -432,6 +446,20 @@ module Aws::Proton
|
|
432
446
|
end
|
433
447
|
end
|
434
448
|
|
449
|
+
class GetDeployment
|
450
|
+
def self.build(context)
|
451
|
+
unless context.config.regional_endpoint
|
452
|
+
endpoint = context.config.endpoint.to_s
|
453
|
+
end
|
454
|
+
Aws::Proton::EndpointParameters.new(
|
455
|
+
region: context.config.region,
|
456
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
457
|
+
use_fips: context.config.use_fips_endpoint,
|
458
|
+
endpoint: endpoint,
|
459
|
+
)
|
460
|
+
end
|
461
|
+
end
|
462
|
+
|
435
463
|
class GetEnvironment
|
436
464
|
def self.build(context)
|
437
465
|
unless context.config.regional_endpoint
|
@@ -698,6 +726,20 @@ module Aws::Proton
|
|
698
726
|
end
|
699
727
|
end
|
700
728
|
|
729
|
+
class ListDeployments
|
730
|
+
def self.build(context)
|
731
|
+
unless context.config.regional_endpoint
|
732
|
+
endpoint = context.config.endpoint.to_s
|
733
|
+
end
|
734
|
+
Aws::Proton::EndpointParameters.new(
|
735
|
+
region: context.config.region,
|
736
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
737
|
+
use_fips: context.config.use_fips_endpoint,
|
738
|
+
endpoint: endpoint,
|
739
|
+
)
|
740
|
+
end
|
741
|
+
end
|
742
|
+
|
701
743
|
class ListEnvironmentAccountConnections
|
702
744
|
def self.build(context)
|
703
745
|
unless context.config.regional_endpoint
|
@@ -92,6 +92,8 @@ module Aws::Proton
|
|
92
92
|
Aws::Proton::Endpoints::CreateTemplateSyncConfig.build(context)
|
93
93
|
when :delete_component
|
94
94
|
Aws::Proton::Endpoints::DeleteComponent.build(context)
|
95
|
+
when :delete_deployment
|
96
|
+
Aws::Proton::Endpoints::DeleteDeployment.build(context)
|
95
97
|
when :delete_environment
|
96
98
|
Aws::Proton::Endpoints::DeleteEnvironment.build(context)
|
97
99
|
when :delete_environment_account_connection
|
@@ -116,6 +118,8 @@ module Aws::Proton
|
|
116
118
|
Aws::Proton::Endpoints::GetAccountSettings.build(context)
|
117
119
|
when :get_component
|
118
120
|
Aws::Proton::Endpoints::GetComponent.build(context)
|
121
|
+
when :get_deployment
|
122
|
+
Aws::Proton::Endpoints::GetDeployment.build(context)
|
119
123
|
when :get_environment
|
120
124
|
Aws::Proton::Endpoints::GetEnvironment.build(context)
|
121
125
|
when :get_environment_account_connection
|
@@ -154,6 +158,8 @@ module Aws::Proton
|
|
154
158
|
Aws::Proton::Endpoints::ListComponentProvisionedResources.build(context)
|
155
159
|
when :list_components
|
156
160
|
Aws::Proton::Endpoints::ListComponents.build(context)
|
161
|
+
when :list_deployments
|
162
|
+
Aws::Proton::Endpoints::ListDeployments.build(context)
|
157
163
|
when :list_environment_account_connections
|
158
164
|
Aws::Proton::Endpoints::ListEnvironmentAccountConnections.build(context)
|
159
165
|
when :list_environment_outputs
|