oci-cloudguard 2.18.0 → 2.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/lib/client.d.ts +101 -101
  2. package/lib/client.js +101 -101
  3. package/lib/request/change-detector-recipe-compartment-request.d.ts +1 -1
  4. package/lib/request/change-managed-list-compartment-request.d.ts +1 -1
  5. package/lib/request/change-responder-recipe-compartment-request.d.ts +1 -1
  6. package/lib/request/create-data-mask-rule-request.d.ts +1 -1
  7. package/lib/request/create-detector-recipe-request.d.ts +1 -1
  8. package/lib/request/create-managed-list-request.d.ts +1 -1
  9. package/lib/request/create-responder-recipe-request.d.ts +1 -1
  10. package/lib/request/create-target-detector-recipe-request.d.ts +1 -1
  11. package/lib/request/create-target-request.d.ts +1 -1
  12. package/lib/request/create-target-responder-recipe-request.d.ts +1 -1
  13. package/lib/request/delete-data-mask-rule-request.d.ts +1 -1
  14. package/lib/request/delete-detector-recipe-request.d.ts +1 -1
  15. package/lib/request/delete-managed-list-request.d.ts +1 -1
  16. package/lib/request/delete-responder-recipe-request.d.ts +1 -1
  17. package/lib/request/delete-target-detector-recipe-request.d.ts +1 -1
  18. package/lib/request/delete-target-request.d.ts +1 -1
  19. package/lib/request/delete-target-responder-recipe-request.d.ts +1 -1
  20. package/lib/request/execute-responder-execution-request.d.ts +1 -1
  21. package/lib/request/get-condition-metadata-type-request.d.ts +1 -1
  22. package/lib/request/get-configuration-request.d.ts +1 -1
  23. package/lib/request/get-data-mask-rule-request.d.ts +1 -1
  24. package/lib/request/get-detector-recipe-detector-rule-request.d.ts +1 -1
  25. package/lib/request/get-detector-recipe-request.d.ts +1 -1
  26. package/lib/request/get-detector-request.d.ts +1 -1
  27. package/lib/request/get-detector-rule-request.d.ts +1 -1
  28. package/lib/request/get-managed-list-request.d.ts +1 -1
  29. package/lib/request/get-problem-request.d.ts +1 -1
  30. package/lib/request/get-resource-profile-request.d.ts +1 -1
  31. package/lib/request/get-responder-execution-request.d.ts +1 -1
  32. package/lib/request/get-responder-recipe-request.d.ts +1 -1
  33. package/lib/request/get-responder-recipe-responder-rule-request.d.ts +1 -1
  34. package/lib/request/get-responder-rule-request.d.ts +1 -1
  35. package/lib/request/get-sighting-request.d.ts +1 -1
  36. package/lib/request/get-target-detector-recipe-detector-rule-request.d.ts +1 -1
  37. package/lib/request/get-target-detector-recipe-request.d.ts +1 -1
  38. package/lib/request/get-target-request.d.ts +1 -1
  39. package/lib/request/get-target-responder-recipe-request.d.ts +1 -1
  40. package/lib/request/get-target-responder-recipe-responder-rule-request.d.ts +1 -1
  41. package/lib/request/list-condition-metadata-types-request.d.ts +1 -1
  42. package/lib/request/list-data-mask-rules-request.d.ts +1 -1
  43. package/lib/request/list-detector-recipe-detector-rules-request.d.ts +1 -1
  44. package/lib/request/list-detector-recipes-request.d.ts +1 -1
  45. package/lib/request/list-detector-rules-request.d.ts +1 -1
  46. package/lib/request/list-detectors-request.d.ts +1 -1
  47. package/lib/request/list-impacted-resources-request.d.ts +1 -1
  48. package/lib/request/list-managed-list-types-request.d.ts +1 -1
  49. package/lib/request/list-managed-lists-request.d.ts +1 -1
  50. package/lib/request/list-policies-request.d.ts +1 -1
  51. package/lib/request/list-problem-endpoints-request.d.ts +1 -1
  52. package/lib/request/list-problem-histories-request.d.ts +1 -1
  53. package/lib/request/list-problems-request.d.ts +1 -1
  54. package/lib/request/list-recommendations-request.d.ts +1 -1
  55. package/lib/request/list-resource-profile-endpoints-request.d.ts +1 -1
  56. package/lib/request/list-resource-profile-impacted-resources-request.d.ts +1 -1
  57. package/lib/request/list-resource-profiles-request.d.ts +1 -1
  58. package/lib/request/list-resource-types-request.d.ts +1 -1
  59. package/lib/request/list-responder-activities-request.d.ts +1 -1
  60. package/lib/request/list-responder-executions-request.d.ts +1 -1
  61. package/lib/request/list-responder-recipe-responder-rules-request.d.ts +1 -1
  62. package/lib/request/list-responder-recipes-request.d.ts +1 -1
  63. package/lib/request/list-responder-rules-request.d.ts +1 -1
  64. package/lib/request/list-sighting-endpoints-request.d.ts +1 -1
  65. package/lib/request/list-sighting-impacted-resources-request.d.ts +1 -1
  66. package/lib/request/list-sightings-request.d.ts +1 -1
  67. package/lib/request/list-tactics-request.d.ts +1 -1
  68. package/lib/request/list-target-detector-recipe-detector-rules-request.d.ts +1 -1
  69. package/lib/request/list-target-detector-recipes-request.d.ts +1 -1
  70. package/lib/request/list-target-responder-recipe-responder-rules-request.d.ts +1 -1
  71. package/lib/request/list-target-responder-recipes-request.d.ts +1 -1
  72. package/lib/request/list-targets-request.d.ts +1 -1
  73. package/lib/request/list-techniques-request.d.ts +1 -1
  74. package/lib/request/request-risk-scores-request.d.ts +1 -1
  75. package/lib/request/request-security-score-summarized-trend-request.d.ts +1 -1
  76. package/lib/request/request-security-scores-request.d.ts +1 -1
  77. package/lib/request/request-summarized-activity-problems-request.d.ts +1 -1
  78. package/lib/request/request-summarized-problems-request.d.ts +1 -1
  79. package/lib/request/request-summarized-responder-executions-request.d.ts +1 -1
  80. package/lib/request/request-summarized-risk-scores-request.d.ts +1 -1
  81. package/lib/request/request-summarized-security-scores-request.d.ts +1 -1
  82. package/lib/request/request-summarized-top-trend-resource-profile-risk-scores-request.d.ts +1 -1
  83. package/lib/request/request-summarized-trend-problems-request.d.ts +1 -1
  84. package/lib/request/request-summarized-trend-resource-risk-scores-request.d.ts +1 -1
  85. package/lib/request/request-summarized-trend-responder-executions-request.d.ts +1 -1
  86. package/lib/request/request-summarized-trend-security-scores-request.d.ts +1 -1
  87. package/lib/request/skip-bulk-responder-execution-request.d.ts +1 -1
  88. package/lib/request/skip-responder-execution-request.d.ts +1 -1
  89. package/lib/request/trigger-responder-request.d.ts +1 -1
  90. package/lib/request/update-bulk-problem-status-request.d.ts +1 -1
  91. package/lib/request/update-configuration-request.d.ts +1 -1
  92. package/lib/request/update-data-mask-rule-request.d.ts +1 -1
  93. package/lib/request/update-detector-recipe-detector-rule-request.d.ts +1 -1
  94. package/lib/request/update-detector-recipe-request.d.ts +1 -1
  95. package/lib/request/update-managed-list-request.d.ts +1 -1
  96. package/lib/request/update-problem-status-request.d.ts +1 -1
  97. package/lib/request/update-responder-recipe-request.d.ts +1 -1
  98. package/lib/request/update-responder-recipe-responder-rule-request.d.ts +1 -1
  99. package/lib/request/update-target-detector-recipe-detector-rule-request.d.ts +1 -1
  100. package/lib/request/update-target-detector-recipe-request.d.ts +1 -1
  101. package/lib/request/update-target-request.d.ts +1 -1
  102. package/lib/request/update-target-responder-recipe-request.d.ts +1 -1
  103. package/lib/request/update-target-responder-recipe-responder-rule-request.d.ts +1 -1
  104. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -153,7 +153,7 @@ class CloudGuardClient {
153
153
  * @param ChangeDetectorRecipeCompartmentRequest
154
154
  * @return ChangeDetectorRecipeCompartmentResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ChangeDetectorRecipeCompartment.ts.html |here} to see how to use ChangeDetectorRecipeCompartment API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ChangeDetectorRecipeCompartment.ts.html |here} to see how to use ChangeDetectorRecipeCompartment API.
157
157
  */
158
158
  changeDetectorRecipeCompartment(changeDetectorRecipeCompartmentRequest) {
159
159
  return __awaiter(this, void 0, void 0, function* () {
@@ -208,7 +208,7 @@ class CloudGuardClient {
208
208
  * @param ChangeManagedListCompartmentRequest
209
209
  * @return ChangeManagedListCompartmentResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ChangeManagedListCompartment.ts.html |here} to see how to use ChangeManagedListCompartment API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ChangeManagedListCompartment.ts.html |here} to see how to use ChangeManagedListCompartment API.
212
212
  */
213
213
  changeManagedListCompartment(changeManagedListCompartmentRequest) {
214
214
  return __awaiter(this, void 0, void 0, function* () {
@@ -263,7 +263,7 @@ class CloudGuardClient {
263
263
  * @param ChangeResponderRecipeCompartmentRequest
264
264
  * @return ChangeResponderRecipeCompartmentResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ChangeResponderRecipeCompartment.ts.html |here} to see how to use ChangeResponderRecipeCompartment API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ChangeResponderRecipeCompartment.ts.html |here} to see how to use ChangeResponderRecipeCompartment API.
267
267
  */
268
268
  changeResponderRecipeCompartment(changeResponderRecipeCompartmentRequest) {
269
269
  return __awaiter(this, void 0, void 0, function* () {
@@ -319,7 +319,7 @@ class CloudGuardClient {
319
319
  * @param CreateDataMaskRuleRequest
320
320
  * @return CreateDataMaskRuleResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/CreateDataMaskRule.ts.html |here} to see how to use CreateDataMaskRule API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/CreateDataMaskRule.ts.html |here} to see how to use CreateDataMaskRule API.
323
323
  */
324
324
  createDataMaskRule(createDataMaskRuleRequest) {
325
325
  return __awaiter(this, void 0, void 0, function* () {
@@ -381,7 +381,7 @@ class CloudGuardClient {
381
381
  * @param CreateDetectorRecipeRequest
382
382
  * @return CreateDetectorRecipeResponse
383
383
  * @throws OciError when an error occurs
384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/CreateDetectorRecipe.ts.html |here} to see how to use CreateDetectorRecipe API.
384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/CreateDetectorRecipe.ts.html |here} to see how to use CreateDetectorRecipe API.
385
385
  */
386
386
  createDetectorRecipe(createDetectorRecipeRequest) {
387
387
  return __awaiter(this, void 0, void 0, function* () {
@@ -443,7 +443,7 @@ class CloudGuardClient {
443
443
  * @param CreateManagedListRequest
444
444
  * @return CreateManagedListResponse
445
445
  * @throws OciError when an error occurs
446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/CreateManagedList.ts.html |here} to see how to use CreateManagedList API.
446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/CreateManagedList.ts.html |here} to see how to use CreateManagedList API.
447
447
  */
448
448
  createManagedList(createManagedListRequest) {
449
449
  return __awaiter(this, void 0, void 0, function* () {
@@ -505,7 +505,7 @@ class CloudGuardClient {
505
505
  * @param CreateResponderRecipeRequest
506
506
  * @return CreateResponderRecipeResponse
507
507
  * @throws OciError when an error occurs
508
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/CreateResponderRecipe.ts.html |here} to see how to use CreateResponderRecipe API.
508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/CreateResponderRecipe.ts.html |here} to see how to use CreateResponderRecipe API.
509
509
  */
510
510
  createResponderRecipe(createResponderRecipeRequest) {
511
511
  return __awaiter(this, void 0, void 0, function* () {
@@ -567,7 +567,7 @@ class CloudGuardClient {
567
567
  * @param CreateTargetRequest
568
568
  * @return CreateTargetResponse
569
569
  * @throws OciError when an error occurs
570
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/CreateTarget.ts.html |here} to see how to use CreateTarget API.
570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/CreateTarget.ts.html |here} to see how to use CreateTarget API.
571
571
  */
572
572
  createTarget(createTargetRequest) {
573
573
  return __awaiter(this, void 0, void 0, function* () {
@@ -629,7 +629,7 @@ class CloudGuardClient {
629
629
  * @param CreateTargetDetectorRecipeRequest
630
630
  * @return CreateTargetDetectorRecipeResponse
631
631
  * @throws OciError when an error occurs
632
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/CreateTargetDetectorRecipe.ts.html |here} to see how to use CreateTargetDetectorRecipe API.
632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/CreateTargetDetectorRecipe.ts.html |here} to see how to use CreateTargetDetectorRecipe API.
633
633
  */
634
634
  createTargetDetectorRecipe(createTargetDetectorRecipeRequest) {
635
635
  return __awaiter(this, void 0, void 0, function* () {
@@ -693,7 +693,7 @@ class CloudGuardClient {
693
693
  * @param CreateTargetResponderRecipeRequest
694
694
  * @return CreateTargetResponderRecipeResponse
695
695
  * @throws OciError when an error occurs
696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/CreateTargetResponderRecipe.ts.html |here} to see how to use CreateTargetResponderRecipe API.
696
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/CreateTargetResponderRecipe.ts.html |here} to see how to use CreateTargetResponderRecipe API.
697
697
  */
698
698
  createTargetResponderRecipe(createTargetResponderRecipeRequest) {
699
699
  return __awaiter(this, void 0, void 0, function* () {
@@ -756,7 +756,7 @@ class CloudGuardClient {
756
756
  * @param DeleteDataMaskRuleRequest
757
757
  * @return DeleteDataMaskRuleResponse
758
758
  * @throws OciError when an error occurs
759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/DeleteDataMaskRule.ts.html |here} to see how to use DeleteDataMaskRule API.
759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/DeleteDataMaskRule.ts.html |here} to see how to use DeleteDataMaskRule API.
760
760
  */
761
761
  deleteDataMaskRule(deleteDataMaskRuleRequest) {
762
762
  return __awaiter(this, void 0, void 0, function* () {
@@ -809,7 +809,7 @@ class CloudGuardClient {
809
809
  * @param DeleteDetectorRecipeRequest
810
810
  * @return DeleteDetectorRecipeResponse
811
811
  * @throws OciError when an error occurs
812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/DeleteDetectorRecipe.ts.html |here} to see how to use DeleteDetectorRecipe API.
812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/DeleteDetectorRecipe.ts.html |here} to see how to use DeleteDetectorRecipe API.
813
813
  */
814
814
  deleteDetectorRecipe(deleteDetectorRecipeRequest) {
815
815
  return __awaiter(this, void 0, void 0, function* () {
@@ -863,7 +863,7 @@ class CloudGuardClient {
863
863
  * @param DeleteManagedListRequest
864
864
  * @return DeleteManagedListResponse
865
865
  * @throws OciError when an error occurs
866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/DeleteManagedList.ts.html |here} to see how to use DeleteManagedList API.
866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/DeleteManagedList.ts.html |here} to see how to use DeleteManagedList API.
867
867
  */
868
868
  deleteManagedList(deleteManagedListRequest) {
869
869
  return __awaiter(this, void 0, void 0, function* () {
@@ -917,7 +917,7 @@ class CloudGuardClient {
917
917
  * @param DeleteResponderRecipeRequest
918
918
  * @return DeleteResponderRecipeResponse
919
919
  * @throws OciError when an error occurs
920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/DeleteResponderRecipe.ts.html |here} to see how to use DeleteResponderRecipe API.
920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/DeleteResponderRecipe.ts.html |here} to see how to use DeleteResponderRecipe API.
921
921
  */
922
922
  deleteResponderRecipe(deleteResponderRecipeRequest) {
923
923
  return __awaiter(this, void 0, void 0, function* () {
@@ -970,7 +970,7 @@ class CloudGuardClient {
970
970
  * @param DeleteTargetRequest
971
971
  * @return DeleteTargetResponse
972
972
  * @throws OciError when an error occurs
973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/DeleteTarget.ts.html |here} to see how to use DeleteTarget API.
973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/DeleteTarget.ts.html |here} to see how to use DeleteTarget API.
974
974
  */
975
975
  deleteTarget(deleteTargetRequest) {
976
976
  return __awaiter(this, void 0, void 0, function* () {
@@ -1023,7 +1023,7 @@ class CloudGuardClient {
1023
1023
  * @param DeleteTargetDetectorRecipeRequest
1024
1024
  * @return DeleteTargetDetectorRecipeResponse
1025
1025
  * @throws OciError when an error occurs
1026
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/DeleteTargetDetectorRecipe.ts.html |here} to see how to use DeleteTargetDetectorRecipe API.
1026
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/DeleteTargetDetectorRecipe.ts.html |here} to see how to use DeleteTargetDetectorRecipe API.
1027
1027
  */
1028
1028
  deleteTargetDetectorRecipe(deleteTargetDetectorRecipeRequest) {
1029
1029
  return __awaiter(this, void 0, void 0, function* () {
@@ -1077,7 +1077,7 @@ class CloudGuardClient {
1077
1077
  * @param DeleteTargetResponderRecipeRequest
1078
1078
  * @return DeleteTargetResponderRecipeResponse
1079
1079
  * @throws OciError when an error occurs
1080
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/DeleteTargetResponderRecipe.ts.html |here} to see how to use DeleteTargetResponderRecipe API.
1080
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/DeleteTargetResponderRecipe.ts.html |here} to see how to use DeleteTargetResponderRecipe API.
1081
1081
  */
1082
1082
  deleteTargetResponderRecipe(deleteTargetResponderRecipeRequest) {
1083
1083
  return __awaiter(this, void 0, void 0, function* () {
@@ -1131,7 +1131,7 @@ class CloudGuardClient {
1131
1131
  * @param ExecuteResponderExecutionRequest
1132
1132
  * @return ExecuteResponderExecutionResponse
1133
1133
  * @throws OciError when an error occurs
1134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ExecuteResponderExecution.ts.html |here} to see how to use ExecuteResponderExecution API.
1134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ExecuteResponderExecution.ts.html |here} to see how to use ExecuteResponderExecution API.
1135
1135
  */
1136
1136
  executeResponderExecution(executeResponderExecutionRequest) {
1137
1137
  return __awaiter(this, void 0, void 0, function* () {
@@ -1189,7 +1189,7 @@ class CloudGuardClient {
1189
1189
  * @param GetConditionMetadataTypeRequest
1190
1190
  * @return GetConditionMetadataTypeResponse
1191
1191
  * @throws OciError when an error occurs
1192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetConditionMetadataType.ts.html |here} to see how to use GetConditionMetadataType API.
1192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetConditionMetadataType.ts.html |here} to see how to use GetConditionMetadataType API.
1193
1193
  */
1194
1194
  getConditionMetadataType(getConditionMetadataTypeRequest) {
1195
1195
  return __awaiter(this, void 0, void 0, function* () {
@@ -1253,7 +1253,7 @@ class CloudGuardClient {
1253
1253
  * @param GetConfigurationRequest
1254
1254
  * @return GetConfigurationResponse
1255
1255
  * @throws OciError when an error occurs
1256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
1256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
1257
1257
  */
1258
1258
  getConfiguration(getConfigurationRequest) {
1259
1259
  return __awaiter(this, void 0, void 0, function* () {
@@ -1319,7 +1319,7 @@ class CloudGuardClient {
1319
1319
  * @param GetDataMaskRuleRequest
1320
1320
  * @return GetDataMaskRuleResponse
1321
1321
  * @throws OciError when an error occurs
1322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetDataMaskRule.ts.html |here} to see how to use GetDataMaskRule API.
1322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetDataMaskRule.ts.html |here} to see how to use GetDataMaskRule API.
1323
1323
  */
1324
1324
  getDataMaskRule(getDataMaskRuleRequest) {
1325
1325
  return __awaiter(this, void 0, void 0, function* () {
@@ -1381,7 +1381,7 @@ class CloudGuardClient {
1381
1381
  * @param GetDetectorRequest
1382
1382
  * @return GetDetectorResponse
1383
1383
  * @throws OciError when an error occurs
1384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetDetector.ts.html |here} to see how to use GetDetector API.
1384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetDetector.ts.html |here} to see how to use GetDetector API.
1385
1385
  */
1386
1386
  getDetector(getDetectorRequest) {
1387
1387
  return __awaiter(this, void 0, void 0, function* () {
@@ -1442,7 +1442,7 @@ class CloudGuardClient {
1442
1442
  * @param GetDetectorRecipeRequest
1443
1443
  * @return GetDetectorRecipeResponse
1444
1444
  * @throws OciError when an error occurs
1445
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetDetectorRecipe.ts.html |here} to see how to use GetDetectorRecipe API.
1445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetDetectorRecipe.ts.html |here} to see how to use GetDetectorRecipe API.
1446
1446
  */
1447
1447
  getDetectorRecipe(getDetectorRecipeRequest) {
1448
1448
  return __awaiter(this, void 0, void 0, function* () {
@@ -1503,7 +1503,7 @@ class CloudGuardClient {
1503
1503
  * @param GetDetectorRecipeDetectorRuleRequest
1504
1504
  * @return GetDetectorRecipeDetectorRuleResponse
1505
1505
  * @throws OciError when an error occurs
1506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetDetectorRecipeDetectorRule.ts.html |here} to see how to use GetDetectorRecipeDetectorRule API.
1506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetDetectorRecipeDetectorRule.ts.html |here} to see how to use GetDetectorRecipeDetectorRule API.
1507
1507
  */
1508
1508
  getDetectorRecipeDetectorRule(getDetectorRecipeDetectorRuleRequest) {
1509
1509
  return __awaiter(this, void 0, void 0, function* () {
@@ -1566,7 +1566,7 @@ class CloudGuardClient {
1566
1566
  * @param GetDetectorRuleRequest
1567
1567
  * @return GetDetectorRuleResponse
1568
1568
  * @throws OciError when an error occurs
1569
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetDetectorRule.ts.html |here} to see how to use GetDetectorRule API.
1569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetDetectorRule.ts.html |here} to see how to use GetDetectorRule API.
1570
1570
  */
1571
1571
  getDetectorRule(getDetectorRuleRequest) {
1572
1572
  return __awaiter(this, void 0, void 0, function* () {
@@ -1633,7 +1633,7 @@ class CloudGuardClient {
1633
1633
  * @param GetManagedListRequest
1634
1634
  * @return GetManagedListResponse
1635
1635
  * @throws OciError when an error occurs
1636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetManagedList.ts.html |here} to see how to use GetManagedList API.
1636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetManagedList.ts.html |here} to see how to use GetManagedList API.
1637
1637
  */
1638
1638
  getManagedList(getManagedListRequest) {
1639
1639
  return __awaiter(this, void 0, void 0, function* () {
@@ -1694,7 +1694,7 @@ class CloudGuardClient {
1694
1694
  * @param GetProblemRequest
1695
1695
  * @return GetProblemResponse
1696
1696
  * @throws OciError when an error occurs
1697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetProblem.ts.html |here} to see how to use GetProblem API.
1697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetProblem.ts.html |here} to see how to use GetProblem API.
1698
1698
  */
1699
1699
  getProblem(getProblemRequest) {
1700
1700
  return __awaiter(this, void 0, void 0, function* () {
@@ -1755,7 +1755,7 @@ class CloudGuardClient {
1755
1755
  * @param GetResourceProfileRequest
1756
1756
  * @return GetResourceProfileResponse
1757
1757
  * @throws OciError when an error occurs
1758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetResourceProfile.ts.html |here} to see how to use GetResourceProfile API.
1758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetResourceProfile.ts.html |here} to see how to use GetResourceProfile API.
1759
1759
  */
1760
1760
  getResourceProfile(getResourceProfileRequest) {
1761
1761
  return __awaiter(this, void 0, void 0, function* () {
@@ -1817,7 +1817,7 @@ class CloudGuardClient {
1817
1817
  * @param GetResponderExecutionRequest
1818
1818
  * @return GetResponderExecutionResponse
1819
1819
  * @throws OciError when an error occurs
1820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetResponderExecution.ts.html |here} to see how to use GetResponderExecution API.
1820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetResponderExecution.ts.html |here} to see how to use GetResponderExecution API.
1821
1821
  */
1822
1822
  getResponderExecution(getResponderExecutionRequest) {
1823
1823
  return __awaiter(this, void 0, void 0, function* () {
@@ -1878,7 +1878,7 @@ class CloudGuardClient {
1878
1878
  * @param GetResponderRecipeRequest
1879
1879
  * @return GetResponderRecipeResponse
1880
1880
  * @throws OciError when an error occurs
1881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetResponderRecipe.ts.html |here} to see how to use GetResponderRecipe API.
1881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetResponderRecipe.ts.html |here} to see how to use GetResponderRecipe API.
1882
1882
  */
1883
1883
  getResponderRecipe(getResponderRecipeRequest) {
1884
1884
  return __awaiter(this, void 0, void 0, function* () {
@@ -1939,7 +1939,7 @@ class CloudGuardClient {
1939
1939
  * @param GetResponderRecipeResponderRuleRequest
1940
1940
  * @return GetResponderRecipeResponderRuleResponse
1941
1941
  * @throws OciError when an error occurs
1942
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetResponderRecipeResponderRule.ts.html |here} to see how to use GetResponderRecipeResponderRule API.
1942
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetResponderRecipeResponderRule.ts.html |here} to see how to use GetResponderRecipeResponderRule API.
1943
1943
  */
1944
1944
  getResponderRecipeResponderRule(getResponderRecipeResponderRuleRequest) {
1945
1945
  return __awaiter(this, void 0, void 0, function* () {
@@ -2001,7 +2001,7 @@ class CloudGuardClient {
2001
2001
  * @param GetResponderRuleRequest
2002
2002
  * @return GetResponderRuleResponse
2003
2003
  * @throws OciError when an error occurs
2004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetResponderRule.ts.html |here} to see how to use GetResponderRule API.
2004
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetResponderRule.ts.html |here} to see how to use GetResponderRule API.
2005
2005
  */
2006
2006
  getResponderRule(getResponderRuleRequest) {
2007
2007
  return __awaiter(this, void 0, void 0, function* () {
@@ -2062,7 +2062,7 @@ class CloudGuardClient {
2062
2062
  * @param GetSightingRequest
2063
2063
  * @return GetSightingResponse
2064
2064
  * @throws OciError when an error occurs
2065
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetSighting.ts.html |here} to see how to use GetSighting API.
2065
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetSighting.ts.html |here} to see how to use GetSighting API.
2066
2066
  */
2067
2067
  getSighting(getSightingRequest) {
2068
2068
  return __awaiter(this, void 0, void 0, function* () {
@@ -2123,7 +2123,7 @@ class CloudGuardClient {
2123
2123
  * @param GetTargetRequest
2124
2124
  * @return GetTargetResponse
2125
2125
  * @throws OciError when an error occurs
2126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetTarget.ts.html |here} to see how to use GetTarget API.
2126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetTarget.ts.html |here} to see how to use GetTarget API.
2127
2127
  */
2128
2128
  getTarget(getTargetRequest) {
2129
2129
  return __awaiter(this, void 0, void 0, function* () {
@@ -2184,7 +2184,7 @@ class CloudGuardClient {
2184
2184
  * @param GetTargetDetectorRecipeRequest
2185
2185
  * @return GetTargetDetectorRecipeResponse
2186
2186
  * @throws OciError when an error occurs
2187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetTargetDetectorRecipe.ts.html |here} to see how to use GetTargetDetectorRecipe API.
2187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetTargetDetectorRecipe.ts.html |here} to see how to use GetTargetDetectorRecipe API.
2188
2188
  */
2189
2189
  getTargetDetectorRecipe(getTargetDetectorRecipeRequest) {
2190
2190
  return __awaiter(this, void 0, void 0, function* () {
@@ -2246,7 +2246,7 @@ class CloudGuardClient {
2246
2246
  * @param GetTargetDetectorRecipeDetectorRuleRequest
2247
2247
  * @return GetTargetDetectorRecipeDetectorRuleResponse
2248
2248
  * @throws OciError when an error occurs
2249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetTargetDetectorRecipeDetectorRule.ts.html |here} to see how to use GetTargetDetectorRecipeDetectorRule API.
2249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetTargetDetectorRecipeDetectorRule.ts.html |here} to see how to use GetTargetDetectorRecipeDetectorRule API.
2250
2250
  */
2251
2251
  getTargetDetectorRecipeDetectorRule(getTargetDetectorRecipeDetectorRuleRequest) {
2252
2252
  return __awaiter(this, void 0, void 0, function* () {
@@ -2309,7 +2309,7 @@ class CloudGuardClient {
2309
2309
  * @param GetTargetResponderRecipeRequest
2310
2310
  * @return GetTargetResponderRecipeResponse
2311
2311
  * @throws OciError when an error occurs
2312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetTargetResponderRecipe.ts.html |here} to see how to use GetTargetResponderRecipe API.
2312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetTargetResponderRecipe.ts.html |here} to see how to use GetTargetResponderRecipe API.
2313
2313
  */
2314
2314
  getTargetResponderRecipe(getTargetResponderRecipeRequest) {
2315
2315
  return __awaiter(this, void 0, void 0, function* () {
@@ -2371,7 +2371,7 @@ class CloudGuardClient {
2371
2371
  * @param GetTargetResponderRecipeResponderRuleRequest
2372
2372
  * @return GetTargetResponderRecipeResponderRuleResponse
2373
2373
  * @throws OciError when an error occurs
2374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/GetTargetResponderRecipeResponderRule.ts.html |here} to see how to use GetTargetResponderRecipeResponderRule API.
2374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/GetTargetResponderRecipeResponderRule.ts.html |here} to see how to use GetTargetResponderRecipeResponderRule API.
2375
2375
  */
2376
2376
  getTargetResponderRecipeResponderRule(getTargetResponderRecipeResponderRuleRequest) {
2377
2377
  return __awaiter(this, void 0, void 0, function* () {
@@ -2435,7 +2435,7 @@ class CloudGuardClient {
2435
2435
  * @param ListConditionMetadataTypesRequest
2436
2436
  * @return ListConditionMetadataTypesResponse
2437
2437
  * @throws OciError when an error occurs
2438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListConditionMetadataTypes.ts.html |here} to see how to use ListConditionMetadataTypes API.
2438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListConditionMetadataTypes.ts.html |here} to see how to use ListConditionMetadataTypes API.
2439
2439
  */
2440
2440
  listConditionMetadataTypes(listConditionMetadataTypesRequest) {
2441
2441
  return __awaiter(this, void 0, void 0, function* () {
@@ -2502,7 +2502,7 @@ class CloudGuardClient {
2502
2502
  * @param ListDataMaskRulesRequest
2503
2503
  * @return ListDataMaskRulesResponse
2504
2504
  * @throws OciError when an error occurs
2505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListDataMaskRules.ts.html |here} to see how to use ListDataMaskRules API.
2505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListDataMaskRules.ts.html |here} to see how to use ListDataMaskRules API.
2506
2506
  */
2507
2507
  listDataMaskRules(listDataMaskRulesRequest) {
2508
2508
  return __awaiter(this, void 0, void 0, function* () {
@@ -2575,7 +2575,7 @@ class CloudGuardClient {
2575
2575
  * @param ListDetectorRecipeDetectorRulesRequest
2576
2576
  * @return ListDetectorRecipeDetectorRulesResponse
2577
2577
  * @throws OciError when an error occurs
2578
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListDetectorRecipeDetectorRules.ts.html |here} to see how to use ListDetectorRecipeDetectorRules API.
2578
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListDetectorRecipeDetectorRules.ts.html |here} to see how to use ListDetectorRecipeDetectorRules API.
2579
2579
  */
2580
2580
  listDetectorRecipeDetectorRules(listDetectorRecipeDetectorRulesRequest) {
2581
2581
  return __awaiter(this, void 0, void 0, function* () {
@@ -2659,7 +2659,7 @@ class CloudGuardClient {
2659
2659
  * @param ListDetectorRecipesRequest
2660
2660
  * @return ListDetectorRecipesResponse
2661
2661
  * @throws OciError when an error occurs
2662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListDetectorRecipes.ts.html |here} to see how to use ListDetectorRecipes API.
2662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListDetectorRecipes.ts.html |here} to see how to use ListDetectorRecipes API.
2663
2663
  */
2664
2664
  listDetectorRecipes(listDetectorRecipesRequest) {
2665
2665
  return __awaiter(this, void 0, void 0, function* () {
@@ -2730,7 +2730,7 @@ class CloudGuardClient {
2730
2730
  * @param ListDetectorRulesRequest
2731
2731
  * @return ListDetectorRulesResponse
2732
2732
  * @throws OciError when an error occurs
2733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListDetectorRules.ts.html |here} to see how to use ListDetectorRules API.
2733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListDetectorRules.ts.html |here} to see how to use ListDetectorRules API.
2734
2734
  */
2735
2735
  listDetectorRules(listDetectorRulesRequest) {
2736
2736
  return __awaiter(this, void 0, void 0, function* () {
@@ -2800,7 +2800,7 @@ class CloudGuardClient {
2800
2800
  * @param ListDetectorsRequest
2801
2801
  * @return ListDetectorsResponse
2802
2802
  * @throws OciError when an error occurs
2803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListDetectors.ts.html |here} to see how to use ListDetectors API.
2803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListDetectors.ts.html |here} to see how to use ListDetectors API.
2804
2804
  */
2805
2805
  listDetectors(listDetectorsRequest) {
2806
2806
  return __awaiter(this, void 0, void 0, function* () {
@@ -2867,7 +2867,7 @@ class CloudGuardClient {
2867
2867
  * @param ListImpactedResourcesRequest
2868
2868
  * @return ListImpactedResourcesResponse
2869
2869
  * @throws OciError when an error occurs
2870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListImpactedResources.ts.html |here} to see how to use ListImpactedResources API.
2870
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListImpactedResources.ts.html |here} to see how to use ListImpactedResources API.
2871
2871
  */
2872
2872
  listImpactedResources(listImpactedResourcesRequest) {
2873
2873
  return __awaiter(this, void 0, void 0, function* () {
@@ -2933,7 +2933,7 @@ class CloudGuardClient {
2933
2933
  * @param ListManagedListTypesRequest
2934
2934
  * @return ListManagedListTypesResponse
2935
2935
  * @throws OciError when an error occurs
2936
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListManagedListTypes.ts.html |here} to see how to use ListManagedListTypes API.
2936
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListManagedListTypes.ts.html |here} to see how to use ListManagedListTypes API.
2937
2937
  */
2938
2938
  listManagedListTypes(listManagedListTypesRequest) {
2939
2939
  return __awaiter(this, void 0, void 0, function* () {
@@ -3013,7 +3013,7 @@ class CloudGuardClient {
3013
3013
  * @param ListManagedListsRequest
3014
3014
  * @return ListManagedListsResponse
3015
3015
  * @throws OciError when an error occurs
3016
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListManagedLists.ts.html |here} to see how to use ListManagedLists API.
3016
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListManagedLists.ts.html |here} to see how to use ListManagedLists API.
3017
3017
  */
3018
3018
  listManagedLists(listManagedListsRequest) {
3019
3019
  return __awaiter(this, void 0, void 0, function* () {
@@ -3085,7 +3085,7 @@ class CloudGuardClient {
3085
3085
  * @param ListPoliciesRequest
3086
3086
  * @return ListPoliciesResponse
3087
3087
  * @throws OciError when an error occurs
3088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListPolicies.ts.html |here} to see how to use ListPolicies API.
3088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListPolicies.ts.html |here} to see how to use ListPolicies API.
3089
3089
  */
3090
3090
  listPolicies(listPoliciesRequest) {
3091
3091
  return __awaiter(this, void 0, void 0, function* () {
@@ -3151,7 +3151,7 @@ class CloudGuardClient {
3151
3151
  * @param ListProblemEndpointsRequest
3152
3152
  * @return ListProblemEndpointsResponse
3153
3153
  * @throws OciError when an error occurs
3154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListProblemEndpoints.ts.html |here} to see how to use ListProblemEndpoints API.
3154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListProblemEndpoints.ts.html |here} to see how to use ListProblemEndpoints API.
3155
3155
  */
3156
3156
  listProblemEndpoints(listProblemEndpointsRequest) {
3157
3157
  return __awaiter(this, void 0, void 0, function* () {
@@ -3218,7 +3218,7 @@ class CloudGuardClient {
3218
3218
  * @param ListProblemHistoriesRequest
3219
3219
  * @return ListProblemHistoriesResponse
3220
3220
  * @throws OciError when an error occurs
3221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListProblemHistories.ts.html |here} to see how to use ListProblemHistories API.
3221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListProblemHistories.ts.html |here} to see how to use ListProblemHistories API.
3222
3222
  */
3223
3223
  listProblemHistories(listProblemHistoriesRequest) {
3224
3224
  return __awaiter(this, void 0, void 0, function* () {
@@ -3300,7 +3300,7 @@ class CloudGuardClient {
3300
3300
  * @param ListProblemsRequest
3301
3301
  * @return ListProblemsResponse
3302
3302
  * @throws OciError when an error occurs
3303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListProblems.ts.html |here} to see how to use ListProblems API.
3303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListProblems.ts.html |here} to see how to use ListProblems API.
3304
3304
  */
3305
3305
  listProblems(listProblemsRequest) {
3306
3306
  return __awaiter(this, void 0, void 0, function* () {
@@ -3385,7 +3385,7 @@ class CloudGuardClient {
3385
3385
  * @param ListRecommendationsRequest
3386
3386
  * @return ListRecommendationsResponse
3387
3387
  * @throws OciError when an error occurs
3388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListRecommendations.ts.html |here} to see how to use ListRecommendations API.
3388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListRecommendations.ts.html |here} to see how to use ListRecommendations API.
3389
3389
  */
3390
3390
  listRecommendations(listRecommendationsRequest) {
3391
3391
  return __awaiter(this, void 0, void 0, function* () {
@@ -3455,7 +3455,7 @@ class CloudGuardClient {
3455
3455
  * @param ListResourceProfileEndpointsRequest
3456
3456
  * @return ListResourceProfileEndpointsResponse
3457
3457
  * @throws OciError when an error occurs
3458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListResourceProfileEndpoints.ts.html |here} to see how to use ListResourceProfileEndpoints API.
3458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListResourceProfileEndpoints.ts.html |here} to see how to use ListResourceProfileEndpoints API.
3459
3459
  */
3460
3460
  listResourceProfileEndpoints(listResourceProfileEndpointsRequest) {
3461
3461
  return __awaiter(this, void 0, void 0, function* () {
@@ -3521,7 +3521,7 @@ class CloudGuardClient {
3521
3521
  * @param ListResourceProfileImpactedResourcesRequest
3522
3522
  * @return ListResourceProfileImpactedResourcesResponse
3523
3523
  * @throws OciError when an error occurs
3524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListResourceProfileImpactedResources.ts.html |here} to see how to use ListResourceProfileImpactedResources API.
3524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListResourceProfileImpactedResources.ts.html |here} to see how to use ListResourceProfileImpactedResources API.
3525
3525
  */
3526
3526
  listResourceProfileImpactedResources(listResourceProfileImpactedResourcesRequest) {
3527
3527
  return __awaiter(this, void 0, void 0, function* () {
@@ -3601,7 +3601,7 @@ class CloudGuardClient {
3601
3601
  * @param ListResourceProfilesRequest
3602
3602
  * @return ListResourceProfilesResponse
3603
3603
  * @throws OciError when an error occurs
3604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListResourceProfiles.ts.html |here} to see how to use ListResourceProfiles API.
3604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListResourceProfiles.ts.html |here} to see how to use ListResourceProfiles API.
3605
3605
  */
3606
3606
  listResourceProfiles(listResourceProfilesRequest) {
3607
3607
  return __awaiter(this, void 0, void 0, function* () {
@@ -3678,7 +3678,7 @@ class CloudGuardClient {
3678
3678
  * @param ListResourceTypesRequest
3679
3679
  * @return ListResourceTypesResponse
3680
3680
  * @throws OciError when an error occurs
3681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
3681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
3682
3682
  */
3683
3683
  listResourceTypes(listResourceTypesRequest) {
3684
3684
  return __awaiter(this, void 0, void 0, function* () {
@@ -3746,7 +3746,7 @@ class CloudGuardClient {
3746
3746
  * @param ListResponderActivitiesRequest
3747
3747
  * @return ListResponderActivitiesResponse
3748
3748
  * @throws OciError when an error occurs
3749
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListResponderActivities.ts.html |here} to see how to use ListResponderActivities API.
3749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListResponderActivities.ts.html |here} to see how to use ListResponderActivities API.
3750
3750
  */
3751
3751
  listResponderActivities(listResponderActivitiesRequest) {
3752
3752
  return __awaiter(this, void 0, void 0, function* () {
@@ -3813,7 +3813,7 @@ class CloudGuardClient {
3813
3813
  * @param ListResponderExecutionsRequest
3814
3814
  * @return ListResponderExecutionsResponse
3815
3815
  * @throws OciError when an error occurs
3816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListResponderExecutions.ts.html |here} to see how to use ListResponderExecutions API.
3816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListResponderExecutions.ts.html |here} to see how to use ListResponderExecutions API.
3817
3817
  */
3818
3818
  listResponderExecutions(listResponderExecutionsRequest) {
3819
3819
  return __awaiter(this, void 0, void 0, function* () {
@@ -3891,7 +3891,7 @@ class CloudGuardClient {
3891
3891
  * @param ListResponderRecipeResponderRulesRequest
3892
3892
  * @return ListResponderRecipeResponderRulesResponse
3893
3893
  * @throws OciError when an error occurs
3894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListResponderRecipeResponderRules.ts.html |here} to see how to use ListResponderRecipeResponderRules API.
3894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListResponderRecipeResponderRules.ts.html |here} to see how to use ListResponderRecipeResponderRules API.
3895
3895
  */
3896
3896
  listResponderRecipeResponderRules(listResponderRecipeResponderRulesRequest) {
3897
3897
  return __awaiter(this, void 0, void 0, function* () {
@@ -3974,7 +3974,7 @@ class CloudGuardClient {
3974
3974
  * @param ListResponderRecipesRequest
3975
3975
  * @return ListResponderRecipesResponse
3976
3976
  * @throws OciError when an error occurs
3977
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListResponderRecipes.ts.html |here} to see how to use ListResponderRecipes API.
3977
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListResponderRecipes.ts.html |here} to see how to use ListResponderRecipes API.
3978
3978
  */
3979
3979
  listResponderRecipes(listResponderRecipesRequest) {
3980
3980
  return __awaiter(this, void 0, void 0, function* () {
@@ -4045,7 +4045,7 @@ class CloudGuardClient {
4045
4045
  * @param ListResponderRulesRequest
4046
4046
  * @return ListResponderRulesResponse
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.18.0/cloudguard/ListResponderRules.ts.html |here} to see how to use ListResponderRules API.
4048
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListResponderRules.ts.html |here} to see how to use ListResponderRules API.
4049
4049
  */
4050
4050
  listResponderRules(listResponderRulesRequest) {
4051
4051
  return __awaiter(this, void 0, void 0, function* () {
@@ -4112,7 +4112,7 @@ class CloudGuardClient {
4112
4112
  * @param ListSightingEndpointsRequest
4113
4113
  * @return ListSightingEndpointsResponse
4114
4114
  * @throws OciError when an error occurs
4115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListSightingEndpoints.ts.html |here} to see how to use ListSightingEndpoints API.
4115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListSightingEndpoints.ts.html |here} to see how to use ListSightingEndpoints API.
4116
4116
  */
4117
4117
  listSightingEndpoints(listSightingEndpointsRequest) {
4118
4118
  return __awaiter(this, void 0, void 0, function* () {
@@ -4178,7 +4178,7 @@ class CloudGuardClient {
4178
4178
  * @param ListSightingImpactedResourcesRequest
4179
4179
  * @return ListSightingImpactedResourcesResponse
4180
4180
  * @throws OciError when an error occurs
4181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListSightingImpactedResources.ts.html |here} to see how to use ListSightingImpactedResources API.
4181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListSightingImpactedResources.ts.html |here} to see how to use ListSightingImpactedResources API.
4182
4182
  */
4183
4183
  listSightingImpactedResources(listSightingImpactedResourcesRequest) {
4184
4184
  return __awaiter(this, void 0, void 0, function* () {
@@ -4257,7 +4257,7 @@ class CloudGuardClient {
4257
4257
  * @param ListSightingsRequest
4258
4258
  * @return ListSightingsResponse
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.18.0/cloudguard/ListSightings.ts.html |here} to see how to use ListSightings API.
4260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListSightings.ts.html |here} to see how to use ListSightings API.
4261
4261
  */
4262
4262
  listSightings(listSightingsRequest) {
4263
4263
  return __awaiter(this, void 0, void 0, function* () {
@@ -4329,7 +4329,7 @@ class CloudGuardClient {
4329
4329
  * @param ListTacticsRequest
4330
4330
  * @return ListTacticsResponse
4331
4331
  * @throws OciError when an error occurs
4332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListTactics.ts.html |here} to see how to use ListTactics API.
4332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListTactics.ts.html |here} to see how to use ListTactics API.
4333
4333
  */
4334
4334
  listTactics(listTacticsRequest) {
4335
4335
  return __awaiter(this, void 0, void 0, function* () {
@@ -4396,7 +4396,7 @@ class CloudGuardClient {
4396
4396
  * @param ListTargetDetectorRecipeDetectorRulesRequest
4397
4397
  * @return ListTargetDetectorRecipeDetectorRulesResponse
4398
4398
  * @throws OciError when an error occurs
4399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListTargetDetectorRecipeDetectorRules.ts.html |here} to see how to use ListTargetDetectorRecipeDetectorRules API.
4399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListTargetDetectorRecipeDetectorRules.ts.html |here} to see how to use ListTargetDetectorRecipeDetectorRules API.
4400
4400
  */
4401
4401
  listTargetDetectorRecipeDetectorRules(listTargetDetectorRecipeDetectorRulesRequest) {
4402
4402
  return __awaiter(this, void 0, void 0, function* () {
@@ -4466,7 +4466,7 @@ class CloudGuardClient {
4466
4466
  * @param ListTargetDetectorRecipesRequest
4467
4467
  * @return ListTargetDetectorRecipesResponse
4468
4468
  * @throws OciError when an error occurs
4469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListTargetDetectorRecipes.ts.html |here} to see how to use ListTargetDetectorRecipes API.
4469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListTargetDetectorRecipes.ts.html |here} to see how to use ListTargetDetectorRecipes API.
4470
4470
  */
4471
4471
  listTargetDetectorRecipes(listTargetDetectorRecipesRequest) {
4472
4472
  return __awaiter(this, void 0, void 0, function* () {
@@ -4536,7 +4536,7 @@ class CloudGuardClient {
4536
4536
  * @param ListTargetResponderRecipeResponderRulesRequest
4537
4537
  * @return ListTargetResponderRecipeResponderRulesResponse
4538
4538
  * @throws OciError when an error occurs
4539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListTargetResponderRecipeResponderRules.ts.html |here} to see how to use ListTargetResponderRecipeResponderRules API.
4539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListTargetResponderRecipeResponderRules.ts.html |here} to see how to use ListTargetResponderRecipeResponderRules API.
4540
4540
  */
4541
4541
  listTargetResponderRecipeResponderRules(listTargetResponderRecipeResponderRulesRequest) {
4542
4542
  return __awaiter(this, void 0, void 0, function* () {
@@ -4606,7 +4606,7 @@ class CloudGuardClient {
4606
4606
  * @param ListTargetResponderRecipesRequest
4607
4607
  * @return ListTargetResponderRecipesResponse
4608
4608
  * @throws OciError when an error occurs
4609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListTargetResponderRecipes.ts.html |here} to see how to use ListTargetResponderRecipes API.
4609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListTargetResponderRecipes.ts.html |here} to see how to use ListTargetResponderRecipes API.
4610
4610
  */
4611
4611
  listTargetResponderRecipes(listTargetResponderRecipesRequest) {
4612
4612
  return __awaiter(this, void 0, void 0, function* () {
@@ -4689,7 +4689,7 @@ class CloudGuardClient {
4689
4689
  * @param ListTargetsRequest
4690
4690
  * @return ListTargetsResponse
4691
4691
  * @throws OciError when an error occurs
4692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListTargets.ts.html |here} to see how to use ListTargets API.
4692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListTargets.ts.html |here} to see how to use ListTargets API.
4693
4693
  */
4694
4694
  listTargets(listTargetsRequest) {
4695
4695
  return __awaiter(this, void 0, void 0, function* () {
@@ -4759,7 +4759,7 @@ class CloudGuardClient {
4759
4759
  * @param ListTechniquesRequest
4760
4760
  * @return ListTechniquesResponse
4761
4761
  * @throws OciError when an error occurs
4762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/ListTechniques.ts.html |here} to see how to use ListTechniques API.
4762
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/ListTechniques.ts.html |here} to see how to use ListTechniques API.
4763
4763
  */
4764
4764
  listTechniques(listTechniquesRequest) {
4765
4765
  return __awaiter(this, void 0, void 0, function* () {
@@ -4827,7 +4827,7 @@ class CloudGuardClient {
4827
4827
  * @param RequestRiskScoresRequest
4828
4828
  * @return RequestRiskScoresResponse
4829
4829
  * @throws OciError when an error occurs
4830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestRiskScores.ts.html |here} to see how to use RequestRiskScores API.
4830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestRiskScores.ts.html |here} to see how to use RequestRiskScores API.
4831
4831
  */
4832
4832
  requestRiskScores(requestRiskScoresRequest) {
4833
4833
  return __awaiter(this, void 0, void 0, function* () {
@@ -4892,7 +4892,7 @@ class CloudGuardClient {
4892
4892
  * @param RequestSecurityScoreSummarizedTrendRequest
4893
4893
  * @return RequestSecurityScoreSummarizedTrendResponse
4894
4894
  * @throws OciError when an error occurs
4895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSecurityScoreSummarizedTrend.ts.html |here} to see how to use RequestSecurityScoreSummarizedTrend API.
4895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSecurityScoreSummarizedTrend.ts.html |here} to see how to use RequestSecurityScoreSummarizedTrend API.
4896
4896
  */
4897
4897
  requestSecurityScoreSummarizedTrend(requestSecurityScoreSummarizedTrendRequest) {
4898
4898
  return __awaiter(this, void 0, void 0, function* () {
@@ -4958,7 +4958,7 @@ class CloudGuardClient {
4958
4958
  * @param RequestSecurityScoresRequest
4959
4959
  * @return RequestSecurityScoresResponse
4960
4960
  * @throws OciError when an error occurs
4961
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSecurityScores.ts.html |here} to see how to use RequestSecurityScores API.
4961
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSecurityScores.ts.html |here} to see how to use RequestSecurityScores API.
4962
4962
  */
4963
4963
  requestSecurityScores(requestSecurityScoresRequest) {
4964
4964
  return __awaiter(this, void 0, void 0, function* () {
@@ -5036,7 +5036,7 @@ class CloudGuardClient {
5036
5036
  * @param RequestSummarizedActivityProblemsRequest
5037
5037
  * @return RequestSummarizedActivityProblemsResponse
5038
5038
  * @throws OciError when an error occurs
5039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSummarizedActivityProblems.ts.html |here} to see how to use RequestSummarizedActivityProblems API.
5039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSummarizedActivityProblems.ts.html |here} to see how to use RequestSummarizedActivityProblems API.
5040
5040
  */
5041
5041
  requestSummarizedActivityProblems(requestSummarizedActivityProblemsRequest) {
5042
5042
  return __awaiter(this, void 0, void 0, function* () {
@@ -5114,7 +5114,7 @@ class CloudGuardClient {
5114
5114
  * @param RequestSummarizedProblemsRequest
5115
5115
  * @return RequestSummarizedProblemsResponse
5116
5116
  * @throws OciError when an error occurs
5117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSummarizedProblems.ts.html |here} to see how to use RequestSummarizedProblems API.
5117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSummarizedProblems.ts.html |here} to see how to use RequestSummarizedProblems API.
5118
5118
  */
5119
5119
  requestSummarizedProblems(requestSummarizedProblemsRequest) {
5120
5120
  return __awaiter(this, void 0, void 0, function* () {
@@ -5192,7 +5192,7 @@ class CloudGuardClient {
5192
5192
  * @param RequestSummarizedResponderExecutionsRequest
5193
5193
  * @return RequestSummarizedResponderExecutionsResponse
5194
5194
  * @throws OciError when an error occurs
5195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSummarizedResponderExecutions.ts.html |here} to see how to use RequestSummarizedResponderExecutions API.
5195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSummarizedResponderExecutions.ts.html |here} to see how to use RequestSummarizedResponderExecutions API.
5196
5196
  */
5197
5197
  requestSummarizedResponderExecutions(requestSummarizedResponderExecutionsRequest) {
5198
5198
  return __awaiter(this, void 0, void 0, function* () {
@@ -5261,7 +5261,7 @@ class CloudGuardClient {
5261
5261
  * @param RequestSummarizedRiskScoresRequest
5262
5262
  * @return RequestSummarizedRiskScoresResponse
5263
5263
  * @throws OciError when an error occurs
5264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSummarizedRiskScores.ts.html |here} to see how to use RequestSummarizedRiskScores API.
5264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSummarizedRiskScores.ts.html |here} to see how to use RequestSummarizedRiskScores API.
5265
5265
  */
5266
5266
  requestSummarizedRiskScores(requestSummarizedRiskScoresRequest) {
5267
5267
  return __awaiter(this, void 0, void 0, function* () {
@@ -5325,7 +5325,7 @@ class CloudGuardClient {
5325
5325
  * @param RequestSummarizedSecurityScoresRequest
5326
5326
  * @return RequestSummarizedSecurityScoresResponse
5327
5327
  * @throws OciError when an error occurs
5328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSummarizedSecurityScores.ts.html |here} to see how to use RequestSummarizedSecurityScores API.
5328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSummarizedSecurityScores.ts.html |here} to see how to use RequestSummarizedSecurityScores API.
5329
5329
  */
5330
5330
  requestSummarizedSecurityScores(requestSummarizedSecurityScoresRequest) {
5331
5331
  return __awaiter(this, void 0, void 0, function* () {
@@ -5388,7 +5388,7 @@ class CloudGuardClient {
5388
5388
  * @param RequestSummarizedTopTrendResourceProfileRiskScoresRequest
5389
5389
  * @return RequestSummarizedTopTrendResourceProfileRiskScoresResponse
5390
5390
  * @throws OciError when an error occurs
5391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSummarizedTopTrendResourceProfileRiskScores.ts.html |here} to see how to use RequestSummarizedTopTrendResourceProfileRiskScores API.
5391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSummarizedTopTrendResourceProfileRiskScores.ts.html |here} to see how to use RequestSummarizedTopTrendResourceProfileRiskScores API.
5392
5392
  */
5393
5393
  requestSummarizedTopTrendResourceProfileRiskScores(requestSummarizedTopTrendResourceProfileRiskScoresRequest) {
5394
5394
  return __awaiter(this, void 0, void 0, function* () {
@@ -5469,7 +5469,7 @@ class CloudGuardClient {
5469
5469
  * @param RequestSummarizedTrendProblemsRequest
5470
5470
  * @return RequestSummarizedTrendProblemsResponse
5471
5471
  * @throws OciError when an error occurs
5472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSummarizedTrendProblems.ts.html |here} to see how to use RequestSummarizedTrendProblems API.
5472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSummarizedTrendProblems.ts.html |here} to see how to use RequestSummarizedTrendProblems API.
5473
5473
  */
5474
5474
  requestSummarizedTrendProblems(requestSummarizedTrendProblemsRequest) {
5475
5475
  return __awaiter(this, void 0, void 0, function* () {
@@ -5536,7 +5536,7 @@ class CloudGuardClient {
5536
5536
  * @param RequestSummarizedTrendResourceRiskScoresRequest
5537
5537
  * @return RequestSummarizedTrendResourceRiskScoresResponse
5538
5538
  * @throws OciError when an error occurs
5539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSummarizedTrendResourceRiskScores.ts.html |here} to see how to use RequestSummarizedTrendResourceRiskScores API.
5539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSummarizedTrendResourceRiskScores.ts.html |here} to see how to use RequestSummarizedTrendResourceRiskScores API.
5540
5540
  */
5541
5541
  requestSummarizedTrendResourceRiskScores(requestSummarizedTrendResourceRiskScoresRequest) {
5542
5542
  return __awaiter(this, void 0, void 0, function* () {
@@ -5616,7 +5616,7 @@ class CloudGuardClient {
5616
5616
  * @param RequestSummarizedTrendResponderExecutionsRequest
5617
5617
  * @return RequestSummarizedTrendResponderExecutionsResponse
5618
5618
  * @throws OciError when an error occurs
5619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSummarizedTrendResponderExecutions.ts.html |here} to see how to use RequestSummarizedTrendResponderExecutions API.
5619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSummarizedTrendResponderExecutions.ts.html |here} to see how to use RequestSummarizedTrendResponderExecutions API.
5620
5620
  */
5621
5621
  requestSummarizedTrendResponderExecutions(requestSummarizedTrendResponderExecutionsRequest) {
5622
5622
  return __awaiter(this, void 0, void 0, function* () {
@@ -5684,7 +5684,7 @@ class CloudGuardClient {
5684
5684
  * @param RequestSummarizedTrendSecurityScoresRequest
5685
5685
  * @return RequestSummarizedTrendSecurityScoresResponse
5686
5686
  * @throws OciError when an error occurs
5687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/RequestSummarizedTrendSecurityScores.ts.html |here} to see how to use RequestSummarizedTrendSecurityScores API.
5687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/RequestSummarizedTrendSecurityScores.ts.html |here} to see how to use RequestSummarizedTrendSecurityScores API.
5688
5688
  */
5689
5689
  requestSummarizedTrendSecurityScores(requestSummarizedTrendSecurityScoresRequest) {
5690
5690
  return __awaiter(this, void 0, void 0, function* () {
@@ -5751,7 +5751,7 @@ class CloudGuardClient {
5751
5751
  * @param SkipBulkResponderExecutionRequest
5752
5752
  * @return SkipBulkResponderExecutionResponse
5753
5753
  * @throws OciError when an error occurs
5754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/SkipBulkResponderExecution.ts.html |here} to see how to use SkipBulkResponderExecution API.
5754
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/SkipBulkResponderExecution.ts.html |here} to see how to use SkipBulkResponderExecution API.
5755
5755
  */
5756
5756
  skipBulkResponderExecution(skipBulkResponderExecutionRequest) {
5757
5757
  return __awaiter(this, void 0, void 0, function* () {
@@ -5802,7 +5802,7 @@ class CloudGuardClient {
5802
5802
  * @param SkipResponderExecutionRequest
5803
5803
  * @return SkipResponderExecutionResponse
5804
5804
  * @throws OciError when an error occurs
5805
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/SkipResponderExecution.ts.html |here} to see how to use SkipResponderExecution API.
5805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/SkipResponderExecution.ts.html |here} to see how to use SkipResponderExecution API.
5806
5806
  */
5807
5807
  skipResponderExecution(skipResponderExecutionRequest) {
5808
5808
  return __awaiter(this, void 0, void 0, function* () {
@@ -5859,7 +5859,7 @@ class CloudGuardClient {
5859
5859
  * @param TriggerResponderRequest
5860
5860
  * @return TriggerResponderResponse
5861
5861
  * @throws OciError when an error occurs
5862
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/TriggerResponder.ts.html |here} to see how to use TriggerResponder API.
5862
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/TriggerResponder.ts.html |here} to see how to use TriggerResponder API.
5863
5863
  */
5864
5864
  triggerResponder(triggerResponderRequest) {
5865
5865
  return __awaiter(this, void 0, void 0, function* () {
@@ -5916,7 +5916,7 @@ class CloudGuardClient {
5916
5916
  * @param UpdateBulkProblemStatusRequest
5917
5917
  * @return UpdateBulkProblemStatusResponse
5918
5918
  * @throws OciError when an error occurs
5919
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateBulkProblemStatus.ts.html |here} to see how to use UpdateBulkProblemStatus API.
5919
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateBulkProblemStatus.ts.html |here} to see how to use UpdateBulkProblemStatus API.
5920
5920
  */
5921
5921
  updateBulkProblemStatus(updateBulkProblemStatusRequest) {
5922
5922
  return __awaiter(this, void 0, void 0, function* () {
@@ -5968,7 +5968,7 @@ class CloudGuardClient {
5968
5968
  * @param UpdateConfigurationRequest
5969
5969
  * @return UpdateConfigurationResponse
5970
5970
  * @throws OciError when an error occurs
5971
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
5971
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
5972
5972
  */
5973
5973
  updateConfiguration(updateConfigurationRequest) {
5974
5974
  return __awaiter(this, void 0, void 0, function* () {
@@ -6032,7 +6032,7 @@ class CloudGuardClient {
6032
6032
  * @param UpdateDataMaskRuleRequest
6033
6033
  * @return UpdateDataMaskRuleResponse
6034
6034
  * @throws OciError when an error occurs
6035
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateDataMaskRule.ts.html |here} to see how to use UpdateDataMaskRule API.
6035
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateDataMaskRule.ts.html |here} to see how to use UpdateDataMaskRule API.
6036
6036
  */
6037
6037
  updateDataMaskRule(updateDataMaskRuleRequest) {
6038
6038
  return __awaiter(this, void 0, void 0, function* () {
@@ -6095,7 +6095,7 @@ class CloudGuardClient {
6095
6095
  * @param UpdateDetectorRecipeRequest
6096
6096
  * @return UpdateDetectorRecipeResponse
6097
6097
  * @throws OciError when an error occurs
6098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateDetectorRecipe.ts.html |here} to see how to use UpdateDetectorRecipe API.
6098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateDetectorRecipe.ts.html |here} to see how to use UpdateDetectorRecipe API.
6099
6099
  */
6100
6100
  updateDetectorRecipe(updateDetectorRecipeRequest) {
6101
6101
  return __awaiter(this, void 0, void 0, function* () {
@@ -6159,7 +6159,7 @@ class CloudGuardClient {
6159
6159
  * @param UpdateDetectorRecipeDetectorRuleRequest
6160
6160
  * @return UpdateDetectorRecipeDetectorRuleResponse
6161
6161
  * @throws OciError when an error occurs
6162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateDetectorRecipeDetectorRule.ts.html |here} to see how to use UpdateDetectorRecipeDetectorRule API.
6162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateDetectorRecipeDetectorRule.ts.html |here} to see how to use UpdateDetectorRecipeDetectorRule API.
6163
6163
  */
6164
6164
  updateDetectorRecipeDetectorRule(updateDetectorRecipeDetectorRuleRequest) {
6165
6165
  return __awaiter(this, void 0, void 0, function* () {
@@ -6223,7 +6223,7 @@ class CloudGuardClient {
6223
6223
  * @param UpdateManagedListRequest
6224
6224
  * @return UpdateManagedListResponse
6225
6225
  * @throws OciError when an error occurs
6226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateManagedList.ts.html |here} to see how to use UpdateManagedList API.
6226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateManagedList.ts.html |here} to see how to use UpdateManagedList API.
6227
6227
  */
6228
6228
  updateManagedList(updateManagedListRequest) {
6229
6229
  return __awaiter(this, void 0, void 0, function* () {
@@ -6288,7 +6288,7 @@ class CloudGuardClient {
6288
6288
  * @param UpdateProblemStatusRequest
6289
6289
  * @return UpdateProblemStatusResponse
6290
6290
  * @throws OciError when an error occurs
6291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateProblemStatus.ts.html |here} to see how to use UpdateProblemStatus API.
6291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateProblemStatus.ts.html |here} to see how to use UpdateProblemStatus API.
6292
6292
  */
6293
6293
  updateProblemStatus(updateProblemStatusRequest) {
6294
6294
  return __awaiter(this, void 0, void 0, function* () {
@@ -6352,7 +6352,7 @@ class CloudGuardClient {
6352
6352
  * @param UpdateResponderRecipeRequest
6353
6353
  * @return UpdateResponderRecipeResponse
6354
6354
  * @throws OciError when an error occurs
6355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateResponderRecipe.ts.html |here} to see how to use UpdateResponderRecipe API.
6355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateResponderRecipe.ts.html |here} to see how to use UpdateResponderRecipe API.
6356
6356
  */
6357
6357
  updateResponderRecipe(updateResponderRecipeRequest) {
6358
6358
  return __awaiter(this, void 0, void 0, function* () {
@@ -6415,7 +6415,7 @@ class CloudGuardClient {
6415
6415
  * @param UpdateResponderRecipeResponderRuleRequest
6416
6416
  * @return UpdateResponderRecipeResponderRuleResponse
6417
6417
  * @throws OciError when an error occurs
6418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateResponderRecipeResponderRule.ts.html |here} to see how to use UpdateResponderRecipeResponderRule API.
6418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateResponderRecipeResponderRule.ts.html |here} to see how to use UpdateResponderRecipeResponderRule API.
6419
6419
  */
6420
6420
  updateResponderRecipeResponderRule(updateResponderRecipeResponderRuleRequest) {
6421
6421
  return __awaiter(this, void 0, void 0, function* () {
@@ -6479,7 +6479,7 @@ class CloudGuardClient {
6479
6479
  * @param UpdateTargetRequest
6480
6480
  * @return UpdateTargetResponse
6481
6481
  * @throws OciError when an error occurs
6482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateTarget.ts.html |here} to see how to use UpdateTarget API.
6482
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateTarget.ts.html |here} to see how to use UpdateTarget API.
6483
6483
  */
6484
6484
  updateTarget(updateTargetRequest) {
6485
6485
  return __awaiter(this, void 0, void 0, function* () {
@@ -6542,7 +6542,7 @@ class CloudGuardClient {
6542
6542
  * @param UpdateTargetDetectorRecipeRequest
6543
6543
  * @return UpdateTargetDetectorRecipeResponse
6544
6544
  * @throws OciError when an error occurs
6545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateTargetDetectorRecipe.ts.html |here} to see how to use UpdateTargetDetectorRecipe API.
6545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateTargetDetectorRecipe.ts.html |here} to see how to use UpdateTargetDetectorRecipe API.
6546
6546
  */
6547
6547
  updateTargetDetectorRecipe(updateTargetDetectorRecipeRequest) {
6548
6548
  return __awaiter(this, void 0, void 0, function* () {
@@ -6606,7 +6606,7 @@ class CloudGuardClient {
6606
6606
  * @param UpdateTargetDetectorRecipeDetectorRuleRequest
6607
6607
  * @return UpdateTargetDetectorRecipeDetectorRuleResponse
6608
6608
  * @throws OciError when an error occurs
6609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateTargetDetectorRecipeDetectorRule.ts.html |here} to see how to use UpdateTargetDetectorRecipeDetectorRule API.
6609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateTargetDetectorRecipeDetectorRule.ts.html |here} to see how to use UpdateTargetDetectorRecipeDetectorRule API.
6610
6610
  */
6611
6611
  updateTargetDetectorRecipeDetectorRule(updateTargetDetectorRecipeDetectorRuleRequest) {
6612
6612
  return __awaiter(this, void 0, void 0, function* () {
@@ -6671,7 +6671,7 @@ class CloudGuardClient {
6671
6671
  * @param UpdateTargetResponderRecipeRequest
6672
6672
  * @return UpdateTargetResponderRecipeResponse
6673
6673
  * @throws OciError when an error occurs
6674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateTargetResponderRecipe.ts.html |here} to see how to use UpdateTargetResponderRecipe API.
6674
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateTargetResponderRecipe.ts.html |here} to see how to use UpdateTargetResponderRecipe API.
6675
6675
  */
6676
6676
  updateTargetResponderRecipe(updateTargetResponderRecipeRequest) {
6677
6677
  return __awaiter(this, void 0, void 0, function* () {
@@ -6735,7 +6735,7 @@ class CloudGuardClient {
6735
6735
  * @param UpdateTargetResponderRecipeResponderRuleRequest
6736
6736
  * @return UpdateTargetResponderRecipeResponderRuleResponse
6737
6737
  * @throws OciError when an error occurs
6738
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/cloudguard/UpdateTargetResponderRecipeResponderRule.ts.html |here} to see how to use UpdateTargetResponderRecipeResponderRule API.
6738
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/cloudguard/UpdateTargetResponderRecipeResponderRule.ts.html |here} to see how to use UpdateTargetResponderRecipeResponderRule API.
6739
6739
  */
6740
6740
  updateTargetResponderRecipeResponderRule(updateTargetResponderRecipeResponderRuleRequest) {
6741
6741
  return __awaiter(this, void 0, void 0, function* () {