Skip to content

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.

const listEndpoints = yield* SNS.ListEndpointsByPlatformApplication(app);
const { Endpoints } = yield* listEndpoints();