@@ -55,6 +55,8 @@ <h3 class="tsd-index-heading">Methods</h3>
5555< a href ="GraphQlApi.html#addDynamoDbVtlResolver " class ="tsd-index-link "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > add< wbr /> Dynamo< wbr /> Db< wbr /> Vtl< wbr /> Resolver</ span > </ a >
5656< a href ="GraphQlApi.html#addJSResolver " class ="tsd-index-link "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > addJSResolver</ span > </ a >
5757< a href ="GraphQlApi.html#addLambdaResolver " class ="tsd-index-link "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > add< wbr /> Lambda< wbr /> Resolver</ span > </ a >
58+ < a href ="GraphQlApi.html#addOperationFunctionMonitoring " class ="tsd-index-link tsd-is-protected tsd-is-inherited "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > add< wbr /> Operation< wbr /> Function< wbr /> Monitoring</ span > </ a >
59+ < a href ="GraphQlApi.html#addSingleTableMonitoring " class ="tsd-index-link tsd-is-protected tsd-is-inherited "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > add< wbr /> Single< wbr /> Table< wbr /> Monitoring</ span > </ a >
5860< a href ="GraphQlApi.html#addVtlResolver " class ="tsd-index-link "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > add< wbr /> Vtl< wbr /> Resolver</ span > </ a >
5961< a href ="GraphQlApi.html#createEntryFile " class ="tsd-index-link tsd-is-private "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > create< wbr /> Entry< wbr /> File</ span > </ a >
6062< a href ="GraphQlApi.html#createJSResolverFile " class ="tsd-index-link tsd-is-private "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > createJSResolver< wbr /> File</ span > </ a >
@@ -230,6 +232,32 @@ <h5><span class="tsd-kind-parameter">typeName</span>: <span class="tsd-signature
230232< li >
231233< h5 > < span class ="tsd-kind-parameter "> fieldName</ span > : < span class ="tsd-signature-symbol "> keyof </ span > < span class ="tsd-signature-type tsd-kind-type-parameter "> FIELDTYPE</ span > </ h5 > </ li > </ ul > </ div >
232234< h4 class ="tsd-returns-title "> Returns < a href ="LambdaFunction.html " class ="tsd-signature-type tsd-kind-class "> LambdaFunction</ a > </ h4 > </ li > </ ul > </ section >
235+ < section class ="tsd-panel tsd-member tsd-is-protected tsd-is-inherited "> < a id ="addOperationFunctionMonitoring " class ="tsd-anchor "> </ a >
236+ < h3 class ="tsd-anchor-link "> < code class ="tsd-tag ts-flagProtected "> Protected</ code > < span > add< wbr /> Operation< wbr /> Function< wbr /> Monitoring</ span > < a href ="#addOperationFunctionMonitoring " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 "> < use href ="#icon-anchor "> </ use > </ svg > </ a > </ h3 >
237+ < ul class ="tsd-signatures tsd-is-protected tsd-is-inherited ">
238+ < li class ="tsd-signature tsd-anchor-link " id ="addOperationFunctionMonitoring.addOperationFunctionMonitoring-1 "> < span class ="tsd-kind-call-signature "> add< wbr /> Operation< wbr /> Function< wbr /> Monitoring</ span > < span class ="tsd-signature-symbol "> (</ span > < span class ="tsd-kind-parameter "> apiName</ span > , < span class ="tsd-kind-parameter "> functions</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> void</ span > < a href ="#addOperationFunctionMonitoring.addOperationFunctionMonitoring-1 " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 "> < use href ="#icon-anchor "> </ use > </ svg > </ a > </ li >
239+ < li class ="tsd-description ">
240+ < div class ="tsd-parameters ">
241+ < h4 class ="tsd-parameters-title "> Parameters</ h4 >
242+ < ul class ="tsd-parameter-list ">
243+ < li >
244+ < h5 > < span class ="tsd-kind-parameter "> apiName</ span > : < span class ="tsd-signature-type "> string</ span > </ h5 > </ li >
245+ < li >
246+ < h5 > < span class ="tsd-kind-parameter "> functions</ span > : < span class ="tsd-signature-type "> Record</ span > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> , </ span > < span class ="tsd-signature-type "> IFunction</ span > < span class ="tsd-signature-symbol "> ></ span > </ h5 > </ li > </ ul > </ div >
247+ < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> void</ span > </ h4 > < aside class ="tsd-sources ">
248+ < p > Inherited from < a href ="BaseApi.html "> BaseApi</ a > .< a href ="BaseApi.html#addOperationFunctionMonitoring "> addOperationFunctionMonitoring</ a > </ p > </ aside > </ li > </ ul > </ section >
249+ < section class ="tsd-panel tsd-member tsd-is-protected tsd-is-inherited "> < a id ="addSingleTableMonitoring " class ="tsd-anchor "> </ a >
250+ < h3 class ="tsd-anchor-link "> < code class ="tsd-tag ts-flagProtected "> Protected</ code > < span > add< wbr /> Single< wbr /> Table< wbr /> Monitoring</ span > < a href ="#addSingleTableMonitoring " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 "> < use href ="#icon-anchor "> </ use > </ svg > </ a > </ h3 >
251+ < ul class ="tsd-signatures tsd-is-protected tsd-is-inherited ">
252+ < li class ="tsd-signature tsd-anchor-link " id ="addSingleTableMonitoring.addSingleTableMonitoring-1 "> < span class ="tsd-kind-call-signature "> add< wbr /> Single< wbr /> Table< wbr /> Monitoring</ span > < span class ="tsd-signature-symbol "> (</ span > < span class ="tsd-kind-parameter "> dataStore</ span > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> void</ span > < a href ="#addSingleTableMonitoring.addSingleTableMonitoring-1 " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 "> < use href ="#icon-anchor "> </ use > </ svg > </ a > </ li >
253+ < li class ="tsd-description ">
254+ < div class ="tsd-parameters ">
255+ < h4 class ="tsd-parameters-title "> Parameters</ h4 >
256+ < ul class ="tsd-parameter-list ">
257+ < li >
258+ < h5 > < span class ="tsd-kind-parameter "> dataStore</ span > : < a href ="SingleTableDatastore.html " class ="tsd-signature-type tsd-kind-class "> SingleTableDatastore</ a > </ h5 > </ li > </ ul > </ div >
259+ < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> void</ span > </ h4 > < aside class ="tsd-sources ">
260+ < p > Inherited from < a href ="BaseApi.html "> BaseApi</ a > .< a href ="BaseApi.html#addSingleTableMonitoring "> addSingleTableMonitoring</ a > </ p > </ aside > </ li > </ ul > </ section >
233261< section class ="tsd-panel tsd-member "> < a id ="addVtlResolver " class ="tsd-anchor "> </ a >
234262< h3 class ="tsd-anchor-link "> < span > add< wbr /> Vtl< wbr /> Resolver</ span > < a href ="#addVtlResolver " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg viewBox ="0 0 24 24 "> < use href ="#icon-anchor "> </ use > </ svg > </ a > </ h3 >
235263< ul class ="tsd-signatures ">
@@ -453,6 +481,8 @@ <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon
453481< li > < a href ="#addDynamoDbVtlResolver " class =""> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > add< wbr /> Dynamo< wbr /> Db< wbr /> Vtl< wbr /> Resolver</ span > </ a > </ li >
454482< li > < a href ="#addJSResolver " class =""> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > addJSResolver</ span > </ a > </ li >
455483< li > < a href ="#addLambdaResolver " class =""> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > add< wbr /> Lambda< wbr /> Resolver</ span > </ a > </ li >
484+ < li > < a href ="#addOperationFunctionMonitoring " class ="tsd-is-protected tsd-is-inherited "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > add< wbr /> Operation< wbr /> Function< wbr /> Monitoring</ span > </ a > </ li >
485+ < li > < a href ="#addSingleTableMonitoring " class ="tsd-is-protected tsd-is-inherited "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > add< wbr /> Single< wbr /> Table< wbr /> Monitoring</ span > </ a > </ li >
456486< li > < a href ="#addVtlResolver " class =""> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > add< wbr /> Vtl< wbr /> Resolver</ span > </ a > </ li >
457487< li > < a href ="#createEntryFile " class ="tsd-is-private "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > create< wbr /> Entry< wbr /> File</ span > </ a > </ li >
458488< li > < a href ="#createJSResolverFile " class ="tsd-is-private "> < svg class ="tsd-kind-icon " viewBox ="0 0 24 24 "> < use href ="#icon-2048 "> </ use > </ svg > < span > createJSResolver< wbr /> File</ span > </ a > </ li >
0 commit comments