oci-waas 2.56.0 → 2.58.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 +92 -72
- package/lib/client.js +118 -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
|
@@ -59,11 +59,14 @@ var RedirectApiKeys;
|
|
|
59
59
|
*/
|
|
60
60
|
class RedirectClient {
|
|
61
61
|
constructor(params, clientConfiguration) {
|
|
62
|
+
this["_realmSpecificEndpointTemplateEnabled"] = false;
|
|
62
63
|
this["_endpoint"] = "";
|
|
63
64
|
this["_defaultHeaders"] = {};
|
|
64
65
|
this._circuitBreaker = null;
|
|
65
66
|
this._httpOptions = undefined;
|
|
66
67
|
this.targetService = "Redirect";
|
|
68
|
+
this._regionId = "";
|
|
69
|
+
this._lastSetRegionOrRegionId = "";
|
|
67
70
|
const requestSigner = params.authenticationDetailsProvider
|
|
68
71
|
? new common.DefaultRequestSigner(params.authenticationDetailsProvider)
|
|
69
72
|
: null;
|
|
@@ -113,13 +116,31 @@ class RedirectClient {
|
|
|
113
116
|
get logger() {
|
|
114
117
|
return common.LOG.logger;
|
|
115
118
|
}
|
|
119
|
+
/**
|
|
120
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
121
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
122
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
123
|
+
*/
|
|
124
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
|
|
125
|
+
this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
|
|
126
|
+
if (this.logger)
|
|
127
|
+
this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
128
|
+
if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
|
|
129
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(RedirectClient.serviceEndpointTemplate, this._region, RedirectClient.endpointServiceName);
|
|
130
|
+
}
|
|
131
|
+
else if (this._lastSetRegionOrRegionId === common.Region.REGION_ID_STRING) {
|
|
132
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(RedirectClient.serviceEndpointTemplate, this._regionId, RedirectClient.endpointServiceName);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
116
135
|
/**
|
|
117
136
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
118
137
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
119
138
|
* @param region The region of the service.
|
|
120
139
|
*/
|
|
121
140
|
set region(region) {
|
|
141
|
+
this._region = region;
|
|
122
142
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(RedirectClient.serviceEndpointTemplate, region, RedirectClient.endpointServiceName);
|
|
143
|
+
this._lastSetRegionOrRegionId = common.Region.REGION_STRING;
|
|
123
144
|
}
|
|
124
145
|
/**
|
|
125
146
|
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
@@ -130,7 +151,9 @@ class RedirectClient {
|
|
|
130
151
|
* @param regionId The public region ID.
|
|
131
152
|
*/
|
|
132
153
|
set regionId(regionId) {
|
|
154
|
+
this._regionId = regionId;
|
|
133
155
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(RedirectClient.serviceEndpointTemplate, regionId, RedirectClient.endpointServiceName);
|
|
156
|
+
this._lastSetRegionOrRegionId = common.Region.REGION_ID_STRING;
|
|
134
157
|
}
|
|
135
158
|
/**
|
|
136
159
|
* Creates a new RedirectWaiter for resources for this service.
|
|
@@ -159,7 +182,7 @@ class RedirectClient {
|
|
|
159
182
|
* @param ChangeHttpRedirectCompartmentRequest
|
|
160
183
|
* @return ChangeHttpRedirectCompartmentResponse
|
|
161
184
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ChangeHttpRedirectCompartment.ts.html |here} to see how to use ChangeHttpRedirectCompartment API.
|
|
163
186
|
*/
|
|
164
187
|
changeHttpRedirectCompartment(changeHttpRedirectCompartmentRequest) {
|
|
165
188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -216,7 +239,7 @@ class RedirectClient {
|
|
|
216
239
|
* @param CreateHttpRedirectRequest
|
|
217
240
|
* @return CreateHttpRedirectResponse
|
|
218
241
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/CreateHttpRedirect.ts.html |here} to see how to use CreateHttpRedirect API.
|
|
220
243
|
*/
|
|
221
244
|
createHttpRedirect(createHttpRedirectRequest) {
|
|
222
245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -275,7 +298,7 @@ class RedirectClient {
|
|
|
275
298
|
* @param DeleteHttpRedirectRequest
|
|
276
299
|
* @return DeleteHttpRedirectResponse
|
|
277
300
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/DeleteHttpRedirect.ts.html |here} to see how to use DeleteHttpRedirect API.
|
|
279
302
|
*/
|
|
280
303
|
deleteHttpRedirect(deleteHttpRedirectRequest) {
|
|
281
304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -336,7 +359,7 @@ class RedirectClient {
|
|
|
336
359
|
* @param GetHttpRedirectRequest
|
|
337
360
|
* @return GetHttpRedirectResponse
|
|
338
361
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetHttpRedirect.ts.html |here} to see how to use GetHttpRedirect API.
|
|
340
363
|
*/
|
|
341
364
|
getHttpRedirect(getHttpRedirectRequest) {
|
|
342
365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -399,7 +422,7 @@ class RedirectClient {
|
|
|
399
422
|
* @param ListHttpRedirectsRequest
|
|
400
423
|
* @return ListHttpRedirectsResponse
|
|
401
424
|
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListHttpRedirects.ts.html |here} to see how to use ListHttpRedirects API.
|
|
403
426
|
*/
|
|
404
427
|
listHttpRedirects(listHttpRedirectsRequest) {
|
|
405
428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -511,7 +534,7 @@ class RedirectClient {
|
|
|
511
534
|
* @param UpdateHttpRedirectRequest
|
|
512
535
|
* @return UpdateHttpRedirectResponse
|
|
513
536
|
* @throws OciError when an error occurs
|
|
514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateHttpRedirect.ts.html |here} to see how to use UpdateHttpRedirect API.
|
|
515
538
|
*/
|
|
516
539
|
updateHttpRedirect(updateHttpRedirectRequest) {
|
|
517
540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -580,11 +603,14 @@ var WaasApiKeys;
|
|
|
580
603
|
*/
|
|
581
604
|
class WaasClient {
|
|
582
605
|
constructor(params, clientConfiguration) {
|
|
606
|
+
this["_realmSpecificEndpointTemplateEnabled"] = false;
|
|
583
607
|
this["_endpoint"] = "";
|
|
584
608
|
this["_defaultHeaders"] = {};
|
|
585
609
|
this._circuitBreaker = null;
|
|
586
610
|
this._httpOptions = undefined;
|
|
587
611
|
this.targetService = "Waas";
|
|
612
|
+
this._regionId = "";
|
|
613
|
+
this._lastSetRegionOrRegionId = "";
|
|
588
614
|
const requestSigner = params.authenticationDetailsProvider
|
|
589
615
|
? new common.DefaultRequestSigner(params.authenticationDetailsProvider)
|
|
590
616
|
: null;
|
|
@@ -634,13 +660,31 @@ class WaasClient {
|
|
|
634
660
|
get logger() {
|
|
635
661
|
return common.LOG.logger;
|
|
636
662
|
}
|
|
663
|
+
/**
|
|
664
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
665
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
666
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
667
|
+
*/
|
|
668
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
|
|
669
|
+
this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
|
|
670
|
+
if (this.logger)
|
|
671
|
+
this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
672
|
+
if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
|
|
673
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(WaasClient.serviceEndpointTemplate, this._region, WaasClient.endpointServiceName);
|
|
674
|
+
}
|
|
675
|
+
else if (this._lastSetRegionOrRegionId === common.Region.REGION_ID_STRING) {
|
|
676
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(WaasClient.serviceEndpointTemplate, this._regionId, WaasClient.endpointServiceName);
|
|
677
|
+
}
|
|
678
|
+
}
|
|
637
679
|
/**
|
|
638
680
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
639
681
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
640
682
|
* @param region The region of the service.
|
|
641
683
|
*/
|
|
642
684
|
set region(region) {
|
|
685
|
+
this._region = region;
|
|
643
686
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(WaasClient.serviceEndpointTemplate, region, WaasClient.endpointServiceName);
|
|
687
|
+
this._lastSetRegionOrRegionId = common.Region.REGION_STRING;
|
|
644
688
|
}
|
|
645
689
|
/**
|
|
646
690
|
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
@@ -651,7 +695,9 @@ class WaasClient {
|
|
|
651
695
|
* @param regionId The public region ID.
|
|
652
696
|
*/
|
|
653
697
|
set regionId(regionId) {
|
|
698
|
+
this._regionId = regionId;
|
|
654
699
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(WaasClient.serviceEndpointTemplate, regionId, WaasClient.endpointServiceName);
|
|
700
|
+
this._lastSetRegionOrRegionId = common.Region.REGION_ID_STRING;
|
|
655
701
|
}
|
|
656
702
|
/**
|
|
657
703
|
* Creates a new WaasWaiter for resources for this service.
|
|
@@ -682,7 +728,7 @@ class WaasClient {
|
|
|
682
728
|
* @param AcceptRecommendationsRequest
|
|
683
729
|
* @return AcceptRecommendationsResponse
|
|
684
730
|
* @throws OciError when an error occurs
|
|
685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/AcceptRecommendations.ts.html |here} to see how to use AcceptRecommendations API.
|
|
686
732
|
*/
|
|
687
733
|
acceptRecommendations(acceptRecommendationsRequest) {
|
|
688
734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -743,7 +789,7 @@ class WaasClient {
|
|
|
743
789
|
* @param CancelWorkRequestRequest
|
|
744
790
|
* @return CancelWorkRequestResponse
|
|
745
791
|
* @throws OciError when an error occurs
|
|
746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
747
793
|
*/
|
|
748
794
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
749
795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -802,7 +848,7 @@ class WaasClient {
|
|
|
802
848
|
* @param ChangeAddressListCompartmentRequest
|
|
803
849
|
* @return ChangeAddressListCompartmentResponse
|
|
804
850
|
* @throws OciError when an error occurs
|
|
805
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ChangeAddressListCompartment.ts.html |here} to see how to use ChangeAddressListCompartment API.
|
|
806
852
|
*/
|
|
807
853
|
changeAddressListCompartment(changeAddressListCompartmentRequest) {
|
|
808
854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -861,7 +907,7 @@ class WaasClient {
|
|
|
861
907
|
* @param ChangeCertificateCompartmentRequest
|
|
862
908
|
* @return ChangeCertificateCompartmentResponse
|
|
863
909
|
* @throws OciError when an error occurs
|
|
864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
865
911
|
*/
|
|
866
912
|
changeCertificateCompartment(changeCertificateCompartmentRequest) {
|
|
867
913
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -918,7 +964,7 @@ class WaasClient {
|
|
|
918
964
|
* @param ChangeCustomProtectionRuleCompartmentRequest
|
|
919
965
|
* @return ChangeCustomProtectionRuleCompartmentResponse
|
|
920
966
|
* @throws OciError when an error occurs
|
|
921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ChangeCustomProtectionRuleCompartment.ts.html |here} to see how to use ChangeCustomProtectionRuleCompartment API.
|
|
922
968
|
*/
|
|
923
969
|
changeCustomProtectionRuleCompartment(changeCustomProtectionRuleCompartmentRequest) {
|
|
924
970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -977,7 +1023,7 @@ class WaasClient {
|
|
|
977
1023
|
* @param ChangeWaasPolicyCompartmentRequest
|
|
978
1024
|
* @return ChangeWaasPolicyCompartmentResponse
|
|
979
1025
|
* @throws OciError when an error occurs
|
|
980
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1026
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ChangeWaasPolicyCompartment.ts.html |here} to see how to use ChangeWaasPolicyCompartment API.
|
|
981
1027
|
*/
|
|
982
1028
|
changeWaasPolicyCompartment(changeWaasPolicyCompartmentRequest) {
|
|
983
1029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1034,7 +1080,7 @@ class WaasClient {
|
|
|
1034
1080
|
* @param CreateAddressListRequest
|
|
1035
1081
|
* @return CreateAddressListResponse
|
|
1036
1082
|
* @throws OciError when an error occurs
|
|
1037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/CreateAddressList.ts.html |here} to see how to use CreateAddressList API.
|
|
1038
1084
|
*/
|
|
1039
1085
|
createAddressList(createAddressListRequest) {
|
|
1040
1086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1099,7 +1145,7 @@ class WaasClient {
|
|
|
1099
1145
|
* @param CreateCertificateRequest
|
|
1100
1146
|
* @return CreateCertificateResponse
|
|
1101
1147
|
* @throws OciError when an error occurs
|
|
1102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
1103
1149
|
*/
|
|
1104
1150
|
createCertificate(createCertificateRequest) {
|
|
1105
1151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1164,7 +1210,7 @@ class WaasClient {
|
|
|
1164
1210
|
* @param CreateCustomProtectionRuleRequest
|
|
1165
1211
|
* @return CreateCustomProtectionRuleResponse
|
|
1166
1212
|
* @throws OciError when an error occurs
|
|
1167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/CreateCustomProtectionRule.ts.html |here} to see how to use CreateCustomProtectionRule API.
|
|
1168
1214
|
*/
|
|
1169
1215
|
createCustomProtectionRule(createCustomProtectionRuleRequest) {
|
|
1170
1216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1239,7 +1285,7 @@ class WaasClient {
|
|
|
1239
1285
|
* @param CreateWaasPolicyRequest
|
|
1240
1286
|
* @return CreateWaasPolicyResponse
|
|
1241
1287
|
* @throws OciError when an error occurs
|
|
1242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/CreateWaasPolicy.ts.html |here} to see how to use CreateWaasPolicy API.
|
|
1243
1289
|
*/
|
|
1244
1290
|
createWaasPolicy(createWaasPolicyRequest) {
|
|
1245
1291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1303,7 +1349,7 @@ class WaasClient {
|
|
|
1303
1349
|
* @param DeleteAddressListRequest
|
|
1304
1350
|
* @return DeleteAddressListResponse
|
|
1305
1351
|
* @throws OciError when an error occurs
|
|
1306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/DeleteAddressList.ts.html |here} to see how to use DeleteAddressList API.
|
|
1307
1353
|
*/
|
|
1308
1354
|
deleteAddressList(deleteAddressListRequest) {
|
|
1309
1355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1359,7 +1405,7 @@ class WaasClient {
|
|
|
1359
1405
|
* @param DeleteCertificateRequest
|
|
1360
1406
|
* @return DeleteCertificateResponse
|
|
1361
1407
|
* @throws OciError when an error occurs
|
|
1362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
1363
1409
|
*/
|
|
1364
1410
|
deleteCertificate(deleteCertificateRequest) {
|
|
1365
1411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1415,7 +1461,7 @@ class WaasClient {
|
|
|
1415
1461
|
* @param DeleteCustomProtectionRuleRequest
|
|
1416
1462
|
* @return DeleteCustomProtectionRuleResponse
|
|
1417
1463
|
* @throws OciError when an error occurs
|
|
1418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/DeleteCustomProtectionRule.ts.html |here} to see how to use DeleteCustomProtectionRule API.
|
|
1419
1465
|
*/
|
|
1420
1466
|
deleteCustomProtectionRule(deleteCustomProtectionRuleRequest) {
|
|
1421
1467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1471,7 +1517,7 @@ class WaasClient {
|
|
|
1471
1517
|
* @param DeleteWaasPolicyRequest
|
|
1472
1518
|
* @return DeleteWaasPolicyResponse
|
|
1473
1519
|
* @throws OciError when an error occurs
|
|
1474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/DeleteWaasPolicy.ts.html |here} to see how to use DeleteWaasPolicy API.
|
|
1475
1521
|
*/
|
|
1476
1522
|
deleteWaasPolicy(deleteWaasPolicyRequest) {
|
|
1477
1523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1532,7 +1578,7 @@ class WaasClient {
|
|
|
1532
1578
|
* @param GetAddressListRequest
|
|
1533
1579
|
* @return GetAddressListResponse
|
|
1534
1580
|
* @throws OciError when an error occurs
|
|
1535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetAddressList.ts.html |here} to see how to use GetAddressList API.
|
|
1536
1582
|
*/
|
|
1537
1583
|
getAddressList(getAddressListRequest) {
|
|
1538
1584
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1595,7 +1641,7 @@ class WaasClient {
|
|
|
1595
1641
|
* @param GetCertificateRequest
|
|
1596
1642
|
* @return GetCertificateResponse
|
|
1597
1643
|
* @throws OciError when an error occurs
|
|
1598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
1599
1645
|
*/
|
|
1600
1646
|
getCertificate(getCertificateRequest) {
|
|
1601
1647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1658,7 +1704,7 @@ class WaasClient {
|
|
|
1658
1704
|
* @param GetCustomProtectionRuleRequest
|
|
1659
1705
|
* @return GetCustomProtectionRuleResponse
|
|
1660
1706
|
* @throws OciError when an error occurs
|
|
1661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetCustomProtectionRule.ts.html |here} to see how to use GetCustomProtectionRule API.
|
|
1662
1708
|
*/
|
|
1663
1709
|
getCustomProtectionRule(getCustomProtectionRuleRequest) {
|
|
1664
1710
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1721,7 +1767,7 @@ class WaasClient {
|
|
|
1721
1767
|
* @param GetDeviceFingerprintChallengeRequest
|
|
1722
1768
|
* @return GetDeviceFingerprintChallengeResponse
|
|
1723
1769
|
* @throws OciError when an error occurs
|
|
1724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetDeviceFingerprintChallenge.ts.html |here} to see how to use GetDeviceFingerprintChallenge API.
|
|
1725
1771
|
*/
|
|
1726
1772
|
getDeviceFingerprintChallenge(getDeviceFingerprintChallengeRequest) {
|
|
1727
1773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1784,7 +1830,7 @@ class WaasClient {
|
|
|
1784
1830
|
* @param GetHumanInteractionChallengeRequest
|
|
1785
1831
|
* @return GetHumanInteractionChallengeResponse
|
|
1786
1832
|
* @throws OciError when an error occurs
|
|
1787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetHumanInteractionChallenge.ts.html |here} to see how to use GetHumanInteractionChallenge API.
|
|
1788
1834
|
*/
|
|
1789
1835
|
getHumanInteractionChallenge(getHumanInteractionChallengeRequest) {
|
|
1790
1836
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1847,7 +1893,7 @@ class WaasClient {
|
|
|
1847
1893
|
* @param GetJsChallengeRequest
|
|
1848
1894
|
* @return GetJsChallengeResponse
|
|
1849
1895
|
* @throws OciError when an error occurs
|
|
1850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1896
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetJsChallenge.ts.html |here} to see how to use GetJsChallenge API.
|
|
1851
1897
|
*/
|
|
1852
1898
|
getJsChallenge(getJsChallengeRequest) {
|
|
1853
1899
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1910,7 +1956,7 @@ class WaasClient {
|
|
|
1910
1956
|
* @param GetPolicyConfigRequest
|
|
1911
1957
|
* @return GetPolicyConfigResponse
|
|
1912
1958
|
* @throws OciError when an error occurs
|
|
1913
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetPolicyConfig.ts.html |here} to see how to use GetPolicyConfig API.
|
|
1914
1960
|
*/
|
|
1915
1961
|
getPolicyConfig(getPolicyConfigRequest) {
|
|
1916
1962
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1973,7 +2019,7 @@ class WaasClient {
|
|
|
1973
2019
|
* @param GetProtectionRuleRequest
|
|
1974
2020
|
* @return GetProtectionRuleResponse
|
|
1975
2021
|
* @throws OciError when an error occurs
|
|
1976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetProtectionRule.ts.html |here} to see how to use GetProtectionRule API.
|
|
1977
2023
|
*/
|
|
1978
2024
|
getProtectionRule(getProtectionRuleRequest) {
|
|
1979
2025
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2037,7 +2083,7 @@ class WaasClient {
|
|
|
2037
2083
|
* @param GetProtectionSettingsRequest
|
|
2038
2084
|
* @return GetProtectionSettingsResponse
|
|
2039
2085
|
* @throws OciError when an error occurs
|
|
2040
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetProtectionSettings.ts.html |here} to see how to use GetProtectionSettings API.
|
|
2041
2087
|
*/
|
|
2042
2088
|
getProtectionSettings(getProtectionSettingsRequest) {
|
|
2043
2089
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2100,7 +2146,7 @@ class WaasClient {
|
|
|
2100
2146
|
* @param GetWaasPolicyRequest
|
|
2101
2147
|
* @return GetWaasPolicyResponse
|
|
2102
2148
|
* @throws OciError when an error occurs
|
|
2103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetWaasPolicy.ts.html |here} to see how to use GetWaasPolicy API.
|
|
2104
2150
|
*/
|
|
2105
2151
|
getWaasPolicy(getWaasPolicyRequest) {
|
|
2106
2152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2163,7 +2209,7 @@ class WaasClient {
|
|
|
2163
2209
|
* @param GetWafAddressRateLimitingRequest
|
|
2164
2210
|
* @return GetWafAddressRateLimitingResponse
|
|
2165
2211
|
* @throws OciError when an error occurs
|
|
2166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetWafAddressRateLimiting.ts.html |here} to see how to use GetWafAddressRateLimiting API.
|
|
2167
2213
|
*/
|
|
2168
2214
|
getWafAddressRateLimiting(getWafAddressRateLimitingRequest) {
|
|
2169
2215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2226,7 +2272,7 @@ class WaasClient {
|
|
|
2226
2272
|
* @param GetWafConfigRequest
|
|
2227
2273
|
* @return GetWafConfigResponse
|
|
2228
2274
|
* @throws OciError when an error occurs
|
|
2229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetWafConfig.ts.html |here} to see how to use GetWafConfig API.
|
|
2230
2276
|
*/
|
|
2231
2277
|
getWafConfig(getWafConfigRequest) {
|
|
2232
2278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2289,7 +2335,7 @@ class WaasClient {
|
|
|
2289
2335
|
* @param GetWorkRequestRequest
|
|
2290
2336
|
* @return GetWorkRequestResponse
|
|
2291
2337
|
* @throws OciError when an error occurs
|
|
2292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2293
2339
|
*/
|
|
2294
2340
|
getWorkRequest(getWorkRequestRequest) {
|
|
2295
2341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2358,7 +2404,7 @@ class WaasClient {
|
|
|
2358
2404
|
* @param ListAccessRulesRequest
|
|
2359
2405
|
* @return ListAccessRulesResponse
|
|
2360
2406
|
* @throws OciError when an error occurs
|
|
2361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListAccessRules.ts.html |here} to see how to use ListAccessRules API.
|
|
2362
2408
|
*/
|
|
2363
2409
|
listAccessRules(listAccessRulesRequest) {
|
|
2364
2410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2469,7 +2515,7 @@ class WaasClient {
|
|
|
2469
2515
|
* @param ListAddressListsRequest
|
|
2470
2516
|
* @return ListAddressListsResponse
|
|
2471
2517
|
* @throws OciError when an error occurs
|
|
2472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListAddressLists.ts.html |here} to see how to use ListAddressLists API.
|
|
2473
2519
|
*/
|
|
2474
2520
|
listAddressLists(listAddressListsRequest) {
|
|
2475
2521
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2582,7 +2628,7 @@ class WaasClient {
|
|
|
2582
2628
|
* @param ListCachingRulesRequest
|
|
2583
2629
|
* @return ListCachingRulesResponse
|
|
2584
2630
|
* @throws OciError when an error occurs
|
|
2585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2631
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListCachingRules.ts.html |here} to see how to use ListCachingRules API.
|
|
2586
2632
|
*/
|
|
2587
2633
|
listCachingRules(listCachingRulesRequest) {
|
|
2588
2634
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2698,7 +2744,7 @@ class WaasClient {
|
|
|
2698
2744
|
* @param ListCaptchasRequest
|
|
2699
2745
|
* @return ListCaptchasResponse
|
|
2700
2746
|
* @throws OciError when an error occurs
|
|
2701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListCaptchas.ts.html |here} to see how to use ListCaptchas API.
|
|
2702
2748
|
*/
|
|
2703
2749
|
listCaptchas(listCaptchasRequest) {
|
|
2704
2750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2809,7 +2855,7 @@ class WaasClient {
|
|
|
2809
2855
|
* @param ListCertificatesRequest
|
|
2810
2856
|
* @return ListCertificatesResponse
|
|
2811
2857
|
* @throws OciError when an error occurs
|
|
2812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
2813
2859
|
*/
|
|
2814
2860
|
listCertificates(listCertificatesRequest) {
|
|
2815
2861
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2921,7 +2967,7 @@ class WaasClient {
|
|
|
2921
2967
|
* @param ListCustomProtectionRulesRequest
|
|
2922
2968
|
* @return ListCustomProtectionRulesResponse
|
|
2923
2969
|
* @throws OciError when an error occurs
|
|
2924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2970
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListCustomProtectionRules.ts.html |here} to see how to use ListCustomProtectionRules API.
|
|
2925
2971
|
*/
|
|
2926
2972
|
listCustomProtectionRules(listCustomProtectionRulesRequest) {
|
|
2927
2973
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3033,7 +3079,7 @@ class WaasClient {
|
|
|
3033
3079
|
* @param ListEdgeSubnetsRequest
|
|
3034
3080
|
* @return ListEdgeSubnetsResponse
|
|
3035
3081
|
* @throws OciError when an error occurs
|
|
3036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListEdgeSubnets.ts.html |here} to see how to use ListEdgeSubnets API.
|
|
3037
3083
|
*/
|
|
3038
3084
|
listEdgeSubnets(listEdgeSubnetsRequest) {
|
|
3039
3085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3142,7 +3188,7 @@ class WaasClient {
|
|
|
3142
3188
|
* @param ListGoodBotsRequest
|
|
3143
3189
|
* @return ListGoodBotsResponse
|
|
3144
3190
|
* @throws OciError when an error occurs
|
|
3145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListGoodBots.ts.html |here} to see how to use ListGoodBots API.
|
|
3146
3192
|
*/
|
|
3147
3193
|
listGoodBots(listGoodBotsRequest) {
|
|
3148
3194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3254,7 +3300,7 @@ class WaasClient {
|
|
|
3254
3300
|
* @param ListProtectionRulesRequest
|
|
3255
3301
|
* @return ListProtectionRulesResponse
|
|
3256
3302
|
* @throws OciError when an error occurs
|
|
3257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListProtectionRules.ts.html |here} to see how to use ListProtectionRules API.
|
|
3258
3304
|
*/
|
|
3259
3305
|
listProtectionRules(listProtectionRulesRequest) {
|
|
3260
3306
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3370,7 +3416,7 @@ class WaasClient {
|
|
|
3370
3416
|
* @param ListRecommendationsRequest
|
|
3371
3417
|
* @return ListRecommendationsResponse
|
|
3372
3418
|
* @throws OciError when an error occurs
|
|
3373
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListRecommendations.ts.html |here} to see how to use ListRecommendations API.
|
|
3374
3420
|
*/
|
|
3375
3421
|
listRecommendations(listRecommendationsRequest) {
|
|
3376
3422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3485,7 +3531,7 @@ class WaasClient {
|
|
|
3485
3531
|
* @param ListThreatFeedsRequest
|
|
3486
3532
|
* @return ListThreatFeedsResponse
|
|
3487
3533
|
* @throws OciError when an error occurs
|
|
3488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListThreatFeeds.ts.html |here} to see how to use ListThreatFeeds API.
|
|
3489
3535
|
*/
|
|
3490
3536
|
listThreatFeeds(listThreatFeedsRequest) {
|
|
3491
3537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3596,7 +3642,7 @@ class WaasClient {
|
|
|
3596
3642
|
* @param ListWaasPoliciesRequest
|
|
3597
3643
|
* @return ListWaasPoliciesResponse
|
|
3598
3644
|
* @throws OciError when an error occurs
|
|
3599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListWaasPolicies.ts.html |here} to see how to use ListWaasPolicies API.
|
|
3600
3646
|
*/
|
|
3601
3647
|
listWaasPolicies(listWaasPoliciesRequest) {
|
|
3602
3648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3708,7 +3754,7 @@ class WaasClient {
|
|
|
3708
3754
|
* @param ListWaasPolicyCustomProtectionRulesRequest
|
|
3709
3755
|
* @return ListWaasPolicyCustomProtectionRulesResponse
|
|
3710
3756
|
* @throws OciError when an error occurs
|
|
3711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListWaasPolicyCustomProtectionRules.ts.html |here} to see how to use ListWaasPolicyCustomProtectionRules API.
|
|
3712
3758
|
*/
|
|
3713
3759
|
listWaasPolicyCustomProtectionRules(listWaasPolicyCustomProtectionRulesRequest) {
|
|
3714
3760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3821,7 +3867,7 @@ class WaasClient {
|
|
|
3821
3867
|
* @param ListWafBlockedRequestsRequest
|
|
3822
3868
|
* @return ListWafBlockedRequestsResponse
|
|
3823
3869
|
* @throws OciError when an error occurs
|
|
3824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListWafBlockedRequests.ts.html |here} to see how to use ListWafBlockedRequests API.
|
|
3825
3871
|
*/
|
|
3826
3872
|
listWafBlockedRequests(listWafBlockedRequestsRequest) {
|
|
3827
3873
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3933,7 +3979,7 @@ class WaasClient {
|
|
|
3933
3979
|
* @param ListWafLogsRequest
|
|
3934
3980
|
* @return ListWafLogsResponse
|
|
3935
3981
|
* @throws OciError when an error occurs
|
|
3936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3982
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListWafLogs.ts.html |here} to see how to use ListWafLogs API.
|
|
3937
3983
|
*/
|
|
3938
3984
|
listWafLogs(listWafLogsRequest) {
|
|
3939
3985
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4061,7 +4107,7 @@ class WaasClient {
|
|
|
4061
4107
|
* @param ListWafRequestsRequest
|
|
4062
4108
|
* @return ListWafRequestsResponse
|
|
4063
4109
|
* @throws OciError when an error occurs
|
|
4064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListWafRequests.ts.html |here} to see how to use ListWafRequests API.
|
|
4065
4111
|
*/
|
|
4066
4112
|
listWafRequests(listWafRequestsRequest) {
|
|
4067
4113
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4171,7 +4217,7 @@ class WaasClient {
|
|
|
4171
4217
|
* @param ListWafTrafficRequest
|
|
4172
4218
|
* @return ListWafTrafficResponse
|
|
4173
4219
|
* @throws OciError when an error occurs
|
|
4174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListWafTraffic.ts.html |here} to see how to use ListWafTraffic API.
|
|
4175
4221
|
*/
|
|
4176
4222
|
listWafTraffic(listWafTrafficRequest) {
|
|
4177
4223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4279,7 +4325,7 @@ class WaasClient {
|
|
|
4279
4325
|
* @param ListWhitelistsRequest
|
|
4280
4326
|
* @return ListWhitelistsResponse
|
|
4281
4327
|
* @throws OciError when an error occurs
|
|
4282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListWhitelists.ts.html |here} to see how to use ListWhitelists API.
|
|
4283
4329
|
*/
|
|
4284
4330
|
listWhitelists(listWhitelistsRequest) {
|
|
4285
4331
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4390,7 +4436,7 @@ class WaasClient {
|
|
|
4390
4436
|
* @param ListWorkRequestsRequest
|
|
4391
4437
|
* @return ListWorkRequestsResponse
|
|
4392
4438
|
* @throws OciError when an error occurs
|
|
4393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4394
4440
|
*/
|
|
4395
4441
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4396
4442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4499,7 +4545,7 @@ class WaasClient {
|
|
|
4499
4545
|
* @param PurgeCacheRequest
|
|
4500
4546
|
* @return PurgeCacheResponse
|
|
4501
4547
|
* @throws OciError when an error occurs
|
|
4502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4548
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/PurgeCache.ts.html |here} to see how to use PurgeCache API.
|
|
4503
4549
|
*/
|
|
4504
4550
|
purgeCache(purgeCacheRequest) {
|
|
4505
4551
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4568,7 +4614,7 @@ class WaasClient {
|
|
|
4568
4614
|
* @param UpdateAccessRulesRequest
|
|
4569
4615
|
* @return UpdateAccessRulesResponse
|
|
4570
4616
|
* @throws OciError when an error occurs
|
|
4571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateAccessRules.ts.html |here} to see how to use UpdateAccessRules API.
|
|
4572
4618
|
*/
|
|
4573
4619
|
updateAccessRules(updateAccessRulesRequest) {
|
|
4574
4620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4630,7 +4676,7 @@ class WaasClient {
|
|
|
4630
4676
|
* @param UpdateAddressListRequest
|
|
4631
4677
|
* @return UpdateAddressListResponse
|
|
4632
4678
|
* @throws OciError when an error occurs
|
|
4633
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateAddressList.ts.html |here} to see how to use UpdateAddressList API.
|
|
4634
4680
|
*/
|
|
4635
4681
|
updateAddressList(updateAddressListRequest) {
|
|
4636
4682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4701,7 +4747,7 @@ class WaasClient {
|
|
|
4701
4747
|
* @param UpdateCachingRulesRequest
|
|
4702
4748
|
* @return UpdateCachingRulesResponse
|
|
4703
4749
|
* @throws OciError when an error occurs
|
|
4704
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4750
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateCachingRules.ts.html |here} to see how to use UpdateCachingRules API.
|
|
4705
4751
|
*/
|
|
4706
4752
|
updateCachingRules(updateCachingRulesRequest) {
|
|
4707
4753
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4771,7 +4817,7 @@ class WaasClient {
|
|
|
4771
4817
|
* @param UpdateCaptchasRequest
|
|
4772
4818
|
* @return UpdateCaptchasResponse
|
|
4773
4819
|
* @throws OciError when an error occurs
|
|
4774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateCaptchas.ts.html |here} to see how to use UpdateCaptchas API.
|
|
4775
4821
|
*/
|
|
4776
4822
|
updateCaptchas(updateCaptchasRequest) {
|
|
4777
4823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4833,7 +4879,7 @@ class WaasClient {
|
|
|
4833
4879
|
* @param UpdateCertificateRequest
|
|
4834
4880
|
* @return UpdateCertificateResponse
|
|
4835
4881
|
* @throws OciError when an error occurs
|
|
4836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
4837
4883
|
*/
|
|
4838
4884
|
updateCertificate(updateCertificateRequest) {
|
|
4839
4885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4898,7 +4944,7 @@ class WaasClient {
|
|
|
4898
4944
|
* @param UpdateCustomProtectionRuleRequest
|
|
4899
4945
|
* @return UpdateCustomProtectionRuleResponse
|
|
4900
4946
|
* @throws OciError when an error occurs
|
|
4901
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateCustomProtectionRule.ts.html |here} to see how to use UpdateCustomProtectionRule API.
|
|
4902
4948
|
*/
|
|
4903
4949
|
updateCustomProtectionRule(updateCustomProtectionRuleRequest) {
|
|
4904
4950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4968,7 +5014,7 @@ class WaasClient {
|
|
|
4968
5014
|
* @param UpdateDeviceFingerprintChallengeRequest
|
|
4969
5015
|
* @return UpdateDeviceFingerprintChallengeResponse
|
|
4970
5016
|
* @throws OciError when an error occurs
|
|
4971
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateDeviceFingerprintChallenge.ts.html |here} to see how to use UpdateDeviceFingerprintChallenge API.
|
|
4972
5018
|
*/
|
|
4973
5019
|
updateDeviceFingerprintChallenge(updateDeviceFingerprintChallengeRequest) {
|
|
4974
5020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5032,7 +5078,7 @@ class WaasClient {
|
|
|
5032
5078
|
* @param UpdateGoodBotsRequest
|
|
5033
5079
|
* @return UpdateGoodBotsResponse
|
|
5034
5080
|
* @throws OciError when an error occurs
|
|
5035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateGoodBots.ts.html |here} to see how to use UpdateGoodBots API.
|
|
5036
5082
|
*/
|
|
5037
5083
|
updateGoodBots(updateGoodBotsRequest) {
|
|
5038
5084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5094,7 +5140,7 @@ class WaasClient {
|
|
|
5094
5140
|
* @param UpdateHumanInteractionChallengeRequest
|
|
5095
5141
|
* @return UpdateHumanInteractionChallengeResponse
|
|
5096
5142
|
* @throws OciError when an error occurs
|
|
5097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateHumanInteractionChallenge.ts.html |here} to see how to use UpdateHumanInteractionChallenge API.
|
|
5098
5144
|
*/
|
|
5099
5145
|
updateHumanInteractionChallenge(updateHumanInteractionChallengeRequest) {
|
|
5100
5146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5156,7 +5202,7 @@ class WaasClient {
|
|
|
5156
5202
|
* @param UpdateJsChallengeRequest
|
|
5157
5203
|
* @return UpdateJsChallengeResponse
|
|
5158
5204
|
* @throws OciError when an error occurs
|
|
5159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateJsChallenge.ts.html |here} to see how to use UpdateJsChallenge API.
|
|
5160
5206
|
*/
|
|
5161
5207
|
updateJsChallenge(updateJsChallengeRequest) {
|
|
5162
5208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5218,7 +5264,7 @@ class WaasClient {
|
|
|
5218
5264
|
* @param UpdatePolicyConfigRequest
|
|
5219
5265
|
* @return UpdatePolicyConfigResponse
|
|
5220
5266
|
* @throws OciError when an error occurs
|
|
5221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdatePolicyConfig.ts.html |here} to see how to use UpdatePolicyConfig API.
|
|
5222
5268
|
*/
|
|
5223
5269
|
updatePolicyConfig(updatePolicyConfigRequest) {
|
|
5224
5270
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5282,7 +5328,7 @@ class WaasClient {
|
|
|
5282
5328
|
* @param UpdateProtectionRulesRequest
|
|
5283
5329
|
* @return UpdateProtectionRulesResponse
|
|
5284
5330
|
* @throws OciError when an error occurs
|
|
5285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateProtectionRules.ts.html |here} to see how to use UpdateProtectionRules API.
|
|
5286
5332
|
*/
|
|
5287
5333
|
updateProtectionRules(updateProtectionRulesRequest) {
|
|
5288
5334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5343,7 +5389,7 @@ class WaasClient {
|
|
|
5343
5389
|
* @param UpdateProtectionSettingsRequest
|
|
5344
5390
|
* @return UpdateProtectionSettingsResponse
|
|
5345
5391
|
* @throws OciError when an error occurs
|
|
5346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateProtectionSettings.ts.html |here} to see how to use UpdateProtectionSettings API.
|
|
5347
5393
|
*/
|
|
5348
5394
|
updateProtectionSettings(updateProtectionSettingsRequest) {
|
|
5349
5395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5405,7 +5451,7 @@ class WaasClient {
|
|
|
5405
5451
|
* @param UpdateThreatFeedsRequest
|
|
5406
5452
|
* @return UpdateThreatFeedsResponse
|
|
5407
5453
|
* @throws OciError when an error occurs
|
|
5408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateThreatFeeds.ts.html |here} to see how to use UpdateThreatFeeds API.
|
|
5409
5455
|
*/
|
|
5410
5456
|
updateThreatFeeds(updateThreatFeedsRequest) {
|
|
5411
5457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5468,7 +5514,7 @@ class WaasClient {
|
|
|
5468
5514
|
* @param UpdateWaasPolicyRequest
|
|
5469
5515
|
* @return UpdateWaasPolicyResponse
|
|
5470
5516
|
* @throws OciError when an error occurs
|
|
5471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateWaasPolicy.ts.html |here} to see how to use UpdateWaasPolicy API.
|
|
5472
5518
|
*/
|
|
5473
5519
|
updateWaasPolicy(updateWaasPolicyRequest) {
|
|
5474
5520
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5530,7 +5576,7 @@ class WaasClient {
|
|
|
5530
5576
|
* @param UpdateWaasPolicyCustomProtectionRulesRequest
|
|
5531
5577
|
* @return UpdateWaasPolicyCustomProtectionRulesResponse
|
|
5532
5578
|
* @throws OciError when an error occurs
|
|
5533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateWaasPolicyCustomProtectionRules.ts.html |here} to see how to use UpdateWaasPolicyCustomProtectionRules API.
|
|
5534
5580
|
*/
|
|
5535
5581
|
updateWaasPolicyCustomProtectionRules(updateWaasPolicyCustomProtectionRulesRequest) {
|
|
5536
5582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5592,7 +5638,7 @@ class WaasClient {
|
|
|
5592
5638
|
* @param UpdateWafAddressRateLimitingRequest
|
|
5593
5639
|
* @return UpdateWafAddressRateLimitingResponse
|
|
5594
5640
|
* @throws OciError when an error occurs
|
|
5595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateWafAddressRateLimiting.ts.html |here} to see how to use UpdateWafAddressRateLimiting API.
|
|
5596
5642
|
*/
|
|
5597
5643
|
updateWafAddressRateLimiting(updateWafAddressRateLimitingRequest) {
|
|
5598
5644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5662,7 +5708,7 @@ class WaasClient {
|
|
|
5662
5708
|
* @param UpdateWafConfigRequest
|
|
5663
5709
|
* @return UpdateWafConfigResponse
|
|
5664
5710
|
* @throws OciError when an error occurs
|
|
5665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateWafConfig.ts.html |here} to see how to use UpdateWafConfig API.
|
|
5666
5712
|
*/
|
|
5667
5713
|
updateWafConfig(updateWafConfigRequest) {
|
|
5668
5714
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5732,7 +5778,7 @@ class WaasClient {
|
|
|
5732
5778
|
* @param UpdateWhitelistsRequest
|
|
5733
5779
|
* @return UpdateWhitelistsResponse
|
|
5734
5780
|
* @throws OciError when an error occurs
|
|
5735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/waas/UpdateWhitelists.ts.html |here} to see how to use UpdateWhitelists API.
|
|
5736
5782
|
*/
|
|
5737
5783
|
updateWhitelists(updateWhitelistsRequest) {
|
|
5738
5784
|
return __awaiter(this, void 0, void 0, function* () {
|