- Navigation Guide
@aws-sdk/client-pinpoint
DeleteApnsChannelCommandOutput Interface
The output of DeleteApnsChannelCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
APNSChannelResponse Required | APNSChannelResponse | undefined | Provides information about the status and settings of the APNs (Apple Push Notification service) channel for an application. |
Full Signature
export interface DeleteApnsChannelCommandOutput extends DeleteApnsChannelResponse, MetadataBearer