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` package Paws::EC2::FleetData; use Moose; has ActivityStatus => (is => 'ro', isa => 'Str', request_name => 'activityStatus', traits => ['NameInRequest']); has ClientToken => (is => 'ro', isa => 'Str', request_name => 'clientToken', traits => ['NameInRequest']); has Context => (is => 'ro', isa => 'Str', request_name => 'context', traits => ['NameInRequest']); has CreateTime => (is => 'ro', isa => 'Str', request_name => 'createTime', traits => ['NameInRequest']); has Errors => (is => 'ro', isa => 'ArrayRef[Paws::EC2::DescribeFleetError]', request_name => 'errorSet', traits => ['NameInRequest']); has ExcessCapacityTerminationPolicy => (is => 'ro', isa => 'Str', request_name => 'excessCapacityTerminationPolicy', traits => ['NameInRequest']); has FleetId => (is => 'ro', isa => 'Str', request_name => 'fleetId', traits => ['NameInRequest']); has FleetState => (is => 'ro', isa => 'Str', request_name => 'fleetState', traits => ['NameInRequest']); has FulfilledCapacity => (is => 'ro', isa => 'Num', request_name => 'fulfilledCapacity', traits => ['NameInRequest']); has FulfilledOnDemandCapacity => (is => 'ro', isa => 'Num', request_name => 'fulfilledOnDemandCapacity', traits => ['NameInRequest']); has Instances => (is => 'ro', isa => 'ArrayRef[Paws::EC2::DescribeFleetsInstances]', request_name => 'fleetInstanceSet', traits => ['NameInRequest']); has LaunchTemplateConfigs => (is => 'ro', isa => 'ArrayRef[Paws::EC2::FleetLaunchTemplateConfig]', request_name => 'launchTemplateConfigs', traits => ['NameInRequest']); has OnDemandOptions => (is => 'ro', isa => 'Paws::EC2::OnDemandOptions', request_name => 'onDemandOptions', traits => ['NameInRequest']); has ReplaceUnhealthyInstances => (is => 'ro', isa => 'Bool', request_name => 'replaceUnhealthyInstances', traits => ['NameInRequest']); has SpotOptions => (is => 'ro', isa => 'Paws::EC2::SpotOptions', request_name => 'spotOptions', traits => ['NameInRequest']); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::EC2::Tag]', request_name => 'tagSet', traits => ['NameInRequest']); has TargetCapacitySpecification => (is => 'ro', isa => 'Paws::EC2::TargetCapacitySpecification', request_name => 'targetCapacitySpecification', traits => ['NameInRequest']); has TerminateInstancesWithExpiration => (is => 'ro', isa => 'Bool', request_name => 'terminateInstancesWithExpiration', traits => ['NameInRequest']); has Type => (is => 'ro', isa => 'Str', request_name => 'type', traits => ['NameInRequest']); has ValidFrom => (is => 'ro', isa => 'Str', request_name => 'validFrom', traits => ['NameInRequest']); has ValidUntil => (is => 'ro', isa => 'Str', request_name => 'validUntil', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::EC2::FleetData =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::EC2::FleetData object: $service_obj->Method(Att1 => { ActivityStatus => $value, ..., ValidUntil => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::FleetData object: $result = $service_obj->Method(...); $result->Att1->ActivityStatus =head1 DESCRIPTION This class has no description =head1 ATTRIBUTES =head2 ActivityStatus => Str The progress of the EC2 Fleet. If there is an error, the status is C. After all requests are placed, the status is C. If the size of the EC2 Fleet is equal to or greater than its target capacity, the status is C. If the size of the EC2 Fleet is decreased, the status is C while instances are terminating. =head2 ClientToken => Str Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html). Constraints: Maximum 64 ASCII characters =head2 Context => Str Reserved. =head2 CreateTime => Str The creation date and time of the EC2 Fleet. =head2 Errors => ArrayRef[L] Information about the instances that could not be launched by the fleet. Valid only when B is set to C. =head2 ExcessCapacityTerminationPolicy => Str Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet. =head2 FleetId => Str The ID of the EC2 Fleet. =head2 FleetState => Str The state of the EC2 Fleet. =head2 FulfilledCapacity => Num The number of units fulfilled by this request compared to the set target capacity. =head2 FulfilledOnDemandCapacity => Num The number of units fulfilled by this request compared to the set target On-Demand capacity. =head2 Instances => ArrayRef[L] Information about the instances that were launched by the fleet. Valid only when B is set to C. =head2 LaunchTemplateConfigs => ArrayRef[L] The launch template and overrides. =head2 OnDemandOptions => L The allocation strategy of On-Demand Instances in an EC2 Fleet. =head2 ReplaceUnhealthyInstances => Bool Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type C. For more information, see EC2 Fleet health checks (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#ec2-fleet-health-checks) in the I. =head2 SpotOptions => L The configuration of Spot Instances in an EC2 Fleet. =head2 Tags => ArrayRef[L] The tags for an EC2 Fleet resource. =head2 TargetCapacitySpecification => L The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is C, you can specify a target capacity of 0 and add capacity later. =head2 TerminateInstancesWithExpiration => Bool Indicates whether running instances should be terminated when the EC2 Fleet expires. =head2 Type => Str The type of request. Indicates whether the EC2 Fleet only C the target capacity, or also attempts to C it. If you request a certain target capacity, EC2 Fleet only places the required requests; it does not attempt to replenish instances if capacity is diminished, and it does not submit requests in alternative capacity pools if capacity is unavailable. To maintain a certain target capacity, EC2 Fleet places the required requests to meet this target capacity. It also automatically replenishes any interrupted Spot Instances. Default: C. =head2 ValidFrom => Str The start date and time of the request, in UTC format (for example, I-I-I
TI:I:IZ). The default is to start fulfilling the request immediately. =head2 ValidUntil => Str The end date and time of the request, in UTC format (for example, I-I-I
TI:I:IZ). At this point, no new instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date. =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