oci-waas 2.77.0 → 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 +84 -74
- package/lib/client.js +89 -72
- package/lib/client.js.map +1 -1
- package/lib/request/accept-recommendations-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-address-list-compartment-request.d.ts +1 -1
- package/lib/request/change-certificate-compartment-request.d.ts +1 -1
- package/lib/request/change-custom-protection-rule-compartment-request.d.ts +1 -1
- package/lib/request/change-http-redirect-compartment-request.d.ts +1 -1
- package/lib/request/change-waas-policy-compartment-request.d.ts +1 -1
- package/lib/request/create-address-list-request.d.ts +1 -1
- package/lib/request/create-certificate-request.d.ts +1 -1
- package/lib/request/create-custom-protection-rule-request.d.ts +1 -1
- package/lib/request/create-http-redirect-request.d.ts +1 -1
- package/lib/request/create-waas-policy-request.d.ts +1 -1
- package/lib/request/delete-address-list-request.d.ts +1 -1
- package/lib/request/delete-certificate-request.d.ts +1 -1
- package/lib/request/delete-custom-protection-rule-request.d.ts +1 -1
- package/lib/request/delete-http-redirect-request.d.ts +1 -1
- package/lib/request/delete-waas-policy-request.d.ts +1 -1
- package/lib/request/get-address-list-request.d.ts +1 -1
- package/lib/request/get-certificate-request.d.ts +1 -1
- package/lib/request/get-custom-protection-rule-request.d.ts +1 -1
- package/lib/request/get-device-fingerprint-challenge-request.d.ts +1 -1
- package/lib/request/get-http-redirect-request.d.ts +1 -1
- package/lib/request/get-human-interaction-challenge-request.d.ts +1 -1
- package/lib/request/get-js-challenge-request.d.ts +1 -1
- package/lib/request/get-policy-config-request.d.ts +1 -1
- package/lib/request/get-protection-rule-request.d.ts +1 -1
- package/lib/request/get-protection-settings-request.d.ts +1 -1
- package/lib/request/get-waas-policy-request.d.ts +1 -1
- package/lib/request/get-waf-address-rate-limiting-request.d.ts +1 -1
- package/lib/request/get-waf-config-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-access-rules-request.d.ts +1 -1
- package/lib/request/list-address-lists-request.d.ts +1 -1
- package/lib/request/list-caching-rules-request.d.ts +1 -1
- package/lib/request/list-captchas-request.d.ts +1 -1
- package/lib/request/list-certificates-request.d.ts +1 -1
- package/lib/request/list-custom-protection-rules-request.d.ts +1 -1
- package/lib/request/list-edge-subnets-request.d.ts +1 -1
- package/lib/request/list-good-bots-request.d.ts +1 -1
- package/lib/request/list-http-redirects-request.d.ts +1 -1
- package/lib/request/list-protection-rules-request.d.ts +1 -1
- package/lib/request/list-recommendations-request.d.ts +1 -1
- package/lib/request/list-threat-feeds-request.d.ts +1 -1
- package/lib/request/list-waas-policies-request.d.ts +1 -1
- package/lib/request/list-waas-policy-custom-protection-rules-request.d.ts +1 -1
- package/lib/request/list-waf-blocked-requests-request.d.ts +1 -1
- package/lib/request/list-waf-logs-request.d.ts +1 -1
- package/lib/request/list-waf-requests-request.d.ts +1 -1
- package/lib/request/list-waf-traffic-request.d.ts +1 -1
- package/lib/request/list-whitelists-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/purge-cache-request.d.ts +1 -1
- package/lib/request/update-access-rules-request.d.ts +1 -1
- package/lib/request/update-address-list-request.d.ts +1 -1
- package/lib/request/update-caching-rules-request.d.ts +1 -1
- package/lib/request/update-captchas-request.d.ts +1 -1
- package/lib/request/update-certificate-request.d.ts +1 -1
- package/lib/request/update-custom-protection-rule-request.d.ts +1 -1
- package/lib/request/update-device-fingerprint-challenge-request.d.ts +1 -1
- package/lib/request/update-good-bots-request.d.ts +1 -1
- package/lib/request/update-http-redirect-request.d.ts +1 -1
- package/lib/request/update-human-interaction-challenge-request.d.ts +1 -1
- package/lib/request/update-js-challenge-request.d.ts +1 -1
- package/lib/request/update-policy-config-request.d.ts +1 -1
- package/lib/request/update-protection-rules-request.d.ts +1 -1
- package/lib/request/update-protection-settings-request.d.ts +1 -1
- package/lib/request/update-threat-feeds-request.d.ts +1 -1
- package/lib/request/update-waas-policy-custom-protection-rules-request.d.ts +1 -1
- package/lib/request/update-waas-policy-request.d.ts +1 -1
- package/lib/request/update-waf-address-rate-limiting-request.d.ts +1 -1
- package/lib/request/update-waf-config-request.d.ts +1 -1
- package/lib/request/update-whitelists-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -47,6 +47,7 @@ const oci_common_1 = require("oci-common");
|
|
|
47
47
|
const redirect_waiter_1 = require("./redirect-waiter");
|
|
48
48
|
const waas_waiter_1 = require("./waas-waiter");
|
|
49
49
|
const oci_common_2 = require("oci-common");
|
|
50
|
+
const Breaker = require("opossum");
|
|
50
51
|
// ===============================================
|
|
51
52
|
// This file is autogenerated - Please do not edit
|
|
52
53
|
// ===============================================
|
|
@@ -184,13 +185,21 @@ class RedirectClient {
|
|
|
184
185
|
}
|
|
185
186
|
throw Error("Waiters do not exist. Please create waiters.");
|
|
186
187
|
}
|
|
188
|
+
/**
|
|
189
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
190
|
+
*/
|
|
191
|
+
shutdownCircuitBreaker() {
|
|
192
|
+
if (this._circuitBreaker) {
|
|
193
|
+
this._circuitBreaker.shutdown();
|
|
194
|
+
}
|
|
195
|
+
}
|
|
187
196
|
/**
|
|
188
197
|
* Moves HTTP Redirect into a different compartment. When provided, If-Match is checked against ETag values of the WAAS policy.
|
|
189
198
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
190
199
|
* @param ChangeHttpRedirectCompartmentRequest
|
|
191
200
|
* @return ChangeHttpRedirectCompartmentResponse
|
|
192
201
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ChangeHttpRedirectCompartment.ts.html |here} to see how to use ChangeHttpRedirectCompartment API.
|
|
194
203
|
*/
|
|
195
204
|
changeHttpRedirectCompartment(changeHttpRedirectCompartmentRequest) {
|
|
196
205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -247,7 +256,7 @@ class RedirectClient {
|
|
|
247
256
|
* @param CreateHttpRedirectRequest
|
|
248
257
|
* @return CreateHttpRedirectResponse
|
|
249
258
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/CreateHttpRedirect.ts.html |here} to see how to use CreateHttpRedirect API.
|
|
251
260
|
*/
|
|
252
261
|
createHttpRedirect(createHttpRedirectRequest) {
|
|
253
262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -306,7 +315,7 @@ class RedirectClient {
|
|
|
306
315
|
* @param DeleteHttpRedirectRequest
|
|
307
316
|
* @return DeleteHttpRedirectResponse
|
|
308
317
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/DeleteHttpRedirect.ts.html |here} to see how to use DeleteHttpRedirect API.
|
|
310
319
|
*/
|
|
311
320
|
deleteHttpRedirect(deleteHttpRedirectRequest) {
|
|
312
321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -367,7 +376,7 @@ class RedirectClient {
|
|
|
367
376
|
* @param GetHttpRedirectRequest
|
|
368
377
|
* @return GetHttpRedirectResponse
|
|
369
378
|
* @throws OciError when an error occurs
|
|
370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetHttpRedirect.ts.html |here} to see how to use GetHttpRedirect API.
|
|
371
380
|
*/
|
|
372
381
|
getHttpRedirect(getHttpRedirectRequest) {
|
|
373
382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -430,7 +439,7 @@ class RedirectClient {
|
|
|
430
439
|
* @param ListHttpRedirectsRequest
|
|
431
440
|
* @return ListHttpRedirectsResponse
|
|
432
441
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListHttpRedirects.ts.html |here} to see how to use ListHttpRedirects API.
|
|
434
443
|
*/
|
|
435
444
|
listHttpRedirects(listHttpRedirectsRequest) {
|
|
436
445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -542,7 +551,7 @@ class RedirectClient {
|
|
|
542
551
|
* @param UpdateHttpRedirectRequest
|
|
543
552
|
* @return UpdateHttpRedirectResponse
|
|
544
553
|
* @throws OciError when an error occurs
|
|
545
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateHttpRedirect.ts.html |here} to see how to use UpdateHttpRedirect API.
|
|
546
555
|
*/
|
|
547
556
|
updateHttpRedirect(updateHttpRedirectRequest) {
|
|
548
557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -736,6 +745,14 @@ class WaasClient {
|
|
|
736
745
|
}
|
|
737
746
|
throw Error("Waiters do not exist. Please create waiters.");
|
|
738
747
|
}
|
|
748
|
+
/**
|
|
749
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
750
|
+
*/
|
|
751
|
+
shutdownCircuitBreaker() {
|
|
752
|
+
if (this._circuitBreaker) {
|
|
753
|
+
this._circuitBreaker.shutdown();
|
|
754
|
+
}
|
|
755
|
+
}
|
|
739
756
|
/**
|
|
740
757
|
* Accepts a list of recommended Web Application Firewall protection rules. Web Application Firewall protection rule recommendations are sets of rules generated by observed traffic patterns through the Web Application Firewall and are meant to optimize the Web Application Firewall's security profile. Only the rules specified in the request body will be updated; all other rules will remain unchanged.
|
|
741
758
|
* <p>
|
|
@@ -744,7 +761,7 @@ class WaasClient {
|
|
|
744
761
|
* @param AcceptRecommendationsRequest
|
|
745
762
|
* @return AcceptRecommendationsResponse
|
|
746
763
|
* @throws OciError when an error occurs
|
|
747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
764
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/AcceptRecommendations.ts.html |here} to see how to use AcceptRecommendations API.
|
|
748
765
|
*/
|
|
749
766
|
acceptRecommendations(acceptRecommendationsRequest) {
|
|
750
767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -805,7 +822,7 @@ class WaasClient {
|
|
|
805
822
|
* @param CancelWorkRequestRequest
|
|
806
823
|
* @return CancelWorkRequestResponse
|
|
807
824
|
* @throws OciError when an error occurs
|
|
808
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
825
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
809
826
|
*/
|
|
810
827
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
811
828
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -864,7 +881,7 @@ class WaasClient {
|
|
|
864
881
|
* @param ChangeAddressListCompartmentRequest
|
|
865
882
|
* @return ChangeAddressListCompartmentResponse
|
|
866
883
|
* @throws OciError when an error occurs
|
|
867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
884
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ChangeAddressListCompartment.ts.html |here} to see how to use ChangeAddressListCompartment API.
|
|
868
885
|
*/
|
|
869
886
|
changeAddressListCompartment(changeAddressListCompartmentRequest) {
|
|
870
887
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -923,7 +940,7 @@ class WaasClient {
|
|
|
923
940
|
* @param ChangeCertificateCompartmentRequest
|
|
924
941
|
* @return ChangeCertificateCompartmentResponse
|
|
925
942
|
* @throws OciError when an error occurs
|
|
926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
927
944
|
*/
|
|
928
945
|
changeCertificateCompartment(changeCertificateCompartmentRequest) {
|
|
929
946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -980,7 +997,7 @@ class WaasClient {
|
|
|
980
997
|
* @param ChangeCustomProtectionRuleCompartmentRequest
|
|
981
998
|
* @return ChangeCustomProtectionRuleCompartmentResponse
|
|
982
999
|
* @throws OciError when an error occurs
|
|
983
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1000
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ChangeCustomProtectionRuleCompartment.ts.html |here} to see how to use ChangeCustomProtectionRuleCompartment API.
|
|
984
1001
|
*/
|
|
985
1002
|
changeCustomProtectionRuleCompartment(changeCustomProtectionRuleCompartmentRequest) {
|
|
986
1003
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1039,7 +1056,7 @@ class WaasClient {
|
|
|
1039
1056
|
* @param ChangeWaasPolicyCompartmentRequest
|
|
1040
1057
|
* @return ChangeWaasPolicyCompartmentResponse
|
|
1041
1058
|
* @throws OciError when an error occurs
|
|
1042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ChangeWaasPolicyCompartment.ts.html |here} to see how to use ChangeWaasPolicyCompartment API.
|
|
1043
1060
|
*/
|
|
1044
1061
|
changeWaasPolicyCompartment(changeWaasPolicyCompartmentRequest) {
|
|
1045
1062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1096,7 +1113,7 @@ class WaasClient {
|
|
|
1096
1113
|
* @param CreateAddressListRequest
|
|
1097
1114
|
* @return CreateAddressListResponse
|
|
1098
1115
|
* @throws OciError when an error occurs
|
|
1099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/CreateAddressList.ts.html |here} to see how to use CreateAddressList API.
|
|
1100
1117
|
*/
|
|
1101
1118
|
createAddressList(createAddressListRequest) {
|
|
1102
1119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1161,7 +1178,7 @@ class WaasClient {
|
|
|
1161
1178
|
* @param CreateCertificateRequest
|
|
1162
1179
|
* @return CreateCertificateResponse
|
|
1163
1180
|
* @throws OciError when an error occurs
|
|
1164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
1165
1182
|
*/
|
|
1166
1183
|
createCertificate(createCertificateRequest) {
|
|
1167
1184
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1226,7 +1243,7 @@ class WaasClient {
|
|
|
1226
1243
|
* @param CreateCustomProtectionRuleRequest
|
|
1227
1244
|
* @return CreateCustomProtectionRuleResponse
|
|
1228
1245
|
* @throws OciError when an error occurs
|
|
1229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/CreateCustomProtectionRule.ts.html |here} to see how to use CreateCustomProtectionRule API.
|
|
1230
1247
|
*/
|
|
1231
1248
|
createCustomProtectionRule(createCustomProtectionRuleRequest) {
|
|
1232
1249
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1301,7 +1318,7 @@ class WaasClient {
|
|
|
1301
1318
|
* @param CreateWaasPolicyRequest
|
|
1302
1319
|
* @return CreateWaasPolicyResponse
|
|
1303
1320
|
* @throws OciError when an error occurs
|
|
1304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/CreateWaasPolicy.ts.html |here} to see how to use CreateWaasPolicy API.
|
|
1305
1322
|
*/
|
|
1306
1323
|
createWaasPolicy(createWaasPolicyRequest) {
|
|
1307
1324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1365,7 +1382,7 @@ class WaasClient {
|
|
|
1365
1382
|
* @param DeleteAddressListRequest
|
|
1366
1383
|
* @return DeleteAddressListResponse
|
|
1367
1384
|
* @throws OciError when an error occurs
|
|
1368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/DeleteAddressList.ts.html |here} to see how to use DeleteAddressList API.
|
|
1369
1386
|
*/
|
|
1370
1387
|
deleteAddressList(deleteAddressListRequest) {
|
|
1371
1388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1421,7 +1438,7 @@ class WaasClient {
|
|
|
1421
1438
|
* @param DeleteCertificateRequest
|
|
1422
1439
|
* @return DeleteCertificateResponse
|
|
1423
1440
|
* @throws OciError when an error occurs
|
|
1424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
1425
1442
|
*/
|
|
1426
1443
|
deleteCertificate(deleteCertificateRequest) {
|
|
1427
1444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1477,7 +1494,7 @@ class WaasClient {
|
|
|
1477
1494
|
* @param DeleteCustomProtectionRuleRequest
|
|
1478
1495
|
* @return DeleteCustomProtectionRuleResponse
|
|
1479
1496
|
* @throws OciError when an error occurs
|
|
1480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/DeleteCustomProtectionRule.ts.html |here} to see how to use DeleteCustomProtectionRule API.
|
|
1481
1498
|
*/
|
|
1482
1499
|
deleteCustomProtectionRule(deleteCustomProtectionRuleRequest) {
|
|
1483
1500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1533,7 +1550,7 @@ class WaasClient {
|
|
|
1533
1550
|
* @param DeleteWaasPolicyRequest
|
|
1534
1551
|
* @return DeleteWaasPolicyResponse
|
|
1535
1552
|
* @throws OciError when an error occurs
|
|
1536
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/DeleteWaasPolicy.ts.html |here} to see how to use DeleteWaasPolicy API.
|
|
1537
1554
|
*/
|
|
1538
1555
|
deleteWaasPolicy(deleteWaasPolicyRequest) {
|
|
1539
1556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1594,7 +1611,7 @@ class WaasClient {
|
|
|
1594
1611
|
* @param GetAddressListRequest
|
|
1595
1612
|
* @return GetAddressListResponse
|
|
1596
1613
|
* @throws OciError when an error occurs
|
|
1597
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetAddressList.ts.html |here} to see how to use GetAddressList API.
|
|
1598
1615
|
*/
|
|
1599
1616
|
getAddressList(getAddressListRequest) {
|
|
1600
1617
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1657,7 +1674,7 @@ class WaasClient {
|
|
|
1657
1674
|
* @param GetCertificateRequest
|
|
1658
1675
|
* @return GetCertificateResponse
|
|
1659
1676
|
* @throws OciError when an error occurs
|
|
1660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1677
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
1661
1678
|
*/
|
|
1662
1679
|
getCertificate(getCertificateRequest) {
|
|
1663
1680
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1720,7 +1737,7 @@ class WaasClient {
|
|
|
1720
1737
|
* @param GetCustomProtectionRuleRequest
|
|
1721
1738
|
* @return GetCustomProtectionRuleResponse
|
|
1722
1739
|
* @throws OciError when an error occurs
|
|
1723
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetCustomProtectionRule.ts.html |here} to see how to use GetCustomProtectionRule API.
|
|
1724
1741
|
*/
|
|
1725
1742
|
getCustomProtectionRule(getCustomProtectionRuleRequest) {
|
|
1726
1743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1783,7 +1800,7 @@ class WaasClient {
|
|
|
1783
1800
|
* @param GetDeviceFingerprintChallengeRequest
|
|
1784
1801
|
* @return GetDeviceFingerprintChallengeResponse
|
|
1785
1802
|
* @throws OciError when an error occurs
|
|
1786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetDeviceFingerprintChallenge.ts.html |here} to see how to use GetDeviceFingerprintChallenge API.
|
|
1787
1804
|
*/
|
|
1788
1805
|
getDeviceFingerprintChallenge(getDeviceFingerprintChallengeRequest) {
|
|
1789
1806
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1846,7 +1863,7 @@ class WaasClient {
|
|
|
1846
1863
|
* @param GetHumanInteractionChallengeRequest
|
|
1847
1864
|
* @return GetHumanInteractionChallengeResponse
|
|
1848
1865
|
* @throws OciError when an error occurs
|
|
1849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1866
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetHumanInteractionChallenge.ts.html |here} to see how to use GetHumanInteractionChallenge API.
|
|
1850
1867
|
*/
|
|
1851
1868
|
getHumanInteractionChallenge(getHumanInteractionChallengeRequest) {
|
|
1852
1869
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1909,7 +1926,7 @@ class WaasClient {
|
|
|
1909
1926
|
* @param GetJsChallengeRequest
|
|
1910
1927
|
* @return GetJsChallengeResponse
|
|
1911
1928
|
* @throws OciError when an error occurs
|
|
1912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetJsChallenge.ts.html |here} to see how to use GetJsChallenge API.
|
|
1913
1930
|
*/
|
|
1914
1931
|
getJsChallenge(getJsChallengeRequest) {
|
|
1915
1932
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1972,7 +1989,7 @@ class WaasClient {
|
|
|
1972
1989
|
* @param GetPolicyConfigRequest
|
|
1973
1990
|
* @return GetPolicyConfigResponse
|
|
1974
1991
|
* @throws OciError when an error occurs
|
|
1975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
1992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetPolicyConfig.ts.html |here} to see how to use GetPolicyConfig API.
|
|
1976
1993
|
*/
|
|
1977
1994
|
getPolicyConfig(getPolicyConfigRequest) {
|
|
1978
1995
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2035,7 +2052,7 @@ class WaasClient {
|
|
|
2035
2052
|
* @param GetProtectionRuleRequest
|
|
2036
2053
|
* @return GetProtectionRuleResponse
|
|
2037
2054
|
* @throws OciError when an error occurs
|
|
2038
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2055
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetProtectionRule.ts.html |here} to see how to use GetProtectionRule API.
|
|
2039
2056
|
*/
|
|
2040
2057
|
getProtectionRule(getProtectionRuleRequest) {
|
|
2041
2058
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2099,7 +2116,7 @@ class WaasClient {
|
|
|
2099
2116
|
* @param GetProtectionSettingsRequest
|
|
2100
2117
|
* @return GetProtectionSettingsResponse
|
|
2101
2118
|
* @throws OciError when an error occurs
|
|
2102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetProtectionSettings.ts.html |here} to see how to use GetProtectionSettings API.
|
|
2103
2120
|
*/
|
|
2104
2121
|
getProtectionSettings(getProtectionSettingsRequest) {
|
|
2105
2122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2162,7 +2179,7 @@ class WaasClient {
|
|
|
2162
2179
|
* @param GetWaasPolicyRequest
|
|
2163
2180
|
* @return GetWaasPolicyResponse
|
|
2164
2181
|
* @throws OciError when an error occurs
|
|
2165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetWaasPolicy.ts.html |here} to see how to use GetWaasPolicy API.
|
|
2166
2183
|
*/
|
|
2167
2184
|
getWaasPolicy(getWaasPolicyRequest) {
|
|
2168
2185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2225,7 +2242,7 @@ class WaasClient {
|
|
|
2225
2242
|
* @param GetWafAddressRateLimitingRequest
|
|
2226
2243
|
* @return GetWafAddressRateLimitingResponse
|
|
2227
2244
|
* @throws OciError when an error occurs
|
|
2228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetWafAddressRateLimiting.ts.html |here} to see how to use GetWafAddressRateLimiting API.
|
|
2229
2246
|
*/
|
|
2230
2247
|
getWafAddressRateLimiting(getWafAddressRateLimitingRequest) {
|
|
2231
2248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2288,7 +2305,7 @@ class WaasClient {
|
|
|
2288
2305
|
* @param GetWafConfigRequest
|
|
2289
2306
|
* @return GetWafConfigResponse
|
|
2290
2307
|
* @throws OciError when an error occurs
|
|
2291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetWafConfig.ts.html |here} to see how to use GetWafConfig API.
|
|
2292
2309
|
*/
|
|
2293
2310
|
getWafConfig(getWafConfigRequest) {
|
|
2294
2311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2351,7 +2368,7 @@ class WaasClient {
|
|
|
2351
2368
|
* @param GetWorkRequestRequest
|
|
2352
2369
|
* @return GetWorkRequestResponse
|
|
2353
2370
|
* @throws OciError when an error occurs
|
|
2354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2355
2372
|
*/
|
|
2356
2373
|
getWorkRequest(getWorkRequestRequest) {
|
|
2357
2374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2420,7 +2437,7 @@ class WaasClient {
|
|
|
2420
2437
|
* @param ListAccessRulesRequest
|
|
2421
2438
|
* @return ListAccessRulesResponse
|
|
2422
2439
|
* @throws OciError when an error occurs
|
|
2423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListAccessRules.ts.html |here} to see how to use ListAccessRules API.
|
|
2424
2441
|
*/
|
|
2425
2442
|
listAccessRules(listAccessRulesRequest) {
|
|
2426
2443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2531,7 +2548,7 @@ class WaasClient {
|
|
|
2531
2548
|
* @param ListAddressListsRequest
|
|
2532
2549
|
* @return ListAddressListsResponse
|
|
2533
2550
|
* @throws OciError when an error occurs
|
|
2534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListAddressLists.ts.html |here} to see how to use ListAddressLists API.
|
|
2535
2552
|
*/
|
|
2536
2553
|
listAddressLists(listAddressListsRequest) {
|
|
2537
2554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2644,7 +2661,7 @@ class WaasClient {
|
|
|
2644
2661
|
* @param ListCachingRulesRequest
|
|
2645
2662
|
* @return ListCachingRulesResponse
|
|
2646
2663
|
* @throws OciError when an error occurs
|
|
2647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListCachingRules.ts.html |here} to see how to use ListCachingRules API.
|
|
2648
2665
|
*/
|
|
2649
2666
|
listCachingRules(listCachingRulesRequest) {
|
|
2650
2667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2760,7 +2777,7 @@ class WaasClient {
|
|
|
2760
2777
|
* @param ListCaptchasRequest
|
|
2761
2778
|
* @return ListCaptchasResponse
|
|
2762
2779
|
* @throws OciError when an error occurs
|
|
2763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListCaptchas.ts.html |here} to see how to use ListCaptchas API.
|
|
2764
2781
|
*/
|
|
2765
2782
|
listCaptchas(listCaptchasRequest) {
|
|
2766
2783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2871,7 +2888,7 @@ class WaasClient {
|
|
|
2871
2888
|
* @param ListCertificatesRequest
|
|
2872
2889
|
* @return ListCertificatesResponse
|
|
2873
2890
|
* @throws OciError when an error occurs
|
|
2874
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
2891
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
2875
2892
|
*/
|
|
2876
2893
|
listCertificates(listCertificatesRequest) {
|
|
2877
2894
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2983,7 +3000,7 @@ class WaasClient {
|
|
|
2983
3000
|
* @param ListCustomProtectionRulesRequest
|
|
2984
3001
|
* @return ListCustomProtectionRulesResponse
|
|
2985
3002
|
* @throws OciError when an error occurs
|
|
2986
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListCustomProtectionRules.ts.html |here} to see how to use ListCustomProtectionRules API.
|
|
2987
3004
|
*/
|
|
2988
3005
|
listCustomProtectionRules(listCustomProtectionRulesRequest) {
|
|
2989
3006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3095,7 +3112,7 @@ class WaasClient {
|
|
|
3095
3112
|
* @param ListEdgeSubnetsRequest
|
|
3096
3113
|
* @return ListEdgeSubnetsResponse
|
|
3097
3114
|
* @throws OciError when an error occurs
|
|
3098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListEdgeSubnets.ts.html |here} to see how to use ListEdgeSubnets API.
|
|
3099
3116
|
*/
|
|
3100
3117
|
listEdgeSubnets(listEdgeSubnetsRequest) {
|
|
3101
3118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3204,7 +3221,7 @@ class WaasClient {
|
|
|
3204
3221
|
* @param ListGoodBotsRequest
|
|
3205
3222
|
* @return ListGoodBotsResponse
|
|
3206
3223
|
* @throws OciError when an error occurs
|
|
3207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListGoodBots.ts.html |here} to see how to use ListGoodBots API.
|
|
3208
3225
|
*/
|
|
3209
3226
|
listGoodBots(listGoodBotsRequest) {
|
|
3210
3227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3316,7 +3333,7 @@ class WaasClient {
|
|
|
3316
3333
|
* @param ListProtectionRulesRequest
|
|
3317
3334
|
* @return ListProtectionRulesResponse
|
|
3318
3335
|
* @throws OciError when an error occurs
|
|
3319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListProtectionRules.ts.html |here} to see how to use ListProtectionRules API.
|
|
3320
3337
|
*/
|
|
3321
3338
|
listProtectionRules(listProtectionRulesRequest) {
|
|
3322
3339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3432,7 +3449,7 @@ class WaasClient {
|
|
|
3432
3449
|
* @param ListRecommendationsRequest
|
|
3433
3450
|
* @return ListRecommendationsResponse
|
|
3434
3451
|
* @throws OciError when an error occurs
|
|
3435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListRecommendations.ts.html |here} to see how to use ListRecommendations API.
|
|
3436
3453
|
*/
|
|
3437
3454
|
listRecommendations(listRecommendationsRequest) {
|
|
3438
3455
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3547,7 +3564,7 @@ class WaasClient {
|
|
|
3547
3564
|
* @param ListThreatFeedsRequest
|
|
3548
3565
|
* @return ListThreatFeedsResponse
|
|
3549
3566
|
* @throws OciError when an error occurs
|
|
3550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListThreatFeeds.ts.html |here} to see how to use ListThreatFeeds API.
|
|
3551
3568
|
*/
|
|
3552
3569
|
listThreatFeeds(listThreatFeedsRequest) {
|
|
3553
3570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3658,7 +3675,7 @@ class WaasClient {
|
|
|
3658
3675
|
* @param ListWaasPoliciesRequest
|
|
3659
3676
|
* @return ListWaasPoliciesResponse
|
|
3660
3677
|
* @throws OciError when an error occurs
|
|
3661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3678
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListWaasPolicies.ts.html |here} to see how to use ListWaasPolicies API.
|
|
3662
3679
|
*/
|
|
3663
3680
|
listWaasPolicies(listWaasPoliciesRequest) {
|
|
3664
3681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3770,7 +3787,7 @@ class WaasClient {
|
|
|
3770
3787
|
* @param ListWaasPolicyCustomProtectionRulesRequest
|
|
3771
3788
|
* @return ListWaasPolicyCustomProtectionRulesResponse
|
|
3772
3789
|
* @throws OciError when an error occurs
|
|
3773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListWaasPolicyCustomProtectionRules.ts.html |here} to see how to use ListWaasPolicyCustomProtectionRules API.
|
|
3774
3791
|
*/
|
|
3775
3792
|
listWaasPolicyCustomProtectionRules(listWaasPolicyCustomProtectionRulesRequest) {
|
|
3776
3793
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3883,7 +3900,7 @@ class WaasClient {
|
|
|
3883
3900
|
* @param ListWafBlockedRequestsRequest
|
|
3884
3901
|
* @return ListWafBlockedRequestsResponse
|
|
3885
3902
|
* @throws OciError when an error occurs
|
|
3886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
3903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListWafBlockedRequests.ts.html |here} to see how to use ListWafBlockedRequests API.
|
|
3887
3904
|
*/
|
|
3888
3905
|
listWafBlockedRequests(listWafBlockedRequestsRequest) {
|
|
3889
3906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3995,7 +4012,7 @@ class WaasClient {
|
|
|
3995
4012
|
* @param ListWafLogsRequest
|
|
3996
4013
|
* @return ListWafLogsResponse
|
|
3997
4014
|
* @throws OciError when an error occurs
|
|
3998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListWafLogs.ts.html |here} to see how to use ListWafLogs API.
|
|
3999
4016
|
*/
|
|
4000
4017
|
listWafLogs(listWafLogsRequest) {
|
|
4001
4018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4123,7 +4140,7 @@ class WaasClient {
|
|
|
4123
4140
|
* @param ListWafRequestsRequest
|
|
4124
4141
|
* @return ListWafRequestsResponse
|
|
4125
4142
|
* @throws OciError when an error occurs
|
|
4126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListWafRequests.ts.html |here} to see how to use ListWafRequests API.
|
|
4127
4144
|
*/
|
|
4128
4145
|
listWafRequests(listWafRequestsRequest) {
|
|
4129
4146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4233,7 +4250,7 @@ class WaasClient {
|
|
|
4233
4250
|
* @param ListWafTrafficRequest
|
|
4234
4251
|
* @return ListWafTrafficResponse
|
|
4235
4252
|
* @throws OciError when an error occurs
|
|
4236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListWafTraffic.ts.html |here} to see how to use ListWafTraffic API.
|
|
4237
4254
|
*/
|
|
4238
4255
|
listWafTraffic(listWafTrafficRequest) {
|
|
4239
4256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4341,7 +4358,7 @@ class WaasClient {
|
|
|
4341
4358
|
* @param ListWhitelistsRequest
|
|
4342
4359
|
* @return ListWhitelistsResponse
|
|
4343
4360
|
* @throws OciError when an error occurs
|
|
4344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListWhitelists.ts.html |here} to see how to use ListWhitelists API.
|
|
4345
4362
|
*/
|
|
4346
4363
|
listWhitelists(listWhitelistsRequest) {
|
|
4347
4364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4452,7 +4469,7 @@ class WaasClient {
|
|
|
4452
4469
|
* @param ListWorkRequestsRequest
|
|
4453
4470
|
* @return ListWorkRequestsResponse
|
|
4454
4471
|
* @throws OciError when an error occurs
|
|
4455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4456
4473
|
*/
|
|
4457
4474
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4458
4475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4561,7 +4578,7 @@ class WaasClient {
|
|
|
4561
4578
|
* @param PurgeCacheRequest
|
|
4562
4579
|
* @return PurgeCacheResponse
|
|
4563
4580
|
* @throws OciError when an error occurs
|
|
4564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/PurgeCache.ts.html |here} to see how to use PurgeCache API.
|
|
4565
4582
|
*/
|
|
4566
4583
|
purgeCache(purgeCacheRequest) {
|
|
4567
4584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4630,7 +4647,7 @@ class WaasClient {
|
|
|
4630
4647
|
* @param UpdateAccessRulesRequest
|
|
4631
4648
|
* @return UpdateAccessRulesResponse
|
|
4632
4649
|
* @throws OciError when an error occurs
|
|
4633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateAccessRules.ts.html |here} to see how to use UpdateAccessRules API.
|
|
4634
4651
|
*/
|
|
4635
4652
|
updateAccessRules(updateAccessRulesRequest) {
|
|
4636
4653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4692,7 +4709,7 @@ class WaasClient {
|
|
|
4692
4709
|
* @param UpdateAddressListRequest
|
|
4693
4710
|
* @return UpdateAddressListResponse
|
|
4694
4711
|
* @throws OciError when an error occurs
|
|
4695
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateAddressList.ts.html |here} to see how to use UpdateAddressList API.
|
|
4696
4713
|
*/
|
|
4697
4714
|
updateAddressList(updateAddressListRequest) {
|
|
4698
4715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4763,7 +4780,7 @@ class WaasClient {
|
|
|
4763
4780
|
* @param UpdateCachingRulesRequest
|
|
4764
4781
|
* @return UpdateCachingRulesResponse
|
|
4765
4782
|
* @throws OciError when an error occurs
|
|
4766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4783
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateCachingRules.ts.html |here} to see how to use UpdateCachingRules API.
|
|
4767
4784
|
*/
|
|
4768
4785
|
updateCachingRules(updateCachingRulesRequest) {
|
|
4769
4786
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4833,7 +4850,7 @@ class WaasClient {
|
|
|
4833
4850
|
* @param UpdateCaptchasRequest
|
|
4834
4851
|
* @return UpdateCaptchasResponse
|
|
4835
4852
|
* @throws OciError when an error occurs
|
|
4836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateCaptchas.ts.html |here} to see how to use UpdateCaptchas API.
|
|
4837
4854
|
*/
|
|
4838
4855
|
updateCaptchas(updateCaptchasRequest) {
|
|
4839
4856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4895,7 +4912,7 @@ class WaasClient {
|
|
|
4895
4912
|
* @param UpdateCertificateRequest
|
|
4896
4913
|
* @return UpdateCertificateResponse
|
|
4897
4914
|
* @throws OciError when an error occurs
|
|
4898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
4899
4916
|
*/
|
|
4900
4917
|
updateCertificate(updateCertificateRequest) {
|
|
4901
4918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4960,7 +4977,7 @@ class WaasClient {
|
|
|
4960
4977
|
* @param UpdateCustomProtectionRuleRequest
|
|
4961
4978
|
* @return UpdateCustomProtectionRuleResponse
|
|
4962
4979
|
* @throws OciError when an error occurs
|
|
4963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
4980
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateCustomProtectionRule.ts.html |here} to see how to use UpdateCustomProtectionRule API.
|
|
4964
4981
|
*/
|
|
4965
4982
|
updateCustomProtectionRule(updateCustomProtectionRuleRequest) {
|
|
4966
4983
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5030,7 +5047,7 @@ class WaasClient {
|
|
|
5030
5047
|
* @param UpdateDeviceFingerprintChallengeRequest
|
|
5031
5048
|
* @return UpdateDeviceFingerprintChallengeResponse
|
|
5032
5049
|
* @throws OciError when an error occurs
|
|
5033
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5050
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateDeviceFingerprintChallenge.ts.html |here} to see how to use UpdateDeviceFingerprintChallenge API.
|
|
5034
5051
|
*/
|
|
5035
5052
|
updateDeviceFingerprintChallenge(updateDeviceFingerprintChallengeRequest) {
|
|
5036
5053
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5094,7 +5111,7 @@ class WaasClient {
|
|
|
5094
5111
|
* @param UpdateGoodBotsRequest
|
|
5095
5112
|
* @return UpdateGoodBotsResponse
|
|
5096
5113
|
* @throws OciError when an error occurs
|
|
5097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateGoodBots.ts.html |here} to see how to use UpdateGoodBots API.
|
|
5098
5115
|
*/
|
|
5099
5116
|
updateGoodBots(updateGoodBotsRequest) {
|
|
5100
5117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5156,7 +5173,7 @@ class WaasClient {
|
|
|
5156
5173
|
* @param UpdateHumanInteractionChallengeRequest
|
|
5157
5174
|
* @return UpdateHumanInteractionChallengeResponse
|
|
5158
5175
|
* @throws OciError when an error occurs
|
|
5159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateHumanInteractionChallenge.ts.html |here} to see how to use UpdateHumanInteractionChallenge API.
|
|
5160
5177
|
*/
|
|
5161
5178
|
updateHumanInteractionChallenge(updateHumanInteractionChallengeRequest) {
|
|
5162
5179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5218,7 +5235,7 @@ class WaasClient {
|
|
|
5218
5235
|
* @param UpdateJsChallengeRequest
|
|
5219
5236
|
* @return UpdateJsChallengeResponse
|
|
5220
5237
|
* @throws OciError when an error occurs
|
|
5221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateJsChallenge.ts.html |here} to see how to use UpdateJsChallenge API.
|
|
5222
5239
|
*/
|
|
5223
5240
|
updateJsChallenge(updateJsChallengeRequest) {
|
|
5224
5241
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5280,7 +5297,7 @@ class WaasClient {
|
|
|
5280
5297
|
* @param UpdatePolicyConfigRequest
|
|
5281
5298
|
* @return UpdatePolicyConfigResponse
|
|
5282
5299
|
* @throws OciError when an error occurs
|
|
5283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdatePolicyConfig.ts.html |here} to see how to use UpdatePolicyConfig API.
|
|
5284
5301
|
*/
|
|
5285
5302
|
updatePolicyConfig(updatePolicyConfigRequest) {
|
|
5286
5303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5344,7 +5361,7 @@ class WaasClient {
|
|
|
5344
5361
|
* @param UpdateProtectionRulesRequest
|
|
5345
5362
|
* @return UpdateProtectionRulesResponse
|
|
5346
5363
|
* @throws OciError when an error occurs
|
|
5347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateProtectionRules.ts.html |here} to see how to use UpdateProtectionRules API.
|
|
5348
5365
|
*/
|
|
5349
5366
|
updateProtectionRules(updateProtectionRulesRequest) {
|
|
5350
5367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5405,7 +5422,7 @@ class WaasClient {
|
|
|
5405
5422
|
* @param UpdateProtectionSettingsRequest
|
|
5406
5423
|
* @return UpdateProtectionSettingsResponse
|
|
5407
5424
|
* @throws OciError when an error occurs
|
|
5408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateProtectionSettings.ts.html |here} to see how to use UpdateProtectionSettings API.
|
|
5409
5426
|
*/
|
|
5410
5427
|
updateProtectionSettings(updateProtectionSettingsRequest) {
|
|
5411
5428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5467,7 +5484,7 @@ class WaasClient {
|
|
|
5467
5484
|
* @param UpdateThreatFeedsRequest
|
|
5468
5485
|
* @return UpdateThreatFeedsResponse
|
|
5469
5486
|
* @throws OciError when an error occurs
|
|
5470
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateThreatFeeds.ts.html |here} to see how to use UpdateThreatFeeds API.
|
|
5471
5488
|
*/
|
|
5472
5489
|
updateThreatFeeds(updateThreatFeedsRequest) {
|
|
5473
5490
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5530,7 +5547,7 @@ class WaasClient {
|
|
|
5530
5547
|
* @param UpdateWaasPolicyRequest
|
|
5531
5548
|
* @return UpdateWaasPolicyResponse
|
|
5532
5549
|
* @throws OciError when an error occurs
|
|
5533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateWaasPolicy.ts.html |here} to see how to use UpdateWaasPolicy API.
|
|
5534
5551
|
*/
|
|
5535
5552
|
updateWaasPolicy(updateWaasPolicyRequest) {
|
|
5536
5553
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5592,7 +5609,7 @@ class WaasClient {
|
|
|
5592
5609
|
* @param UpdateWaasPolicyCustomProtectionRulesRequest
|
|
5593
5610
|
* @return UpdateWaasPolicyCustomProtectionRulesResponse
|
|
5594
5611
|
* @throws OciError when an error occurs
|
|
5595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateWaasPolicyCustomProtectionRules.ts.html |here} to see how to use UpdateWaasPolicyCustomProtectionRules API.
|
|
5596
5613
|
*/
|
|
5597
5614
|
updateWaasPolicyCustomProtectionRules(updateWaasPolicyCustomProtectionRulesRequest) {
|
|
5598
5615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5654,7 +5671,7 @@ class WaasClient {
|
|
|
5654
5671
|
* @param UpdateWafAddressRateLimitingRequest
|
|
5655
5672
|
* @return UpdateWafAddressRateLimitingResponse
|
|
5656
5673
|
* @throws OciError when an error occurs
|
|
5657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5674
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateWafAddressRateLimiting.ts.html |here} to see how to use UpdateWafAddressRateLimiting API.
|
|
5658
5675
|
*/
|
|
5659
5676
|
updateWafAddressRateLimiting(updateWafAddressRateLimitingRequest) {
|
|
5660
5677
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5724,7 +5741,7 @@ class WaasClient {
|
|
|
5724
5741
|
* @param UpdateWafConfigRequest
|
|
5725
5742
|
* @return UpdateWafConfigResponse
|
|
5726
5743
|
* @throws OciError when an error occurs
|
|
5727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateWafConfig.ts.html |here} to see how to use UpdateWafConfig API.
|
|
5728
5745
|
*/
|
|
5729
5746
|
updateWafConfig(updateWafConfigRequest) {
|
|
5730
5747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5794,7 +5811,7 @@ class WaasClient {
|
|
|
5794
5811
|
* @param UpdateWhitelistsRequest
|
|
5795
5812
|
* @return UpdateWhitelistsResponse
|
|
5796
5813
|
* @throws OciError when an error occurs
|
|
5797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.
|
|
5814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/waas/UpdateWhitelists.ts.html |here} to see how to use UpdateWhitelists API.
|
|
5798
5815
|
*/
|
|
5799
5816
|
updateWhitelists(updateWhitelistsRequest) {
|
|
5800
5817
|
return __awaiter(this, void 0, void 0, function* () {
|