oci-loadbalancer 2.37.0 → 2.38.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/create-load-balancer-details.d.ts +3 -1
- package/lib/model/create-load-balancer-details.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
|
@@ -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.38.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.38.0",
|
|
19
|
+
"oci-workrequests": "2.38.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|