oci-logging
Advanced tools
Comparing version 2.79.0 to 2.79.1
@@ -54,3 +54,2 @@ /** | ||
set endpoint(endpoint: string); | ||
get logger(): import("oci-common/lib/log").Logger; | ||
/** | ||
@@ -102,3 +101,3 @@ * Determines whether realm specific endpoint should be used or not. | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API. | ||
*/ | ||
@@ -113,3 +112,3 @@ changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API. | ||
*/ | ||
@@ -125,3 +124,3 @@ changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API. | ||
*/ | ||
@@ -137,3 +136,3 @@ changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API. | ||
*/ | ||
@@ -149,3 +148,3 @@ changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateLog.ts.html |here} to see how to use CreateLog API. | ||
*/ | ||
@@ -161,3 +160,3 @@ createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API. | ||
*/ | ||
@@ -172,3 +171,3 @@ createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API. | ||
*/ | ||
@@ -182,3 +181,3 @@ createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API. | ||
*/ | ||
@@ -192,3 +191,3 @@ createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API. | ||
*/ | ||
@@ -202,3 +201,3 @@ deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API. | ||
*/ | ||
@@ -212,3 +211,3 @@ deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API. | ||
*/ | ||
@@ -222,3 +221,3 @@ deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API. | ||
*/ | ||
@@ -233,3 +232,3 @@ deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API. | ||
*/ | ||
@@ -244,3 +243,3 @@ deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/GetLog.ts.html |here} to see how to use GetLog API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetLog.ts.html |here} to see how to use GetLog API. | ||
*/ | ||
@@ -254,3 +253,3 @@ getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API. | ||
*/ | ||
@@ -264,3 +263,3 @@ getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API. | ||
*/ | ||
@@ -274,3 +273,3 @@ getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API. | ||
*/ | ||
@@ -284,3 +283,3 @@ getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API. | ||
*/ | ||
@@ -294,3 +293,3 @@ getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API. | ||
*/ | ||
@@ -337,3 +336,3 @@ listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API. | ||
*/ | ||
@@ -347,3 +346,3 @@ listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListLogs.ts.html |here} to see how to use ListLogs API. | ||
*/ | ||
@@ -389,3 +388,3 @@ listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListServices.ts.html |here} to see how to use ListServices API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListServices.ts.html |here} to see how to use ListServices API. | ||
*/ | ||
@@ -399,3 +398,3 @@ listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API. | ||
*/ | ||
@@ -410,3 +409,3 @@ listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API. | ||
*/ | ||
@@ -453,3 +452,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API. | ||
*/ | ||
@@ -496,3 +495,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API. | ||
*/ | ||
@@ -540,3 +539,3 @@ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API. | ||
*/ | ||
@@ -552,3 +551,3 @@ updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API. | ||
*/ | ||
@@ -563,3 +562,3 @@ updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API. | ||
*/ | ||
@@ -575,3 +574,3 @@ updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API. | ||
*/ | ||
@@ -578,0 +577,0 @@ updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>; |
@@ -50,4 +50,3 @@ "use strict"; | ||
default: | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
common.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
} | ||
@@ -65,4 +64,3 @@ } | ||
default: | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
common.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
} | ||
@@ -69,0 +67,0 @@ } |
@@ -52,4 +52,3 @@ "use strict"; | ||
default: | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
common.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
} | ||
@@ -69,4 +68,3 @@ } | ||
default: | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
common.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
} | ||
@@ -73,0 +71,0 @@ } |
@@ -76,4 +76,3 @@ "use strict"; | ||
default: | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.parserType}`); | ||
common.logger.info(`Unknown value for: ${obj.parserType}`); | ||
} | ||
@@ -117,4 +116,3 @@ } | ||
default: | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.parserType}`); | ||
common.logger.info(`Unknown value for: ${obj.parserType}`); | ||
} | ||
@@ -121,0 +119,0 @@ } |
@@ -50,4 +50,3 @@ "use strict"; | ||
default: | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.configurationType}`); | ||
common.logger.info(`Unknown value for: ${obj.configurationType}`); | ||
} | ||
@@ -65,4 +64,3 @@ } | ||
default: | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.configurationType}`); | ||
common.logger.info(`Unknown value for: ${obj.configurationType}`); | ||
} | ||
@@ -69,0 +67,0 @@ } |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeLogGroupCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroupRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroupRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeLogLogGroupRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeLogSavedSearchCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeUnifiedAgentConfigurationCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroupRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroupRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateLogGroupRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/CreateLog.ts.html |here} to see how to use CreateLogRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateLog.ts.html |here} to see how to use CreateLogRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateLogRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearchRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearchRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateLogSavedSearchRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfigurationRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateUnifiedAgentConfigurationRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroupRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroupRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteLogGroupRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLogRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLogRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteLogRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearchRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearchRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteLogSavedSearchRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfigurationRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteUnifiedAgentConfigurationRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequestRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteWorkRequestRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroupRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroupRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetLogGroupRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/GetLog.ts.html |here} to see how to use GetLogRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetLog.ts.html |here} to see how to use GetLogRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetLogRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearchRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearchRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetLogSavedSearchRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfigurationRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetUnifiedAgentConfigurationRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetWorkRequestRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroupsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroupsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListLogGroupsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearchesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearchesRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListLogSavedSearchesRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListLogs.ts.html |here} to see how to use ListLogsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListLogsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListServices.ts.html |here} to see how to use ListServicesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListServices.ts.html |here} to see how to use ListServicesRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListServicesRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurationsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListUnifiedAgentConfigurationsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListWorkRequestsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroupRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateLogGroupRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLogRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateLogRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearchRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateLogSavedSearchRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfigurationRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateUnifiedAgentConfigurationRequest extends common.BaseRequest { |
{ | ||
"name": "oci-logging", | ||
"version": "2.79.0", | ||
"version": "2.79.1", | ||
"description": "OCI NodeJS client for Logging Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.79.0", | ||
"oci-workrequests": "2.79.0" | ||
"oci-common": "2.79.1", | ||
"oci-workrequests": "2.79.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
801611
13523
+ Addedoci-common@2.79.1(transitive)
+ Addedoci-workrequests@2.79.1(transitive)
- Removedoci-common@2.79.0(transitive)
- Removedoci-workrequests@2.79.0(transitive)
Updatedoci-common@2.79.1
Updatedoci-workrequests@2.79.1