API Reference
Preparing search index...
@aws-lambda-powertools/idempotency
types
BasePersistenceLayerInterface
Interface BasePersistenceLayerInterface
interface
BasePersistenceLayerInterface
{
configure
(
options
?:
BasePersistenceLayerOptions
)
:
void
;
deleteRecord
(
data
:
unknown
)
:
Promise
<
void
>
;
getRecord
(
data
:
unknown
)
:
Promise
<
IdempotencyRecord
>
;
isPayloadValidationEnabled
()
:
boolean
;
saveInProgress
(
data
:
unknown
,
remainingTimeInMillis
?:
number
,
)
:
Promise
<
void
>
;
saveSuccess
(
data
:
unknown
,
result
:
unknown
)
:
Promise
<
void
>
;
}
Implemented by
BasePersistenceLayer
Index
Methods
configure
delete
Record
get
Record
is
Payload
Validation
Enabled
save
In
Progress
save
Success
Methods
configure
configure
(
options
?:
BasePersistenceLayerOptions
)
:
void
Parameters
Optional
options
:
BasePersistenceLayerOptions
Returns
void
delete
Record
deleteRecord
(
data
:
unknown
)
:
Promise
<
void
>
Parameters
data
:
unknown
Returns
Promise
<
void
>
get
Record
getRecord
(
data
:
unknown
)
:
Promise
<
IdempotencyRecord
>
Parameters
data
:
unknown
Returns
Promise
<
IdempotencyRecord
>
is
Payload
Validation
Enabled
isPayloadValidationEnabled
()
:
boolean
Returns
boolean
save
In
Progress
saveInProgress
(
data
:
unknown
,
remainingTimeInMillis
?:
number
)
:
Promise
<
void
>
Parameters
data
:
unknown
Optional
remainingTimeInMillis
:
number
Returns
Promise
<
void
>
save
Success
saveSuccess
(
data
:
unknown
,
result
:
unknown
)
:
Promise
<
void
>
Parameters
data
:
unknown
result
:
unknown
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
configure
delete
Record
get
Record
is
Payload
Validation
Enabled
save
In
Progress
save
Success
API Reference
Loading...