![]() |
![]()
| ![]() |
![]()
NAMEPaws::LicenseManager::UpdateLicenseConfiguration - Arguments for method UpdateLicenseConfiguration on Paws::LicenseManager DESCRIPTIONThis class represents the parameters used for calling the method UpdateLicenseConfiguration on the AWS License Manager service. Use the attributes of this class as arguments to method UpdateLicenseConfiguration. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateLicenseConfiguration. SYNOPSISmy $license-manager = Paws->service('LicenseManager'); my $UpdateLicenseConfigurationResponse = $license -manager->UpdateLicenseConfiguration( LicenseConfigurationArn => 'MyString', Description => 'MyString', # OPTIONAL DisassociateWhenNotFound => 1, # OPTIONAL LicenseConfigurationStatus => 'AVAILABLE', # OPTIONAL LicenseCount => 1, # OPTIONAL LicenseCountHardLimit => 1, # OPTIONAL LicenseRules => [ 'MyString', ... ], # OPTIONAL Name => 'MyString', # OPTIONAL ProductInformationList => [ { ProductInformationFilterList => [ { ProductInformationFilterComparator => 'MyString', ProductInformationFilterName => 'MyString', ProductInformationFilterValue => [ 'MyString', ... ], }, ... ], ResourceType => 'MyString', }, ... ], # OPTIONAL ); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/license-manager/UpdateLicenseConfiguration> ATTRIBUTESDescription => StrNew description of the license configuration. DisassociateWhenNotFound => BoolWhen true, disassociates a resource when software is uninstalled. REQUIRED LicenseConfigurationArn => StrAmazon Resource Name (ARN) of the license configuration. LicenseConfigurationStatus => StrNew status of the license configuration. Valid values are: "AVAILABLE", "DISABLED" LicenseCount => IntNew number of licenses managed by the license configuration. LicenseCountHardLimit => BoolNew hard limit of the number of available licenses. LicenseRules => ArrayRef[Str|Undef]New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost. Name => StrNew name of the license configuration. ProductInformationList => ArrayRef[Paws::LicenseManager::ProductInformation]New product information. SEE ALSOThis class forms part of Paws, documenting arguments for method UpdateLicenseConfiguration in Paws::LicenseManager BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|