oci-loadbalancer 2.36.0 → 2.39.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 +61 -61
- package/lib/client.js +268 -108
- package/lib/client.js.map +1 -1
- package/lib/model/action.js +5 -2
- package/lib/model/action.js.map +1 -1
- package/lib/model/create-load-balancer-details.d.ts +3 -1
- package/lib/model/create-load-balancer-details.js.map +1 -1
- package/lib/model/rule-condition.js +5 -2
- package/lib/model/rule-condition.js.map +1 -1
- package/lib/model/rule.js +5 -2
- package/lib/model/rule.js.map +1 -1
- package/lib/model/shape-details.d.ts +1 -1
- package/lib/model/update-load-balancer-shape-details.d.ts +4 -1
- package/lib/model/update-load-balancer-shape-details.js.map +1 -1
- package/lib/request/change-load-balancer-compartment-request.d.ts +9 -4
- package/lib/request/create-backend-request.d.ts +15 -1
- package/lib/request/create-backend-set-request.d.ts +15 -1
- package/lib/request/create-certificate-request.d.ts +15 -1
- package/lib/request/create-hostname-request.d.ts +15 -1
- package/lib/request/create-listener-request.d.ts +15 -1
- package/lib/request/create-load-balancer-request.d.ts +1 -1
- package/lib/request/create-path-route-set-request.d.ts +15 -1
- package/lib/request/create-routing-policy-request.d.ts +15 -1
- package/lib/request/create-rule-set-request.d.ts +24 -1
- package/lib/request/create-sslcipher-suite-request.d.ts +15 -1
- package/lib/request/delete-backend-request.d.ts +15 -1
- package/lib/request/delete-backend-set-request.d.ts +15 -1
- package/lib/request/delete-certificate-request.d.ts +15 -1
- package/lib/request/delete-hostname-request.d.ts +15 -1
- package/lib/request/delete-listener-request.d.ts +15 -1
- package/lib/request/delete-load-balancer-request.d.ts +15 -1
- package/lib/request/delete-path-route-set-request.d.ts +15 -1
- package/lib/request/delete-routing-policy-request.d.ts +15 -1
- package/lib/request/delete-rule-set-request.d.ts +15 -1
- package/lib/request/delete-sslcipher-suite-request.d.ts +15 -1
- package/lib/request/get-backend-health-request.d.ts +15 -1
- package/lib/request/get-backend-request.d.ts +15 -1
- package/lib/request/get-backend-set-health-request.d.ts +15 -1
- package/lib/request/get-backend-set-request.d.ts +15 -1
- package/lib/request/get-health-checker-request.d.ts +15 -1
- package/lib/request/get-hostname-request.d.ts +15 -1
- package/lib/request/get-load-balancer-health-request.d.ts +15 -1
- package/lib/request/get-load-balancer-request.d.ts +15 -1
- package/lib/request/get-path-route-set-request.d.ts +15 -1
- package/lib/request/get-routing-policy-request.d.ts +15 -1
- package/lib/request/get-rule-set-request.d.ts +15 -1
- package/lib/request/get-sslcipher-suite-request.d.ts +15 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-backend-sets-request.d.ts +15 -1
- package/lib/request/list-backends-request.d.ts +15 -1
- package/lib/request/list-certificates-request.d.ts +15 -1
- package/lib/request/list-hostnames-request.d.ts +15 -1
- package/lib/request/list-listener-rules-request.d.ts +15 -1
- package/lib/request/list-load-balancer-healths-request.d.ts +1 -1
- package/lib/request/list-load-balancers-request.d.ts +1 -1
- package/lib/request/list-path-route-sets-request.d.ts +15 -1
- package/lib/request/list-policies-request.d.ts +1 -1
- package/lib/request/list-protocols-request.d.ts +1 -1
- package/lib/request/list-routing-policies-request.d.ts +15 -1
- package/lib/request/list-rule-sets-request.d.ts +15 -1
- package/lib/request/list-shapes-request.d.ts +1 -1
- package/lib/request/list-sslcipher-suites-request.d.ts +15 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-backend-request.d.ts +15 -1
- package/lib/request/update-backend-set-request.d.ts +15 -1
- package/lib/request/update-health-checker-request.d.ts +15 -1
- package/lib/request/update-hostname-request.d.ts +24 -1
- package/lib/request/update-listener-request.d.ts +15 -1
- package/lib/request/update-load-balancer-request.d.ts +15 -1
- package/lib/request/update-load-balancer-shape-request.d.ts +15 -1
- package/lib/request/update-network-security-groups-request.d.ts +15 -1
- package/lib/request/update-path-route-set-request.d.ts +15 -1
- package/lib/request/update-routing-policy-request.d.ts +15 -1
- package/lib/request/update-rule-set-request.d.ts +24 -1
- package/lib/request/update-sslcipher-suite-request.d.ts +15 -1
- package/lib/response/change-load-balancer-compartment-response.d.ts +2 -2
- package/lib/response/create-backend-response.d.ts +2 -2
- package/lib/response/create-backend-set-response.d.ts +2 -2
- package/lib/response/create-certificate-response.d.ts +2 -2
- package/lib/response/create-hostname-response.d.ts +2 -2
- package/lib/response/create-listener-response.d.ts +2 -2
- package/lib/response/create-load-balancer-response.d.ts +2 -2
- package/lib/response/create-path-route-set-response.d.ts +2 -2
- package/lib/response/create-routing-policy-response.d.ts +2 -2
- package/lib/response/create-rule-set-response.d.ts +2 -2
- package/lib/response/create-sslcipher-suite-response.d.ts +2 -2
- package/lib/response/delete-backend-response.d.ts +2 -2
- package/lib/response/delete-backend-set-response.d.ts +2 -2
- package/lib/response/delete-certificate-response.d.ts +2 -2
- package/lib/response/delete-hostname-response.d.ts +2 -2
- package/lib/response/delete-listener-response.d.ts +2 -2
- package/lib/response/delete-load-balancer-response.d.ts +2 -2
- package/lib/response/delete-path-route-set-response.d.ts +2 -2
- package/lib/response/delete-routing-policy-response.d.ts +2 -2
- package/lib/response/delete-rule-set-response.d.ts +2 -2
- package/lib/response/delete-sslcipher-suite-response.d.ts +2 -2
- package/lib/response/get-backend-health-response.d.ts +11 -2
- package/lib/response/get-backend-response.d.ts +11 -2
- package/lib/response/get-backend-set-health-response.d.ts +11 -2
- package/lib/response/get-backend-set-response.d.ts +11 -2
- package/lib/response/get-health-checker-response.d.ts +11 -2
- package/lib/response/get-hostname-response.d.ts +11 -2
- package/lib/response/get-load-balancer-health-response.d.ts +11 -2
- package/lib/response/get-load-balancer-response.d.ts +11 -2
- package/lib/response/get-path-route-set-response.d.ts +11 -2
- package/lib/response/get-routing-policy-response.d.ts +11 -2
- package/lib/response/get-rule-set-response.d.ts +11 -2
- package/lib/response/get-sslcipher-suite-response.d.ts +11 -2
- package/lib/response/get-work-request-response.d.ts +2 -2
- package/lib/response/list-backend-sets-response.d.ts +11 -2
- package/lib/response/list-backends-response.d.ts +11 -2
- package/lib/response/list-certificates-response.d.ts +11 -2
- package/lib/response/list-hostnames-response.d.ts +11 -2
- package/lib/response/list-listener-rules-response.d.ts +11 -2
- package/lib/response/list-load-balancer-healths-response.d.ts +5 -4
- package/lib/response/list-load-balancers-response.d.ts +5 -4
- package/lib/response/list-path-route-sets-response.d.ts +11 -2
- package/lib/response/list-policies-response.d.ts +5 -4
- package/lib/response/list-protocols-response.d.ts +5 -4
- package/lib/response/list-routing-policies-response.d.ts +14 -4
- package/lib/response/list-rule-sets-response.d.ts +11 -2
- package/lib/response/list-shapes-response.d.ts +5 -4
- package/lib/response/list-sslcipher-suites-response.d.ts +11 -2
- package/lib/response/list-work-requests-response.d.ts +5 -4
- package/lib/response/update-backend-response.d.ts +2 -2
- package/lib/response/update-backend-set-response.d.ts +2 -2
- package/lib/response/update-health-checker-response.d.ts +2 -2
- package/lib/response/update-hostname-response.d.ts +2 -2
- package/lib/response/update-listener-response.d.ts +2 -2
- package/lib/response/update-load-balancer-response.d.ts +2 -2
- package/lib/response/update-load-balancer-shape-response.d.ts +2 -2
- package/lib/response/update-network-security-groups-response.d.ts +2 -2
- package/lib/response/update-path-route-set-response.d.ts +2 -2
- package/lib/response/update-routing-policy-response.d.ts +2 -2
- package/lib/response/update-rule-set-response.d.ts +2 -2
- package/lib/response/update-sslcipher-suite-response.d.ts +2 -2
- package/package.json +3 -3
|
@@ -13,11 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListSSLCipherSuitesResponse {
|
|
15
15
|
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* a particular request, please provide the request ID.
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Reflects the current version of the load balancer and the resources it contains.
|
|
23
|
+
* The value only changes when the load balancer or an associated resource is created,
|
|
24
|
+
* updated, or delete
|
|
25
|
+
* <p>
|
|
26
|
+
For optimistic concurrency control. See `if-match`.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"eTag": string;
|
|
21
30
|
/**
|
|
22
31
|
* A list of SSLCipherSuite instances.
|
|
23
32
|
*/
|
|
@@ -13,14 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListWorkRequestsResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
-
* For important details about how pagination works, see
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
+
* of results remain. For important details about how pagination works, see
|
|
18
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
19
|
*
|
|
19
20
|
*/
|
|
20
21
|
"opcNextPage": string;
|
|
21
22
|
/**
|
|
22
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
23
|
-
* a particular request, please provide the request ID.
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
24
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateBackendResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateBackendSetResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateHealthCheckerResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateHostnameResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateListenerResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateLoadBalancerResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateLoadBalancerShapeResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateNetworkSecurityGroupsResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdatePathRouteSetResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateRoutingPolicyResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateRuleSetResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
|
@@ -16,8 +16,8 @@ export interface UpdateSSLCipherSuiteResponse {
|
|
|
16
16
|
*/
|
|
17
17
|
"opcWorkRequestId": string;
|
|
18
18
|
/**
|
|
19
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
-
* a particular request, please provide the request ID.
|
|
19
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
20
|
+
* Oracle about a particular request, please provide the request ID.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"opcRequestId": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-loadbalancer",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.39.0",
|
|
4
4
|
"description": "OCI NodeJS client for Load Balancer",
|
|
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.39.0",
|
|
19
|
+
"oci-workrequests": "2.39.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|