oci-computeinstanceagent 2.59.0 → 2.59.1
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
|
@@ -93,7 +93,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
93
93
|
* @param CancelInstanceAgentCommandRequest
|
|
94
94
|
* @return CancelInstanceAgentCommandResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
|
|
97
97
|
*/
|
|
98
98
|
cancelInstanceAgentCommand(cancelInstanceAgentCommandRequest: requests.CancelInstanceAgentCommandRequest): Promise<responses.CancelInstanceAgentCommandResponse>;
|
|
99
99
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
109
109
|
* @param CreateInstanceAgentCommandRequest
|
|
110
110
|
* @return CreateInstanceAgentCommandResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
|
|
113
113
|
*/
|
|
114
114
|
createInstanceAgentCommand(createInstanceAgentCommandRequest: requests.CreateInstanceAgentCommandRequest): Promise<responses.CreateInstanceAgentCommandResponse>;
|
|
115
115
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
118
118
|
* @param GetInstanceAgentCommandRequest
|
|
119
119
|
* @return GetInstanceAgentCommandResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
|
|
122
122
|
*/
|
|
123
123
|
getInstanceAgentCommand(getInstanceAgentCommandRequest: requests.GetInstanceAgentCommandRequest): Promise<responses.GetInstanceAgentCommandResponse>;
|
|
124
124
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
127
127
|
* @param GetInstanceAgentCommandExecutionRequest
|
|
128
128
|
* @return GetInstanceAgentCommandExecutionResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
|
|
131
131
|
*/
|
|
132
132
|
getInstanceAgentCommandExecution(getInstanceAgentCommandExecutionRequest: requests.GetInstanceAgentCommandExecutionRequest): Promise<responses.GetInstanceAgentCommandExecutionResponse>;
|
|
133
133
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
138
138
|
* @param ListInstanceAgentCommandExecutionsRequest
|
|
139
139
|
* @return ListInstanceAgentCommandExecutionsResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
|
|
142
142
|
*/
|
|
143
143
|
listInstanceAgentCommandExecutions(listInstanceAgentCommandExecutionsRequest: requests.ListInstanceAgentCommandExecutionsRequest): Promise<responses.ListInstanceAgentCommandExecutionsResponse>;
|
|
144
144
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
180
180
|
* @param ListInstanceAgentCommandsRequest
|
|
181
181
|
* @return ListInstanceAgentCommandsResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
|
|
184
184
|
*/
|
|
185
185
|
listInstanceAgentCommands(listInstanceAgentCommandsRequest: requests.ListInstanceAgentCommandsRequest): Promise<responses.ListInstanceAgentCommandsResponse>;
|
|
186
186
|
/**
|
|
@@ -273,7 +273,7 @@ export declare class PluginClient {
|
|
|
273
273
|
* @param GetInstanceAgentPluginRequest
|
|
274
274
|
* @return GetInstanceAgentPluginResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
|
|
277
277
|
*/
|
|
278
278
|
getInstanceAgentPlugin(getInstanceAgentPluginRequest: requests.GetInstanceAgentPluginRequest): Promise<responses.GetInstanceAgentPluginResponse>;
|
|
279
279
|
/**
|
|
@@ -282,7 +282,7 @@ export declare class PluginClient {
|
|
|
282
282
|
* @param ListInstanceAgentPluginsRequest
|
|
283
283
|
* @return ListInstanceAgentPluginsResponse
|
|
284
284
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
|
|
286
286
|
*/
|
|
287
287
|
listInstanceAgentPlugins(listInstanceAgentPluginsRequest: requests.ListInstanceAgentPluginsRequest): Promise<responses.ListInstanceAgentPluginsResponse>;
|
|
288
288
|
/**
|
|
@@ -375,7 +375,7 @@ export declare class PluginconfigClient {
|
|
|
375
375
|
* @param ListInstanceagentAvailablePluginsRequest
|
|
376
376
|
* @return ListInstanceagentAvailablePluginsResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
|
|
379
379
|
*/
|
|
380
380
|
listInstanceagentAvailablePlugins(listInstanceagentAvailablePluginsRequest: requests.ListInstanceagentAvailablePluginsRequest): Promise<responses.ListInstanceagentAvailablePluginsResponse>;
|
|
381
381
|
/**
|
package/lib/client.js
CHANGED
|
@@ -187,7 +187,7 @@ class ComputeInstanceAgentClient {
|
|
|
187
187
|
* @param CancelInstanceAgentCommandRequest
|
|
188
188
|
* @return CancelInstanceAgentCommandResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
|
|
191
191
|
*/
|
|
192
192
|
cancelInstanceAgentCommand(cancelInstanceAgentCommandRequest) {
|
|
193
193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class ComputeInstanceAgentClient {
|
|
|
249
249
|
* @param CreateInstanceAgentCommandRequest
|
|
250
250
|
* @return CreateInstanceAgentCommandResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
|
|
253
253
|
*/
|
|
254
254
|
createInstanceAgentCommand(createInstanceAgentCommandRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -312,7 +312,7 @@ class ComputeInstanceAgentClient {
|
|
|
312
312
|
* @param GetInstanceAgentCommandRequest
|
|
313
313
|
* @return GetInstanceAgentCommandResponse
|
|
314
314
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
|
|
316
316
|
*/
|
|
317
317
|
getInstanceAgentCommand(getInstanceAgentCommandRequest) {
|
|
318
318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -375,7 +375,7 @@ class ComputeInstanceAgentClient {
|
|
|
375
375
|
* @param GetInstanceAgentCommandExecutionRequest
|
|
376
376
|
* @return GetInstanceAgentCommandExecutionResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
|
|
379
379
|
*/
|
|
380
380
|
getInstanceAgentCommandExecution(getInstanceAgentCommandExecutionRequest) {
|
|
381
381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -442,7 +442,7 @@ class ComputeInstanceAgentClient {
|
|
|
442
442
|
* @param ListInstanceAgentCommandExecutionsRequest
|
|
443
443
|
* @return ListInstanceAgentCommandExecutionsResponse
|
|
444
444
|
* @throws OciError when an error occurs
|
|
445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
|
|
446
446
|
*/
|
|
447
447
|
listInstanceAgentCommandExecutions(listInstanceAgentCommandExecutionsRequest) {
|
|
448
448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -552,7 +552,7 @@ class ComputeInstanceAgentClient {
|
|
|
552
552
|
* @param ListInstanceAgentCommandsRequest
|
|
553
553
|
* @return ListInstanceAgentCommandsResponse
|
|
554
554
|
* @throws OciError when an error occurs
|
|
555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
555
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
|
|
556
556
|
*/
|
|
557
557
|
listInstanceAgentCommands(listInstanceAgentCommandsRequest) {
|
|
558
558
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -767,7 +767,7 @@ class PluginClient {
|
|
|
767
767
|
* @param GetInstanceAgentPluginRequest
|
|
768
768
|
* @return GetInstanceAgentPluginResponse
|
|
769
769
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
|
|
771
771
|
*/
|
|
772
772
|
getInstanceAgentPlugin(getInstanceAgentPluginRequest) {
|
|
773
773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -828,7 +828,7 @@ class PluginClient {
|
|
|
828
828
|
* @param ListInstanceAgentPluginsRequest
|
|
829
829
|
* @return ListInstanceAgentPluginsResponse
|
|
830
830
|
* @throws OciError when an error occurs
|
|
831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
|
|
832
832
|
*/
|
|
833
833
|
listInstanceAgentPlugins(listInstanceAgentPluginsRequest) {
|
|
834
834
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1047,7 +1047,7 @@ class PluginconfigClient {
|
|
|
1047
1047
|
* @param ListInstanceagentAvailablePluginsRequest
|
|
1048
1048
|
* @return ListInstanceagentAvailablePluginsResponse
|
|
1049
1049
|
* @throws OciError when an error occurs
|
|
1050
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.
|
|
1050
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
|
|
1051
1051
|
*/
|
|
1052
1052
|
listInstanceagentAvailablePlugins(listInstanceagentAvailablePluginsRequest) {
|
|
1053
1053
|
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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/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.59.
|
|
3
|
+
"version": "2.59.1",
|
|
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.59.
|
|
19
|
-
"oci-workrequests": "2.59.
|
|
18
|
+
"oci-common": "2.59.1",
|
|
19
|
+
"oci-workrequests": "2.59.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|