Type alias GetMonthDownloadCountOptions

GetMonthDownloadCountOptions: {
    month: string;
    packages: string[];
}

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

Type declaration

  • month: string

    The week to get the download count for.

    Example

    '2023M01'
    'M01'
  • packages: string[]

    The packages to get the download count for.

    Example

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

Generated using TypeDoc