Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SNS

import { SNS } from "https://aws-api-7b9dvns8xscg.deno.dev/v0.2/services/sns.ts?actions=GetEndpointAttributes&docs=full";
class SNS {
constructor(apiFactory: client.ApiFactory);
async getEndpointAttributes(params: GetEndpointAttributesInput, opts?: client.RequestOptions): Promise<GetEndpointAttributesResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new SNS(apiFactory: client.ApiFactory)
[src]

§Methods

§

Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.

§Static Properties