oci-autoscaling 2.65.0 → 2.67.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
|
@@ -83,7 +83,7 @@ export declare class AutoScalingClient {
|
|
|
83
83
|
* @param ChangeAutoScalingConfigurationCompartmentRequest
|
|
84
84
|
* @return ChangeAutoScalingConfigurationCompartmentResponse
|
|
85
85
|
* @throws OciError when an error occurs
|
|
86
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
86
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
|
|
87
87
|
*/
|
|
88
88
|
changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest: requests.ChangeAutoScalingConfigurationCompartmentRequest): Promise<responses.ChangeAutoScalingConfigurationCompartmentResponse>;
|
|
89
89
|
/**
|
|
@@ -92,7 +92,7 @@ export declare class AutoScalingClient {
|
|
|
92
92
|
* @param CreateAutoScalingConfigurationRequest
|
|
93
93
|
* @return CreateAutoScalingConfigurationResponse
|
|
94
94
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
95
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
|
|
96
96
|
*/
|
|
97
97
|
createAutoScalingConfiguration(createAutoScalingConfigurationRequest: requests.CreateAutoScalingConfigurationRequest): Promise<responses.CreateAutoScalingConfigurationResponse>;
|
|
98
98
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class AutoScalingClient {
|
|
|
110
110
|
* @param CreateAutoScalingPolicyRequest
|
|
111
111
|
* @return CreateAutoScalingPolicyResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
|
|
114
114
|
*/
|
|
115
115
|
createAutoScalingPolicy(createAutoScalingPolicyRequest: requests.CreateAutoScalingPolicyRequest): Promise<responses.CreateAutoScalingPolicyResponse>;
|
|
116
116
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class AutoScalingClient {
|
|
|
119
119
|
* @param DeleteAutoScalingConfigurationRequest
|
|
120
120
|
* @return DeleteAutoScalingConfigurationResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
|
|
123
123
|
*/
|
|
124
124
|
deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest: requests.DeleteAutoScalingConfigurationRequest): Promise<responses.DeleteAutoScalingConfigurationResponse>;
|
|
125
125
|
/**
|
|
@@ -128,7 +128,7 @@ export declare class AutoScalingClient {
|
|
|
128
128
|
* @param DeleteAutoScalingPolicyRequest
|
|
129
129
|
* @return DeleteAutoScalingPolicyResponse
|
|
130
130
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
|
|
132
132
|
*/
|
|
133
133
|
deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest: requests.DeleteAutoScalingPolicyRequest): Promise<responses.DeleteAutoScalingPolicyResponse>;
|
|
134
134
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class AutoScalingClient {
|
|
|
137
137
|
* @param GetAutoScalingConfigurationRequest
|
|
138
138
|
* @return GetAutoScalingConfigurationResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
141
141
|
*/
|
|
142
142
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
|
|
143
143
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class AutoScalingClient {
|
|
|
146
146
|
* @param GetAutoScalingPolicyRequest
|
|
147
147
|
* @return GetAutoScalingPolicyResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
|
|
150
150
|
*/
|
|
151
151
|
getAutoScalingPolicy(getAutoScalingPolicyRequest: requests.GetAutoScalingPolicyRequest): Promise<responses.GetAutoScalingPolicyResponse>;
|
|
152
152
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class AutoScalingClient {
|
|
|
156
156
|
* @param ListAutoScalingConfigurationsRequest
|
|
157
157
|
* @return ListAutoScalingConfigurationsResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
160
160
|
*/
|
|
161
161
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
|
|
162
162
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class AutoScalingClient {
|
|
|
198
198
|
* @param ListAutoScalingPoliciesRequest
|
|
199
199
|
* @return ListAutoScalingPoliciesResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
|
|
202
202
|
*/
|
|
203
203
|
listAutoScalingPolicies(listAutoScalingPoliciesRequest: requests.ListAutoScalingPoliciesRequest): Promise<responses.ListAutoScalingPoliciesResponse>;
|
|
204
204
|
/**
|
|
@@ -241,7 +241,7 @@ export declare class AutoScalingClient {
|
|
|
241
241
|
* @param UpdateAutoScalingConfigurationRequest
|
|
242
242
|
* @return UpdateAutoScalingConfigurationResponse
|
|
243
243
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
245
245
|
*/
|
|
246
246
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
|
|
247
247
|
/**
|
|
@@ -250,7 +250,7 @@ export declare class AutoScalingClient {
|
|
|
250
250
|
* @param UpdateAutoScalingPolicyRequest
|
|
251
251
|
* @return UpdateAutoScalingPolicyResponse
|
|
252
252
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
|
|
254
254
|
*/
|
|
255
255
|
updateAutoScalingPolicy(updateAutoScalingPolicyRequest: requests.UpdateAutoScalingPolicyRequest): Promise<responses.UpdateAutoScalingPolicyResponse>;
|
|
256
256
|
}
|
package/lib/client.js
CHANGED
|
@@ -170,7 +170,7 @@ class AutoScalingClient {
|
|
|
170
170
|
* @param ChangeAutoScalingConfigurationCompartmentRequest
|
|
171
171
|
* @return ChangeAutoScalingConfigurationCompartmentResponse
|
|
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.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
|
|
174
174
|
*/
|
|
175
175
|
changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest) {
|
|
176
176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -232,7 +232,7 @@ class AutoScalingClient {
|
|
|
232
232
|
* @param CreateAutoScalingConfigurationRequest
|
|
233
233
|
* @return CreateAutoScalingConfigurationResponse
|
|
234
234
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
235
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
|
|
236
236
|
*/
|
|
237
237
|
createAutoScalingConfiguration(createAutoScalingConfigurationRequest) {
|
|
238
238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -304,7 +304,7 @@ class AutoScalingClient {
|
|
|
304
304
|
* @param CreateAutoScalingPolicyRequest
|
|
305
305
|
* @return CreateAutoScalingPolicyResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
|
|
308
308
|
*/
|
|
309
309
|
createAutoScalingPolicy(createAutoScalingPolicyRequest) {
|
|
310
310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -369,7 +369,7 @@ class AutoScalingClient {
|
|
|
369
369
|
* @param DeleteAutoScalingConfigurationRequest
|
|
370
370
|
* @return DeleteAutoScalingConfigurationResponse
|
|
371
371
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
|
|
373
373
|
*/
|
|
374
374
|
deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest) {
|
|
375
375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -424,7 +424,7 @@ class AutoScalingClient {
|
|
|
424
424
|
* @param DeleteAutoScalingPolicyRequest
|
|
425
425
|
* @return DeleteAutoScalingPolicyResponse
|
|
426
426
|
* @throws OciError when an error occurs
|
|
427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
|
|
428
428
|
*/
|
|
429
429
|
deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest) {
|
|
430
430
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -480,7 +480,7 @@ class AutoScalingClient {
|
|
|
480
480
|
* @param GetAutoScalingConfigurationRequest
|
|
481
481
|
* @return GetAutoScalingConfigurationResponse
|
|
482
482
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
|
|
484
484
|
*/
|
|
485
485
|
getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
|
|
486
486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -543,7 +543,7 @@ class AutoScalingClient {
|
|
|
543
543
|
* @param GetAutoScalingPolicyRequest
|
|
544
544
|
* @return GetAutoScalingPolicyResponse
|
|
545
545
|
* @throws OciError when an error occurs
|
|
546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
|
|
547
547
|
*/
|
|
548
548
|
getAutoScalingPolicy(getAutoScalingPolicyRequest) {
|
|
549
549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -608,7 +608,7 @@ class AutoScalingClient {
|
|
|
608
608
|
* @param ListAutoScalingConfigurationsRequest
|
|
609
609
|
* @return ListAutoScalingConfigurationsResponse
|
|
610
610
|
* @throws OciError when an error occurs
|
|
611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
|
|
612
612
|
*/
|
|
613
613
|
listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
|
|
614
614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -717,7 +717,7 @@ class AutoScalingClient {
|
|
|
717
717
|
* @param ListAutoScalingPoliciesRequest
|
|
718
718
|
* @return ListAutoScalingPoliciesResponse
|
|
719
719
|
* @throws OciError when an error occurs
|
|
720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
|
|
721
721
|
*/
|
|
722
722
|
listAutoScalingPolicies(listAutoScalingPoliciesRequest) {
|
|
723
723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -828,7 +828,7 @@ class AutoScalingClient {
|
|
|
828
828
|
* @param UpdateAutoScalingConfigurationRequest
|
|
829
829
|
* @return UpdateAutoScalingConfigurationResponse
|
|
830
830
|
* @throws OciError when an error occurs
|
|
831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
|
|
832
832
|
*/
|
|
833
833
|
updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
|
|
834
834
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -894,7 +894,7 @@ class AutoScalingClient {
|
|
|
894
894
|
* @param UpdateAutoScalingPolicyRequest
|
|
895
895
|
* @return UpdateAutoScalingPolicyResponse
|
|
896
896
|
* @throws OciError when an error occurs
|
|
897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.67.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
|
|
898
898
|
*/
|
|
899
899
|
updateAutoScalingPolicy(updateAutoScalingPolicyRequest) {
|
|
900
900
|
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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.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.67.0",
|
|
19
|
+
"oci-workrequests": "2.67.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|