/AWS1/CL_CHI=>UPDATEAPPINSTANCEUSERENDPT()
¶
About UpdateAppInstanceUserEndpoint¶
Updates the details of an AppInstanceUserEndpoint
. You can update the name and AllowMessage
values.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_APPINSTANCEUSERARN
TYPE /AWS1/CHICHIMEARN
/AWS1/CHICHIMEARN
¶
The ARN of the
AppInstanceUser
.
IV_ENDPOINTID
TYPE /AWS1/CHISTRING64
/AWS1/CHISTRING64
¶
The unique identifier of the
AppInstanceUserEndpoint
.
Optional arguments:¶
IV_NAME
TYPE /AWS1/CHISENSITIVESTRING1600
/AWS1/CHISENSITIVESTRING1600
¶
The name of the
AppInstanceUserEndpoint
.
IV_ALLOWMESSAGES
TYPE /AWS1/CHIALLOWMESSAGES
/AWS1/CHIALLOWMESSAGES
¶
Boolean that controls whether the
AppInstanceUserEndpoint
is opted in to receive messages.ALL
indicates the endpoint will receive all messages.NONE
indicates the endpoint will receive no messages.