Type alias GetDayDownloadCountOptions

GetDayDownloadCountOptions: {
    date: Date;
    packages: string[];
}

Options for getting the download count for the given packages on a given day.

Type declaration

  • date: Date

    The date to get the download count for.

    Example

    new Date('2023-01-01')
    
  • packages: string[]

    The packages to get the download count for.

    Example

    ['@aws-lambda-powertools/logger']
    

Generated using TypeDoc