oci-networkfirewall 2.76.1 → 2.77.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 (151) hide show
  1. package/lib/client.d.ts +80 -80
  2. package/lib/client.js +80 -80
  3. package/lib/model/clone-network-firewall-policy-details.d.ts +2 -2
  4. package/lib/model/create-decryption-rule-details.d.ts +2 -2
  5. package/lib/model/create-mapped-secret-details.d.ts +2 -2
  6. package/lib/model/create-network-firewall-details.d.ts +3 -3
  7. package/lib/model/create-network-firewall-policy-details.d.ts +2 -2
  8. package/lib/model/create-security-rule-details.d.ts +2 -2
  9. package/lib/model/decryption-action-type.d.ts +1 -1
  10. package/lib/model/decryption-action-type.js +1 -1
  11. package/lib/model/decryption-profile-summary.d.ts +2 -2
  12. package/lib/model/decryption-rule-summary.d.ts +2 -2
  13. package/lib/model/decryption-rule.d.ts +2 -2
  14. package/lib/model/inspection-type.d.ts +2 -2
  15. package/lib/model/inspection-type.js +2 -2
  16. package/lib/model/mapped-secret-summary.d.ts +2 -2
  17. package/lib/model/mapped-secret.d.ts +2 -2
  18. package/lib/model/network-firewall-policy-summary.d.ts +5 -5
  19. package/lib/model/network-firewall-policy.d.ts +5 -5
  20. package/lib/model/network-firewall-summary.d.ts +6 -6
  21. package/lib/model/network-firewall.d.ts +6 -6
  22. package/lib/model/security-rule-summary.d.ts +2 -2
  23. package/lib/model/security-rule.d.ts +2 -2
  24. package/lib/model/simple-url-pattern.d.ts +5 -5
  25. package/lib/model/traffic-action-type.d.ts +1 -1
  26. package/lib/model/traffic-action-type.js +1 -1
  27. package/lib/model/traffic-inspection-type.d.ts +1 -1
  28. package/lib/model/traffic-inspection-type.js +1 -1
  29. package/lib/model/update-decryption-rule-details.d.ts +2 -2
  30. package/lib/model/update-mapped-secret-details.d.ts +2 -2
  31. package/lib/model/update-network-firewall-details.d.ts +2 -2
  32. package/lib/model/update-network-firewall-policy-details.d.ts +2 -2
  33. package/lib/model/update-security-rule-details.d.ts +2 -2
  34. package/lib/request/apply-network-firewall-policy-request.d.ts +2 -2
  35. package/lib/request/bulk-upload-address-lists-request.d.ts +2 -2
  36. package/lib/request/bulk-upload-application-groups-request.d.ts +2 -2
  37. package/lib/request/bulk-upload-applications-request.d.ts +2 -2
  38. package/lib/request/bulk-upload-decryption-profiles-request.d.ts +2 -2
  39. package/lib/request/bulk-upload-decryption-rules-request.d.ts +2 -2
  40. package/lib/request/bulk-upload-mapped-secrets-request.d.ts +2 -2
  41. package/lib/request/bulk-upload-security-rules-request.d.ts +2 -2
  42. package/lib/request/bulk-upload-service-lists-request.d.ts +2 -2
  43. package/lib/request/bulk-upload-services-request.d.ts +2 -2
  44. package/lib/request/bulk-upload-url-lists-request.d.ts +2 -2
  45. package/lib/request/cancel-work-request-request.d.ts +2 -2
  46. package/lib/request/change-network-firewall-compartment-request.d.ts +2 -2
  47. package/lib/request/change-network-firewall-policy-compartment-request.d.ts +2 -2
  48. package/lib/request/clone-network-firewall-policy-request.d.ts +2 -2
  49. package/lib/request/create-address-list-request.d.ts +1 -1
  50. package/lib/request/create-application-group-request.d.ts +1 -1
  51. package/lib/request/create-application-request.d.ts +1 -1
  52. package/lib/request/create-decryption-profile-request.d.ts +1 -1
  53. package/lib/request/create-decryption-rule-request.d.ts +1 -1
  54. package/lib/request/create-mapped-secret-request.d.ts +1 -1
  55. package/lib/request/create-network-firewall-policy-request.d.ts +1 -1
  56. package/lib/request/create-network-firewall-request.d.ts +1 -1
  57. package/lib/request/create-security-rule-request.d.ts +1 -1
  58. package/lib/request/create-service-list-request.d.ts +1 -1
  59. package/lib/request/create-service-request.d.ts +1 -1
  60. package/lib/request/create-url-list-request.d.ts +1 -1
  61. package/lib/request/delete-address-list-request.d.ts +2 -2
  62. package/lib/request/delete-application-group-request.d.ts +2 -2
  63. package/lib/request/delete-application-request.d.ts +2 -2
  64. package/lib/request/delete-decryption-profile-request.d.ts +2 -2
  65. package/lib/request/delete-decryption-rule-request.d.ts +2 -2
  66. package/lib/request/delete-mapped-secret-request.d.ts +2 -2
  67. package/lib/request/delete-network-firewall-policy-request.d.ts +2 -2
  68. package/lib/request/delete-network-firewall-request.d.ts +2 -2
  69. package/lib/request/delete-security-rule-request.d.ts +2 -2
  70. package/lib/request/delete-service-list-request.d.ts +2 -2
  71. package/lib/request/delete-service-request.d.ts +2 -2
  72. package/lib/request/delete-url-list-request.d.ts +2 -2
  73. package/lib/request/get-address-list-request.d.ts +1 -1
  74. package/lib/request/get-application-group-request.d.ts +1 -1
  75. package/lib/request/get-application-request.d.ts +2 -2
  76. package/lib/request/get-decryption-profile-request.d.ts +1 -1
  77. package/lib/request/get-decryption-rule-request.d.ts +2 -2
  78. package/lib/request/get-mapped-secret-request.d.ts +2 -2
  79. package/lib/request/get-network-firewall-policy-request.d.ts +1 -1
  80. package/lib/request/get-network-firewall-request.d.ts +1 -1
  81. package/lib/request/get-security-rule-request.d.ts +1 -1
  82. package/lib/request/get-service-list-request.d.ts +1 -1
  83. package/lib/request/get-service-request.d.ts +2 -2
  84. package/lib/request/get-url-list-request.d.ts +1 -1
  85. package/lib/request/get-work-request-request.d.ts +1 -1
  86. package/lib/request/list-address-lists-request.d.ts +2 -2
  87. package/lib/request/list-application-groups-request.d.ts +2 -2
  88. package/lib/request/list-applications-request.d.ts +2 -2
  89. package/lib/request/list-decryption-profiles-request.d.ts +2 -2
  90. package/lib/request/list-decryption-rules-request.d.ts +2 -2
  91. package/lib/request/list-mapped-secrets-request.d.ts +2 -2
  92. package/lib/request/list-network-firewall-policies-request.d.ts +2 -2
  93. package/lib/request/list-network-firewalls-request.d.ts +3 -3
  94. package/lib/request/list-security-rules-request.d.ts +2 -2
  95. package/lib/request/list-service-lists-request.d.ts +2 -2
  96. package/lib/request/list-services-request.d.ts +2 -2
  97. package/lib/request/list-url-lists-request.d.ts +2 -2
  98. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  99. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  100. package/lib/request/list-work-requests-request.d.ts +2 -2
  101. package/lib/request/migrate-network-firewall-policy-request.d.ts +2 -2
  102. package/lib/request/update-address-list-request.d.ts +2 -2
  103. package/lib/request/update-application-group-request.d.ts +2 -2
  104. package/lib/request/update-application-request.d.ts +2 -2
  105. package/lib/request/update-decryption-profile-request.d.ts +2 -2
  106. package/lib/request/update-decryption-rule-request.d.ts +2 -2
  107. package/lib/request/update-mapped-secret-request.d.ts +2 -2
  108. package/lib/request/update-network-firewall-policy-request.d.ts +2 -2
  109. package/lib/request/update-network-firewall-request.d.ts +2 -2
  110. package/lib/request/update-security-rule-request.d.ts +2 -2
  111. package/lib/request/update-service-list-request.d.ts +2 -2
  112. package/lib/request/update-service-request.d.ts +2 -2
  113. package/lib/request/update-url-list-request.d.ts +2 -2
  114. package/lib/response/apply-network-firewall-policy-response.d.ts +1 -1
  115. package/lib/response/clone-network-firewall-policy-response.d.ts +1 -1
  116. package/lib/response/create-address-list-response.d.ts +1 -1
  117. package/lib/response/create-application-group-response.d.ts +1 -1
  118. package/lib/response/create-application-response.d.ts +1 -1
  119. package/lib/response/create-decryption-profile-response.d.ts +1 -1
  120. package/lib/response/create-decryption-rule-response.d.ts +1 -1
  121. package/lib/response/create-mapped-secret-response.d.ts +1 -1
  122. package/lib/response/create-network-firewall-policy-response.d.ts +1 -1
  123. package/lib/response/create-network-firewall-response.d.ts +1 -1
  124. package/lib/response/create-security-rule-response.d.ts +1 -1
  125. package/lib/response/create-service-list-response.d.ts +1 -1
  126. package/lib/response/create-service-response.d.ts +1 -1
  127. package/lib/response/create-url-list-response.d.ts +1 -1
  128. package/lib/response/get-address-list-response.d.ts +1 -1
  129. package/lib/response/get-application-group-response.d.ts +1 -1
  130. package/lib/response/get-application-response.d.ts +1 -1
  131. package/lib/response/get-decryption-profile-response.d.ts +1 -1
  132. package/lib/response/get-decryption-rule-response.d.ts +1 -1
  133. package/lib/response/get-mapped-secret-response.d.ts +1 -1
  134. package/lib/response/get-network-firewall-policy-response.d.ts +1 -1
  135. package/lib/response/get-network-firewall-response.d.ts +1 -1
  136. package/lib/response/get-security-rule-response.d.ts +1 -1
  137. package/lib/response/get-service-list-response.d.ts +1 -1
  138. package/lib/response/get-service-response.d.ts +1 -1
  139. package/lib/response/get-url-list-response.d.ts +1 -1
  140. package/lib/response/get-work-request-response.d.ts +1 -1
  141. package/lib/response/update-address-list-response.d.ts +1 -1
  142. package/lib/response/update-application-group-response.d.ts +1 -1
  143. package/lib/response/update-application-response.d.ts +1 -1
  144. package/lib/response/update-decryption-profile-response.d.ts +1 -1
  145. package/lib/response/update-decryption-rule-response.d.ts +1 -1
  146. package/lib/response/update-mapped-secret-response.d.ts +1 -1
  147. package/lib/response/update-security-rule-response.d.ts +1 -1
  148. package/lib/response/update-service-list-response.d.ts +1 -1
  149. package/lib/response/update-service-response.d.ts +1 -1
  150. package/lib/response/update-url-list-response.d.ts +1 -1
  151. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/ApplyNetworkFirewallPolicy.ts.html |here} to see how to use ApplyNetworkFirewallPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ApplyNetworkFirewallPolicy.ts.html |here} to see how to use ApplyNetworkFirewallPolicyRequest.
17
17
  */
18
18
  export interface ApplyNetworkFirewallPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ApplyNetworkFirewallPolicyRequest extends common.BaseRequest {
26
26
  "applyNetworkFirewallPolicyDetails": model.ApplyNetworkFirewallPolicyDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/BulkUploadAddressLists.ts.html |here} to see how to use BulkUploadAddressListsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/BulkUploadAddressLists.ts.html |here} to see how to use BulkUploadAddressListsRequest.
18
18
  */
19
19
  export interface BulkUploadAddressListsRequest extends common.BaseRequest {
20
20
  /**
@@ -40,7 +40,7 @@ export interface BulkUploadAddressListsRequest extends common.BaseRequest {
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * For optimistic concurrency control. In the PUT or DELETE call
43
- * for a resource, set the `if-match` parameter to the value of the
43
+ * for a resource, set the {@code if-match} parameter to the value of the
44
44
  * etag from a previous GET or POST response for that resource.
45
45
  * The resource will be updated or deleted only if the etag you
46
46
  * provide matches the resource's current etag value.
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/BulkUploadApplicationGroups.ts.html |here} to see how to use BulkUploadApplicationGroupsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/BulkUploadApplicationGroups.ts.html |here} to see how to use BulkUploadApplicationGroupsRequest.
18
18
  */
19
19
  export interface BulkUploadApplicationGroupsRequest extends common.BaseRequest {
20
20
  /**
@@ -40,7 +40,7 @@ export interface BulkUploadApplicationGroupsRequest extends common.BaseRequest {
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * For optimistic concurrency control. In the PUT or DELETE call
43
- * for a resource, set the `if-match` parameter to the value of the
43
+ * for a resource, set the {@code if-match} parameter to the value of the
44
44
  * etag from a previous GET or POST response for that resource.
45
45
  * The resource will be updated or deleted only if the etag you
46
46
  * provide matches the resource's current etag value.
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/BulkUploadApplications.ts.html |here} to see how to use BulkUploadApplicationsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/BulkUploadApplications.ts.html |here} to see how to use BulkUploadApplicationsRequest.
18
18
  */
19
19
  export interface BulkUploadApplicationsRequest extends common.BaseRequest {
20
20
  /**
@@ -40,7 +40,7 @@ export interface BulkUploadApplicationsRequest extends common.BaseRequest {
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * For optimistic concurrency control. In the PUT or DELETE call
43
- * for a resource, set the `if-match` parameter to the value of the
43
+ * for a resource, set the {@code if-match} parameter to the value of the
44
44
  * etag from a previous GET or POST response for that resource.
45
45
  * The resource will be updated or deleted only if the etag you
46
46
  * provide matches the resource's current etag value.
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/BulkUploadDecryptionProfiles.ts.html |here} to see how to use BulkUploadDecryptionProfilesRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/BulkUploadDecryptionProfiles.ts.html |here} to see how to use BulkUploadDecryptionProfilesRequest.
18
18
  */
19
19
  export interface BulkUploadDecryptionProfilesRequest extends common.BaseRequest {
20
20
  /**
@@ -40,7 +40,7 @@ export interface BulkUploadDecryptionProfilesRequest extends common.BaseRequest
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * For optimistic concurrency control. In the PUT or DELETE call
43
- * for a resource, set the `if-match` parameter to the value of the
43
+ * for a resource, set the {@code if-match} parameter to the value of the
44
44
  * etag from a previous GET or POST response for that resource.
45
45
  * The resource will be updated or deleted only if the etag you
46
46
  * provide matches the resource's current etag value.
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/BulkUploadDecryptionRules.ts.html |here} to see how to use BulkUploadDecryptionRulesRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/BulkUploadDecryptionRules.ts.html |here} to see how to use BulkUploadDecryptionRulesRequest.
18
18
  */
19
19
  export interface BulkUploadDecryptionRulesRequest extends common.BaseRequest {
20
20
  /**
@@ -40,7 +40,7 @@ export interface BulkUploadDecryptionRulesRequest extends common.BaseRequest {
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * For optimistic concurrency control. In the PUT or DELETE call
43
- * for a resource, set the `if-match` parameter to the value of the
43
+ * for a resource, set the {@code if-match} parameter to the value of the
44
44
  * etag from a previous GET or POST response for that resource.
45
45
  * The resource will be updated or deleted only if the etag you
46
46
  * provide matches the resource's current etag value.
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/BulkUploadMappedSecrets.ts.html |here} to see how to use BulkUploadMappedSecretsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/BulkUploadMappedSecrets.ts.html |here} to see how to use BulkUploadMappedSecretsRequest.
18
18
  */
19
19
  export interface BulkUploadMappedSecretsRequest extends common.BaseRequest {
20
20
  /**
@@ -40,7 +40,7 @@ export interface BulkUploadMappedSecretsRequest extends common.BaseRequest {
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * For optimistic concurrency control. In the PUT or DELETE call
43
- * for a resource, set the `if-match` parameter to the value of the
43
+ * for a resource, set the {@code if-match} parameter to the value of the
44
44
  * etag from a previous GET or POST response for that resource.
45
45
  * The resource will be updated or deleted only if the etag you
46
46
  * provide matches the resource's current etag value.
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/BulkUploadSecurityRules.ts.html |here} to see how to use BulkUploadSecurityRulesRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/BulkUploadSecurityRules.ts.html |here} to see how to use BulkUploadSecurityRulesRequest.
18
18
  */
19
19
  export interface BulkUploadSecurityRulesRequest extends common.BaseRequest {
20
20
  /**
@@ -40,7 +40,7 @@ export interface BulkUploadSecurityRulesRequest extends common.BaseRequest {
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * For optimistic concurrency control. In the PUT or DELETE call
43
- * for a resource, set the `if-match` parameter to the value of the
43
+ * for a resource, set the {@code if-match} parameter to the value of the
44
44
  * etag from a previous GET or POST response for that resource.
45
45
  * The resource will be updated or deleted only if the etag you
46
46
  * provide matches the resource's current etag value.
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/BulkUploadServiceLists.ts.html |here} to see how to use BulkUploadServiceListsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/BulkUploadServiceLists.ts.html |here} to see how to use BulkUploadServiceListsRequest.
18
18
  */
19
19
  export interface BulkUploadServiceListsRequest extends common.BaseRequest {
20
20
  /**
@@ -40,7 +40,7 @@ export interface BulkUploadServiceListsRequest extends common.BaseRequest {
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * For optimistic concurrency control. In the PUT or DELETE call
43
- * for a resource, set the `if-match` parameter to the value of the
43
+ * for a resource, set the {@code if-match} parameter to the value of the
44
44
  * etag from a previous GET or POST response for that resource.
45
45
  * The resource will be updated or deleted only if the etag you
46
46
  * provide matches the resource's current etag value.
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/BulkUploadServices.ts.html |here} to see how to use BulkUploadServicesRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/BulkUploadServices.ts.html |here} to see how to use BulkUploadServicesRequest.
18
18
  */
19
19
  export interface BulkUploadServicesRequest extends common.BaseRequest {
20
20
  /**
@@ -40,7 +40,7 @@ export interface BulkUploadServicesRequest extends common.BaseRequest {
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * For optimistic concurrency control. In the PUT or DELETE call
43
- * for a resource, set the `if-match` parameter to the value of the
43
+ * for a resource, set the {@code if-match} parameter to the value of the
44
44
  * etag from a previous GET or POST response for that resource.
45
45
  * The resource will be updated or deleted only if the etag you
46
46
  * provide matches the resource's current etag value.
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/BulkUploadUrlLists.ts.html |here} to see how to use BulkUploadUrlListsRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/BulkUploadUrlLists.ts.html |here} to see how to use BulkUploadUrlListsRequest.
18
18
  */
19
19
  export interface BulkUploadUrlListsRequest extends common.BaseRequest {
20
20
  /**
@@ -40,7 +40,7 @@ export interface BulkUploadUrlListsRequest extends common.BaseRequest {
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * For optimistic concurrency control. In the PUT or DELETE call
43
- * for a resource, set the `if-match` parameter to the value of the
43
+ * for a resource, set the {@code if-match} parameter to the value of the
44
44
  * etag from a previous GET or POST response for that resource.
45
45
  * The resource will be updated or deleted only if the etag you
46
46
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface CancelWorkRequestRequest extends common.BaseRequest {
21
21
  "workRequestId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/ChangeNetworkFirewallCompartment.ts.html |here} to see how to use ChangeNetworkFirewallCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ChangeNetworkFirewallCompartment.ts.html |here} to see how to use ChangeNetworkFirewallCompartmentRequest.
17
17
  */
18
18
  export interface ChangeNetworkFirewallCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeNetworkFirewallCompartmentRequest extends common.BaseRequ
26
26
  "changeNetworkFirewallCompartmentDetails": model.ChangeNetworkFirewallCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/ChangeNetworkFirewallPolicyCompartment.ts.html |here} to see how to use ChangeNetworkFirewallPolicyCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/ChangeNetworkFirewallPolicyCompartment.ts.html |here} to see how to use ChangeNetworkFirewallPolicyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeNetworkFirewallPolicyCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeNetworkFirewallPolicyCompartmentRequest extends common.Ba
26
26
  "changeNetworkFirewallPolicyCompartmentDetails": model.ChangeNetworkFirewallPolicyCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CloneNetworkFirewallPolicy.ts.html |here} to see how to use CloneNetworkFirewallPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CloneNetworkFirewallPolicy.ts.html |here} to see how to use CloneNetworkFirewallPolicyRequest.
17
17
  */
18
18
  export interface CloneNetworkFirewallPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface CloneNetworkFirewallPolicyRequest extends common.BaseRequest {
26
26
  "cloneNetworkFirewallPolicyDetails": model.CloneNetworkFirewallPolicyDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateAddressList.ts.html |here} to see how to use CreateAddressListRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateAddressList.ts.html |here} to see how to use CreateAddressListRequest.
17
17
  */
18
18
  export interface CreateAddressListRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateApplicationGroup.ts.html |here} to see how to use CreateApplicationGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateApplicationGroup.ts.html |here} to see how to use CreateApplicationGroupRequest.
17
17
  */
18
18
  export interface CreateApplicationGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
17
17
  */
18
18
  export interface CreateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateDecryptionProfile.ts.html |here} to see how to use CreateDecryptionProfileRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateDecryptionProfile.ts.html |here} to see how to use CreateDecryptionProfileRequest.
17
17
  */
18
18
  export interface CreateDecryptionProfileRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateDecryptionRule.ts.html |here} to see how to use CreateDecryptionRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateDecryptionRule.ts.html |here} to see how to use CreateDecryptionRuleRequest.
17
17
  */
18
18
  export interface CreateDecryptionRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateMappedSecret.ts.html |here} to see how to use CreateMappedSecretRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateMappedSecret.ts.html |here} to see how to use CreateMappedSecretRequest.
17
17
  */
18
18
  export interface CreateMappedSecretRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateNetworkFirewallPolicy.ts.html |here} to see how to use CreateNetworkFirewallPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateNetworkFirewallPolicy.ts.html |here} to see how to use CreateNetworkFirewallPolicyRequest.
17
17
  */
18
18
  export interface CreateNetworkFirewallPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateNetworkFirewall.ts.html |here} to see how to use CreateNetworkFirewallRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateNetworkFirewall.ts.html |here} to see how to use CreateNetworkFirewallRequest.
17
17
  */
18
18
  export interface CreateNetworkFirewallRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateSecurityRule.ts.html |here} to see how to use CreateSecurityRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateSecurityRule.ts.html |here} to see how to use CreateSecurityRuleRequest.
17
17
  */
18
18
  export interface CreateSecurityRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateServiceList.ts.html |here} to see how to use CreateServiceListRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateServiceList.ts.html |here} to see how to use CreateServiceListRequest.
17
17
  */
18
18
  export interface CreateServiceListRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateService.ts.html |here} to see how to use CreateServiceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateService.ts.html |here} to see how to use CreateServiceRequest.
17
17
  */
18
18
  export interface CreateServiceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/CreateUrlList.ts.html |here} to see how to use CreateUrlListRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/CreateUrlList.ts.html |here} to see how to use CreateUrlListRequest.
17
17
  */
18
18
  export interface CreateUrlListRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/DeleteAddressList.ts.html |here} to see how to use DeleteAddressListRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteAddressList.ts.html |here} to see how to use DeleteAddressListRequest.
16
16
  */
17
17
  export interface DeleteAddressListRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteAddressListRequest extends common.BaseRequest {
25
25
  "addressListName": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/DeleteApplicationGroup.ts.html |here} to see how to use DeleteApplicationGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteApplicationGroup.ts.html |here} to see how to use DeleteApplicationGroupRequest.
16
16
  */
17
17
  export interface DeleteApplicationGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteApplicationGroupRequest extends common.BaseRequest {
25
25
  "applicationGroupName": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
16
16
  */
17
17
  export interface DeleteApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteApplicationRequest extends common.BaseRequest {
25
25
  "applicationName": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/DeleteDecryptionProfile.ts.html |here} to see how to use DeleteDecryptionProfileRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteDecryptionProfile.ts.html |here} to see how to use DeleteDecryptionProfileRequest.
16
16
  */
17
17
  export interface DeleteDecryptionProfileRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteDecryptionProfileRequest extends common.BaseRequest {
25
25
  "decryptionProfileName": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/DeleteDecryptionRule.ts.html |here} to see how to use DeleteDecryptionRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteDecryptionRule.ts.html |here} to see how to use DeleteDecryptionRuleRequest.
16
16
  */
17
17
  export interface DeleteDecryptionRuleRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteDecryptionRuleRequest extends common.BaseRequest {
25
25
  "decryptionRuleName": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/DeleteMappedSecret.ts.html |here} to see how to use DeleteMappedSecretRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteMappedSecret.ts.html |here} to see how to use DeleteMappedSecretRequest.
16
16
  */
17
17
  export interface DeleteMappedSecretRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteMappedSecretRequest extends common.BaseRequest {
25
25
  "mappedSecretName": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/DeleteNetworkFirewallPolicy.ts.html |here} to see how to use DeleteNetworkFirewallPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteNetworkFirewallPolicy.ts.html |here} to see how to use DeleteNetworkFirewallPolicyRequest.
16
16
  */
17
17
  export interface DeleteNetworkFirewallPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteNetworkFirewallPolicyRequest extends common.BaseRequest {
21
21
  "networkFirewallPolicyId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/DeleteNetworkFirewall.ts.html |here} to see how to use DeleteNetworkFirewallRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteNetworkFirewall.ts.html |here} to see how to use DeleteNetworkFirewallRequest.
16
16
  */
17
17
  export interface DeleteNetworkFirewallRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteNetworkFirewallRequest extends common.BaseRequest {
21
21
  "networkFirewallId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/DeleteSecurityRule.ts.html |here} to see how to use DeleteSecurityRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteSecurityRule.ts.html |here} to see how to use DeleteSecurityRuleRequest.
16
16
  */
17
17
  export interface DeleteSecurityRuleRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteSecurityRuleRequest extends common.BaseRequest {
25
25
  "securityRuleName": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/networkfirewall/DeleteServiceList.ts.html |here} to see how to use DeleteServiceListRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/networkfirewall/DeleteServiceList.ts.html |here} to see how to use DeleteServiceListRequest.
16
16
  */
17
17
  export interface DeleteServiceListRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteServiceListRequest extends common.BaseRequest {
25
25
  "serviceListName": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.