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

UpdateResourceEventConfigurationRequest

import type { UpdateResourceEventConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface UpdateResourceEventConfigurationRequest {
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration | null;
Identifier: string;
IdentifierType: IdentifierType;
PartnerType?: EventNotificationPartnerType | null;
Proximity?: ProximityEventConfiguration | null;
}

§Properties

§
DeviceRegistrationState?: DeviceRegistrationStateEventConfiguration | null
[src]

Event configuration for the device registration state event

§
Identifier: string
[src]

Resource identifier to opt in for event messaging.

§
IdentifierType: IdentifierType
[src]

Identifier type of the particular resource identifier for event configuration.

§

Partner type of the resource if the identifier type is PartnerAccountId

§

Event configuration for the Proximity event