oci-autoscaling 2.19.0 → 2.22.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 +11 -11
- package/lib/client.js +11 -11
- package/lib/request/change-auto-scaling-configuration-compartment-request.d.ts +1 -1
- package/lib/request/create-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/create-auto-scaling-policy-request.d.ts +1 -1
- package/lib/request/delete-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/delete-auto-scaling-policy-request.d.ts +1 -1
- package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/get-auto-scaling-policy-request.d.ts +1 -1
- package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
- package/lib/request/list-auto-scaling-policies-request.d.ts +1 -1
- package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/update-auto-scaling-policy-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ export declare class AutoScalingClient {
|
|
|
71
71
|
* @param ChangeAutoScalingConfigurationCompartmentRequest
|
|
72
72
|
* @return ChangeAutoScalingConfigurationCompartmentResponse
|
|
73
73
|
* @throws OciError when an error occurs
|
|
74
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
74
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
|
|
75
75
|
*/
|
|
76
76
|
changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest: requests.ChangeAutoScalingConfigurationCompartmentRequest): Promise<responses.ChangeAutoScalingConfigurationCompartmentResponse>;
|
|
77
77
|
/**
|
|
@@ -80,7 +80,7 @@ export declare class AutoScalingClient {
|
|
|
80
80
|
* @param CreateAutoScalingConfigurationRequest
|
|
81
81
|
* @return CreateAutoScalingConfigurationResponse
|
|
82
82
|
* @throws OciError when an error occurs
|
|
83
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
83
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
|
|
84
84
|
*/
|
|
85
85
|
createAutoScalingConfiguration(createAutoScalingConfigurationRequest: requests.CreateAutoScalingConfigurationRequest): Promise<responses.CreateAutoScalingConfigurationResponse>;
|
|
86
86
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class AutoScalingClient {
|
|
|
98
98
|
* @param CreateAutoScalingPolicyRequest
|
|
99
99
|
* @return CreateAutoScalingPolicyResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
|
|
102
102
|
*/
|
|
103
103
|
createAutoScalingPolicy(createAutoScalingPolicyRequest: requests.CreateAutoScalingPolicyRequest): Promise<responses.CreateAutoScalingPolicyResponse>;
|
|
104
104
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class AutoScalingClient {
|
|
|
107
107
|
* @param DeleteAutoScalingConfigurationRequest
|
|
108
108
|
* @return DeleteAutoScalingConfigurationResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
|
|
111
111
|
*/
|
|
112
112
|
deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest: requests.DeleteAutoScalingConfigurationRequest): Promise<responses.DeleteAutoScalingConfigurationResponse>;
|
|
113
113
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class AutoScalingClient {
|
|
|
116
116
|
* @param DeleteAutoScalingPolicyRequest
|
|
117
117
|
* @return DeleteAutoScalingPolicyResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
|
|
120
120
|
*/
|
|
121
121
|
deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest: requests.DeleteAutoScalingPolicyRequest): Promise<responses.DeleteAutoScalingPolicyResponse>;
|
|
122
122
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class AutoScalingClient {
|
|
|
125
125
|
* @param GetAutoScalingConfigurationRequest
|
|
126
126
|
* @return GetAutoScalingConfigurationResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
129
129
|
*/
|
|
130
130
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
|
|
131
131
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class AutoScalingClient {
|
|
|
134
134
|
* @param GetAutoScalingPolicyRequest
|
|
135
135
|
* @return GetAutoScalingPolicyResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
|
|
138
138
|
*/
|
|
139
139
|
getAutoScalingPolicy(getAutoScalingPolicyRequest: requests.GetAutoScalingPolicyRequest): Promise<responses.GetAutoScalingPolicyResponse>;
|
|
140
140
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class AutoScalingClient {
|
|
|
144
144
|
* @param ListAutoScalingConfigurationsRequest
|
|
145
145
|
* @return ListAutoScalingConfigurationsResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
148
148
|
*/
|
|
149
149
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
|
|
150
150
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class AutoScalingClient {
|
|
|
186
186
|
* @param ListAutoScalingPoliciesRequest
|
|
187
187
|
* @return ListAutoScalingPoliciesResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
|
|
190
190
|
*/
|
|
191
191
|
listAutoScalingPolicies(listAutoScalingPoliciesRequest: requests.ListAutoScalingPoliciesRequest): Promise<responses.ListAutoScalingPoliciesResponse>;
|
|
192
192
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class AutoScalingClient {
|
|
|
229
229
|
* @param UpdateAutoScalingConfigurationRequest
|
|
230
230
|
* @return UpdateAutoScalingConfigurationResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
233
233
|
*/
|
|
234
234
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
|
|
235
235
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class AutoScalingClient {
|
|
|
238
238
|
* @param UpdateAutoScalingPolicyRequest
|
|
239
239
|
* @return UpdateAutoScalingPolicyResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
|
|
242
242
|
*/
|
|
243
243
|
updateAutoScalingPolicy(updateAutoScalingPolicyRequest: requests.UpdateAutoScalingPolicyRequest): Promise<responses.UpdateAutoScalingPolicyResponse>;
|
|
244
244
|
}
|
package/lib/client.js
CHANGED
|
@@ -141,7 +141,7 @@ class AutoScalingClient {
|
|
|
141
141
|
* @param ChangeAutoScalingConfigurationCompartmentRequest
|
|
142
142
|
* @return ChangeAutoScalingConfigurationCompartmentResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
|
|
145
145
|
*/
|
|
146
146
|
changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest) {
|
|
147
147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -201,7 +201,7 @@ class AutoScalingClient {
|
|
|
201
201
|
* @param CreateAutoScalingConfigurationRequest
|
|
202
202
|
* @return CreateAutoScalingConfigurationResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
|
|
205
205
|
*/
|
|
206
206
|
createAutoScalingConfiguration(createAutoScalingConfigurationRequest) {
|
|
207
207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -271,7 +271,7 @@ class AutoScalingClient {
|
|
|
271
271
|
* @param CreateAutoScalingPolicyRequest
|
|
272
272
|
* @return CreateAutoScalingPolicyResponse
|
|
273
273
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
|
|
275
275
|
*/
|
|
276
276
|
createAutoScalingPolicy(createAutoScalingPolicyRequest) {
|
|
277
277
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -334,7 +334,7 @@ class AutoScalingClient {
|
|
|
334
334
|
* @param DeleteAutoScalingConfigurationRequest
|
|
335
335
|
* @return DeleteAutoScalingConfigurationResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
|
|
338
338
|
*/
|
|
339
339
|
deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest) {
|
|
340
340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -387,7 +387,7 @@ class AutoScalingClient {
|
|
|
387
387
|
* @param DeleteAutoScalingPolicyRequest
|
|
388
388
|
* @return DeleteAutoScalingPolicyResponse
|
|
389
389
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
|
|
391
391
|
*/
|
|
392
392
|
deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest) {
|
|
393
393
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -441,7 +441,7 @@ class AutoScalingClient {
|
|
|
441
441
|
* @param GetAutoScalingConfigurationRequest
|
|
442
442
|
* @return GetAutoScalingConfigurationResponse
|
|
443
443
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
445
445
|
*/
|
|
446
446
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
|
|
447
447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -502,7 +502,7 @@ class AutoScalingClient {
|
|
|
502
502
|
* @param GetAutoScalingPolicyRequest
|
|
503
503
|
* @return GetAutoScalingPolicyResponse
|
|
504
504
|
* @throws OciError when an error occurs
|
|
505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
|
|
506
506
|
*/
|
|
507
507
|
getAutoScalingPolicy(getAutoScalingPolicyRequest) {
|
|
508
508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -565,7 +565,7 @@ class AutoScalingClient {
|
|
|
565
565
|
* @param ListAutoScalingConfigurationsRequest
|
|
566
566
|
* @return ListAutoScalingConfigurationsResponse
|
|
567
567
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
569
569
|
*/
|
|
570
570
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
|
|
571
571
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -672,7 +672,7 @@ class AutoScalingClient {
|
|
|
672
672
|
* @param ListAutoScalingPoliciesRequest
|
|
673
673
|
* @return ListAutoScalingPoliciesResponse
|
|
674
674
|
* @throws OciError when an error occurs
|
|
675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
|
|
676
676
|
*/
|
|
677
677
|
listAutoScalingPolicies(listAutoScalingPoliciesRequest) {
|
|
678
678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -781,7 +781,7 @@ class AutoScalingClient {
|
|
|
781
781
|
* @param UpdateAutoScalingConfigurationRequest
|
|
782
782
|
* @return UpdateAutoScalingConfigurationResponse
|
|
783
783
|
* @throws OciError when an error occurs
|
|
784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
785
785
|
*/
|
|
786
786
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
|
|
787
787
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -845,7 +845,7 @@ class AutoScalingClient {
|
|
|
845
845
|
* @param UpdateAutoScalingPolicyRequest
|
|
846
846
|
* @return UpdateAutoScalingPolicyResponse
|
|
847
847
|
* @throws OciError when an error occurs
|
|
848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
|
|
849
849
|
*/
|
|
850
850
|
updateAutoScalingPolicy(updateAutoScalingPolicyRequest) {
|
|
851
851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeAutoScalingConfigurationCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAutoScalingConfigurationRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAutoScalingPolicyRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAutoScalingConfigurationsRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPoliciesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAutoScalingPoliciesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAutoScalingConfigurationRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.22.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAutoScalingPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-autoscaling",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.22.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.22.0",
|
|
19
|
+
"oci-workrequests": "2.22.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|