PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CodeDeploy::DeploymentGroupInfo; use Moose; has AlarmConfiguration => (is => 'ro', isa => 'Paws::CodeDeploy::AlarmConfiguration', request_name => 'alarmConfiguration', traits => ['NameInRequest']); has ApplicationName => (is => 'ro', isa => 'Str', request_name => 'applicationName', traits => ['NameInRequest']); has AutoRollbackConfiguration => (is => 'ro', isa => 'Paws::CodeDeploy::AutoRollbackConfiguration', request_name => 'autoRollbackConfiguration', traits => ['NameInRequest']); has AutoScalingGroups => (is => 'ro', isa => 'ArrayRef[Paws::CodeDeploy::AutoScalingGroup]', request_name => 'autoScalingGroups', traits => ['NameInRequest']); has BlueGreenDeploymentConfiguration => (is => 'ro', isa => 'Paws::CodeDeploy::BlueGreenDeploymentConfiguration', request_name => 'blueGreenDeploymentConfiguration', traits => ['NameInRequest']); has ComputePlatform => (is => 'ro', isa => 'Str', request_name => 'computePlatform', traits => ['NameInRequest']); has DeploymentConfigName => (is => 'ro', isa => 'Str', request_name => 'deploymentConfigName', traits => ['NameInRequest']); has DeploymentGroupId => (is => 'ro', isa => 'Str', request_name => 'deploymentGroupId', traits => ['NameInRequest']); has DeploymentGroupName => (is => 'ro', isa => 'Str', request_name => 'deploymentGroupName', traits => ['NameInRequest']); has DeploymentStyle => (is => 'ro', isa => 'Paws::CodeDeploy::DeploymentStyle', request_name => 'deploymentStyle', traits => ['NameInRequest']); has Ec2TagFilters => (is => 'ro', isa => 'ArrayRef[Paws::CodeDeploy::EC2TagFilter]', request_name => 'ec2TagFilters', traits => ['NameInRequest']); has Ec2TagSet => (is => 'ro', isa => 'Paws::CodeDeploy::EC2TagSet', request_name => 'ec2TagSet', traits => ['NameInRequest']); has EcsServices => (is => 'ro', isa => 'ArrayRef[Paws::CodeDeploy::ECSService]', request_name => 'ecsServices', traits => ['NameInRequest']); has LastAttemptedDeployment => (is => 'ro', isa => 'Paws::CodeDeploy::LastDeploymentInfo', request_name => 'lastAttemptedDeployment', traits => ['NameInRequest']); has LastSuccessfulDeployment => (is => 'ro', isa => 'Paws::CodeDeploy::LastDeploymentInfo', request_name => 'lastSuccessfulDeployment', traits => ['NameInRequest']); has LoadBalancerInfo => (is => 'ro', isa => 'Paws::CodeDeploy::LoadBalancerInfo', request_name => 'loadBalancerInfo', traits => ['NameInRequest']); has OnPremisesInstanceTagFilters => (is => 'ro', isa => 'ArrayRef[Paws::CodeDeploy::TagFilter]', request_name => 'onPremisesInstanceTagFilters', traits => ['NameInRequest']); has OnPremisesTagSet => (is => 'ro', isa => 'Paws::CodeDeploy::OnPremisesTagSet', request_name => 'onPremisesTagSet', traits => ['NameInRequest']); has OutdatedInstancesStrategy => (is => 'ro', isa => 'Str', request_name => 'outdatedInstancesStrategy', traits => ['NameInRequest']); has ServiceRoleArn => (is => 'ro', isa => 'Str', request_name => 'serviceRoleArn', traits => ['NameInRequest']); has TargetRevision => (is => 'ro', isa => 'Paws::CodeDeploy::RevisionLocation', request_name => 'targetRevision', traits => ['NameInRequest']); has TriggerConfigurations => (is => 'ro', isa => 'ArrayRef[Paws::CodeDeploy::TriggerConfig]', request_name => 'triggerConfigurations', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::CodeDeploy::DeploymentGroupInfo =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CodeDeploy::DeploymentGroupInfo object: $service_obj->Method(Att1 => { AlarmConfiguration => $value, ..., TriggerConfigurations => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CodeDeploy::DeploymentGroupInfo object: $result = $service_obj->Method(...); $result->Att1->AlarmConfiguration =head1 DESCRIPTION Information about a deployment group. =head1 ATTRIBUTES =head2 AlarmConfiguration => L A list of alarms associated with the deployment group. =head2 ApplicationName => Str The application name. =head2 AutoRollbackConfiguration => L Information about the automatic rollback configuration associated with the deployment group. =head2 AutoScalingGroups => ArrayRef[L] A list of associated Auto Scaling groups. =head2 BlueGreenDeploymentConfiguration => L Information about blue/green deployment options for a deployment group. =head2 ComputePlatform => Str The destination platform type for the deployment (C, C, or C). =head2 DeploymentConfigName => Str The deployment configuration name. =head2 DeploymentGroupId => Str The deployment group ID. =head2 DeploymentGroupName => Str The deployment group name. =head2 DeploymentStyle => L Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer. =head2 Ec2TagFilters => ArrayRef[L] The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags. =head2 Ec2TagSet => L Information about groups of tags applied to an EC2 instance. The deployment group includes only EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters. =head2 EcsServices => ArrayRef[L] The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format CclusternameE:EservicenameE>. =head2 LastAttemptedDeployment => L Information about the most recent attempted deployment to the deployment group. =head2 LastSuccessfulDeployment => L Information about the most recent successful deployment to the deployment group. =head2 LoadBalancerInfo => L Information about the load balancer to use in a deployment. =head2 OnPremisesInstanceTagFilters => ArrayRef[L] The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags. =head2 OnPremisesTagSet => L Information about groups of tags applied to an on-premises instance. The deployment group includes only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters. =head2 OutdatedInstancesStrategy => Str Indicates what happens when new EC2 instances are launched mid-deployment and do not receive the deployed application revision. If this option is set to C or is unspecified, CodeDeploy initiates one or more 'auto-update outdated instances' deployments to apply the deployed application revision to the new EC2 instances. If this option is set to C, CodeDeploy does not initiate a deployment to update the new EC2 instances. This may result in instances having different revisions. =head2 ServiceRoleArn => Str A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to AWS services on your behalf. For more information, see Create a Service Role for AWS CodeDeploy (https://docs.aws.amazon.com/codedeploy/latest/userguide/getting-started-create-service-role.html) in the I. =head2 TargetRevision => L Information about the deployment group's target revision, including type and location. =head2 TriggerConfigurations => ArrayRef[L] Information about triggers associated with the deployment group. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut