oci-waas 2.5.1 → 2.5.2
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/LICENSE.txt +6 -0
- package/lib/client.d.ts +72 -72
- package/lib/client.js +72 -72
- 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
|
@@ -142,7 +142,7 @@ class RedirectClient {
|
|
|
142
142
|
* @param ChangeHttpRedirectCompartmentRequest
|
|
143
143
|
* @return ChangeHttpRedirectCompartmentResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ChangeHttpRedirectCompartment.ts.html |here} to see how to use ChangeHttpRedirectCompartment API.
|
|
146
146
|
*/
|
|
147
147
|
changeHttpRedirectCompartment(changeHttpRedirectCompartmentRequest) {
|
|
148
148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -195,7 +195,7 @@ class RedirectClient {
|
|
|
195
195
|
* @param CreateHttpRedirectRequest
|
|
196
196
|
* @return CreateHttpRedirectResponse
|
|
197
197
|
* @throws OciError when an error occurs
|
|
198
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/CreateHttpRedirect.ts.html |here} to see how to use CreateHttpRedirect API.
|
|
199
199
|
*/
|
|
200
200
|
createHttpRedirect(createHttpRedirectRequest) {
|
|
201
201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -250,7 +250,7 @@ class RedirectClient {
|
|
|
250
250
|
* @param DeleteHttpRedirectRequest
|
|
251
251
|
* @return DeleteHttpRedirectResponse
|
|
252
252
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/DeleteHttpRedirect.ts.html |here} to see how to use DeleteHttpRedirect API.
|
|
254
254
|
*/
|
|
255
255
|
deleteHttpRedirect(deleteHttpRedirectRequest) {
|
|
256
256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -307,7 +307,7 @@ class RedirectClient {
|
|
|
307
307
|
* @param GetHttpRedirectRequest
|
|
308
308
|
* @return GetHttpRedirectResponse
|
|
309
309
|
* @throws OciError when an error occurs
|
|
310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetHttpRedirect.ts.html |here} to see how to use GetHttpRedirect API.
|
|
311
311
|
*/
|
|
312
312
|
getHttpRedirect(getHttpRedirectRequest) {
|
|
313
313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -366,7 +366,7 @@ class RedirectClient {
|
|
|
366
366
|
* @param ListHttpRedirectsRequest
|
|
367
367
|
* @return ListHttpRedirectsResponse
|
|
368
368
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListHttpRedirects.ts.html |here} to see how to use ListHttpRedirects API.
|
|
370
370
|
*/
|
|
371
371
|
listHttpRedirects(listHttpRedirectsRequest) {
|
|
372
372
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -474,7 +474,7 @@ class RedirectClient {
|
|
|
474
474
|
* @param UpdateHttpRedirectRequest
|
|
475
475
|
* @return UpdateHttpRedirectResponse
|
|
476
476
|
* @throws OciError when an error occurs
|
|
477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateHttpRedirect.ts.html |here} to see how to use UpdateHttpRedirect API.
|
|
478
478
|
*/
|
|
479
479
|
updateHttpRedirect(updateHttpRedirectRequest) {
|
|
480
480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -624,7 +624,7 @@ class WaasClient {
|
|
|
624
624
|
* @param AcceptRecommendationsRequest
|
|
625
625
|
* @return AcceptRecommendationsResponse
|
|
626
626
|
* @throws OciError when an error occurs
|
|
627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/AcceptRecommendations.ts.html |here} to see how to use AcceptRecommendations API.
|
|
628
628
|
*/
|
|
629
629
|
acceptRecommendations(acceptRecommendationsRequest) {
|
|
630
630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -681,7 +681,7 @@ class WaasClient {
|
|
|
681
681
|
* @param CancelWorkRequestRequest
|
|
682
682
|
* @return CancelWorkRequestResponse
|
|
683
683
|
* @throws OciError when an error occurs
|
|
684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
685
685
|
*/
|
|
686
686
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
687
687
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -736,7 +736,7 @@ class WaasClient {
|
|
|
736
736
|
* @param ChangeAddressListCompartmentRequest
|
|
737
737
|
* @return ChangeAddressListCompartmentResponse
|
|
738
738
|
* @throws OciError when an error occurs
|
|
739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
739
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ChangeAddressListCompartment.ts.html |here} to see how to use ChangeAddressListCompartment API.
|
|
740
740
|
*/
|
|
741
741
|
changeAddressListCompartment(changeAddressListCompartmentRequest) {
|
|
742
742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -791,7 +791,7 @@ class WaasClient {
|
|
|
791
791
|
* @param ChangeCertificateCompartmentRequest
|
|
792
792
|
* @return ChangeCertificateCompartmentResponse
|
|
793
793
|
* @throws OciError when an error occurs
|
|
794
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
795
795
|
*/
|
|
796
796
|
changeCertificateCompartment(changeCertificateCompartmentRequest) {
|
|
797
797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -844,7 +844,7 @@ class WaasClient {
|
|
|
844
844
|
* @param ChangeCustomProtectionRuleCompartmentRequest
|
|
845
845
|
* @return ChangeCustomProtectionRuleCompartmentResponse
|
|
846
846
|
* @throws OciError when an error occurs
|
|
847
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ChangeCustomProtectionRuleCompartment.ts.html |here} to see how to use ChangeCustomProtectionRuleCompartment API.
|
|
848
848
|
*/
|
|
849
849
|
changeCustomProtectionRuleCompartment(changeCustomProtectionRuleCompartmentRequest) {
|
|
850
850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -899,7 +899,7 @@ class WaasClient {
|
|
|
899
899
|
* @param ChangeWaasPolicyCompartmentRequest
|
|
900
900
|
* @return ChangeWaasPolicyCompartmentResponse
|
|
901
901
|
* @throws OciError when an error occurs
|
|
902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ChangeWaasPolicyCompartment.ts.html |here} to see how to use ChangeWaasPolicyCompartment API.
|
|
903
903
|
*/
|
|
904
904
|
changeWaasPolicyCompartment(changeWaasPolicyCompartmentRequest) {
|
|
905
905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -952,7 +952,7 @@ class WaasClient {
|
|
|
952
952
|
* @param CreateAddressListRequest
|
|
953
953
|
* @return CreateAddressListResponse
|
|
954
954
|
* @throws OciError when an error occurs
|
|
955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
955
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/CreateAddressList.ts.html |here} to see how to use CreateAddressList API.
|
|
956
956
|
*/
|
|
957
957
|
createAddressList(createAddressListRequest) {
|
|
958
958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1013,7 +1013,7 @@ class WaasClient {
|
|
|
1013
1013
|
* @param CreateCertificateRequest
|
|
1014
1014
|
* @return CreateCertificateResponse
|
|
1015
1015
|
* @throws OciError when an error occurs
|
|
1016
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
1017
1017
|
*/
|
|
1018
1018
|
createCertificate(createCertificateRequest) {
|
|
1019
1019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1074,7 +1074,7 @@ class WaasClient {
|
|
|
1074
1074
|
* @param CreateCustomProtectionRuleRequest
|
|
1075
1075
|
* @return CreateCustomProtectionRuleResponse
|
|
1076
1076
|
* @throws OciError when an error occurs
|
|
1077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/CreateCustomProtectionRule.ts.html |here} to see how to use CreateCustomProtectionRule API.
|
|
1078
1078
|
*/
|
|
1079
1079
|
createCustomProtectionRule(createCustomProtectionRuleRequest) {
|
|
1080
1080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1145,7 +1145,7 @@ class WaasClient {
|
|
|
1145
1145
|
* @param CreateWaasPolicyRequest
|
|
1146
1146
|
* @return CreateWaasPolicyResponse
|
|
1147
1147
|
* @throws OciError when an error occurs
|
|
1148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/CreateWaasPolicy.ts.html |here} to see how to use CreateWaasPolicy API.
|
|
1149
1149
|
*/
|
|
1150
1150
|
createWaasPolicy(createWaasPolicyRequest) {
|
|
1151
1151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1205,7 +1205,7 @@ class WaasClient {
|
|
|
1205
1205
|
* @param DeleteAddressListRequest
|
|
1206
1206
|
* @return DeleteAddressListResponse
|
|
1207
1207
|
* @throws OciError when an error occurs
|
|
1208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/DeleteAddressList.ts.html |here} to see how to use DeleteAddressList API.
|
|
1209
1209
|
*/
|
|
1210
1210
|
deleteAddressList(deleteAddressListRequest) {
|
|
1211
1211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1257,7 +1257,7 @@ class WaasClient {
|
|
|
1257
1257
|
* @param DeleteCertificateRequest
|
|
1258
1258
|
* @return DeleteCertificateResponse
|
|
1259
1259
|
* @throws OciError when an error occurs
|
|
1260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
1261
1261
|
*/
|
|
1262
1262
|
deleteCertificate(deleteCertificateRequest) {
|
|
1263
1263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1309,7 +1309,7 @@ class WaasClient {
|
|
|
1309
1309
|
* @param DeleteCustomProtectionRuleRequest
|
|
1310
1310
|
* @return DeleteCustomProtectionRuleResponse
|
|
1311
1311
|
* @throws OciError when an error occurs
|
|
1312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/DeleteCustomProtectionRule.ts.html |here} to see how to use DeleteCustomProtectionRule API.
|
|
1313
1313
|
*/
|
|
1314
1314
|
deleteCustomProtectionRule(deleteCustomProtectionRuleRequest) {
|
|
1315
1315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1361,7 +1361,7 @@ class WaasClient {
|
|
|
1361
1361
|
* @param DeleteWaasPolicyRequest
|
|
1362
1362
|
* @return DeleteWaasPolicyResponse
|
|
1363
1363
|
* @throws OciError when an error occurs
|
|
1364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/DeleteWaasPolicy.ts.html |here} to see how to use DeleteWaasPolicy API.
|
|
1365
1365
|
*/
|
|
1366
1366
|
deleteWaasPolicy(deleteWaasPolicyRequest) {
|
|
1367
1367
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1418,7 +1418,7 @@ class WaasClient {
|
|
|
1418
1418
|
* @param GetAddressListRequest
|
|
1419
1419
|
* @return GetAddressListResponse
|
|
1420
1420
|
* @throws OciError when an error occurs
|
|
1421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetAddressList.ts.html |here} to see how to use GetAddressList API.
|
|
1422
1422
|
*/
|
|
1423
1423
|
getAddressList(getAddressListRequest) {
|
|
1424
1424
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1477,7 +1477,7 @@ class WaasClient {
|
|
|
1477
1477
|
* @param GetCertificateRequest
|
|
1478
1478
|
* @return GetCertificateResponse
|
|
1479
1479
|
* @throws OciError when an error occurs
|
|
1480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
1481
1481
|
*/
|
|
1482
1482
|
getCertificate(getCertificateRequest) {
|
|
1483
1483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1536,7 +1536,7 @@ class WaasClient {
|
|
|
1536
1536
|
* @param GetCustomProtectionRuleRequest
|
|
1537
1537
|
* @return GetCustomProtectionRuleResponse
|
|
1538
1538
|
* @throws OciError when an error occurs
|
|
1539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetCustomProtectionRule.ts.html |here} to see how to use GetCustomProtectionRule API.
|
|
1540
1540
|
*/
|
|
1541
1541
|
getCustomProtectionRule(getCustomProtectionRuleRequest) {
|
|
1542
1542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1595,7 +1595,7 @@ class WaasClient {
|
|
|
1595
1595
|
* @param GetDeviceFingerprintChallengeRequest
|
|
1596
1596
|
* @return GetDeviceFingerprintChallengeResponse
|
|
1597
1597
|
* @throws OciError when an error occurs
|
|
1598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1598
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetDeviceFingerprintChallenge.ts.html |here} to see how to use GetDeviceFingerprintChallenge API.
|
|
1599
1599
|
*/
|
|
1600
1600
|
getDeviceFingerprintChallenge(getDeviceFingerprintChallengeRequest) {
|
|
1601
1601
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1654,7 +1654,7 @@ class WaasClient {
|
|
|
1654
1654
|
* @param GetHumanInteractionChallengeRequest
|
|
1655
1655
|
* @return GetHumanInteractionChallengeResponse
|
|
1656
1656
|
* @throws OciError when an error occurs
|
|
1657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetHumanInteractionChallenge.ts.html |here} to see how to use GetHumanInteractionChallenge API.
|
|
1658
1658
|
*/
|
|
1659
1659
|
getHumanInteractionChallenge(getHumanInteractionChallengeRequest) {
|
|
1660
1660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1713,7 +1713,7 @@ class WaasClient {
|
|
|
1713
1713
|
* @param GetJsChallengeRequest
|
|
1714
1714
|
* @return GetJsChallengeResponse
|
|
1715
1715
|
* @throws OciError when an error occurs
|
|
1716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetJsChallenge.ts.html |here} to see how to use GetJsChallenge API.
|
|
1717
1717
|
*/
|
|
1718
1718
|
getJsChallenge(getJsChallengeRequest) {
|
|
1719
1719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1772,7 +1772,7 @@ class WaasClient {
|
|
|
1772
1772
|
* @param GetPolicyConfigRequest
|
|
1773
1773
|
* @return GetPolicyConfigResponse
|
|
1774
1774
|
* @throws OciError when an error occurs
|
|
1775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetPolicyConfig.ts.html |here} to see how to use GetPolicyConfig API.
|
|
1776
1776
|
*/
|
|
1777
1777
|
getPolicyConfig(getPolicyConfigRequest) {
|
|
1778
1778
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1831,7 +1831,7 @@ class WaasClient {
|
|
|
1831
1831
|
* @param GetProtectionRuleRequest
|
|
1832
1832
|
* @return GetProtectionRuleResponse
|
|
1833
1833
|
* @throws OciError when an error occurs
|
|
1834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1834
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetProtectionRule.ts.html |here} to see how to use GetProtectionRule API.
|
|
1835
1835
|
*/
|
|
1836
1836
|
getProtectionRule(getProtectionRuleRequest) {
|
|
1837
1837
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1891,7 +1891,7 @@ class WaasClient {
|
|
|
1891
1891
|
* @param GetProtectionSettingsRequest
|
|
1892
1892
|
* @return GetProtectionSettingsResponse
|
|
1893
1893
|
* @throws OciError when an error occurs
|
|
1894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetProtectionSettings.ts.html |here} to see how to use GetProtectionSettings API.
|
|
1895
1895
|
*/
|
|
1896
1896
|
getProtectionSettings(getProtectionSettingsRequest) {
|
|
1897
1897
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1950,7 +1950,7 @@ class WaasClient {
|
|
|
1950
1950
|
* @param GetWaasPolicyRequest
|
|
1951
1951
|
* @return GetWaasPolicyResponse
|
|
1952
1952
|
* @throws OciError when an error occurs
|
|
1953
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1953
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetWaasPolicy.ts.html |here} to see how to use GetWaasPolicy API.
|
|
1954
1954
|
*/
|
|
1955
1955
|
getWaasPolicy(getWaasPolicyRequest) {
|
|
1956
1956
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2009,7 +2009,7 @@ class WaasClient {
|
|
|
2009
2009
|
* @param GetWafAddressRateLimitingRequest
|
|
2010
2010
|
* @return GetWafAddressRateLimitingResponse
|
|
2011
2011
|
* @throws OciError when an error occurs
|
|
2012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetWafAddressRateLimiting.ts.html |here} to see how to use GetWafAddressRateLimiting API.
|
|
2013
2013
|
*/
|
|
2014
2014
|
getWafAddressRateLimiting(getWafAddressRateLimitingRequest) {
|
|
2015
2015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2068,7 +2068,7 @@ class WaasClient {
|
|
|
2068
2068
|
* @param GetWafConfigRequest
|
|
2069
2069
|
* @return GetWafConfigResponse
|
|
2070
2070
|
* @throws OciError when an error occurs
|
|
2071
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetWafConfig.ts.html |here} to see how to use GetWafConfig API.
|
|
2072
2072
|
*/
|
|
2073
2073
|
getWafConfig(getWafConfigRequest) {
|
|
2074
2074
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2127,7 +2127,7 @@ class WaasClient {
|
|
|
2127
2127
|
* @param GetWorkRequestRequest
|
|
2128
2128
|
* @return GetWorkRequestResponse
|
|
2129
2129
|
* @throws OciError when an error occurs
|
|
2130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2131
2131
|
*/
|
|
2132
2132
|
getWorkRequest(getWorkRequestRequest) {
|
|
2133
2133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2192,7 +2192,7 @@ class WaasClient {
|
|
|
2192
2192
|
* @param ListAccessRulesRequest
|
|
2193
2193
|
* @return ListAccessRulesResponse
|
|
2194
2194
|
* @throws OciError when an error occurs
|
|
2195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListAccessRules.ts.html |here} to see how to use ListAccessRules API.
|
|
2196
2196
|
*/
|
|
2197
2197
|
listAccessRules(listAccessRulesRequest) {
|
|
2198
2198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2299,7 +2299,7 @@ class WaasClient {
|
|
|
2299
2299
|
* @param ListAddressListsRequest
|
|
2300
2300
|
* @return ListAddressListsResponse
|
|
2301
2301
|
* @throws OciError when an error occurs
|
|
2302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListAddressLists.ts.html |here} to see how to use ListAddressLists API.
|
|
2303
2303
|
*/
|
|
2304
2304
|
listAddressLists(listAddressListsRequest) {
|
|
2305
2305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2408,7 +2408,7 @@ class WaasClient {
|
|
|
2408
2408
|
* @param ListCachingRulesRequest
|
|
2409
2409
|
* @return ListCachingRulesResponse
|
|
2410
2410
|
* @throws OciError when an error occurs
|
|
2411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListCachingRules.ts.html |here} to see how to use ListCachingRules API.
|
|
2412
2412
|
*/
|
|
2413
2413
|
listCachingRules(listCachingRulesRequest) {
|
|
2414
2414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2520,7 +2520,7 @@ class WaasClient {
|
|
|
2520
2520
|
* @param ListCaptchasRequest
|
|
2521
2521
|
* @return ListCaptchasResponse
|
|
2522
2522
|
* @throws OciError when an error occurs
|
|
2523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListCaptchas.ts.html |here} to see how to use ListCaptchas API.
|
|
2524
2524
|
*/
|
|
2525
2525
|
listCaptchas(listCaptchasRequest) {
|
|
2526
2526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2627,7 +2627,7 @@ class WaasClient {
|
|
|
2627
2627
|
* @param ListCertificatesRequest
|
|
2628
2628
|
* @return ListCertificatesResponse
|
|
2629
2629
|
* @throws OciError when an error occurs
|
|
2630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
2631
2631
|
*/
|
|
2632
2632
|
listCertificates(listCertificatesRequest) {
|
|
2633
2633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2735,7 +2735,7 @@ class WaasClient {
|
|
|
2735
2735
|
* @param ListCustomProtectionRulesRequest
|
|
2736
2736
|
* @return ListCustomProtectionRulesResponse
|
|
2737
2737
|
* @throws OciError when an error occurs
|
|
2738
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2738
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListCustomProtectionRules.ts.html |here} to see how to use ListCustomProtectionRules API.
|
|
2739
2739
|
*/
|
|
2740
2740
|
listCustomProtectionRules(listCustomProtectionRulesRequest) {
|
|
2741
2741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2843,7 +2843,7 @@ class WaasClient {
|
|
|
2843
2843
|
* @param ListEdgeSubnetsRequest
|
|
2844
2844
|
* @return ListEdgeSubnetsResponse
|
|
2845
2845
|
* @throws OciError when an error occurs
|
|
2846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListEdgeSubnets.ts.html |here} to see how to use ListEdgeSubnets API.
|
|
2847
2847
|
*/
|
|
2848
2848
|
listEdgeSubnets(listEdgeSubnetsRequest) {
|
|
2849
2849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2948,7 +2948,7 @@ class WaasClient {
|
|
|
2948
2948
|
* @param ListGoodBotsRequest
|
|
2949
2949
|
* @return ListGoodBotsResponse
|
|
2950
2950
|
* @throws OciError when an error occurs
|
|
2951
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListGoodBots.ts.html |here} to see how to use ListGoodBots API.
|
|
2952
2952
|
*/
|
|
2953
2953
|
listGoodBots(listGoodBotsRequest) {
|
|
2954
2954
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3056,7 +3056,7 @@ class WaasClient {
|
|
|
3056
3056
|
* @param ListProtectionRulesRequest
|
|
3057
3057
|
* @return ListProtectionRulesResponse
|
|
3058
3058
|
* @throws OciError when an error occurs
|
|
3059
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListProtectionRules.ts.html |here} to see how to use ListProtectionRules API.
|
|
3060
3060
|
*/
|
|
3061
3061
|
listProtectionRules(listProtectionRulesRequest) {
|
|
3062
3062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3168,7 +3168,7 @@ class WaasClient {
|
|
|
3168
3168
|
* @param ListRecommendationsRequest
|
|
3169
3169
|
* @return ListRecommendationsResponse
|
|
3170
3170
|
* @throws OciError when an error occurs
|
|
3171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListRecommendations.ts.html |here} to see how to use ListRecommendations API.
|
|
3172
3172
|
*/
|
|
3173
3173
|
listRecommendations(listRecommendationsRequest) {
|
|
3174
3174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3279,7 +3279,7 @@ class WaasClient {
|
|
|
3279
3279
|
* @param ListThreatFeedsRequest
|
|
3280
3280
|
* @return ListThreatFeedsResponse
|
|
3281
3281
|
* @throws OciError when an error occurs
|
|
3282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListThreatFeeds.ts.html |here} to see how to use ListThreatFeeds API.
|
|
3283
3283
|
*/
|
|
3284
3284
|
listThreatFeeds(listThreatFeedsRequest) {
|
|
3285
3285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3386,7 +3386,7 @@ class WaasClient {
|
|
|
3386
3386
|
* @param ListWaasPoliciesRequest
|
|
3387
3387
|
* @return ListWaasPoliciesResponse
|
|
3388
3388
|
* @throws OciError when an error occurs
|
|
3389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListWaasPolicies.ts.html |here} to see how to use ListWaasPolicies API.
|
|
3390
3390
|
*/
|
|
3391
3391
|
listWaasPolicies(listWaasPoliciesRequest) {
|
|
3392
3392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3494,7 +3494,7 @@ class WaasClient {
|
|
|
3494
3494
|
* @param ListWaasPolicyCustomProtectionRulesRequest
|
|
3495
3495
|
* @return ListWaasPolicyCustomProtectionRulesResponse
|
|
3496
3496
|
* @throws OciError when an error occurs
|
|
3497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListWaasPolicyCustomProtectionRules.ts.html |here} to see how to use ListWaasPolicyCustomProtectionRules API.
|
|
3498
3498
|
*/
|
|
3499
3499
|
listWaasPolicyCustomProtectionRules(listWaasPolicyCustomProtectionRulesRequest) {
|
|
3500
3500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3603,7 +3603,7 @@ class WaasClient {
|
|
|
3603
3603
|
* @param ListWafBlockedRequestsRequest
|
|
3604
3604
|
* @return ListWafBlockedRequestsResponse
|
|
3605
3605
|
* @throws OciError when an error occurs
|
|
3606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListWafBlockedRequests.ts.html |here} to see how to use ListWafBlockedRequests API.
|
|
3607
3607
|
*/
|
|
3608
3608
|
listWafBlockedRequests(listWafBlockedRequestsRequest) {
|
|
3609
3609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3711,7 +3711,7 @@ class WaasClient {
|
|
|
3711
3711
|
* @param ListWafLogsRequest
|
|
3712
3712
|
* @return ListWafLogsResponse
|
|
3713
3713
|
* @throws OciError when an error occurs
|
|
3714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListWafLogs.ts.html |here} to see how to use ListWafLogs API.
|
|
3715
3715
|
*/
|
|
3716
3716
|
listWafLogs(listWafLogsRequest) {
|
|
3717
3717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3835,7 +3835,7 @@ class WaasClient {
|
|
|
3835
3835
|
* @param ListWafRequestsRequest
|
|
3836
3836
|
* @return ListWafRequestsResponse
|
|
3837
3837
|
* @throws OciError when an error occurs
|
|
3838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListWafRequests.ts.html |here} to see how to use ListWafRequests API.
|
|
3839
3839
|
*/
|
|
3840
3840
|
listWafRequests(listWafRequestsRequest) {
|
|
3841
3841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3941,7 +3941,7 @@ class WaasClient {
|
|
|
3941
3941
|
* @param ListWafTrafficRequest
|
|
3942
3942
|
* @return ListWafTrafficResponse
|
|
3943
3943
|
* @throws OciError when an error occurs
|
|
3944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListWafTraffic.ts.html |here} to see how to use ListWafTraffic API.
|
|
3945
3945
|
*/
|
|
3946
3946
|
listWafTraffic(listWafTrafficRequest) {
|
|
3947
3947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4045,7 +4045,7 @@ class WaasClient {
|
|
|
4045
4045
|
* @param ListWhitelistsRequest
|
|
4046
4046
|
* @return ListWhitelistsResponse
|
|
4047
4047
|
* @throws OciError when an error occurs
|
|
4048
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4048
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListWhitelists.ts.html |here} to see how to use ListWhitelists API.
|
|
4049
4049
|
*/
|
|
4050
4050
|
listWhitelists(listWhitelistsRequest) {
|
|
4051
4051
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4152,7 +4152,7 @@ class WaasClient {
|
|
|
4152
4152
|
* @param ListWorkRequestsRequest
|
|
4153
4153
|
* @return ListWorkRequestsResponse
|
|
4154
4154
|
* @throws OciError when an error occurs
|
|
4155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4156
4156
|
*/
|
|
4157
4157
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4158
4158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4257,7 +4257,7 @@ class WaasClient {
|
|
|
4257
4257
|
* @param PurgeCacheRequest
|
|
4258
4258
|
* @return PurgeCacheResponse
|
|
4259
4259
|
* @throws OciError when an error occurs
|
|
4260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/PurgeCache.ts.html |here} to see how to use PurgeCache API.
|
|
4261
4261
|
*/
|
|
4262
4262
|
purgeCache(purgeCacheRequest) {
|
|
4263
4263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4322,7 +4322,7 @@ class WaasClient {
|
|
|
4322
4322
|
* @param UpdateAccessRulesRequest
|
|
4323
4323
|
* @return UpdateAccessRulesResponse
|
|
4324
4324
|
* @throws OciError when an error occurs
|
|
4325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateAccessRules.ts.html |here} to see how to use UpdateAccessRules API.
|
|
4326
4326
|
*/
|
|
4327
4327
|
updateAccessRules(updateAccessRulesRequest) {
|
|
4328
4328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4380,7 +4380,7 @@ class WaasClient {
|
|
|
4380
4380
|
* @param UpdateAddressListRequest
|
|
4381
4381
|
* @return UpdateAddressListResponse
|
|
4382
4382
|
* @throws OciError when an error occurs
|
|
4383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateAddressList.ts.html |here} to see how to use UpdateAddressList API.
|
|
4384
4384
|
*/
|
|
4385
4385
|
updateAddressList(updateAddressListRequest) {
|
|
4386
4386
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4447,7 +4447,7 @@ class WaasClient {
|
|
|
4447
4447
|
* @param UpdateCachingRulesRequest
|
|
4448
4448
|
* @return UpdateCachingRulesResponse
|
|
4449
4449
|
* @throws OciError when an error occurs
|
|
4450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateCachingRules.ts.html |here} to see how to use UpdateCachingRules API.
|
|
4451
4451
|
*/
|
|
4452
4452
|
updateCachingRules(updateCachingRulesRequest) {
|
|
4453
4453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4513,7 +4513,7 @@ class WaasClient {
|
|
|
4513
4513
|
* @param UpdateCaptchasRequest
|
|
4514
4514
|
* @return UpdateCaptchasResponse
|
|
4515
4515
|
* @throws OciError when an error occurs
|
|
4516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateCaptchas.ts.html |here} to see how to use UpdateCaptchas API.
|
|
4517
4517
|
*/
|
|
4518
4518
|
updateCaptchas(updateCaptchasRequest) {
|
|
4519
4519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4571,7 +4571,7 @@ class WaasClient {
|
|
|
4571
4571
|
* @param UpdateCertificateRequest
|
|
4572
4572
|
* @return UpdateCertificateResponse
|
|
4573
4573
|
* @throws OciError when an error occurs
|
|
4574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
4575
4575
|
*/
|
|
4576
4576
|
updateCertificate(updateCertificateRequest) {
|
|
4577
4577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4632,7 +4632,7 @@ class WaasClient {
|
|
|
4632
4632
|
* @param UpdateCustomProtectionRuleRequest
|
|
4633
4633
|
* @return UpdateCustomProtectionRuleResponse
|
|
4634
4634
|
* @throws OciError when an error occurs
|
|
4635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateCustomProtectionRule.ts.html |here} to see how to use UpdateCustomProtectionRule API.
|
|
4636
4636
|
*/
|
|
4637
4637
|
updateCustomProtectionRule(updateCustomProtectionRuleRequest) {
|
|
4638
4638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4698,7 +4698,7 @@ class WaasClient {
|
|
|
4698
4698
|
* @param UpdateDeviceFingerprintChallengeRequest
|
|
4699
4699
|
* @return UpdateDeviceFingerprintChallengeResponse
|
|
4700
4700
|
* @throws OciError when an error occurs
|
|
4701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateDeviceFingerprintChallenge.ts.html |here} to see how to use UpdateDeviceFingerprintChallenge API.
|
|
4702
4702
|
*/
|
|
4703
4703
|
updateDeviceFingerprintChallenge(updateDeviceFingerprintChallengeRequest) {
|
|
4704
4704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4758,7 +4758,7 @@ class WaasClient {
|
|
|
4758
4758
|
* @param UpdateGoodBotsRequest
|
|
4759
4759
|
* @return UpdateGoodBotsResponse
|
|
4760
4760
|
* @throws OciError when an error occurs
|
|
4761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateGoodBots.ts.html |here} to see how to use UpdateGoodBots API.
|
|
4762
4762
|
*/
|
|
4763
4763
|
updateGoodBots(updateGoodBotsRequest) {
|
|
4764
4764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4816,7 +4816,7 @@ class WaasClient {
|
|
|
4816
4816
|
* @param UpdateHumanInteractionChallengeRequest
|
|
4817
4817
|
* @return UpdateHumanInteractionChallengeResponse
|
|
4818
4818
|
* @throws OciError when an error occurs
|
|
4819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateHumanInteractionChallenge.ts.html |here} to see how to use UpdateHumanInteractionChallenge API.
|
|
4820
4820
|
*/
|
|
4821
4821
|
updateHumanInteractionChallenge(updateHumanInteractionChallengeRequest) {
|
|
4822
4822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4874,7 +4874,7 @@ class WaasClient {
|
|
|
4874
4874
|
* @param UpdateJsChallengeRequest
|
|
4875
4875
|
* @return UpdateJsChallengeResponse
|
|
4876
4876
|
* @throws OciError when an error occurs
|
|
4877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateJsChallenge.ts.html |here} to see how to use UpdateJsChallenge API.
|
|
4878
4878
|
*/
|
|
4879
4879
|
updateJsChallenge(updateJsChallengeRequest) {
|
|
4880
4880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4932,7 +4932,7 @@ class WaasClient {
|
|
|
4932
4932
|
* @param UpdatePolicyConfigRequest
|
|
4933
4933
|
* @return UpdatePolicyConfigResponse
|
|
4934
4934
|
* @throws OciError when an error occurs
|
|
4935
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdatePolicyConfig.ts.html |here} to see how to use UpdatePolicyConfig API.
|
|
4936
4936
|
*/
|
|
4937
4937
|
updatePolicyConfig(updatePolicyConfigRequest) {
|
|
4938
4938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4992,7 +4992,7 @@ class WaasClient {
|
|
|
4992
4992
|
* @param UpdateProtectionRulesRequest
|
|
4993
4993
|
* @return UpdateProtectionRulesResponse
|
|
4994
4994
|
* @throws OciError when an error occurs
|
|
4995
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
4995
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateProtectionRules.ts.html |here} to see how to use UpdateProtectionRules API.
|
|
4996
4996
|
*/
|
|
4997
4997
|
updateProtectionRules(updateProtectionRulesRequest) {
|
|
4998
4998
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5049,7 +5049,7 @@ class WaasClient {
|
|
|
5049
5049
|
* @param UpdateProtectionSettingsRequest
|
|
5050
5050
|
* @return UpdateProtectionSettingsResponse
|
|
5051
5051
|
* @throws OciError when an error occurs
|
|
5052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateProtectionSettings.ts.html |here} to see how to use UpdateProtectionSettings API.
|
|
5053
5053
|
*/
|
|
5054
5054
|
updateProtectionSettings(updateProtectionSettingsRequest) {
|
|
5055
5055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5107,7 +5107,7 @@ class WaasClient {
|
|
|
5107
5107
|
* @param UpdateThreatFeedsRequest
|
|
5108
5108
|
* @return UpdateThreatFeedsResponse
|
|
5109
5109
|
* @throws OciError when an error occurs
|
|
5110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateThreatFeeds.ts.html |here} to see how to use UpdateThreatFeeds API.
|
|
5111
5111
|
*/
|
|
5112
5112
|
updateThreatFeeds(updateThreatFeedsRequest) {
|
|
5113
5113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5166,7 +5166,7 @@ class WaasClient {
|
|
|
5166
5166
|
* @param UpdateWaasPolicyRequest
|
|
5167
5167
|
* @return UpdateWaasPolicyResponse
|
|
5168
5168
|
* @throws OciError when an error occurs
|
|
5169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateWaasPolicy.ts.html |here} to see how to use UpdateWaasPolicy API.
|
|
5170
5170
|
*/
|
|
5171
5171
|
updateWaasPolicy(updateWaasPolicyRequest) {
|
|
5172
5172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5224,7 +5224,7 @@ class WaasClient {
|
|
|
5224
5224
|
* @param UpdateWaasPolicyCustomProtectionRulesRequest
|
|
5225
5225
|
* @return UpdateWaasPolicyCustomProtectionRulesResponse
|
|
5226
5226
|
* @throws OciError when an error occurs
|
|
5227
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateWaasPolicyCustomProtectionRules.ts.html |here} to see how to use UpdateWaasPolicyCustomProtectionRules API.
|
|
5228
5228
|
*/
|
|
5229
5229
|
updateWaasPolicyCustomProtectionRules(updateWaasPolicyCustomProtectionRulesRequest) {
|
|
5230
5230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5282,7 +5282,7 @@ class WaasClient {
|
|
|
5282
5282
|
* @param UpdateWafAddressRateLimitingRequest
|
|
5283
5283
|
* @return UpdateWafAddressRateLimitingResponse
|
|
5284
5284
|
* @throws OciError when an error occurs
|
|
5285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateWafAddressRateLimiting.ts.html |here} to see how to use UpdateWafAddressRateLimiting API.
|
|
5286
5286
|
*/
|
|
5287
5287
|
updateWafAddressRateLimiting(updateWafAddressRateLimitingRequest) {
|
|
5288
5288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5348,7 +5348,7 @@ class WaasClient {
|
|
|
5348
5348
|
* @param UpdateWafConfigRequest
|
|
5349
5349
|
* @return UpdateWafConfigResponse
|
|
5350
5350
|
* @throws OciError when an error occurs
|
|
5351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateWafConfig.ts.html |here} to see how to use UpdateWafConfig API.
|
|
5352
5352
|
*/
|
|
5353
5353
|
updateWafConfig(updateWafConfigRequest) {
|
|
5354
5354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5414,7 +5414,7 @@ class WaasClient {
|
|
|
5414
5414
|
* @param UpdateWhitelistsRequest
|
|
5415
5415
|
* @return UpdateWhitelistsResponse
|
|
5416
5416
|
* @throws OciError when an error occurs
|
|
5417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
5417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/waas/UpdateWhitelists.ts.html |here} to see how to use UpdateWhitelists API.
|
|
5418
5418
|
*/
|
|
5419
5419
|
updateWhitelists(updateWhitelistsRequest) {
|
|
5420
5420
|
return __awaiter(this, void 0, void 0, function* () {
|