@aws-sdk/client-ram

DeletePermissionCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
clientToken string | undefined

The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.

permissionStatus PermissionStatus | undefined

This operation is performed asynchronously, and this response parameter indicates the current status.

returnValue boolean | undefined

A boolean that indicates whether the delete operations succeeded.

Full Signature

export interface DeletePermissionCommandOutput extends DeletePermissionResponse, MetadataBearer