Skip to content

ListPlatformApplications

Source: src/AWS/SNS/ListPlatformApplications.ts

Runtime binding for sns:ListPlatformApplications.

An account-scoped operation — pages through the mobile-push platform applications in the account/region. Provide the ListPlatformApplicationsHttp layer on the Function to implement the binding.

const listApplications = yield* SNS.ListPlatformApplications();
const { PlatformApplications } = yield* listApplications();