oci-computeinstanceagent 2.54.0 → 2.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +9 -9
- package/lib/client.js +9 -9
- package/lib/request/cancel-instance-agent-command-request.d.ts +1 -1
- package/lib/request/create-instance-agent-command-request.d.ts +1 -1
- package/lib/request/get-instance-agent-command-execution-request.d.ts +1 -1
- package/lib/request/get-instance-agent-command-request.d.ts +1 -1
- package/lib/request/get-instance-agent-plugin-request.d.ts +1 -1
- package/lib/request/list-instance-agent-command-executions-request.d.ts +1 -1
- package/lib/request/list-instance-agent-commands-request.d.ts +1 -1
- package/lib/request/list-instance-agent-plugins-request.d.ts +1 -1
- package/lib/request/list-instanceagent-available-plugins-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
83
83
|
* @param CancelInstanceAgentCommandRequest
|
|
84
84
|
* @return CancelInstanceAgentCommandResponse
|
|
85
85
|
* @throws OciError when an error occurs
|
|
86
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
86
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
|
|
87
87
|
*/
|
|
88
88
|
cancelInstanceAgentCommand(cancelInstanceAgentCommandRequest: requests.CancelInstanceAgentCommandRequest): Promise<responses.CancelInstanceAgentCommandResponse>;
|
|
89
89
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
99
99
|
* @param CreateInstanceAgentCommandRequest
|
|
100
100
|
* @return CreateInstanceAgentCommandResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
|
|
103
103
|
*/
|
|
104
104
|
createInstanceAgentCommand(createInstanceAgentCommandRequest: requests.CreateInstanceAgentCommandRequest): Promise<responses.CreateInstanceAgentCommandResponse>;
|
|
105
105
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
108
108
|
* @param GetInstanceAgentCommandRequest
|
|
109
109
|
* @return GetInstanceAgentCommandResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
|
|
112
112
|
*/
|
|
113
113
|
getInstanceAgentCommand(getInstanceAgentCommandRequest: requests.GetInstanceAgentCommandRequest): Promise<responses.GetInstanceAgentCommandResponse>;
|
|
114
114
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
117
117
|
* @param GetInstanceAgentCommandExecutionRequest
|
|
118
118
|
* @return GetInstanceAgentCommandExecutionResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
|
|
121
121
|
*/
|
|
122
122
|
getInstanceAgentCommandExecution(getInstanceAgentCommandExecutionRequest: requests.GetInstanceAgentCommandExecutionRequest): Promise<responses.GetInstanceAgentCommandExecutionResponse>;
|
|
123
123
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
128
128
|
* @param ListInstanceAgentCommandExecutionsRequest
|
|
129
129
|
* @return ListInstanceAgentCommandExecutionsResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
|
|
132
132
|
*/
|
|
133
133
|
listInstanceAgentCommandExecutions(listInstanceAgentCommandExecutionsRequest: requests.ListInstanceAgentCommandExecutionsRequest): Promise<responses.ListInstanceAgentCommandExecutionsResponse>;
|
|
134
134
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
170
170
|
* @param ListInstanceAgentCommandsRequest
|
|
171
171
|
* @return ListInstanceAgentCommandsResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
|
|
174
174
|
*/
|
|
175
175
|
listInstanceAgentCommands(listInstanceAgentCommandsRequest: requests.ListInstanceAgentCommandsRequest): Promise<responses.ListInstanceAgentCommandsResponse>;
|
|
176
176
|
/**
|
|
@@ -253,7 +253,7 @@ export declare class PluginClient {
|
|
|
253
253
|
* @param GetInstanceAgentPluginRequest
|
|
254
254
|
* @return GetInstanceAgentPluginResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
|
|
257
257
|
*/
|
|
258
258
|
getInstanceAgentPlugin(getInstanceAgentPluginRequest: requests.GetInstanceAgentPluginRequest): Promise<responses.GetInstanceAgentPluginResponse>;
|
|
259
259
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class PluginClient {
|
|
|
262
262
|
* @param ListInstanceAgentPluginsRequest
|
|
263
263
|
* @return ListInstanceAgentPluginsResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
|
|
266
266
|
*/
|
|
267
267
|
listInstanceAgentPlugins(listInstanceAgentPluginsRequest: requests.ListInstanceAgentPluginsRequest): Promise<responses.ListInstanceAgentPluginsResponse>;
|
|
268
268
|
/**
|
|
@@ -345,7 +345,7 @@ export declare class PluginconfigClient {
|
|
|
345
345
|
* @param ListInstanceagentAvailablePluginsRequest
|
|
346
346
|
* @return ListInstanceagentAvailablePluginsResponse
|
|
347
347
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
|
|
349
349
|
*/
|
|
350
350
|
listInstanceagentAvailablePlugins(listInstanceagentAvailablePluginsRequest: requests.ListInstanceagentAvailablePluginsRequest): Promise<responses.ListInstanceagentAvailablePluginsResponse>;
|
|
351
351
|
/**
|
package/lib/client.js
CHANGED
|
@@ -164,7 +164,7 @@ class ComputeInstanceAgentClient {
|
|
|
164
164
|
* @param CancelInstanceAgentCommandRequest
|
|
165
165
|
* @return CancelInstanceAgentCommandResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
|
|
168
168
|
*/
|
|
169
169
|
cancelInstanceAgentCommand(cancelInstanceAgentCommandRequest) {
|
|
170
170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -226,7 +226,7 @@ class ComputeInstanceAgentClient {
|
|
|
226
226
|
* @param CreateInstanceAgentCommandRequest
|
|
227
227
|
* @return CreateInstanceAgentCommandResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
|
|
230
230
|
*/
|
|
231
231
|
createInstanceAgentCommand(createInstanceAgentCommandRequest) {
|
|
232
232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -289,7 +289,7 @@ class ComputeInstanceAgentClient {
|
|
|
289
289
|
* @param GetInstanceAgentCommandRequest
|
|
290
290
|
* @return GetInstanceAgentCommandResponse
|
|
291
291
|
* @throws OciError when an error occurs
|
|
292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
|
|
293
293
|
*/
|
|
294
294
|
getInstanceAgentCommand(getInstanceAgentCommandRequest) {
|
|
295
295
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -352,7 +352,7 @@ class ComputeInstanceAgentClient {
|
|
|
352
352
|
* @param GetInstanceAgentCommandExecutionRequest
|
|
353
353
|
* @return GetInstanceAgentCommandExecutionResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
|
|
356
356
|
*/
|
|
357
357
|
getInstanceAgentCommandExecution(getInstanceAgentCommandExecutionRequest) {
|
|
358
358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -419,7 +419,7 @@ class ComputeInstanceAgentClient {
|
|
|
419
419
|
* @param ListInstanceAgentCommandExecutionsRequest
|
|
420
420
|
* @return ListInstanceAgentCommandExecutionsResponse
|
|
421
421
|
* @throws OciError when an error occurs
|
|
422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
|
|
423
423
|
*/
|
|
424
424
|
listInstanceAgentCommandExecutions(listInstanceAgentCommandExecutionsRequest) {
|
|
425
425
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -529,7 +529,7 @@ class ComputeInstanceAgentClient {
|
|
|
529
529
|
* @param ListInstanceAgentCommandsRequest
|
|
530
530
|
* @return ListInstanceAgentCommandsResponse
|
|
531
531
|
* @throws OciError when an error occurs
|
|
532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
|
|
533
533
|
*/
|
|
534
534
|
listInstanceAgentCommands(listInstanceAgentCommandsRequest) {
|
|
535
535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -721,7 +721,7 @@ class PluginClient {
|
|
|
721
721
|
* @param GetInstanceAgentPluginRequest
|
|
722
722
|
* @return GetInstanceAgentPluginResponse
|
|
723
723
|
* @throws OciError when an error occurs
|
|
724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
|
|
725
725
|
*/
|
|
726
726
|
getInstanceAgentPlugin(getInstanceAgentPluginRequest) {
|
|
727
727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -782,7 +782,7 @@ class PluginClient {
|
|
|
782
782
|
* @param ListInstanceAgentPluginsRequest
|
|
783
783
|
* @return ListInstanceAgentPluginsResponse
|
|
784
784
|
* @throws OciError when an error occurs
|
|
785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
|
|
786
786
|
*/
|
|
787
787
|
listInstanceAgentPlugins(listInstanceAgentPluginsRequest) {
|
|
788
788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -978,7 +978,7 @@ class PluginconfigClient {
|
|
|
978
978
|
* @param ListInstanceagentAvailablePluginsRequest
|
|
979
979
|
* @return ListInstanceagentAvailablePluginsResponse
|
|
980
980
|
* @throws OciError when an error occurs
|
|
981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
|
|
982
982
|
*/
|
|
983
983
|
listInstanceagentAvailablePlugins(listInstanceagentAvailablePluginsRequest) {
|
|
984
984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommandRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelInstanceAgentCommandRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommandRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateInstanceAgentCommandRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecutionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetInstanceAgentCommandExecutionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommandRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetInstanceAgentCommandRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPluginRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetInstanceAgentPluginRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInstanceAgentCommandExecutionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommandsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInstanceAgentCommandsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPluginsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInstanceAgentPluginsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePluginsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListInstanceagentAvailablePluginsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-computeinstanceagent",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.55.0",
|
|
4
4
|
"description": "OCI NodeJS client for Compute Instance Agent Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.55.0",
|
|
19
|
+
"oci-workrequests": "2.55.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|