oci-autoscaling 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 (29) hide show
  1. package/lib/client.d.ts +11 -11
  2. package/lib/client.js +11 -11
  3. package/lib/model/auto-scaling-configuration-summary.d.ts +3 -3
  4. package/lib/model/auto-scaling-configuration.d.ts +3 -3
  5. package/lib/model/auto-scaling-policy.d.ts +1 -1
  6. package/lib/model/create-auto-scaling-configuration-details.d.ts +2 -2
  7. package/lib/model/cron-execution-schedule.d.ts +3 -3
  8. package/lib/model/resource.d.ts +1 -1
  9. package/lib/model/threshold.d.ts +2 -2
  10. package/lib/model/update-auto-scaling-configuration-details.d.ts +2 -2
  11. package/lib/request/change-auto-scaling-configuration-compartment-request.d.ts +2 -2
  12. package/lib/request/create-auto-scaling-configuration-request.d.ts +1 -1
  13. package/lib/request/create-auto-scaling-policy-request.d.ts +1 -1
  14. package/lib/request/delete-auto-scaling-configuration-request.d.ts +2 -2
  15. package/lib/request/delete-auto-scaling-policy-request.d.ts +2 -2
  16. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  17. package/lib/request/get-auto-scaling-policy-request.d.ts +1 -1
  18. package/lib/request/list-auto-scaling-configurations-request.d.ts +4 -4
  19. package/lib/request/list-auto-scaling-policies-request.d.ts +4 -4
  20. package/lib/request/update-auto-scaling-configuration-request.d.ts +2 -2
  21. package/lib/request/update-auto-scaling-policy-request.d.ts +2 -2
  22. package/lib/response/change-auto-scaling-configuration-compartment-response.d.ts +1 -1
  23. package/lib/response/create-auto-scaling-configuration-response.d.ts +1 -1
  24. package/lib/response/create-auto-scaling-policy-response.d.ts +1 -1
  25. package/lib/response/get-auto-scaling-configuration-response.d.ts +1 -1
  26. package/lib/response/get-auto-scaling-policy-response.d.ts +1 -1
  27. package/lib/response/update-auto-scaling-configuration-response.d.ts +1 -1
  28. package/lib/response/update-auto-scaling-policy-response.d.ts +1 -1
  29. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -84,7 +84,7 @@ export declare class AutoScalingClient {
84
84
  * @param ChangeAutoScalingConfigurationCompartmentRequest
85
85
  * @return ChangeAutoScalingConfigurationCompartmentResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
88
88
  */
89
89
  changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest: requests.ChangeAutoScalingConfigurationCompartmentRequest): Promise<responses.ChangeAutoScalingConfigurationCompartmentResponse>;
90
90
  /**
@@ -93,7 +93,7 @@ export declare class AutoScalingClient {
93
93
  * @param CreateAutoScalingConfigurationRequest
94
94
  * @return CreateAutoScalingConfigurationResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
97
97
  */
98
98
  createAutoScalingConfiguration(createAutoScalingConfigurationRequest: requests.CreateAutoScalingConfigurationRequest): Promise<responses.CreateAutoScalingConfigurationResponse>;
99
99
  /**
@@ -111,7 +111,7 @@ export declare class AutoScalingClient {
111
111
  * @param CreateAutoScalingPolicyRequest
112
112
  * @return CreateAutoScalingPolicyResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
115
115
  */
116
116
  createAutoScalingPolicy(createAutoScalingPolicyRequest: requests.CreateAutoScalingPolicyRequest): Promise<responses.CreateAutoScalingPolicyResponse>;
117
117
  /**
@@ -120,7 +120,7 @@ export declare class AutoScalingClient {
120
120
  * @param DeleteAutoScalingConfigurationRequest
121
121
  * @return DeleteAutoScalingConfigurationResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
124
124
  */
125
125
  deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest: requests.DeleteAutoScalingConfigurationRequest): Promise<responses.DeleteAutoScalingConfigurationResponse>;
126
126
  /**
@@ -129,7 +129,7 @@ export declare class AutoScalingClient {
129
129
  * @param DeleteAutoScalingPolicyRequest
130
130
  * @return DeleteAutoScalingPolicyResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
133
133
  */
134
134
  deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest: requests.DeleteAutoScalingPolicyRequest): Promise<responses.DeleteAutoScalingPolicyResponse>;
135
135
  /**
@@ -138,7 +138,7 @@ export declare class AutoScalingClient {
138
138
  * @param GetAutoScalingConfigurationRequest
139
139
  * @return GetAutoScalingConfigurationResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
142
142
  */
143
143
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
144
144
  /**
@@ -147,7 +147,7 @@ export declare class AutoScalingClient {
147
147
  * @param GetAutoScalingPolicyRequest
148
148
  * @return GetAutoScalingPolicyResponse
149
149
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
151
151
  */
152
152
  getAutoScalingPolicy(getAutoScalingPolicyRequest: requests.GetAutoScalingPolicyRequest): Promise<responses.GetAutoScalingPolicyResponse>;
153
153
  /**
@@ -157,7 +157,7 @@ export declare class AutoScalingClient {
157
157
  * @param ListAutoScalingConfigurationsRequest
158
158
  * @return ListAutoScalingConfigurationsResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
161
161
  */
162
162
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
163
163
  /**
@@ -199,7 +199,7 @@ export declare class AutoScalingClient {
199
199
  * @param ListAutoScalingPoliciesRequest
200
200
  * @return ListAutoScalingPoliciesResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
203
203
  */
204
204
  listAutoScalingPolicies(listAutoScalingPoliciesRequest: requests.ListAutoScalingPoliciesRequest): Promise<responses.ListAutoScalingPoliciesResponse>;
205
205
  /**
@@ -242,7 +242,7 @@ export declare class AutoScalingClient {
242
242
  * @param UpdateAutoScalingConfigurationRequest
243
243
  * @return UpdateAutoScalingConfigurationResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
246
246
  */
247
247
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
248
248
  /**
@@ -251,7 +251,7 @@ export declare class AutoScalingClient {
251
251
  * @param UpdateAutoScalingPolicyRequest
252
252
  * @return UpdateAutoScalingPolicyResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
255
255
  */
256
256
  updateAutoScalingPolicy(updateAutoScalingPolicyRequest: requests.UpdateAutoScalingPolicyRequest): Promise<responses.UpdateAutoScalingPolicyResponse>;
257
257
  }
package/lib/client.js CHANGED
@@ -178,7 +178,7 @@ class AutoScalingClient {
178
178
  * @param ChangeAutoScalingConfigurationCompartmentRequest
179
179
  * @return ChangeAutoScalingConfigurationCompartmentResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
182
182
  */
183
183
  changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest) {
184
184
  return __awaiter(this, void 0, void 0, function* () {
@@ -240,7 +240,7 @@ class AutoScalingClient {
240
240
  * @param CreateAutoScalingConfigurationRequest
241
241
  * @return CreateAutoScalingConfigurationResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
244
244
  */
245
245
  createAutoScalingConfiguration(createAutoScalingConfigurationRequest) {
246
246
  return __awaiter(this, void 0, void 0, function* () {
@@ -312,7 +312,7 @@ class AutoScalingClient {
312
312
  * @param CreateAutoScalingPolicyRequest
313
313
  * @return CreateAutoScalingPolicyResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
316
316
  */
317
317
  createAutoScalingPolicy(createAutoScalingPolicyRequest) {
318
318
  return __awaiter(this, void 0, void 0, function* () {
@@ -377,7 +377,7 @@ class AutoScalingClient {
377
377
  * @param DeleteAutoScalingConfigurationRequest
378
378
  * @return DeleteAutoScalingConfigurationResponse
379
379
  * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
381
381
  */
382
382
  deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest) {
383
383
  return __awaiter(this, void 0, void 0, function* () {
@@ -432,7 +432,7 @@ class AutoScalingClient {
432
432
  * @param DeleteAutoScalingPolicyRequest
433
433
  * @return DeleteAutoScalingPolicyResponse
434
434
  * @throws OciError when an error occurs
435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
436
436
  */
437
437
  deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest) {
438
438
  return __awaiter(this, void 0, void 0, function* () {
@@ -488,7 +488,7 @@ class AutoScalingClient {
488
488
  * @param GetAutoScalingConfigurationRequest
489
489
  * @return GetAutoScalingConfigurationResponse
490
490
  * @throws OciError when an error occurs
491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
492
492
  */
493
493
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
494
494
  return __awaiter(this, void 0, void 0, function* () {
@@ -551,7 +551,7 @@ class AutoScalingClient {
551
551
  * @param GetAutoScalingPolicyRequest
552
552
  * @return GetAutoScalingPolicyResponse
553
553
  * @throws OciError when an error occurs
554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
555
555
  */
556
556
  getAutoScalingPolicy(getAutoScalingPolicyRequest) {
557
557
  return __awaiter(this, void 0, void 0, function* () {
@@ -616,7 +616,7 @@ class AutoScalingClient {
616
616
  * @param ListAutoScalingConfigurationsRequest
617
617
  * @return ListAutoScalingConfigurationsResponse
618
618
  * @throws OciError when an error occurs
619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
620
620
  */
621
621
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
622
622
  return __awaiter(this, void 0, void 0, function* () {
@@ -725,7 +725,7 @@ class AutoScalingClient {
725
725
  * @param ListAutoScalingPoliciesRequest
726
726
  * @return ListAutoScalingPoliciesResponse
727
727
  * @throws OciError when an error occurs
728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
729
729
  */
730
730
  listAutoScalingPolicies(listAutoScalingPoliciesRequest) {
731
731
  return __awaiter(this, void 0, void 0, function* () {
@@ -836,7 +836,7 @@ class AutoScalingClient {
836
836
  * @param UpdateAutoScalingConfigurationRequest
837
837
  * @return UpdateAutoScalingConfigurationResponse
838
838
  * @throws OciError when an error occurs
839
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
839
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
840
840
  */
841
841
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
842
842
  return __awaiter(this, void 0, void 0, function* () {
@@ -902,7 +902,7 @@ class AutoScalingClient {
902
902
  * @param UpdateAutoScalingPolicyRequest
903
903
  * @return UpdateAutoScalingPolicyResponse
904
904
  * @throws OciError when an error occurs
905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
906
906
  */
907
907
  updateAutoScalingPolicy(updateAutoScalingPolicyRequest) {
908
908
  return __awaiter(this, void 0, void 0, function* () {
@@ -54,7 +54,7 @@ export interface AutoScalingConfigurationSummary {
54
54
  * Defined tags for this resource. Each key is predefined and scoped to a
55
55
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
56
56
  * <p>
57
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
57
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
58
58
  *
59
59
  */
60
60
  "definedTags"?: {
@@ -66,7 +66,7 @@ export interface AutoScalingConfigurationSummary {
66
66
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
67
67
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
68
68
  * <p>
69
- Example: `{\"Department\": \"Finance\"}`
69
+ Example: {@code {\"Department\": \"Finance\"}}
70
70
  *
71
71
  */
72
72
  "freeformTags"?: {
@@ -75,7 +75,7 @@ export interface AutoScalingConfigurationSummary {
75
75
  /**
76
76
  * The date and time the autoscaling configuration was created, in the format defined by RFC3339.
77
77
  * <p>
78
- Example: `2016-08-25T21:10:29.600Z`
78
+ Example: {@code 2016-08-25T21:10:29.600Z}
79
79
  *
80
80
  */
81
81
  "timeCreated": Date;
@@ -32,7 +32,7 @@ export interface AutoScalingConfiguration {
32
32
  * Defined tags for this resource. Each key is predefined and scoped to a
33
33
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
34
34
  * <p>
35
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
35
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
36
36
  *
37
37
  */
38
38
  "definedTags"?: {
@@ -49,7 +49,7 @@ export interface AutoScalingConfiguration {
49
49
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
50
50
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
51
51
  * <p>
52
- Example: `{\"Department\": \"Finance\"}`
52
+ Example: {@code {\"Department\": \"Finance\"}}
53
53
  *
54
54
  */
55
55
  "freeformTags"?: {
@@ -82,7 +82,7 @@ export interface AutoScalingConfiguration {
82
82
  /**
83
83
  * The date and time the autoscaling configuration was created, in the format defined by RFC3339.
84
84
  * <p>
85
- Example: `2016-08-25T21:10:29.600Z`
85
+ Example: {@code 2016-08-25T21:10:29.600Z}
86
86
  *
87
87
  */
88
88
  "timeCreated": Date;
@@ -46,7 +46,7 @@ export interface AutoScalingPolicy {
46
46
  /**
47
47
  * The date and time the autoscaling configuration was created, in the format defined by RFC3339.
48
48
  * <p>
49
- Example: `2016-08-25T21:10:29.600Z`
49
+ Example: {@code 2016-08-25T21:10:29.600Z}
50
50
  *
51
51
  */
52
52
  "timeCreated": Date;
@@ -31,7 +31,7 @@ export interface CreateAutoScalingConfigurationDetails {
31
31
  * Defined tags for this resource. Each key is predefined and scoped to a
32
32
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
33
33
  * <p>
34
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
34
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
35
35
  *
36
36
  */
37
37
  "definedTags"?: {
@@ -48,7 +48,7 @@ export interface CreateAutoScalingConfigurationDetails {
48
48
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
49
49
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
50
50
  * <p>
51
- Example: `{\"Department\": \"Finance\"}`
51
+ Example: {@code {\"Department\": \"Finance\"}}
52
52
  *
53
53
  */
54
54
  "freeformTags"?: {
@@ -25,13 +25,13 @@ export interface CronExecutionSchedule extends model.ExecutionSchedule {
25
25
  /**
26
26
  * A cron expression that represents the time at which to execute the autoscaling policy.
27
27
  * <p>
28
- Cron expressions have this format: `<second> <minute> <hour> <day of month> <month> <day of week> <year>`
28
+ Cron expressions have this format: {@code <second> <minute> <hour> <day of month> <month> <day of week> <year>}
29
29
  * <p>
30
30
  You can use special characters that are supported with the Quartz cron implementation.
31
31
  * <p>
32
- You must specify `0` as the value for seconds.
32
+ You must specify {@code 0} as the value for seconds.
33
33
  * <p>
34
- Example: `0 15 10 ? * *`
34
+ Example: {@code 0 15 10 ? * *}
35
35
  *
36
36
  */
37
37
  "expression": string;
@@ -17,7 +17,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
17
17
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
18
18
  */
19
19
  /**
20
- * A resource that is managed by an autoscaling configuration. The only supported type is `instancePool`.
20
+ * A resource that is managed by an autoscaling configuration. The only supported type is {@code instancePool}.
21
21
  * <p>
22
22
  Each instance pool can have one autoscaling configuration.
23
23
  *
@@ -18,8 +18,8 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
18
18
  */
19
19
  export interface Threshold {
20
20
  /**
21
- * The comparison operator to use. Options are greater than (`GT`), greater than or equal to
22
- * (`GTE`), less than (`LT`), and less than or equal to (`LTE`).
21
+ * The comparison operator to use. Options are greater than ({@code GT}), greater than or equal to
22
+ * ({@code GTE}), less than ({@code LT}), and less than or equal to ({@code LTE}).
23
23
  *
24
24
  */
25
25
  "operator": Threshold.Operator;
@@ -21,7 +21,7 @@ export interface UpdateAutoScalingConfigurationDetails {
21
21
  * Defined tags for this resource. Each key is predefined and scoped to a
22
22
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
23
23
  * <p>
24
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
24
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
25
25
  *
26
26
  */
27
27
  "definedTags"?: {
@@ -38,7 +38,7 @@ export interface UpdateAutoScalingConfigurationDetails {
38
38
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
39
39
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
40
40
  * <p>
41
- Example: `{\"Department\": \"Finance\"}`
41
+ Example: {@code {\"Department\": \"Finance\"}}
42
42
  *
43
43
  */
44
44
  "freeformTags"?: {
@@ -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/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAutoScalingConfigurationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface ChangeAutoScalingConfigurationCompartmentRequest extends common
29
29
  */
30
30
  "opcRequestId"?: string;
31
31
  /**
32
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
32
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
33
33
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
34
34
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
35
35
  *
@@ -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/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface CreateAutoScalingConfigurationRequest 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/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicyRequest.
17
17
  */
18
18
  export interface CreateAutoScalingPolicyRequest 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/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfigurationRequest.
16
16
  */
17
17
  export interface DeleteAutoScalingConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface DeleteAutoScalingConfigurationRequest extends common.BaseReques
20
20
  */
21
21
  "autoScalingConfigurationId": string;
22
22
  /**
23
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
24
24
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
25
25
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
26
26
  *
@@ -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/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicyRequest.
16
16
  */
17
17
  export interface DeleteAutoScalingPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -24,7 +24,7 @@ export interface DeleteAutoScalingPolicyRequest extends common.BaseRequest {
24
24
  */
25
25
  "autoScalingPolicyId": string;
26
26
  /**
27
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
27
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
28
28
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
29
29
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
30
30
  *
@@ -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/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
16
16
  */
17
17
  export interface GetAutoScalingConfigurationRequest 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/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicyRequest.
16
16
  */
17
17
  export interface GetAutoScalingPolicyRequest 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/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
16
16
  */
17
17
  export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest {
18
18
  /**
@@ -38,20 +38,20 @@ export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest
38
38
  */
39
39
  "limit"?: number;
40
40
  /**
41
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
41
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
42
42
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
43
43
  *
44
44
  */
45
45
  "page"?: string;
46
46
  /**
47
- * The field to sort by. You can provide one sort order (`sortOrder`). Default order for
47
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
48
48
  * TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
49
49
  * sort order is case sensitive.
50
50
  *
51
51
  */
52
52
  "sortBy"?: ListAutoScalingConfigurationsRequest.SortBy;
53
53
  /**
54
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
54
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
55
55
  * is case sensitive.
56
56
  *
57
57
  */
@@ -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/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPoliciesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPoliciesRequest.
16
16
  */
17
17
  export interface ListAutoScalingPoliciesRequest extends common.BaseRequest {
18
18
  /**
@@ -35,20 +35,20 @@ export interface ListAutoScalingPoliciesRequest extends common.BaseRequest {
35
35
  */
36
36
  "limit"?: number;
37
37
  /**
38
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
38
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
39
39
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
40
40
  *
41
41
  */
42
42
  "page"?: string;
43
43
  /**
44
- * The field to sort by. You can provide one sort order (`sortOrder`). Default order for
44
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
45
45
  * TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
46
46
  * sort order is case sensitive.
47
47
  *
48
48
  */
49
49
  "sortBy"?: ListAutoScalingPoliciesRequest.SortBy;
50
50
  /**
51
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
51
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
52
52
  * is case sensitive.
53
53
  *
54
54
  */
@@ -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/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface UpdateAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface UpdateAutoScalingConfigurationRequest extends common.BaseReques
25
25
  */
26
26
  "updateAutoScalingConfigurationDetails": model.UpdateAutoScalingConfigurationDetails;
27
27
  /**
28
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
29
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
30
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
31
  *
@@ -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/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicyRequest.
17
17
  */
18
18
  export interface UpdateAutoScalingPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface UpdateAutoScalingPolicyRequest extends common.BaseRequest {
29
29
  */
30
30
  "updateAutoScalingPolicyDetails": model.UpdateThresholdPolicyDetails | model.UpdateScheduledPolicyDetails;
31
31
  /**
32
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
32
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
33
33
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
34
34
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
35
35
  *
@@ -13,7 +13,7 @@
13
13
  export interface ChangeAutoScalingConfigurationCompartmentResponse {
14
14
  /**
15
15
  * The resulting etag of the autoscaling configuration affected by this operation.
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateAutoScalingConfigurationResponse {
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
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateAutoScalingPolicyResponse {
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
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetAutoScalingConfigurationResponse {
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
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetAutoScalingPolicyResponse {
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
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateAutoScalingConfigurationResponse {
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
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateAutoScalingPolicyResponse {
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-autoscaling",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Autoscaling 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"