oci-dns 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 (98) hide show
  1. package/lib/client.d.ts +52 -52
  2. package/lib/client.js +52 -52
  3. package/lib/model/create-steering-policy-details.d.ts +18 -18
  4. package/lib/model/create-tsig-key-details.d.ts +2 -2
  5. package/lib/model/create-view-details.d.ts +2 -2
  6. package/lib/model/create-zone-base-details.d.ts +2 -2
  7. package/lib/model/create-zone-details.d.ts +4 -4
  8. package/lib/model/dynect-migration-details.d.ts +1 -1
  9. package/lib/model/external-downstream.d.ts +1 -1
  10. package/lib/model/migration-replacement.d.ts +1 -1
  11. package/lib/model/record-operation.d.ts +8 -8
  12. package/lib/model/resolver-endpoint-summary.d.ts +2 -2
  13. package/lib/model/resolver-endpoint.d.ts +2 -2
  14. package/lib/model/resolver-summary.d.ts +4 -4
  15. package/lib/model/resolver.d.ts +4 -4
  16. package/lib/model/steering-policy-answer.d.ts +7 -7
  17. package/lib/model/steering-policy-attachment-summary.d.ts +1 -1
  18. package/lib/model/steering-policy-attachment.d.ts +1 -1
  19. package/lib/model/steering-policy-filter-answer-data.d.ts +1 -1
  20. package/lib/model/steering-policy-filter-rule-case.d.ts +3 -3
  21. package/lib/model/steering-policy-filter-rule.d.ts +8 -8
  22. package/lib/model/steering-policy-health-rule-case.d.ts +2 -2
  23. package/lib/model/steering-policy-health-rule.d.ts +6 -6
  24. package/lib/model/steering-policy-limit-rule-case.d.ts +3 -3
  25. package/lib/model/steering-policy-limit-rule.d.ts +8 -8
  26. package/lib/model/steering-policy-priority-answer-data.d.ts +2 -2
  27. package/lib/model/steering-policy-priority-rule-case.d.ts +3 -3
  28. package/lib/model/steering-policy-priority-rule.d.ts +8 -8
  29. package/lib/model/steering-policy-rule.d.ts +1 -1
  30. package/lib/model/steering-policy-summary.d.ts +19 -19
  31. package/lib/model/steering-policy-weighted-answer-data.d.ts +1 -1
  32. package/lib/model/steering-policy-weighted-rule-case.d.ts +3 -3
  33. package/lib/model/steering-policy-weighted-rule.d.ts +8 -8
  34. package/lib/model/steering-policy.d.ts +19 -19
  35. package/lib/model/tsig-key-summary.d.ts +3 -3
  36. package/lib/model/tsig-key.d.ts +4 -4
  37. package/lib/model/update-resolver-details.d.ts +2 -2
  38. package/lib/model/update-steering-policy-details.d.ts +18 -18
  39. package/lib/model/update-tsig-key-details.d.ts +2 -2
  40. package/lib/model/update-view-details.d.ts +2 -2
  41. package/lib/model/update-zone-details.d.ts +5 -5
  42. package/lib/model/view-summary.d.ts +4 -4
  43. package/lib/model/view.d.ts +4 -4
  44. package/lib/model/zone-summary.d.ts +4 -4
  45. package/lib/model/zone.d.ts +7 -7
  46. package/lib/request/change-resolver-compartment-request.d.ts +3 -3
  47. package/lib/request/change-steering-policy-compartment-request.d.ts +3 -3
  48. package/lib/request/change-tsig-key-compartment-request.d.ts +3 -3
  49. package/lib/request/change-view-compartment-request.d.ts +3 -3
  50. package/lib/request/change-zone-compartment-request.d.ts +3 -3
  51. package/lib/request/create-resolver-endpoint-request.d.ts +1 -1
  52. package/lib/request/create-steering-policy-attachment-request.d.ts +1 -1
  53. package/lib/request/create-steering-policy-request.d.ts +1 -1
  54. package/lib/request/create-tsig-key-request.d.ts +1 -1
  55. package/lib/request/create-view-request.d.ts +1 -1
  56. package/lib/request/create-zone-from-zone-file-request.d.ts +1 -1
  57. package/lib/request/create-zone-request.d.ts +1 -1
  58. package/lib/request/delete-domain-records-request.d.ts +4 -4
  59. package/lib/request/delete-resolver-endpoint-request.d.ts +4 -4
  60. package/lib/request/delete-rrset-request.d.ts +4 -4
  61. package/lib/request/delete-steering-policy-attachment-request.d.ts +4 -4
  62. package/lib/request/delete-steering-policy-request.d.ts +4 -4
  63. package/lib/request/delete-tsig-key-request.d.ts +4 -4
  64. package/lib/request/delete-view-request.d.ts +4 -4
  65. package/lib/request/delete-zone-request.d.ts +4 -4
  66. package/lib/request/get-domain-records-request.d.ts +5 -5
  67. package/lib/request/get-resolver-endpoint-request.d.ts +4 -4
  68. package/lib/request/get-resolver-request.d.ts +4 -4
  69. package/lib/request/get-rrset-request.d.ts +5 -5
  70. package/lib/request/get-steering-policy-attachment-request.d.ts +4 -4
  71. package/lib/request/get-steering-policy-request.d.ts +4 -4
  72. package/lib/request/get-tsig-key-request.d.ts +4 -4
  73. package/lib/request/get-view-request.d.ts +4 -4
  74. package/lib/request/get-zone-content-request.d.ts +4 -4
  75. package/lib/request/get-zone-records-request.d.ts +5 -5
  76. package/lib/request/get-zone-request.d.ts +4 -4
  77. package/lib/request/list-resolver-endpoints-request.d.ts +2 -2
  78. package/lib/request/list-resolvers-request.d.ts +2 -2
  79. package/lib/request/list-steering-policies-request.d.ts +3 -3
  80. package/lib/request/list-steering-policy-attachments-request.d.ts +3 -3
  81. package/lib/request/list-tsig-keys-request.d.ts +3 -3
  82. package/lib/request/list-views-request.d.ts +2 -2
  83. package/lib/request/list-zone-transfer-servers-request.d.ts +2 -2
  84. package/lib/request/list-zones-request.d.ts +3 -3
  85. package/lib/request/patch-domain-records-request.d.ts +4 -4
  86. package/lib/request/patch-rrset-request.d.ts +4 -4
  87. package/lib/request/patch-zone-records-request.d.ts +4 -4
  88. package/lib/request/update-domain-records-request.d.ts +4 -4
  89. package/lib/request/update-resolver-endpoint-request.d.ts +4 -4
  90. package/lib/request/update-resolver-request.d.ts +4 -4
  91. package/lib/request/update-rrset-request.d.ts +4 -4
  92. package/lib/request/update-steering-policy-attachment-request.d.ts +4 -4
  93. package/lib/request/update-steering-policy-request.d.ts +4 -4
  94. package/lib/request/update-tsig-key-request.d.ts +4 -4
  95. package/lib/request/update-view-request.d.ts +4 -4
  96. package/lib/request/update-zone-records-request.d.ts +4 -4
  97. package/lib/request/update-zone-request.d.ts +4 -4
  98. 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/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpointsRequest.
17
17
  */
18
18
  export interface ListResolverEndpointsRequest extends common.BaseRequest {
19
19
  /**
@@ -32,7 +32,7 @@ export interface ListResolverEndpointsRequest extends common.BaseRequest {
32
32
  */
33
33
  "name"?: string;
34
34
  /**
35
- * The value of the `opc-next-page` response header from the previous \"List\" call.
35
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
36
36
  *
37
37
  */
38
38
  "page"?: string;
@@ -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/dns/ListResolvers.ts.html |here} to see how to use ListResolversRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/ListResolvers.ts.html |here} to see how to use ListResolversRequest.
17
17
  */
18
18
  export interface ListResolversRequest extends common.BaseRequest {
19
19
  /**
@@ -36,7 +36,7 @@ export interface ListResolversRequest extends common.BaseRequest {
36
36
  */
37
37
  "id"?: string;
38
38
  /**
39
- * The value of the `opc-next-page` response header from the previous \"List\" call.
39
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
40
40
  *
41
41
  */
42
42
  "page"?: string;
@@ -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/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPoliciesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPoliciesRequest.
17
17
  */
18
18
  export interface ListSteeringPoliciesRequest extends common.BaseRequest {
19
19
  /**
@@ -33,7 +33,7 @@ export interface ListSteeringPoliciesRequest extends common.BaseRequest {
33
33
  */
34
34
  "limit"?: number;
35
35
  /**
36
- * The value of the `opc-next-page` response header from the previous \"List\" call.
36
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
37
37
  *
38
38
  */
39
39
  "page"?: string;
@@ -80,7 +80,7 @@ export interface ListSteeringPoliciesRequest extends common.BaseRequest {
80
80
  */
81
81
  "lifecycleState"?: string;
82
82
  /**
83
- * The field by which to sort steering policies. If unspecified, defaults to `timeCreated`.
83
+ * The field by which to sort steering policies. If unspecified, defaults to {@code timeCreated}.
84
84
  */
85
85
  "sortBy"?: ListSteeringPoliciesRequest.SortBy;
86
86
  /**
@@ -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/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachmentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachmentsRequest.
17
17
  */
18
18
  export interface ListSteeringPolicyAttachmentsRequest extends common.BaseRequest {
19
19
  /**
@@ -33,7 +33,7 @@ export interface ListSteeringPolicyAttachmentsRequest extends common.BaseRequest
33
33
  */
34
34
  "limit"?: number;
35
35
  /**
36
- * The value of the `opc-next-page` response header from the previous \"List\" call.
36
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
37
37
  *
38
38
  */
39
39
  "page"?: string;
@@ -86,7 +86,7 @@ export interface ListSteeringPolicyAttachmentsRequest extends common.BaseRequest
86
86
  */
87
87
  "lifecycleState"?: string;
88
88
  /**
89
- * The field by which to sort steering policy attachments. If unspecified, defaults to `timeCreated`.
89
+ * The field by which to sort steering policy attachments. If unspecified, defaults to {@code timeCreated}.
90
90
  */
91
91
  "sortBy"?: ListSteeringPolicyAttachmentsRequest.SortBy;
92
92
  /**
@@ -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/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeysRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeysRequest.
17
17
  */
18
18
  export interface ListTsigKeysRequest extends common.BaseRequest {
19
19
  /**
@@ -33,7 +33,7 @@ export interface ListTsigKeysRequest extends common.BaseRequest {
33
33
  */
34
34
  "limit"?: number;
35
35
  /**
36
- * The value of the `opc-next-page` response header from the previous \"List\" call.
36
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
37
37
  *
38
38
  */
39
39
  "page"?: string;
@@ -50,7 +50,7 @@ export interface ListTsigKeysRequest extends common.BaseRequest {
50
50
  */
51
51
  "lifecycleState"?: string;
52
52
  /**
53
- * The field by which to sort TSIG keys. If unspecified, defaults to `timeCreated`.
53
+ * The field by which to sort TSIG keys. If unspecified, defaults to {@code timeCreated}.
54
54
  */
55
55
  "sortBy"?: ListTsigKeysRequest.SortBy;
56
56
  /**
@@ -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/dns/ListViews.ts.html |here} to see how to use ListViewsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/ListViews.ts.html |here} to see how to use ListViewsRequest.
17
17
  */
18
18
  export interface ListViewsRequest extends common.BaseRequest {
19
19
  /**
@@ -36,7 +36,7 @@ export interface ListViewsRequest extends common.BaseRequest {
36
36
  */
37
37
  "id"?: string;
38
38
  /**
39
- * The value of the `opc-next-page` response header from the previous \"List\" call.
39
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
40
40
  *
41
41
  */
42
42
  "page"?: string;
@@ -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/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServersRequest.
17
17
  */
18
18
  export interface ListZoneTransferServersRequest extends common.BaseRequest {
19
19
  /**
@@ -33,7 +33,7 @@ export interface ListZoneTransferServersRequest extends common.BaseRequest {
33
33
  */
34
34
  "scope"?: model.Scope;
35
35
  /**
36
- * The value of the `opc-next-page` response header from the previous \"List\" call.
36
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
37
37
  *
38
38
  */
39
39
  "page"?: string;
@@ -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/dns/ListZones.ts.html |here} to see how to use ListZonesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/ListZones.ts.html |here} to see how to use ListZonesRequest.
17
17
  */
18
18
  export interface ListZonesRequest extends common.BaseRequest {
19
19
  /**
@@ -33,7 +33,7 @@ export interface ListZonesRequest extends common.BaseRequest {
33
33
  */
34
34
  "limit"?: number;
35
35
  /**
36
- * The value of the `opc-next-page` response header from the previous \"List\" call.
36
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
37
37
  *
38
38
  */
39
39
  "page"?: string;
@@ -50,7 +50,7 @@ export interface ListZonesRequest extends common.BaseRequest {
50
50
  */
51
51
  "nameContains"?: string;
52
52
  /**
53
- * Search by zone type, `PRIMARY` or `SECONDARY`.
53
+ * Search by zone type, {@code PRIMARY} or {@code SECONDARY}.
54
54
  * Will match any zone whose type equals the provided value.
55
55
  *
56
56
  */
@@ -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/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecordsRequest.
17
17
  */
18
18
  export interface PatchDomainRecordsRequest extends common.BaseRequest {
19
19
  /**
@@ -29,16 +29,16 @@ export interface PatchDomainRecordsRequest extends common.BaseRequest {
29
29
  */
30
30
  "patchDomainRecordsDetails": model.PatchDomainRecordsDetails;
31
31
  /**
32
- * The `If-Match` header field makes the request method conditional on the
32
+ * The {@code If-Match} header field makes the request method conditional on the
33
33
  * existence of at least one current representation of the target resource,
34
- * when the field-value is `*`, or having a current representation of the
34
+ * when the field-value is {@code *}, or having a current representation of the
35
35
  * target resource that has an entity-tag matching a member of the list of
36
36
  * entity-tags provided in the field-value.
37
37
  *
38
38
  */
39
39
  "ifMatch"?: string;
40
40
  /**
41
- * The `If-Unmodified-Since` header field makes the request method
41
+ * The {@code If-Unmodified-Since} header field makes the request method
42
42
  * conditional on the selected representation's last modification date being
43
43
  * earlier than or equal to the date provided in the field-value. This
44
44
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSetRequest.
17
17
  */
18
18
  export interface PatchRRSetRequest extends common.BaseRequest {
19
19
  /**
@@ -33,16 +33,16 @@ export interface PatchRRSetRequest extends common.BaseRequest {
33
33
  */
34
34
  "patchRRSetDetails": model.PatchRRSetDetails;
35
35
  /**
36
- * The `If-Match` header field makes the request method conditional on the
36
+ * The {@code If-Match} header field makes the request method conditional on the
37
37
  * existence of at least one current representation of the target resource,
38
- * when the field-value is `*`, or having a current representation of the
38
+ * when the field-value is {@code *}, or having a current representation of the
39
39
  * target resource that has an entity-tag matching a member of the list of
40
40
  * entity-tags provided in the field-value.
41
41
  *
42
42
  */
43
43
  "ifMatch"?: string;
44
44
  /**
45
- * The `If-Unmodified-Since` header field makes the request method
45
+ * The {@code If-Unmodified-Since} header field makes the request method
46
46
  * conditional on the selected representation's last modification date being
47
47
  * earlier than or equal to the date provided in the field-value. This
48
48
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecordsRequest.
17
17
  */
18
18
  export interface PatchZoneRecordsRequest extends common.BaseRequest {
19
19
  /**
@@ -26,16 +26,16 @@ export interface PatchZoneRecordsRequest extends common.BaseRequest {
26
26
  */
27
27
  "patchZoneRecordsDetails": model.PatchZoneRecordsDetails;
28
28
  /**
29
- * The `If-Match` header field makes the request method conditional on the
29
+ * The {@code If-Match} header field makes the request method conditional on the
30
30
  * existence of at least one current representation of the target resource,
31
- * when the field-value is `*`, or having a current representation of the
31
+ * when the field-value is {@code *}, or having a current representation of the
32
32
  * target resource that has an entity-tag matching a member of the list of
33
33
  * entity-tags provided in the field-value.
34
34
  *
35
35
  */
36
36
  "ifMatch"?: string;
37
37
  /**
38
- * The `If-Unmodified-Since` header field makes the request method
38
+ * The {@code If-Unmodified-Since} header field makes the request method
39
39
  * conditional on the selected representation's last modification date being
40
40
  * earlier than or equal to the date provided in the field-value. This
41
41
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecordsRequest.
17
17
  */
18
18
  export interface UpdateDomainRecordsRequest extends common.BaseRequest {
19
19
  /**
@@ -29,16 +29,16 @@ export interface UpdateDomainRecordsRequest extends common.BaseRequest {
29
29
  */
30
30
  "updateDomainRecordsDetails": model.UpdateDomainRecordsDetails;
31
31
  /**
32
- * The `If-Match` header field makes the request method conditional on the
32
+ * The {@code If-Match} header field makes the request method conditional on the
33
33
  * existence of at least one current representation of the target resource,
34
- * when the field-value is `*`, or having a current representation of the
34
+ * when the field-value is {@code *}, or having a current representation of the
35
35
  * target resource that has an entity-tag matching a member of the list of
36
36
  * entity-tags provided in the field-value.
37
37
  *
38
38
  */
39
39
  "ifMatch"?: string;
40
40
  /**
41
- * The `If-Unmodified-Since` header field makes the request method
41
+ * The {@code If-Unmodified-Since} header field makes the request method
42
42
  * conditional on the selected representation's last modification date being
43
43
  * earlier than or equal to the date provided in the field-value. This
44
44
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpointRequest.
17
17
  */
18
18
  export interface UpdateResolverEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -29,16 +29,16 @@ export interface UpdateResolverEndpointRequest extends common.BaseRequest {
29
29
  */
30
30
  "updateResolverEndpointDetails": model.UpdateResolverVnicEndpointDetails;
31
31
  /**
32
- * The `If-Match` header field makes the request method conditional on the
32
+ * The {@code If-Match} header field makes the request method conditional on the
33
33
  * existence of at least one current representation of the target resource,
34
- * when the field-value is `*`, or having a current representation of the
34
+ * when the field-value is {@code *}, or having a current representation of the
35
35
  * target resource that has an entity-tag matching a member of the list of
36
36
  * entity-tags provided in the field-value.
37
37
  *
38
38
  */
39
39
  "ifMatch"?: string;
40
40
  /**
41
- * The `If-Unmodified-Since` header field makes the request method
41
+ * The {@code If-Unmodified-Since} header field makes the request method
42
42
  * conditional on the selected representation's last modification date being
43
43
  * earlier than or equal to the date provided in the field-value. This
44
44
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolverRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolverRequest.
17
17
  */
18
18
  export interface UpdateResolverRequest extends common.BaseRequest {
19
19
  /**
@@ -25,16 +25,16 @@ export interface UpdateResolverRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateResolverDetails": model.UpdateResolverDetails;
27
27
  /**
28
- * The `If-Match` header field makes the request method conditional on the
28
+ * The {@code If-Match} header field makes the request method conditional on the
29
29
  * existence of at least one current representation of the target resource,
30
- * when the field-value is `*`, or having a current representation of the
30
+ * when the field-value is {@code *}, or having a current representation of the
31
31
  * target resource that has an entity-tag matching a member of the list of
32
32
  * entity-tags provided in the field-value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
36
36
  /**
37
- * The `If-Unmodified-Since` header field makes the request method
37
+ * The {@code If-Unmodified-Since} header field makes the request method
38
38
  * conditional on the selected representation's last modification date being
39
39
  * earlier than or equal to the date provided in the field-value. This
40
40
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSetRequest.
17
17
  */
18
18
  export interface UpdateRRSetRequest extends common.BaseRequest {
19
19
  /**
@@ -33,16 +33,16 @@ export interface UpdateRRSetRequest extends common.BaseRequest {
33
33
  */
34
34
  "updateRRSetDetails": model.UpdateRRSetDetails;
35
35
  /**
36
- * The `If-Match` header field makes the request method conditional on the
36
+ * The {@code If-Match} header field makes the request method conditional on the
37
37
  * existence of at least one current representation of the target resource,
38
- * when the field-value is `*`, or having a current representation of the
38
+ * when the field-value is {@code *}, or having a current representation of the
39
39
  * target resource that has an entity-tag matching a member of the list of
40
40
  * entity-tags provided in the field-value.
41
41
  *
42
42
  */
43
43
  "ifMatch"?: string;
44
44
  /**
45
- * The `If-Unmodified-Since` header field makes the request method
45
+ * The {@code If-Unmodified-Since} header field makes the request method
46
46
  * conditional on the selected representation's last modification date being
47
47
  * earlier than or equal to the date provided in the field-value. This
48
48
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachmentRequest.
17
17
  */
18
18
  export interface UpdateSteeringPolicyAttachmentRequest extends common.BaseRequest {
19
19
  /**
@@ -25,16 +25,16 @@ export interface UpdateSteeringPolicyAttachmentRequest extends common.BaseReques
25
25
  */
26
26
  "updateSteeringPolicyAttachmentDetails": model.UpdateSteeringPolicyAttachmentDetails;
27
27
  /**
28
- * The `If-Match` header field makes the request method conditional on the
28
+ * The {@code If-Match} header field makes the request method conditional on the
29
29
  * existence of at least one current representation of the target resource,
30
- * when the field-value is `*`, or having a current representation of the
30
+ * when the field-value is {@code *}, or having a current representation of the
31
31
  * target resource that has an entity-tag matching a member of the list of
32
32
  * entity-tags provided in the field-value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
36
36
  /**
37
- * The `If-Unmodified-Since` header field makes the request method
37
+ * The {@code If-Unmodified-Since} header field makes the request method
38
38
  * conditional on the selected representation's last modification date being
39
39
  * earlier than or equal to the date provided in the field-value. This
40
40
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicyRequest.
17
17
  */
18
18
  export interface UpdateSteeringPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -25,16 +25,16 @@ export interface UpdateSteeringPolicyRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateSteeringPolicyDetails": model.UpdateSteeringPolicyDetails;
27
27
  /**
28
- * The `If-Match` header field makes the request method conditional on the
28
+ * The {@code If-Match} header field makes the request method conditional on the
29
29
  * existence of at least one current representation of the target resource,
30
- * when the field-value is `*`, or having a current representation of the
30
+ * when the field-value is {@code *}, or having a current representation of the
31
31
  * target resource that has an entity-tag matching a member of the list of
32
32
  * entity-tags provided in the field-value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
36
36
  /**
37
- * The `If-Unmodified-Since` header field makes the request method
37
+ * The {@code If-Unmodified-Since} header field makes the request method
38
38
  * conditional on the selected representation's last modification date being
39
39
  * earlier than or equal to the date provided in the field-value. This
40
40
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKeyRequest.
17
17
  */
18
18
  export interface UpdateTsigKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -25,16 +25,16 @@ export interface UpdateTsigKeyRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateTsigKeyDetails": model.UpdateTsigKeyDetails;
27
27
  /**
28
- * The `If-Match` header field makes the request method conditional on the
28
+ * The {@code If-Match} header field makes the request method conditional on the
29
29
  * existence of at least one current representation of the target resource,
30
- * when the field-value is `*`, or having a current representation of the
30
+ * when the field-value is {@code *}, or having a current representation of the
31
31
  * target resource that has an entity-tag matching a member of the list of
32
32
  * entity-tags provided in the field-value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
36
36
  /**
37
- * The `If-Unmodified-Since` header field makes the request method
37
+ * The {@code If-Unmodified-Since} header field makes the request method
38
38
  * conditional on the selected representation's last modification date being
39
39
  * earlier than or equal to the date provided in the field-value. This
40
40
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/UpdateView.ts.html |here} to see how to use UpdateViewRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/UpdateView.ts.html |here} to see how to use UpdateViewRequest.
17
17
  */
18
18
  export interface UpdateViewRequest extends common.BaseRequest {
19
19
  /**
@@ -25,16 +25,16 @@ export interface UpdateViewRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateViewDetails": model.UpdateViewDetails;
27
27
  /**
28
- * The `If-Match` header field makes the request method conditional on the
28
+ * The {@code If-Match} header field makes the request method conditional on the
29
29
  * existence of at least one current representation of the target resource,
30
- * when the field-value is `*`, or having a current representation of the
30
+ * when the field-value is {@code *}, or having a current representation of the
31
31
  * target resource that has an entity-tag matching a member of the list of
32
32
  * entity-tags provided in the field-value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
36
36
  /**
37
- * The `If-Unmodified-Since` header field makes the request method
37
+ * The {@code If-Unmodified-Since} header field makes the request method
38
38
  * conditional on the selected representation's last modification date being
39
39
  * earlier than or equal to the date provided in the field-value. This
40
40
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecordsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecordsRequest.
17
17
  */
18
18
  export interface UpdateZoneRecordsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,16 +25,16 @@ export interface UpdateZoneRecordsRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateZoneRecordsDetails": model.UpdateZoneRecordsDetails;
27
27
  /**
28
- * The `If-Match` header field makes the request method conditional on the
28
+ * The {@code If-Match} header field makes the request method conditional on the
29
29
  * existence of at least one current representation of the target resource,
30
- * when the field-value is `*`, or having a current representation of the
30
+ * when the field-value is {@code *}, or having a current representation of the
31
31
  * target resource that has an entity-tag matching a member of the list of
32
32
  * entity-tags provided in the field-value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
36
36
  /**
37
- * The `If-Unmodified-Since` header field makes the request method
37
+ * The {@code If-Unmodified-Since} header field makes the request method
38
38
  * conditional on the selected representation's last modification date being
39
39
  * earlier than or equal to the date provided in the field-value. This
40
40
  * field accomplishes the same purpose as If-Match for cases where the user
@@ -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/dns/UpdateZone.ts.html |here} to see how to use UpdateZoneRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZoneRequest.
17
17
  */
18
18
  export interface UpdateZoneRequest extends common.BaseRequest {
19
19
  /**
@@ -25,16 +25,16 @@ export interface UpdateZoneRequest extends common.BaseRequest {
25
25
  */
26
26
  "updateZoneDetails": model.UpdateZoneDetails;
27
27
  /**
28
- * The `If-Match` header field makes the request method conditional on the
28
+ * The {@code If-Match} header field makes the request method conditional on the
29
29
  * existence of at least one current representation of the target resource,
30
- * when the field-value is `*`, or having a current representation of the
30
+ * when the field-value is {@code *}, or having a current representation of the
31
31
  * target resource that has an entity-tag matching a member of the list of
32
32
  * entity-tags provided in the field-value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
36
36
  /**
37
- * The `If-Unmodified-Since` header field makes the request method
37
+ * The {@code If-Unmodified-Since} header field makes the request method
38
38
  * conditional on the selected representation's last modification date being
39
39
  * earlier than or equal to the date provided in the field-value. This
40
40
  * field accomplishes the same purpose as If-Match for cases where the user
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-dns",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for DNS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"