oci-computeinstanceagent
Advanced tools
Comparing version 2.79.1 to 2.80.0
@@ -29,3 +29,3 @@ /** | ||
protected static endpointServiceName: string; | ||
protected "_realmSpecificEndpointTemplateEnabled": boolean; | ||
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined; | ||
protected "_endpoint": string; | ||
@@ -53,2 +53,3 @@ protected "_defaultHeaders": any; | ||
set endpoint(endpoint: string); | ||
get logger(): import("oci-common/lib/log").Logger; | ||
/** | ||
@@ -103,3 +104,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.1/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API. | ||
*/ | ||
@@ -120,3 +121,3 @@ cancelInstanceAgentCommand(cancelInstanceAgentCommandRequest: requests.CancelInstanceAgentCommandRequest): Promise<responses.CancelInstanceAgentCommandResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API. | ||
*/ | ||
@@ -130,3 +131,3 @@ createInstanceAgentCommand(createInstanceAgentCommandRequest: requests.CreateInstanceAgentCommandRequest): Promise<responses.CreateInstanceAgentCommandResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API. | ||
*/ | ||
@@ -140,3 +141,3 @@ getInstanceAgentCommand(getInstanceAgentCommandRequest: requests.GetInstanceAgentCommandRequest): Promise<responses.GetInstanceAgentCommandResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API. | ||
*/ | ||
@@ -152,3 +153,3 @@ getInstanceAgentCommandExecution(getInstanceAgentCommandExecutionRequest: requests.GetInstanceAgentCommandExecutionRequest): Promise<responses.GetInstanceAgentCommandExecutionResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API. | ||
*/ | ||
@@ -195,3 +196,3 @@ listInstanceAgentCommandExecutions(listInstanceAgentCommandExecutionsRequest: requests.ListInstanceAgentCommandExecutionsRequest): Promise<responses.ListInstanceAgentCommandExecutionsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API. | ||
*/ | ||
@@ -240,3 +241,3 @@ listInstanceAgentCommands(listInstanceAgentCommandsRequest: requests.ListInstanceAgentCommandsRequest): Promise<responses.ListInstanceAgentCommandsResponse>; | ||
protected static endpointServiceName: string; | ||
protected "_realmSpecificEndpointTemplateEnabled": boolean; | ||
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined; | ||
protected "_endpoint": string; | ||
@@ -263,2 +264,3 @@ protected "_defaultHeaders": any; | ||
set endpoint(endpoint: string); | ||
get logger(): import("oci-common/lib/log").Logger; | ||
/** | ||
@@ -295,3 +297,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.1/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API. | ||
*/ | ||
@@ -305,3 +307,3 @@ getInstanceAgentPlugin(getInstanceAgentPluginRequest: requests.GetInstanceAgentPluginRequest): Promise<responses.GetInstanceAgentPluginResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API. | ||
*/ | ||
@@ -350,3 +352,3 @@ listInstanceAgentPlugins(listInstanceAgentPluginsRequest: requests.ListInstanceAgentPluginsRequest): Promise<responses.ListInstanceAgentPluginsResponse>; | ||
protected static endpointServiceName: string; | ||
protected "_realmSpecificEndpointTemplateEnabled": boolean; | ||
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined; | ||
protected "_endpoint": string; | ||
@@ -373,2 +375,3 @@ protected "_defaultHeaders": any; | ||
set endpoint(endpoint: string); | ||
get logger(): import("oci-common/lib/log").Logger; | ||
/** | ||
@@ -405,3 +408,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.1/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API. | ||
*/ | ||
@@ -408,0 +411,0 @@ listInstanceagentAvailablePlugins(listInstanceagentAvailablePluginsRequest: requests.ListInstanceagentAvailablePluginsRequest): Promise<responses.ListInstanceagentAvailablePluginsResponse>; |
@@ -52,3 +52,4 @@ "use strict"; | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.outputType}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.outputType}`); | ||
} | ||
@@ -70,3 +71,4 @@ } | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.outputType}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.outputType}`); | ||
} | ||
@@ -73,0 +75,0 @@ } |
@@ -52,3 +52,4 @@ "use strict"; | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.outputType}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.outputType}`); | ||
} | ||
@@ -70,3 +71,4 @@ } | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.outputType}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.outputType}`); | ||
} | ||
@@ -73,0 +75,0 @@ } |
@@ -52,3 +52,4 @@ "use strict"; | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
} | ||
@@ -70,3 +71,4 @@ } | ||
default: | ||
common.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
if (common.LOG.logger) | ||
common.LOG.logger.info(`Unknown value for: ${obj.sourceType}`); | ||
} | ||
@@ -73,0 +75,0 @@ } |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommandRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommandRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface CancelInstanceAgentCommandRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommandRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommandRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateInstanceAgentCommandRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecutionRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecutionRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetInstanceAgentCommandExecutionRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommandRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommandRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetInstanceAgentCommandRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPluginRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPluginRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetInstanceAgentPluginRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutionsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutionsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListInstanceAgentCommandExecutionsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommandsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommandsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListInstanceAgentCommandsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPluginsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPluginsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListInstanceAgentPluginsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePluginsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePluginsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListInstanceagentAvailablePluginsRequest extends common.BaseRequest { |
{ | ||
"name": "oci-computeinstanceagent", | ||
"version": "2.79.1", | ||
"version": "2.80.0", | ||
"description": "OCI NodeJS client for Compute Instance Agent Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.79.1", | ||
"oci-workrequests": "2.79.1" | ||
"oci-common": "2.80.0", | ||
"oci-workrequests": "2.80.0" | ||
}, | ||
@@ -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
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
366522
5337
+ Addedoci-common@2.80.0(transitive)
+ Addedoci-workrequests@2.80.0(transitive)
- Removedoci-common@2.79.1(transitive)
- Removedoci-workrequests@2.79.1(transitive)
Updatedoci-common@2.80.0
Updatedoci-workrequests@2.80.0