aws-sdk-proton 1.16.0 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,6 +19,7 @@ module Aws::Proton
19
19
  AccountSettings = Shapes::StructureShape.new(name: 'AccountSettings')
20
20
  Arn = Shapes::StringShape.new(name: 'Arn')
21
21
  AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
22
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
22
23
  CancelComponentDeploymentInput = Shapes::StructureShape.new(name: 'CancelComponentDeploymentInput')
23
24
  CancelComponentDeploymentOutput = Shapes::StructureShape.new(name: 'CancelComponentDeploymentOutput')
24
25
  CancelEnvironmentDeploymentInput = Shapes::StructureShape.new(name: 'CancelEnvironmentDeploymentInput')
@@ -1239,6 +1240,7 @@ module Aws::Proton
1239
1240
 
1240
1241
  UntagResourceOutput.struct_class = Types::UntagResourceOutput
1241
1242
 
1243
+ UpdateAccountSettingsInput.add_member(:delete_pipeline_provisioning_repository, Shapes::ShapeRef.new(shape: Boolean, location_name: "deletePipelineProvisioningRepository"))
1242
1244
  UpdateAccountSettingsInput.add_member(:pipeline_provisioning_repository, Shapes::ShapeRef.new(shape: RepositoryBranchInput, location_name: "pipelineProvisioningRepository"))
1243
1245
  UpdateAccountSettingsInput.add_member(:pipeline_service_role_arn, Shapes::ShapeRef.new(shape: PipelineRoleArn, location_name: "pipelineServiceRoleArn"))
1244
1246
  UpdateAccountSettingsInput.struct_class = Types::UpdateAccountSettingsInput