oci-healthchecks 2.76.1 → 2.77.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 +24 -18
- package/lib/client.js +26 -17
- package/lib/client.js.map +1 -1
- package/lib/model/create-http-monitor-details.d.ts +4 -4
- package/lib/model/create-on-demand-http-probe-details.d.ts +2 -2
- package/lib/model/create-on-demand-ping-probe-details.d.ts +1 -1
- package/lib/model/create-ping-monitor-details.d.ts +3 -3
- package/lib/model/d-ns.d.ts +2 -2
- package/lib/model/health-checks-vantage-point-summary.d.ts +1 -1
- package/lib/model/http-monitor-summary.d.ts +2 -2
- package/lib/model/http-monitor.d.ts +4 -4
- package/lib/model/http-probe-result-summary.d.ts +2 -2
- package/lib/model/http-probe.d.ts +2 -2
- package/lib/model/ping-monitor-summary.d.ts +2 -2
- package/lib/model/ping-monitor.d.ts +3 -3
- package/lib/model/ping-probe-result-summary.d.ts +2 -2
- package/lib/model/ping-probe.d.ts +1 -1
- package/lib/model/routing.d.ts +5 -5
- package/lib/model/tcp-connection.d.ts +2 -2
- package/lib/model/update-http-monitor-details.d.ts +4 -4
- package/lib/model/update-ping-monitor-details.d.ts +3 -3
- package/lib/request/change-http-monitor-compartment-request.d.ts +2 -2
- package/lib/request/change-ping-monitor-compartment-request.d.ts +2 -2
- package/lib/request/create-http-monitor-request.d.ts +1 -1
- package/lib/request/create-on-demand-http-probe-request.d.ts +1 -1
- package/lib/request/create-on-demand-ping-probe-request.d.ts +1 -1
- package/lib/request/create-ping-monitor-request.d.ts +1 -1
- package/lib/request/delete-http-monitor-request.d.ts +2 -2
- package/lib/request/delete-ping-monitor-request.d.ts +2 -2
- package/lib/request/get-http-monitor-request.d.ts +3 -3
- package/lib/request/get-ping-monitor-request.d.ts +3 -3
- package/lib/request/list-health-checks-vantage-points-request.d.ts +4 -4
- package/lib/request/list-http-monitors-request.d.ts +4 -4
- package/lib/request/list-http-probe-results-request.d.ts +5 -5
- package/lib/request/list-ping-monitors-request.d.ts +4 -4
- package/lib/request/list-ping-probe-results-request.d.ts +5 -5
- package/lib/request/update-http-monitor-request.d.ts +2 -2
- package/lib/request/update-ping-monitor-request.d.ts +2 -2
- package/lib/response/create-http-monitor-response.d.ts +1 -1
- package/lib/response/get-http-monitor-response.d.ts +1 -1
- package/lib/response/list-health-checks-vantage-points-response.d.ts +1 -1
- package/lib/response/list-http-monitors-response.d.ts +1 -1
- package/lib/response/list-http-probe-results-response.d.ts +1 -1
- package/lib/response/list-ping-monitors-response.d.ts +1 -1
- package/lib/response/list-ping-probe-results-response.d.ts +1 -1
- package/lib/response/update-http-monitor-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -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.77.1/healthchecks/UpdateHttpMonitor.ts.html |here} to see how to use UpdateHttpMonitorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateHttpMonitorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -32,7 +32,7 @@ export interface UpdateHttpMonitorRequest extends common.BaseRequest {
|
|
|
32
32
|
"opcRequestId"?: string;
|
|
33
33
|
/**
|
|
34
34
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
35
|
-
* set the
|
|
35
|
+
* set the {@code if-match} parameter to the value of the etag from a previous GET
|
|
36
36
|
* or POST response for that resource. The resource will be updated or deleted
|
|
37
37
|
* only if the etag you provide matches the resource's current etag value.
|
|
38
38
|
*
|
|
@@ -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.77.1/healthchecks/UpdatePingMonitor.ts.html |here} to see how to use UpdatePingMonitorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePingMonitorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -32,7 +32,7 @@ export interface UpdatePingMonitorRequest extends common.BaseRequest {
|
|
|
32
32
|
"opcRequestId"?: string;
|
|
33
33
|
/**
|
|
34
34
|
* For optimistic concurrency control. In the PUT or DELETE call for a resource,
|
|
35
|
-
* set the
|
|
35
|
+
* set the {@code if-match} parameter to the value of the etag from a previous GET
|
|
36
36
|
* or POST response for that resource. The resource will be updated or deleted
|
|
37
37
|
* only if the etag you provide matches the resource's current etag value.
|
|
38
38
|
*
|
|
@@ -22,7 +22,7 @@ export interface ListHealthChecksVantagePointsResponse {
|
|
|
22
22
|
/**
|
|
23
23
|
* For pagination of a list of items. When paging through a list, if
|
|
24
24
|
* this header appears in the response, then there may be additional
|
|
25
|
-
* items still to get. Include this value as the
|
|
25
|
+
* items still to get. Include this value as the {@code page} parameter for the
|
|
26
26
|
* subsequent GET request. For information about pagination, see
|
|
27
27
|
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#List_Pagination).
|
|
28
28
|
*
|
|
@@ -22,7 +22,7 @@ export interface ListHttpMonitorsResponse {
|
|
|
22
22
|
/**
|
|
23
23
|
* For pagination of a list of items. When paging through a list, if this
|
|
24
24
|
* header appears in the response, then a partial list might have been
|
|
25
|
-
* returned. Include this value as the
|
|
25
|
+
* returned. Include this value as the {@code page} parameter for the
|
|
26
26
|
* subsequent GET request to get the next batch of items.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
@@ -22,7 +22,7 @@ export interface ListHttpProbeResultsResponse {
|
|
|
22
22
|
/**
|
|
23
23
|
* For pagination of a list of items. When paging through a list, if this
|
|
24
24
|
* header appears in the response, then a partial list might have been
|
|
25
|
-
* returned. Include this value as the
|
|
25
|
+
* returned. Include this value as the {@code page} parameter for the
|
|
26
26
|
* subsequent GET request to get the next batch of items.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
@@ -22,7 +22,7 @@ export interface ListPingMonitorsResponse {
|
|
|
22
22
|
/**
|
|
23
23
|
* For pagination of a list of items. When paging through a list, if this
|
|
24
24
|
* header appears in the response, then a partial list might have been
|
|
25
|
-
* returned. Include this value as the
|
|
25
|
+
* returned. Include this value as the {@code page} parameter for the
|
|
26
26
|
* subsequent GET request to get the next batch of items.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
@@ -22,7 +22,7 @@ export interface ListPingProbeResultsResponse {
|
|
|
22
22
|
/**
|
|
23
23
|
* For pagination of a list of items. When paging through a list,
|
|
24
24
|
* if this header appears in the response, then there may be
|
|
25
|
-
* additional items still to get. Include this value as the
|
|
25
|
+
* additional items still to get. Include this value as the {@code page}
|
|
26
26
|
* parameter for the subsequent GET request. For information about
|
|
27
27
|
* pagination, see
|
|
28
28
|
* [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#List_Pagination).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-healthchecks",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.1",
|
|
4
4
|
"description": "OCI NodeJS client for Healthchecks 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.77.1",
|
|
19
|
+
"oci-workrequests": "2.77.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|