ListEndpointsByPlatformApplication
Source:
src/AWS/SNS/ListEndpointsByPlatformApplication.ts
Runtime binding for sns:ListEndpointsByPlatformApplication.
Bind this operation to a PlatformApplication to page through its
registered device endpoints.
Provide the ListEndpointsByPlatformApplicationHttp layer on the Function to implement the binding.
Mobile Push
Section titled “Mobile Push”const listEndpoints = yield* SNS.ListEndpointsByPlatformApplication(app);const { Endpoints } = yield* listEndpoints();