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::SpotInstanceRequest; use Moose; has ActualBlockHourlyPrice => (is => 'ro', isa => 'Str', request_name => 'actualBlockHourlyPrice', traits => ['NameInRequest']); has AvailabilityZoneGroup => (is => 'ro', isa => 'Str', request_name => 'availabilityZoneGroup', traits => ['NameInRequest']); has BlockDurationMinutes => (is => 'ro', isa => 'Int', request_name => 'blockDurationMinutes', traits => ['NameInRequest']); has CreateTime => (is => 'ro', isa => 'Str', request_name => 'createTime', traits => ['NameInRequest']); has Fault => (is => 'ro', isa => 'Paws::EC2::SpotInstanceStateFault', request_name => 'fault', traits => ['NameInRequest']); has InstanceId => (is => 'ro', isa => 'Str', request_name => 'instanceId', traits => ['NameInRequest']); has InstanceInterruptionBehavior => (is => 'ro', isa => 'Str', request_name => 'instanceInterruptionBehavior', traits => ['NameInRequest']); has LaunchedAvailabilityZone => (is => 'ro', isa => 'Str', request_name => 'launchedAvailabilityZone', traits => ['NameInRequest']); has LaunchGroup => (is => 'ro', isa => 'Str', request_name => 'launchGroup', traits => ['NameInRequest']); has LaunchSpecification => (is => 'ro', isa => 'Paws::EC2::LaunchSpecification', request_name => 'launchSpecification', traits => ['NameInRequest']); has ProductDescription => (is => 'ro', isa => 'Str', request_name => 'productDescription', traits => ['NameInRequest']); has SpotInstanceRequestId => (is => 'ro', isa => 'Str', request_name => 'spotInstanceRequestId', traits => ['NameInRequest']); has SpotPrice => (is => 'ro', isa => 'Str', request_name => 'spotPrice', traits => ['NameInRequest']); has State => (is => 'ro', isa => 'Str', request_name => 'state', traits => ['NameInRequest']); has Status => (is => 'ro', isa => 'Paws::EC2::SpotInstanceStatus', request_name => 'status', traits => ['NameInRequest']); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::EC2::Tag]', request_name => 'tagSet', 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::SpotInstanceRequest =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::SpotInstanceRequest object: $service_obj->Method(Att1 => { ActualBlockHourlyPrice => $value, ..., ValidUntil => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::SpotInstanceRequest object: $result = $service_obj->Method(...); $result->Att1->ActualBlockHourlyPrice =head1 DESCRIPTION This class has no description =head1 ATTRIBUTES =head2 ActualBlockHourlyPrice => Str Deprecated. =head2 AvailabilityZoneGroup => Str The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone. =head2 BlockDurationMinutes => Int Deprecated. =head2 CreateTime => Str The date and time when the Spot Instance request was created, in UTC format (for example, I-I-I
TI:I:IZ). =head2 Fault => L The fault codes for the Spot Instance request, if any. =head2 InstanceId => Str The instance ID, if an instance has been launched to fulfill the Spot Instance request. =head2 InstanceInterruptionBehavior => Str The behavior when a Spot Instance is interrupted. =head2 LaunchedAvailabilityZone => Str The Availability Zone in which the request is launched. =head2 LaunchGroup => Str The instance launch group. Launch groups are Spot Instances that launch together and terminate together. =head2 LaunchSpecification => L Additional information for launching instances. =head2 ProductDescription => Str The product description associated with the Spot Instance. =head2 SpotInstanceRequestId => Str The ID of the Spot Instance request. =head2 SpotPrice => Str The maximum price per hour that you are willing to pay for a Spot Instance. =head2 State => Str The state of the Spot Instance request. Spot status information helps track your Spot Instance requests. For more information, see Spot status (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-bid-status.html) in the I. =head2 Status => L The status code and status message describing the Spot Instance request. =head2 Tags => ArrayRef[L] Any tags assigned to the resource. =head2 Type => Str The Spot Instance request type. =head2 ValidFrom => Str The start date of the request, in UTC format (for example, I-I-I
TI:I:IZ). The request becomes active at this date and time. =head2 ValidUntil => Str The end date of the request, in UTC format (I-I-I
TI:I:IZ). =over =item * For a persistent request, the request remains active until the C date and time is reached. Otherwise, the request remains active until you cancel it. =item * For a one-time request, the request remains active until all instances launch, the request is canceled, or the C date and time is reached. By default, the request is valid for 7 days from the date the request was created. =back =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