ListLicenseSpecificationsForResource
Source:
src/AWS/LicenseManager/ListLicenseSpecificationsForResource.ts
Runtime binding for
license-manager:ListLicenseSpecificationsForResource — list the
license configurations associated with a resource (e.g. an AMI or
instance).
Provide the implementation with
Effect.provide(AWS.LicenseManager.ListLicenseSpecificationsForResourceHttp).
Resource Inventory and Specifications
Section titled “Resource Inventory and Specifications”// initconst listSpecifications = yield* AWS.LicenseManager.ListLicenseSpecificationsForResource();
// runtimeconst { LicenseSpecifications } = yield* listSpecifications({ ResourceArn: amiArn,});