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::ECS::CapacityProvider; use Moose; has AutoScalingGroupProvider => (is => 'ro', isa => 'Paws::ECS::AutoScalingGroupProvider', request_name => 'autoScalingGroupProvider', traits => ['NameInRequest']); has CapacityProviderArn => (is => 'ro', isa => 'Str', request_name => 'capacityProviderArn', traits => ['NameInRequest']); has Name => (is => 'ro', isa => 'Str', request_name => 'name', traits => ['NameInRequest']); has Status => (is => 'ro', isa => 'Str', request_name => 'status', traits => ['NameInRequest']); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::ECS::Tag]', request_name => 'tags', traits => ['NameInRequest']); has UpdateStatus => (is => 'ro', isa => 'Str', request_name => 'updateStatus', traits => ['NameInRequest']); has UpdateStatusReason => (is => 'ro', isa => 'Str', request_name => 'updateStatusReason', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::ECS::CapacityProvider =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::ECS::CapacityProvider object: $service_obj->Method(Att1 => { AutoScalingGroupProvider => $value, ..., UpdateStatusReason => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ECS::CapacityProvider object: $result = $service_obj->Method(...); $result->Att1->AutoScalingGroupProvider =head1 DESCRIPTION The details of a capacity provider. =head1 ATTRIBUTES =head2 AutoScalingGroupProvider => L The Auto Scaling group settings for the capacity provider. =head2 CapacityProviderArn => Str The Amazon Resource Name (ARN) that identifies the capacity provider. =head2 Name => Str The name of the capacity provider. =head2 Status => Str The current status of the capacity provider. Only capacity providers in an C state can be used in a cluster. When a capacity provider is successfully deleted, it will have an C status. =head2 Tags => ArrayRef[L] The metadata that you apply to the capacity provider to help you categorize and organize it. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags: =over =item * Maximum number of tags per resource - 50 =item * For each resource, each tag key must be unique, and each tag key can have only one value. =item * Maximum key length - 128 Unicode characters in UTF-8 =item * Maximum value length - 256 Unicode characters in UTF-8 =item * If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @. =item * Tag keys and values are case-sensitive. =item * Do not use C, C, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit. =back =head2 UpdateStatus => Str The update status of the capacity provider. The following are the possible states that will be returned. =over =item DELETE_IN_PROGRESS The capacity provider is in the process of being deleted. =item DELETE_COMPLETE The capacity provider has been successfully deleted and will have an C status. =item DELETE_FAILED The capacity provider was unable to be deleted. The update status reason will provide further details about why the delete failed. =back =head2 UpdateStatusReason => Str The update status reason. This provides further details about the update status for the capacity provider. =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