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::GetCapacityReservationUsageResult; use Moose; has AvailableInstanceCount => (is => 'ro', isa => 'Int', request_name => 'availableInstanceCount', traits => ['NameInRequest',]); has CapacityReservationId => (is => 'ro', isa => 'Str', request_name => 'capacityReservationId', traits => ['NameInRequest',]); has InstanceType => (is => 'ro', isa => 'Str', request_name => 'instanceType', traits => ['NameInRequest',]); has InstanceUsages => (is => 'ro', isa => 'ArrayRef[Paws::EC2::InstanceUsage]', request_name => 'instanceUsageSet', traits => ['NameInRequest',]); has NextToken => (is => 'ro', isa => 'Str', request_name => 'nextToken', traits => ['NameInRequest',]); has State => (is => 'ro', isa => 'Str', request_name => 'state', traits => ['NameInRequest',]); has TotalInstanceCount => (is => 'ro', isa => 'Int', request_name => 'totalInstanceCount', traits => ['NameInRequest',]); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::EC2::GetCapacityReservationUsageResult =head1 ATTRIBUTES =head2 AvailableInstanceCount => Int The remaining capacity. Indicates the number of instances that can be launched in the Capacity Reservation. =head2 CapacityReservationId => Str The ID of the Capacity Reservation. =head2 InstanceType => Str The type of instance for which the Capacity Reservation reserves capacity. =head2 InstanceUsages => ArrayRef[L] Information about the Capacity Reservation usage. =head2 NextToken => Str The token to use to retrieve the next page of results. This value is C when there are no more results to return. =head2 State => Str The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states: =over =item * C - The Capacity Reservation is active and the capacity is available for your use. =item * C - The Capacity Reservation expired automatically at the date and time specified in your request. The reserved capacity is no longer available for your use. =item * C - The Capacity Reservation was cancelled. The reserved capacity is no longer available for your use. =item * C - The Capacity Reservation request was successful but the capacity provisioning is still pending. =item * C - The Capacity Reservation request has failed. A request might fail due to invalid request parameters, capacity constraints, or instance limit constraints. Failed requests are retained for 60 minutes. =back Valid values are: C<"active">, C<"expired">, C<"cancelled">, C<"pending">, C<"failed"> =head2 TotalInstanceCount => Int The number of instances for which the Capacity Reservation reserves capacity. =head2 _request_id => Str =cut