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.
Mobile Push
Section titled “Mobile Push”const listApplications = yield* SNS.ListPlatformApplications();const { PlatformApplications } = yield* listApplications();