oci-computeinstanceagent 2.26.0 → 2.27.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/model/instance-agent-command-execution-output-content.js +2 -2
- package/lib/model/instance-agent-command-execution-output-content.js.map +1 -1
- package/lib/model/instance-agent-command-output-details.js +2 -2
- package/lib/model/instance-agent-command-output-details.js.map +1 -1
- package/lib/model/instance-agent-command-source-details.js +2 -2
- package/lib/model/instance-agent-command-source-details.js.map +1 -1
- 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
|
@@ -82,7 +82,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
82
82
|
* @param CancelInstanceAgentCommandRequest
|
|
83
83
|
* @return CancelInstanceAgentCommandResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
|
|
86
86
|
*/
|
|
87
87
|
cancelInstanceAgentCommand(cancelInstanceAgentCommandRequest: requests.CancelInstanceAgentCommandRequest): Promise<responses.CancelInstanceAgentCommandResponse>;
|
|
88
88
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
98
98
|
* @param CreateInstanceAgentCommandRequest
|
|
99
99
|
* @return CreateInstanceAgentCommandResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
|
|
102
102
|
*/
|
|
103
103
|
createInstanceAgentCommand(createInstanceAgentCommandRequest: requests.CreateInstanceAgentCommandRequest): Promise<responses.CreateInstanceAgentCommandResponse>;
|
|
104
104
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
107
107
|
* @param GetInstanceAgentCommandRequest
|
|
108
108
|
* @return GetInstanceAgentCommandResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
|
|
111
111
|
*/
|
|
112
112
|
getInstanceAgentCommand(getInstanceAgentCommandRequest: requests.GetInstanceAgentCommandRequest): Promise<responses.GetInstanceAgentCommandResponse>;
|
|
113
113
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
116
116
|
* @param GetInstanceAgentCommandExecutionRequest
|
|
117
117
|
* @return GetInstanceAgentCommandExecutionResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
|
|
120
120
|
*/
|
|
121
121
|
getInstanceAgentCommandExecution(getInstanceAgentCommandExecutionRequest: requests.GetInstanceAgentCommandExecutionRequest): Promise<responses.GetInstanceAgentCommandExecutionResponse>;
|
|
122
122
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
127
127
|
* @param ListInstanceAgentCommandExecutionsRequest
|
|
128
128
|
* @return ListInstanceAgentCommandExecutionsResponse
|
|
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.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
|
|
131
131
|
*/
|
|
132
132
|
listInstanceAgentCommandExecutions(listInstanceAgentCommandExecutionsRequest: requests.ListInstanceAgentCommandExecutionsRequest): Promise<responses.ListInstanceAgentCommandExecutionsResponse>;
|
|
133
133
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class ComputeInstanceAgentClient {
|
|
|
169
169
|
* @param ListInstanceAgentCommandsRequest
|
|
170
170
|
* @return ListInstanceAgentCommandsResponse
|
|
171
171
|
* @throws OciError when an error occurs
|
|
172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
|
|
173
173
|
*/
|
|
174
174
|
listInstanceAgentCommands(listInstanceAgentCommandsRequest: requests.ListInstanceAgentCommandsRequest): Promise<responses.ListInstanceAgentCommandsResponse>;
|
|
175
175
|
/**
|
|
@@ -251,7 +251,7 @@ export declare class PluginClient {
|
|
|
251
251
|
* @param GetInstanceAgentPluginRequest
|
|
252
252
|
* @return GetInstanceAgentPluginResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
|
|
255
255
|
*/
|
|
256
256
|
getInstanceAgentPlugin(getInstanceAgentPluginRequest: requests.GetInstanceAgentPluginRequest): Promise<responses.GetInstanceAgentPluginResponse>;
|
|
257
257
|
/**
|
|
@@ -260,7 +260,7 @@ export declare class PluginClient {
|
|
|
260
260
|
* @param ListInstanceAgentPluginsRequest
|
|
261
261
|
* @return ListInstanceAgentPluginsResponse
|
|
262
262
|
* @throws OciError when an error occurs
|
|
263
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
|
|
264
264
|
*/
|
|
265
265
|
listInstanceAgentPlugins(listInstanceAgentPluginsRequest: requests.ListInstanceAgentPluginsRequest): Promise<responses.ListInstanceAgentPluginsResponse>;
|
|
266
266
|
/**
|
|
@@ -342,7 +342,7 @@ export declare class PluginconfigClient {
|
|
|
342
342
|
* @param ListInstanceagentAvailablePluginsRequest
|
|
343
343
|
* @return ListInstanceagentAvailablePluginsResponse
|
|
344
344
|
* @throws OciError when an error occurs
|
|
345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
|
|
346
346
|
*/
|
|
347
347
|
listInstanceagentAvailablePlugins(listInstanceagentAvailablePluginsRequest: requests.ListInstanceagentAvailablePluginsRequest): Promise<responses.ListInstanceagentAvailablePluginsResponse>;
|
|
348
348
|
/**
|
package/lib/client.js
CHANGED
|
@@ -163,7 +163,7 @@ class ComputeInstanceAgentClient {
|
|
|
163
163
|
* @param CancelInstanceAgentCommandRequest
|
|
164
164
|
* @return CancelInstanceAgentCommandResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/CancelInstanceAgentCommand.ts.html |here} to see how to use CancelInstanceAgentCommand API.
|
|
167
167
|
*/
|
|
168
168
|
cancelInstanceAgentCommand(cancelInstanceAgentCommandRequest) {
|
|
169
169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -223,7 +223,7 @@ class ComputeInstanceAgentClient {
|
|
|
223
223
|
* @param CreateInstanceAgentCommandRequest
|
|
224
224
|
* @return CreateInstanceAgentCommandResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/CreateInstanceAgentCommand.ts.html |here} to see how to use CreateInstanceAgentCommand API.
|
|
227
227
|
*/
|
|
228
228
|
createInstanceAgentCommand(createInstanceAgentCommandRequest) {
|
|
229
229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -284,7 +284,7 @@ class ComputeInstanceAgentClient {
|
|
|
284
284
|
* @param GetInstanceAgentCommandRequest
|
|
285
285
|
* @return GetInstanceAgentCommandResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/GetInstanceAgentCommand.ts.html |here} to see how to use GetInstanceAgentCommand API.
|
|
288
288
|
*/
|
|
289
289
|
getInstanceAgentCommand(getInstanceAgentCommandRequest) {
|
|
290
290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -345,7 +345,7 @@ class ComputeInstanceAgentClient {
|
|
|
345
345
|
* @param GetInstanceAgentCommandExecutionRequest
|
|
346
346
|
* @return GetInstanceAgentCommandExecutionResponse
|
|
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.27.0/computeinstanceagent/GetInstanceAgentCommandExecution.ts.html |here} to see how to use GetInstanceAgentCommandExecution API.
|
|
349
349
|
*/
|
|
350
350
|
getInstanceAgentCommandExecution(getInstanceAgentCommandExecutionRequest) {
|
|
351
351
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -410,7 +410,7 @@ class ComputeInstanceAgentClient {
|
|
|
410
410
|
* @param ListInstanceAgentCommandExecutionsRequest
|
|
411
411
|
* @return ListInstanceAgentCommandExecutionsResponse
|
|
412
412
|
* @throws OciError when an error occurs
|
|
413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/ListInstanceAgentCommandExecutions.ts.html |here} to see how to use ListInstanceAgentCommandExecutions API.
|
|
414
414
|
*/
|
|
415
415
|
listInstanceAgentCommandExecutions(listInstanceAgentCommandExecutionsRequest) {
|
|
416
416
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -518,7 +518,7 @@ class ComputeInstanceAgentClient {
|
|
|
518
518
|
* @param ListInstanceAgentCommandsRequest
|
|
519
519
|
* @return ListInstanceAgentCommandsResponse
|
|
520
520
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/ListInstanceAgentCommands.ts.html |here} to see how to use ListInstanceAgentCommands API.
|
|
522
522
|
*/
|
|
523
523
|
listInstanceAgentCommands(listInstanceAgentCommandsRequest) {
|
|
524
524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -707,7 +707,7 @@ class PluginClient {
|
|
|
707
707
|
* @param GetInstanceAgentPluginRequest
|
|
708
708
|
* @return GetInstanceAgentPluginResponse
|
|
709
709
|
* @throws OciError when an error occurs
|
|
710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/GetInstanceAgentPlugin.ts.html |here} to see how to use GetInstanceAgentPlugin API.
|
|
711
711
|
*/
|
|
712
712
|
getInstanceAgentPlugin(getInstanceAgentPluginRequest) {
|
|
713
713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -766,7 +766,7 @@ class PluginClient {
|
|
|
766
766
|
* @param ListInstanceAgentPluginsRequest
|
|
767
767
|
* @return ListInstanceAgentPluginsResponse
|
|
768
768
|
* @throws OciError when an error occurs
|
|
769
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/ListInstanceAgentPlugins.ts.html |here} to see how to use ListInstanceAgentPlugins API.
|
|
770
770
|
*/
|
|
771
771
|
listInstanceAgentPlugins(listInstanceAgentPluginsRequest) {
|
|
772
772
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -959,7 +959,7 @@ class PluginconfigClient {
|
|
|
959
959
|
* @param ListInstanceagentAvailablePluginsRequest
|
|
960
960
|
* @return ListInstanceagentAvailablePluginsResponse
|
|
961
961
|
* @throws OciError when an error occurs
|
|
962
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
962
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/computeinstanceagent/ListInstanceagentAvailablePlugins.ts.html |here} to see how to use ListInstanceagentAvailablePlugins API.
|
|
963
963
|
*/
|
|
964
964
|
listInstanceagentAvailablePlugins(listInstanceagentAvailablePluginsRequest) {
|
|
965
965
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -39,7 +39,7 @@ var InstanceAgentCommandExecutionOutputContent;
|
|
|
39
39
|
(function (InstanceAgentCommandExecutionOutputContent) {
|
|
40
40
|
function getJsonObj(obj) {
|
|
41
41
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
-
if ("outputType" in obj && obj.outputType) {
|
|
42
|
+
if (obj && "outputType" in obj && obj.outputType) {
|
|
43
43
|
switch (obj.outputType) {
|
|
44
44
|
case "TEXT":
|
|
45
45
|
return model.InstanceAgentCommandExecutionOutputViaTextDetails.getJsonObj(jsonObj, true);
|
|
@@ -56,7 +56,7 @@ var InstanceAgentCommandExecutionOutputContent;
|
|
|
56
56
|
InstanceAgentCommandExecutionOutputContent.getJsonObj = getJsonObj;
|
|
57
57
|
function getDeserializedJsonObj(obj) {
|
|
58
58
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
59
|
-
if ("outputType" in obj && obj.outputType) {
|
|
59
|
+
if (obj && "outputType" in obj && obj.outputType) {
|
|
60
60
|
switch (obj.outputType) {
|
|
61
61
|
case "TEXT":
|
|
62
62
|
return model.InstanceAgentCommandExecutionOutputViaTextDetails.getDeserializedJsonObj(jsonObj, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance-agent-command-execution-output-content.js","sourceRoot":"","sources":["../../../../../lib/computeinstanceagent/lib/model/instance-agent-command-execution-output-content.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,0CAA0C,CAyD1D;AAzDD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;
|
|
1
|
+
{"version":3,"file":"instance-agent-command-execution-output-content.js","sourceRoot":"","sources":["../../../../../lib/computeinstanceagent/lib/model/instance-agent-command-execution-output-content.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,0CAA0C,CAyD1D;AAzDD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,iDAAiD,CAAC,UAAU,CACL,OAAQ,EAC1E,IAAI,CACL,CAAC;gBACJ,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,6DAA6D,CAAC,UAAU,CACL,OAAQ,EACtF,IAAI,CACL,CAAC;gBACJ,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,+DAA+D,CAAC,UAAU,CAE1E,OACV,EACD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Be,qDAAU,aA2BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+C;QACpF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,iDAAiD,CAAC,sBAAsB,CACjB,OAAQ,EAC1E,IAAI,CACL,CAAC;gBACJ,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,6DAA6D,CAAC,sBAAsB,CACjB,OAAQ,EACtF,IAAI,CACL,CAAC;gBACJ,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,+DAA+D,CAAC,sBAAsB,CAEtF,OACV,EACD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Be,iEAAsB,yBA2BrC,CAAA;AACH,CAAC,EAzDgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAyD1D"}
|
|
@@ -39,7 +39,7 @@ var InstanceAgentCommandOutputDetails;
|
|
|
39
39
|
(function (InstanceAgentCommandOutputDetails) {
|
|
40
40
|
function getJsonObj(obj) {
|
|
41
41
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
-
if ("outputType" in obj && obj.outputType) {
|
|
42
|
+
if (obj && "outputType" in obj && obj.outputType) {
|
|
43
43
|
switch (obj.outputType) {
|
|
44
44
|
case "OBJECT_STORAGE_URI":
|
|
45
45
|
return model.InstanceAgentCommandOutputViaObjectStorageUriDetails.getJsonObj(jsonObj, true);
|
|
@@ -56,7 +56,7 @@ var InstanceAgentCommandOutputDetails;
|
|
|
56
56
|
InstanceAgentCommandOutputDetails.getJsonObj = getJsonObj;
|
|
57
57
|
function getDeserializedJsonObj(obj) {
|
|
58
58
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
59
|
-
if ("outputType" in obj && obj.outputType) {
|
|
59
|
+
if (obj && "outputType" in obj && obj.outputType) {
|
|
60
60
|
switch (obj.outputType) {
|
|
61
61
|
case "OBJECT_STORAGE_URI":
|
|
62
62
|
return model.InstanceAgentCommandOutputViaObjectStorageUriDetails.getDeserializedJsonObj(jsonObj, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance-agent-command-output-details.js","sourceRoot":"","sources":["../../../../../lib/computeinstanceagent/lib/model/instance-agent-command-output-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,iCAAiC,CAqDjD;AArDD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;
|
|
1
|
+
{"version":3,"file":"instance-agent-command-output-details.js","sourceRoot":"","sources":["../../../../../lib/computeinstanceagent/lib/model/instance-agent-command-output-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,iCAAiC,CAqDjD;AArDD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,oDAAoD,CAAC,UAAU,CACL,OAAQ,EAC7E,IAAI,CACL,CAAC;gBACJ,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,sDAAsD,CAAC,UAAU,CACL,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,wCAAwC,CAAC,UAAU,CACL,OAAQ,EACjE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,4CAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,oDAAoD,CAAC,sBAAsB,CACjB,OAAQ,EAC7E,IAAI,CACL,CAAC;gBACJ,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,sDAAsD,CAAC,sBAAsB,CACjB,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,wCAAwC,CAAC,sBAAsB,CACjB,OAAQ,EACjE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,wDAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAqDjD"}
|
|
@@ -39,7 +39,7 @@ var InstanceAgentCommandSourceDetails;
|
|
|
39
39
|
(function (InstanceAgentCommandSourceDetails) {
|
|
40
40
|
function getJsonObj(obj) {
|
|
41
41
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
42
|
-
if ("sourceType" in obj && obj.sourceType) {
|
|
42
|
+
if (obj && "sourceType" in obj && obj.sourceType) {
|
|
43
43
|
switch (obj.sourceType) {
|
|
44
44
|
case "OBJECT_STORAGE_TUPLE":
|
|
45
45
|
return model.InstanceAgentCommandSourceViaObjectStorageTupleDetails.getJsonObj(jsonObj, true);
|
|
@@ -56,7 +56,7 @@ var InstanceAgentCommandSourceDetails;
|
|
|
56
56
|
InstanceAgentCommandSourceDetails.getJsonObj = getJsonObj;
|
|
57
57
|
function getDeserializedJsonObj(obj) {
|
|
58
58
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
59
|
-
if ("sourceType" in obj && obj.sourceType) {
|
|
59
|
+
if (obj && "sourceType" in obj && obj.sourceType) {
|
|
60
60
|
switch (obj.sourceType) {
|
|
61
61
|
case "OBJECT_STORAGE_TUPLE":
|
|
62
62
|
return model.InstanceAgentCommandSourceViaObjectStorageTupleDetails.getDeserializedJsonObj(jsonObj, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance-agent-command-source-details.js","sourceRoot":"","sources":["../../../../../lib/computeinstanceagent/lib/model/instance-agent-command-source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,iCAAiC,CAqDjD;AArDD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;
|
|
1
|
+
{"version":3,"file":"instance-agent-command-source-details.js","sourceRoot":"","sources":["../../../../../lib/computeinstanceagent/lib/model/instance-agent-command-source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,iCAAiC,CAqDjD;AArDD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,sDAAsD,CAAC,UAAU,CACL,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,oDAAoD,CAAC,UAAU,CACL,OAAQ,EAC7E,IAAI,CACL,CAAC;gBACJ,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,wCAAwC,CAAC,UAAU,CACL,OAAQ,EACjE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,4CAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,sBAAsB;oBACzB,OAAO,KAAK,CAAC,sDAAsD,CAAC,sBAAsB,CACjB,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,oDAAoD,CAAC,sBAAsB,CACjB,OAAQ,EAC7E,IAAI,CACL,CAAC;gBACJ,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,wCAAwC,CAAC,sBAAsB,CACjB,OAAQ,EACjE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,wDAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAqDjD"}
|
|
@@ -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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.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.27.0",
|
|
19
|
+
"oci-workrequests": "2.27.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|