oci-limits 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.
package/lib/client.d.ts CHANGED
@@ -77,7 +77,7 @@ export declare class LimitsClient {
77
77
  * @param GetResourceAvailabilityRequest
78
78
  * @return GetResourceAvailabilityResponse
79
79
  * @throws OciError when an error occurs
80
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
80
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
81
81
  */
82
82
  getResourceAvailability(getResourceAvailabilityRequest: requests.GetResourceAvailabilityRequest): Promise<responses.GetResourceAvailabilityResponse>;
83
83
  /**
@@ -89,7 +89,7 @@ export declare class LimitsClient {
89
89
  * @param ListLimitDefinitionsRequest
90
90
  * @return ListLimitDefinitionsResponse
91
91
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
92
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
93
93
  */
94
94
  listLimitDefinitions(listLimitDefinitionsRequest: requests.ListLimitDefinitionsRequest): Promise<responses.ListLimitDefinitionsResponse>;
95
95
  /**
@@ -131,7 +131,7 @@ export declare class LimitsClient {
131
131
  * @param ListLimitValuesRequest
132
132
  * @return ListLimitValuesResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
135
135
  */
136
136
  listLimitValues(listLimitValuesRequest: requests.ListLimitValuesRequest): Promise<responses.ListLimitValuesResponse>;
137
137
  /**
@@ -174,7 +174,7 @@ export declare class LimitsClient {
174
174
  * @param ListServicesRequest
175
175
  * @return ListServicesResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/ListServices.ts.html |here} to see how to use ListServices API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
178
178
  */
179
179
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
180
180
  /**
@@ -282,7 +282,7 @@ export declare class QuotasClient {
282
282
  * @param AddQuotaLockRequest
283
283
  * @return AddQuotaLockResponse
284
284
  * @throws OciError when an error occurs
285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
286
286
  */
287
287
  addQuotaLock(addQuotaLockRequest: requests.AddQuotaLockRequest): Promise<responses.AddQuotaLockResponse>;
288
288
  /**
@@ -291,7 +291,7 @@ export declare class QuotasClient {
291
291
  * @param CreateQuotaRequest
292
292
  * @return CreateQuotaResponse
293
293
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
295
295
  */
296
296
  createQuota(createQuotaRequest: requests.CreateQuotaRequest): Promise<responses.CreateQuotaResponse>;
297
297
  /**
@@ -300,7 +300,7 @@ export declare class QuotasClient {
300
300
  * @param DeleteQuotaRequest
301
301
  * @return DeleteQuotaResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
304
304
  */
305
305
  deleteQuota(deleteQuotaRequest: requests.DeleteQuotaRequest): Promise<responses.DeleteQuotaResponse>;
306
306
  /**
@@ -309,7 +309,7 @@ export declare class QuotasClient {
309
309
  * @param GetQuotaRequest
310
310
  * @return GetQuotaResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
313
313
  */
314
314
  getQuota(getQuotaRequest: requests.GetQuotaRequest): Promise<responses.GetQuotaResponse>;
315
315
  /**
@@ -318,7 +318,7 @@ export declare class QuotasClient {
318
318
  * @param ListQuotasRequest
319
319
  * @return ListQuotasResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
322
322
  */
323
323
  listQuotas(listQuotasRequest: requests.ListQuotasRequest): Promise<responses.ListQuotasResponse>;
324
324
  /**
@@ -359,7 +359,7 @@ export declare class QuotasClient {
359
359
  * @param RemoveQuotaLockRequest
360
360
  * @return RemoveQuotaLockResponse
361
361
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
363
363
  */
364
364
  removeQuotaLock(removeQuotaLockRequest: requests.RemoveQuotaLockRequest): Promise<responses.RemoveQuotaLockResponse>;
365
365
  /**
@@ -368,7 +368,7 @@ export declare class QuotasClient {
368
368
  * @param UpdateQuotaRequest
369
369
  * @return UpdateQuotaResponse
370
370
  * @throws OciError when an error occurs
371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
372
372
  */
373
373
  updateQuota(updateQuotaRequest: requests.UpdateQuotaRequest): Promise<responses.UpdateQuotaResponse>;
374
374
  }
package/lib/client.js CHANGED
@@ -170,7 +170,7 @@ class LimitsClient {
170
170
  * @param GetResourceAvailabilityRequest
171
171
  * @return GetResourceAvailabilityResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailability API.
174
174
  */
175
175
  getResourceAvailability(getResourceAvailabilityRequest) {
176
176
  return __awaiter(this, void 0, void 0, function* () {
@@ -235,7 +235,7 @@ class LimitsClient {
235
235
  * @param ListLimitDefinitionsRequest
236
236
  * @return ListLimitDefinitionsResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitions API.
239
239
  */
240
240
  listLimitDefinitions(listLimitDefinitionsRequest) {
241
241
  return __awaiter(this, void 0, void 0, function* () {
@@ -345,7 +345,7 @@ class LimitsClient {
345
345
  * @param ListLimitValuesRequest
346
346
  * @return ListLimitValuesResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValues API.
349
349
  */
350
350
  listLimitValues(listLimitValuesRequest) {
351
351
  return __awaiter(this, void 0, void 0, function* () {
@@ -458,7 +458,7 @@ class LimitsClient {
458
458
  * @param ListServicesRequest
459
459
  * @return ListServicesResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/ListServices.ts.html |here} to see how to use ListServices API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListServices.ts.html |here} to see how to use ListServices API.
462
462
  */
463
463
  listServices(listServicesRequest) {
464
464
  return __awaiter(this, void 0, void 0, function* () {
@@ -701,7 +701,7 @@ class QuotasClient {
701
701
  * @param AddQuotaLockRequest
702
702
  * @return AddQuotaLockResponse
703
703
  * @throws OciError when an error occurs
704
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLock API.
705
705
  */
706
706
  addQuotaLock(addQuotaLockRequest) {
707
707
  return __awaiter(this, void 0, void 0, function* () {
@@ -766,7 +766,7 @@ class QuotasClient {
766
766
  * @param CreateQuotaRequest
767
767
  * @return CreateQuotaResponse
768
768
  * @throws OciError when an error occurs
769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuota API.
770
770
  */
771
771
  createQuota(createQuotaRequest) {
772
772
  return __awaiter(this, void 0, void 0, function* () {
@@ -829,7 +829,7 @@ class QuotasClient {
829
829
  * @param DeleteQuotaRequest
830
830
  * @return DeleteQuotaResponse
831
831
  * @throws OciError when an error occurs
832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuota API.
833
833
  */
834
834
  deleteQuota(deleteQuotaRequest) {
835
835
  return __awaiter(this, void 0, void 0, function* () {
@@ -886,7 +886,7 @@ class QuotasClient {
886
886
  * @param GetQuotaRequest
887
887
  * @return GetQuotaResponse
888
888
  * @throws OciError when an error occurs
889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/GetQuota.ts.html |here} to see how to use GetQuota API.
890
890
  */
891
891
  getQuota(getQuotaRequest) {
892
892
  return __awaiter(this, void 0, void 0, function* () {
@@ -949,7 +949,7 @@ class QuotasClient {
949
949
  * @param ListQuotasRequest
950
950
  * @return ListQuotasResponse
951
951
  * @throws OciError when an error occurs
952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotas API.
953
953
  */
954
954
  listQuotas(listQuotasRequest) {
955
955
  return __awaiter(this, void 0, void 0, function* () {
@@ -1058,7 +1058,7 @@ class QuotasClient {
1058
1058
  * @param RemoveQuotaLockRequest
1059
1059
  * @return RemoveQuotaLockResponse
1060
1060
  * @throws OciError when an error occurs
1061
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
1061
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLock API.
1062
1062
  */
1063
1063
  removeQuotaLock(removeQuotaLockRequest) {
1064
1064
  return __awaiter(this, void 0, void 0, function* () {
@@ -1123,7 +1123,7 @@ class QuotasClient {
1123
1123
  * @param UpdateQuotaRequest
1124
1124
  * @return UpdateQuotaResponse
1125
1125
  * @throws OciError when an error occurs
1126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
1126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuota API.
1127
1127
  */
1128
1128
  updateQuota(updateQuotaRequest) {
1129
1129
  return __awaiter(this, void 0, void 0, function* () {
@@ -41,7 +41,7 @@ export interface CreateQuotaDetails {
41
41
  /**
42
42
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
43
43
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
44
- * Example: `{\"Department\": \"Finance\"}`
44
+ * Example: {@code {\"Department\": \"Finance\"}}
45
45
  *
46
46
  */
47
47
  "freeformTags"?: {
@@ -50,7 +50,7 @@ export interface CreateQuotaDetails {
50
50
  /**
51
51
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
52
52
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
53
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
53
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
54
54
  *
55
55
  */
56
56
  "definedTags"?: {
@@ -38,7 +38,7 @@ export interface QuotaSummary {
38
38
  "description": string;
39
39
  /**
40
40
  * Date and time the quota was created, in the format defined by RFC 3339.
41
- * Example: `2016-08-25T21:10:29.600Z`
41
+ * Example: {@code 2016-08-25T21:10:29.600Z}
42
42
  *
43
43
  */
44
44
  "timeCreated": Date;
@@ -47,7 +47,7 @@ export interface QuotaSummary {
47
47
  */
48
48
  "locks"?: Array<model.ResourceLock>;
49
49
  /**
50
- * The quota's current state. After creating a quota, make sure its `lifecycleState` is set to
50
+ * The quota's current state. After creating a quota, make sure its {@code lifecycleState} is set to
51
51
  * ACTIVE before using it.
52
52
  *
53
53
  */
@@ -55,7 +55,7 @@ export interface QuotaSummary {
55
55
  /**
56
56
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
57
57
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
58
- * Example: `{\"Department\": \"Finance\"}`
58
+ * Example: {@code {\"Department\": \"Finance\"}}
59
59
  *
60
60
  */
61
61
  "freeformTags"?: {
@@ -64,7 +64,7 @@ export interface QuotaSummary {
64
64
  /**
65
65
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
66
66
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
67
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
67
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
68
68
  *
69
69
  */
70
70
  "definedTags"?: {
@@ -50,12 +50,12 @@ export interface Quota {
50
50
  "description": string;
51
51
  /**
52
52
  * Date and time the quota was created, in the format defined by RFC 3339.
53
- * Example: `2016-08-25T21:10:29.600Z`
53
+ * Example: {@code 2016-08-25T21:10:29.600Z}
54
54
  *
55
55
  */
56
56
  "timeCreated": Date;
57
57
  /**
58
- * The quota's current state. After creating a quota, make sure its `lifecycleState` is set to
58
+ * The quota's current state. After creating a quota, make sure its {@code lifecycleState} is set to
59
59
  * ACTIVE before using it.
60
60
  *
61
61
  */
@@ -63,7 +63,7 @@ export interface Quota {
63
63
  /**
64
64
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
65
65
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
66
- * Example: `{\"Department\": \"Finance\"}`
66
+ * Example: {@code {\"Department\": \"Finance\"}}
67
67
  *
68
68
  */
69
69
  "freeformTags"?: {
@@ -72,7 +72,7 @@ export interface Quota {
72
72
  /**
73
73
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
74
74
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
75
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
75
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
76
76
  *
77
77
  */
78
78
  "definedTags"?: {
@@ -26,7 +26,7 @@ export interface UpdateQuotaDetails {
26
26
  /**
27
27
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
28
28
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
29
- * Example: `{\"Department\": \"Finance\"}`
29
+ * Example: {@code {\"Department\": \"Finance\"}}
30
30
  *
31
31
  */
32
32
  "freeformTags"?: {
@@ -35,7 +35,7 @@ export interface UpdateQuotaDetails {
35
35
  /**
36
36
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
37
37
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
38
- * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
38
+ * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
39
39
  *
40
40
  */
41
41
  "definedTags"?: {
@@ -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/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLockRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/AddQuotaLock.ts.html |here} to see how to use AddQuotaLockRequest.
17
17
  */
18
18
  export interface AddQuotaLockRequest extends common.BaseRequest {
19
19
  /**
@@ -31,7 +31,7 @@ export interface AddQuotaLockRequest extends common.BaseRequest {
31
31
  */
32
32
  "opcRequestId"?: string;
33
33
  /**
34
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
35
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
36
  * is updated or deleted only if the etag you provide matches the resource's current etag value.
37
37
  *
@@ -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/limits/CreateQuota.ts.html |here} to see how to use CreateQuotaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/CreateQuota.ts.html |here} to see how to use CreateQuotaRequest.
17
17
  */
18
18
  export interface CreateQuotaRequest 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/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuotaRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/DeleteQuota.ts.html |here} to see how to use DeleteQuotaRequest.
16
16
  */
17
17
  export interface DeleteQuotaRequest extends common.BaseRequest {
18
18
  /**
@@ -26,7 +26,7 @@ export interface DeleteQuotaRequest extends common.BaseRequest {
26
26
  */
27
27
  "opcRequestId"?: string;
28
28
  /**
29
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
30
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
31
  * is updated or deleted only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -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/limits/GetQuota.ts.html |here} to see how to use GetQuotaRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/GetQuota.ts.html |here} to see how to use GetQuotaRequest.
16
16
  */
17
17
  export interface GetQuotaRequest extends common.BaseRequest {
18
18
  /**
@@ -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/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailabilityRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/GetResourceAvailability.ts.html |here} to see how to use GetResourceAvailabilityRequest.
16
16
  */
17
17
  export interface GetResourceAvailabilityRequest extends common.BaseRequest {
18
18
  /**
@@ -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/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListLimitDefinitions.ts.html |here} to see how to use ListLimitDefinitionsRequest.
16
16
  */
17
17
  export interface ListLimitDefinitionsRequest extends common.BaseRequest {
18
18
  /**
@@ -44,7 +44,7 @@ export interface ListLimitDefinitionsRequest extends common.BaseRequest {
44
44
  */
45
45
  "limit"?: number;
46
46
  /**
47
- * The value of the `opc-next-page` response header from the previous \"List\" call.
47
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
48
48
  *
49
49
  */
50
50
  "page"?: string;
@@ -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/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValuesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListLimitValues.ts.html |here} to see how to use ListLimitValuesRequest.
16
16
  */
17
17
  export interface ListLimitValuesRequest extends common.BaseRequest {
18
18
  /**
@@ -53,7 +53,7 @@ export interface ListLimitValuesRequest extends common.BaseRequest {
53
53
  */
54
54
  "limit"?: number;
55
55
  /**
56
- * The value of the `opc-next-page` response header from the previous \"List\" call.
56
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
57
57
  *
58
58
  */
59
59
  "page"?: string;
@@ -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/limits/ListQuotas.ts.html |here} to see how to use ListQuotasRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListQuotas.ts.html |here} to see how to use ListQuotasRequest.
16
16
  */
17
17
  export interface ListQuotasRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListQuotasRequest extends common.BaseRequest {
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
24
- * The value of the `opc-next-page` response header from the previous \"List\" call.
24
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
25
25
  *
26
26
  */
27
27
  "page"?: string;
@@ -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/limits/ListServices.ts.html |here} to see how to use ListServicesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/ListServices.ts.html |here} to see how to use ListServicesRequest.
16
16
  */
17
17
  export interface ListServicesRequest extends common.BaseRequest {
18
18
  /**
@@ -36,7 +36,7 @@ export interface ListServicesRequest extends common.BaseRequest {
36
36
  */
37
37
  "limit"?: number;
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/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLockRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/RemoveQuotaLock.ts.html |here} to see how to use RemoveQuotaLockRequest.
17
17
  */
18
18
  export interface RemoveQuotaLockRequest extends common.BaseRequest {
19
19
  /**
@@ -31,7 +31,7 @@ export interface RemoveQuotaLockRequest extends common.BaseRequest {
31
31
  */
32
32
  "opcRequestId"?: string;
33
33
  /**
34
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
35
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
36
  * is updated or deleted only if the etag you provide matches the resource's current etag value.
37
37
  *
@@ -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/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuotaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/limits/UpdateQuota.ts.html |here} to see how to use UpdateQuotaRequest.
17
17
  */
18
18
  export interface UpdateQuotaRequest extends common.BaseRequest {
19
19
  /**
@@ -31,7 +31,7 @@ export interface UpdateQuotaRequest extends common.BaseRequest {
31
31
  */
32
32
  "opcRequestId"?: string;
33
33
  /**
34
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
35
35
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
36
36
  * is updated or deleted only if the etag you provide matches the resource's current etag value.
37
37
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface AddQuotaLockResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -19,7 +19,7 @@ export interface CreateQuotaResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -19,7 +19,7 @@ export interface GetQuotaResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface RemoveQuotaLockResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -19,7 +19,7 @@ export interface UpdateQuotaResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  */
24
24
  "etag": string;
25
25
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-limits",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Limits Service",
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"