oci-loadbalancer 2.37.0 → 2.40.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.
Files changed (137) hide show
  1. package/lib/client.d.ts +61 -61
  2. package/lib/client.js +268 -108
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/action.js +5 -2
  5. package/lib/model/action.js.map +1 -1
  6. package/lib/model/create-load-balancer-details.d.ts +3 -1
  7. package/lib/model/create-load-balancer-details.js.map +1 -1
  8. package/lib/model/rule-condition.js +5 -2
  9. package/lib/model/rule-condition.js.map +1 -1
  10. package/lib/model/rule.js +5 -2
  11. package/lib/model/rule.js.map +1 -1
  12. package/lib/model/shape-details.d.ts +1 -1
  13. package/lib/model/update-load-balancer-shape-details.d.ts +4 -1
  14. package/lib/model/update-load-balancer-shape-details.js.map +1 -1
  15. package/lib/request/change-load-balancer-compartment-request.d.ts +9 -4
  16. package/lib/request/create-backend-request.d.ts +15 -1
  17. package/lib/request/create-backend-set-request.d.ts +15 -1
  18. package/lib/request/create-certificate-request.d.ts +15 -1
  19. package/lib/request/create-hostname-request.d.ts +15 -1
  20. package/lib/request/create-listener-request.d.ts +15 -1
  21. package/lib/request/create-load-balancer-request.d.ts +1 -1
  22. package/lib/request/create-path-route-set-request.d.ts +15 -1
  23. package/lib/request/create-routing-policy-request.d.ts +15 -1
  24. package/lib/request/create-rule-set-request.d.ts +24 -1
  25. package/lib/request/create-sslcipher-suite-request.d.ts +15 -1
  26. package/lib/request/delete-backend-request.d.ts +15 -1
  27. package/lib/request/delete-backend-set-request.d.ts +15 -1
  28. package/lib/request/delete-certificate-request.d.ts +15 -1
  29. package/lib/request/delete-hostname-request.d.ts +15 -1
  30. package/lib/request/delete-listener-request.d.ts +15 -1
  31. package/lib/request/delete-load-balancer-request.d.ts +15 -1
  32. package/lib/request/delete-path-route-set-request.d.ts +15 -1
  33. package/lib/request/delete-routing-policy-request.d.ts +15 -1
  34. package/lib/request/delete-rule-set-request.d.ts +15 -1
  35. package/lib/request/delete-sslcipher-suite-request.d.ts +15 -1
  36. package/lib/request/get-backend-health-request.d.ts +15 -1
  37. package/lib/request/get-backend-request.d.ts +15 -1
  38. package/lib/request/get-backend-set-health-request.d.ts +15 -1
  39. package/lib/request/get-backend-set-request.d.ts +15 -1
  40. package/lib/request/get-health-checker-request.d.ts +15 -1
  41. package/lib/request/get-hostname-request.d.ts +15 -1
  42. package/lib/request/get-load-balancer-health-request.d.ts +15 -1
  43. package/lib/request/get-load-balancer-request.d.ts +15 -1
  44. package/lib/request/get-path-route-set-request.d.ts +15 -1
  45. package/lib/request/get-routing-policy-request.d.ts +15 -1
  46. package/lib/request/get-rule-set-request.d.ts +15 -1
  47. package/lib/request/get-sslcipher-suite-request.d.ts +15 -1
  48. package/lib/request/get-work-request-request.d.ts +1 -1
  49. package/lib/request/list-backend-sets-request.d.ts +15 -1
  50. package/lib/request/list-backends-request.d.ts +15 -1
  51. package/lib/request/list-certificates-request.d.ts +15 -1
  52. package/lib/request/list-hostnames-request.d.ts +15 -1
  53. package/lib/request/list-listener-rules-request.d.ts +15 -1
  54. package/lib/request/list-load-balancer-healths-request.d.ts +1 -1
  55. package/lib/request/list-load-balancers-request.d.ts +1 -1
  56. package/lib/request/list-path-route-sets-request.d.ts +15 -1
  57. package/lib/request/list-policies-request.d.ts +1 -1
  58. package/lib/request/list-protocols-request.d.ts +1 -1
  59. package/lib/request/list-routing-policies-request.d.ts +15 -1
  60. package/lib/request/list-rule-sets-request.d.ts +15 -1
  61. package/lib/request/list-shapes-request.d.ts +1 -1
  62. package/lib/request/list-sslcipher-suites-request.d.ts +15 -1
  63. package/lib/request/list-work-requests-request.d.ts +1 -1
  64. package/lib/request/update-backend-request.d.ts +15 -1
  65. package/lib/request/update-backend-set-request.d.ts +15 -1
  66. package/lib/request/update-health-checker-request.d.ts +15 -1
  67. package/lib/request/update-hostname-request.d.ts +24 -1
  68. package/lib/request/update-listener-request.d.ts +15 -1
  69. package/lib/request/update-load-balancer-request.d.ts +15 -1
  70. package/lib/request/update-load-balancer-shape-request.d.ts +15 -1
  71. package/lib/request/update-network-security-groups-request.d.ts +15 -1
  72. package/lib/request/update-path-route-set-request.d.ts +15 -1
  73. package/lib/request/update-routing-policy-request.d.ts +15 -1
  74. package/lib/request/update-rule-set-request.d.ts +24 -1
  75. package/lib/request/update-sslcipher-suite-request.d.ts +15 -1
  76. package/lib/response/change-load-balancer-compartment-response.d.ts +2 -2
  77. package/lib/response/create-backend-response.d.ts +2 -2
  78. package/lib/response/create-backend-set-response.d.ts +2 -2
  79. package/lib/response/create-certificate-response.d.ts +2 -2
  80. package/lib/response/create-hostname-response.d.ts +2 -2
  81. package/lib/response/create-listener-response.d.ts +2 -2
  82. package/lib/response/create-load-balancer-response.d.ts +2 -2
  83. package/lib/response/create-path-route-set-response.d.ts +2 -2
  84. package/lib/response/create-routing-policy-response.d.ts +2 -2
  85. package/lib/response/create-rule-set-response.d.ts +2 -2
  86. package/lib/response/create-sslcipher-suite-response.d.ts +2 -2
  87. package/lib/response/delete-backend-response.d.ts +2 -2
  88. package/lib/response/delete-backend-set-response.d.ts +2 -2
  89. package/lib/response/delete-certificate-response.d.ts +2 -2
  90. package/lib/response/delete-hostname-response.d.ts +2 -2
  91. package/lib/response/delete-listener-response.d.ts +2 -2
  92. package/lib/response/delete-load-balancer-response.d.ts +2 -2
  93. package/lib/response/delete-path-route-set-response.d.ts +2 -2
  94. package/lib/response/delete-routing-policy-response.d.ts +2 -2
  95. package/lib/response/delete-rule-set-response.d.ts +2 -2
  96. package/lib/response/delete-sslcipher-suite-response.d.ts +2 -2
  97. package/lib/response/get-backend-health-response.d.ts +11 -2
  98. package/lib/response/get-backend-response.d.ts +11 -2
  99. package/lib/response/get-backend-set-health-response.d.ts +11 -2
  100. package/lib/response/get-backend-set-response.d.ts +11 -2
  101. package/lib/response/get-health-checker-response.d.ts +11 -2
  102. package/lib/response/get-hostname-response.d.ts +11 -2
  103. package/lib/response/get-load-balancer-health-response.d.ts +11 -2
  104. package/lib/response/get-load-balancer-response.d.ts +11 -2
  105. package/lib/response/get-path-route-set-response.d.ts +11 -2
  106. package/lib/response/get-routing-policy-response.d.ts +11 -2
  107. package/lib/response/get-rule-set-response.d.ts +11 -2
  108. package/lib/response/get-sslcipher-suite-response.d.ts +11 -2
  109. package/lib/response/get-work-request-response.d.ts +2 -2
  110. package/lib/response/list-backend-sets-response.d.ts +11 -2
  111. package/lib/response/list-backends-response.d.ts +11 -2
  112. package/lib/response/list-certificates-response.d.ts +11 -2
  113. package/lib/response/list-hostnames-response.d.ts +11 -2
  114. package/lib/response/list-listener-rules-response.d.ts +11 -2
  115. package/lib/response/list-load-balancer-healths-response.d.ts +5 -4
  116. package/lib/response/list-load-balancers-response.d.ts +5 -4
  117. package/lib/response/list-path-route-sets-response.d.ts +11 -2
  118. package/lib/response/list-policies-response.d.ts +5 -4
  119. package/lib/response/list-protocols-response.d.ts +5 -4
  120. package/lib/response/list-routing-policies-response.d.ts +14 -4
  121. package/lib/response/list-rule-sets-response.d.ts +11 -2
  122. package/lib/response/list-shapes-response.d.ts +5 -4
  123. package/lib/response/list-sslcipher-suites-response.d.ts +11 -2
  124. package/lib/response/list-work-requests-response.d.ts +5 -4
  125. package/lib/response/update-backend-response.d.ts +2 -2
  126. package/lib/response/update-backend-set-response.d.ts +2 -2
  127. package/lib/response/update-health-checker-response.d.ts +2 -2
  128. package/lib/response/update-hostname-response.d.ts +2 -2
  129. package/lib/response/update-listener-response.d.ts +2 -2
  130. package/lib/response/update-load-balancer-response.d.ts +2 -2
  131. package/lib/response/update-load-balancer-shape-response.d.ts +2 -2
  132. package/lib/response/update-network-security-groups-response.d.ts +2 -2
  133. package/lib/response/update-path-route-set-response.d.ts +2 -2
  134. package/lib/response/update-routing-policy-response.d.ts +2 -2
  135. package/lib/response/update-rule-set-response.d.ts +2 -2
  136. package/lib/response/update-sslcipher-suite-response.d.ts +2 -2
  137. 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 Oracle about
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 of results remain.
17
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
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 Oracle about
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 Oracle about
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 Oracle about
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 Oracle about
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 Oracle about
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 Oracle about
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 Oracle about
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 Oracle about
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 Oracle about
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 Oracle about
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 Oracle about
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 Oracle about
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 Oracle about
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.37.0",
3
+ "version": "2.40.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.37.0",
19
- "oci-workrequests": "2.37.0"
18
+ "oci-common": "2.40.0",
19
+ "oci-workrequests": "2.40.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"