oci-waa 2.102.1 → 2.103.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 +17 -17
- package/lib/client.js +17 -17
- package/lib/model/change-resource-compartment-details.d.ts +1 -1
- package/lib/model/change-web-app-acceleration-compartment-details.d.ts +1 -1
- package/lib/model/change-web-app-acceleration-policy-compartment-details.d.ts +1 -1
- package/lib/model/create-web-app-acceleration-details.d.ts +2 -2
- package/lib/model/create-web-app-acceleration-load-balancer-details.d.ts +1 -1
- package/lib/model/create-web-app-acceleration-policy-details.d.ts +1 -1
- package/lib/model/update-web-app-acceleration-details.d.ts +1 -1
- package/lib/model/web-app-acceleration-load-balancer-summary.d.ts +1 -1
- package/lib/model/web-app-acceleration-load-balancer.d.ts +1 -1
- package/lib/model/web-app-acceleration-policy-summary.d.ts +2 -2
- package/lib/model/web-app-acceleration-policy.d.ts +2 -2
- package/lib/model/web-app-acceleration-summary.d.ts +3 -3
- package/lib/model/web-app-acceleration.d.ts +3 -3
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request.d.ts +2 -2
- package/lib/request/change-web-app-acceleration-compartment-request.d.ts +2 -2
- package/lib/request/change-web-app-acceleration-policy-compartment-request.d.ts +2 -2
- package/lib/request/create-web-app-acceleration-policy-request.d.ts +1 -1
- package/lib/request/create-web-app-acceleration-request.d.ts +1 -1
- package/lib/request/delete-web-app-acceleration-policy-request.d.ts +2 -2
- package/lib/request/delete-web-app-acceleration-request.d.ts +2 -2
- package/lib/request/get-web-app-acceleration-policy-request.d.ts +2 -2
- package/lib/request/get-web-app-acceleration-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/list-web-app-acceleration-policies-request.d.ts +3 -3
- package/lib/request/list-web-app-accelerations-request.d.ts +4 -4
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +3 -3
- package/lib/request/purge-web-app-acceleration-cache-request.d.ts +2 -2
- package/lib/request/update-web-app-acceleration-policy-request.d.ts +2 -2
- package/lib/request/update-web-app-acceleration-request.d.ts +2 -2
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -106,7 +106,7 @@ export declare class WaaClient {
|
|
|
106
106
|
* @param ChangeWebAppAccelerationCompartmentRequest
|
|
107
107
|
* @return ChangeWebAppAccelerationCompartmentResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.
|
|
109
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ChangeWebAppAccelerationCompartment.ts.html |here} to see how to use ChangeWebAppAccelerationCompartment API.
|
|
110
110
|
*/
|
|
111
111
|
changeWebAppAccelerationCompartment(changeWebAppAccelerationCompartmentRequest: requests.ChangeWebAppAccelerationCompartmentRequest): Promise<responses.ChangeWebAppAccelerationCompartmentResponse>;
|
|
112
112
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class WaaClient {
|
|
|
117
117
|
* @param ChangeWebAppAccelerationPolicyCompartmentRequest
|
|
118
118
|
* @return ChangeWebAppAccelerationPolicyCompartmentResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.
|
|
120
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ChangeWebAppAccelerationPolicyCompartment.ts.html |here} to see how to use ChangeWebAppAccelerationPolicyCompartment API.
|
|
121
121
|
*/
|
|
122
122
|
changeWebAppAccelerationPolicyCompartment(changeWebAppAccelerationPolicyCompartmentRequest: requests.ChangeWebAppAccelerationPolicyCompartmentRequest): Promise<responses.ChangeWebAppAccelerationPolicyCompartmentResponse>;
|
|
123
123
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class WaaClient {
|
|
|
127
127
|
* @param CreateWebAppAccelerationRequest
|
|
128
128
|
* @return CreateWebAppAccelerationResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.
|
|
130
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/CreateWebAppAcceleration.ts.html |here} to see how to use CreateWebAppAcceleration API.
|
|
131
131
|
*/
|
|
132
132
|
createWebAppAcceleration(createWebAppAccelerationRequest: requests.CreateWebAppAccelerationRequest): Promise<responses.CreateWebAppAccelerationResponse>;
|
|
133
133
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class WaaClient {
|
|
|
137
137
|
* @param CreateWebAppAccelerationPolicyRequest
|
|
138
138
|
* @return CreateWebAppAccelerationPolicyResponse
|
|
139
139
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.
|
|
140
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/CreateWebAppAccelerationPolicy.ts.html |here} to see how to use CreateWebAppAccelerationPolicy API.
|
|
141
141
|
*/
|
|
142
142
|
createWebAppAccelerationPolicy(createWebAppAccelerationPolicyRequest: requests.CreateWebAppAccelerationPolicyRequest): Promise<responses.CreateWebAppAccelerationPolicyResponse>;
|
|
143
143
|
/**
|
|
@@ -146,7 +146,7 @@ export declare class WaaClient {
|
|
|
146
146
|
* @param DeleteWebAppAccelerationRequest
|
|
147
147
|
* @return DeleteWebAppAccelerationResponse
|
|
148
148
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.
|
|
149
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/DeleteWebAppAcceleration.ts.html |here} to see how to use DeleteWebAppAcceleration API.
|
|
150
150
|
*/
|
|
151
151
|
deleteWebAppAcceleration(deleteWebAppAccelerationRequest: requests.DeleteWebAppAccelerationRequest): Promise<responses.DeleteWebAppAccelerationResponse>;
|
|
152
152
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class WaaClient {
|
|
|
155
155
|
* @param DeleteWebAppAccelerationPolicyRequest
|
|
156
156
|
* @return DeleteWebAppAccelerationPolicyResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.
|
|
158
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/DeleteWebAppAccelerationPolicy.ts.html |here} to see how to use DeleteWebAppAccelerationPolicy API.
|
|
159
159
|
*/
|
|
160
160
|
deleteWebAppAccelerationPolicy(deleteWebAppAccelerationPolicyRequest: requests.DeleteWebAppAccelerationPolicyRequest): Promise<responses.DeleteWebAppAccelerationPolicyResponse>;
|
|
161
161
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class WaaClient {
|
|
|
164
164
|
* @param GetWebAppAccelerationRequest
|
|
165
165
|
* @return GetWebAppAccelerationResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.
|
|
167
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/GetWebAppAcceleration.ts.html |here} to see how to use GetWebAppAcceleration API.
|
|
168
168
|
*/
|
|
169
169
|
getWebAppAcceleration(getWebAppAccelerationRequest: requests.GetWebAppAccelerationRequest): Promise<responses.GetWebAppAccelerationResponse>;
|
|
170
170
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class WaaClient {
|
|
|
173
173
|
* @param GetWebAppAccelerationPolicyRequest
|
|
174
174
|
* @return GetWebAppAccelerationPolicyResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.
|
|
176
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/GetWebAppAccelerationPolicy.ts.html |here} to see how to use GetWebAppAccelerationPolicy API.
|
|
177
177
|
*/
|
|
178
178
|
getWebAppAccelerationPolicy(getWebAppAccelerationPolicyRequest: requests.GetWebAppAccelerationPolicyRequest): Promise<responses.GetWebAppAccelerationPolicyResponse>;
|
|
179
179
|
/**
|
|
@@ -183,7 +183,7 @@ export declare class WaaClient {
|
|
|
183
183
|
* @param ListWebAppAccelerationPoliciesRequest
|
|
184
184
|
* @return ListWebAppAccelerationPoliciesResponse
|
|
185
185
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.
|
|
186
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWebAppAccelerationPolicies.ts.html |here} to see how to use ListWebAppAccelerationPolicies API.
|
|
187
187
|
*/
|
|
188
188
|
listWebAppAccelerationPolicies(listWebAppAccelerationPoliciesRequest: requests.ListWebAppAccelerationPoliciesRequest): Promise<responses.ListWebAppAccelerationPoliciesResponse>;
|
|
189
189
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class WaaClient {
|
|
|
193
193
|
* @param ListWebAppAccelerationsRequest
|
|
194
194
|
* @return ListWebAppAccelerationsResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.
|
|
196
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWebAppAccelerations.ts.html |here} to see how to use ListWebAppAccelerations API.
|
|
197
197
|
*/
|
|
198
198
|
listWebAppAccelerations(listWebAppAccelerationsRequest: requests.ListWebAppAccelerationsRequest): Promise<responses.ListWebAppAccelerationsResponse>;
|
|
199
199
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class WaaClient {
|
|
|
204
204
|
* @param PurgeWebAppAccelerationCacheRequest
|
|
205
205
|
* @return PurgeWebAppAccelerationCacheResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.
|
|
207
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/PurgeWebAppAccelerationCache.ts.html |here} to see how to use PurgeWebAppAccelerationCache API.
|
|
208
208
|
*/
|
|
209
209
|
purgeWebAppAccelerationCache(purgeWebAppAccelerationCacheRequest: requests.PurgeWebAppAccelerationCacheRequest): Promise<responses.PurgeWebAppAccelerationCacheResponse>;
|
|
210
210
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class WaaClient {
|
|
|
213
213
|
* @param UpdateWebAppAccelerationRequest
|
|
214
214
|
* @return UpdateWebAppAccelerationResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.
|
|
216
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/UpdateWebAppAcceleration.ts.html |here} to see how to use UpdateWebAppAcceleration API.
|
|
217
217
|
*/
|
|
218
218
|
updateWebAppAcceleration(updateWebAppAccelerationRequest: requests.UpdateWebAppAccelerationRequest): Promise<responses.UpdateWebAppAccelerationResponse>;
|
|
219
219
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class WaaClient {
|
|
|
222
222
|
* @param UpdateWebAppAccelerationPolicyRequest
|
|
223
223
|
* @return UpdateWebAppAccelerationPolicyResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.
|
|
225
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/UpdateWebAppAccelerationPolicy.ts.html |here} to see how to use UpdateWebAppAccelerationPolicy API.
|
|
226
226
|
*/
|
|
227
227
|
updateWebAppAccelerationPolicy(updateWebAppAccelerationPolicyRequest: requests.UpdateWebAppAccelerationPolicyRequest): Promise<responses.UpdateWebAppAccelerationPolicyResponse>;
|
|
228
228
|
}
|
|
@@ -311,7 +311,7 @@ export declare class WorkRequestClient {
|
|
|
311
311
|
* @param GetWorkRequestRequest
|
|
312
312
|
* @return GetWorkRequestResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.
|
|
314
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
315
315
|
*/
|
|
316
316
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
317
317
|
/**
|
|
@@ -321,7 +321,7 @@ export declare class WorkRequestClient {
|
|
|
321
321
|
* @param ListWorkRequestErrorsRequest
|
|
322
322
|
* @return ListWorkRequestErrorsResponse
|
|
323
323
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.
|
|
324
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
325
325
|
*/
|
|
326
326
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
327
327
|
/**
|
|
@@ -331,7 +331,7 @@ export declare class WorkRequestClient {
|
|
|
331
331
|
* @param ListWorkRequestLogsRequest
|
|
332
332
|
* @return ListWorkRequestLogsResponse
|
|
333
333
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.
|
|
334
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
335
335
|
*/
|
|
336
336
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
337
337
|
/**
|
|
@@ -341,7 +341,7 @@ export declare class WorkRequestClient {
|
|
|
341
341
|
* @param ListWorkRequestsRequest
|
|
342
342
|
* @return ListWorkRequestsResponse
|
|
343
343
|
* @throws OciError when an error occurs
|
|
344
|
-
* @example Click {@link https://docs.
|
|
344
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
345
345
|
*/
|
|
346
346
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
347
347
|
}
|
package/lib/client.js
CHANGED
|
@@ -219,7 +219,7 @@ class WaaClient {
|
|
|
219
219
|
* @param ChangeWebAppAccelerationCompartmentRequest
|
|
220
220
|
* @return ChangeWebAppAccelerationCompartmentResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @example Click {@link https://docs.
|
|
222
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ChangeWebAppAccelerationCompartment.ts.html |here} to see how to use ChangeWebAppAccelerationCompartment API.
|
|
223
223
|
*/
|
|
224
224
|
changeWebAppAccelerationCompartment(changeWebAppAccelerationCompartmentRequest) {
|
|
225
225
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -282,7 +282,7 @@ class WaaClient {
|
|
|
282
282
|
* @param ChangeWebAppAccelerationPolicyCompartmentRequest
|
|
283
283
|
* @return ChangeWebAppAccelerationPolicyCompartmentResponse
|
|
284
284
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.
|
|
285
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ChangeWebAppAccelerationPolicyCompartment.ts.html |here} to see how to use ChangeWebAppAccelerationPolicyCompartment API.
|
|
286
286
|
*/
|
|
287
287
|
changeWebAppAccelerationPolicyCompartment(changeWebAppAccelerationPolicyCompartmentRequest) {
|
|
288
288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,7 +344,7 @@ class WaaClient {
|
|
|
344
344
|
* @param CreateWebAppAccelerationRequest
|
|
345
345
|
* @return CreateWebAppAccelerationResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.
|
|
347
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/CreateWebAppAcceleration.ts.html |here} to see how to use CreateWebAppAcceleration API.
|
|
348
348
|
*/
|
|
349
349
|
createWebAppAcceleration(createWebAppAccelerationRequest) {
|
|
350
350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -423,7 +423,7 @@ class WaaClient {
|
|
|
423
423
|
* @param CreateWebAppAccelerationPolicyRequest
|
|
424
424
|
* @return CreateWebAppAccelerationPolicyResponse
|
|
425
425
|
* @throws OciError when an error occurs
|
|
426
|
-
* @example Click {@link https://docs.
|
|
426
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/CreateWebAppAccelerationPolicy.ts.html |here} to see how to use CreateWebAppAccelerationPolicy API.
|
|
427
427
|
*/
|
|
428
428
|
createWebAppAccelerationPolicy(createWebAppAccelerationPolicyRequest) {
|
|
429
429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -501,7 +501,7 @@ class WaaClient {
|
|
|
501
501
|
* @param DeleteWebAppAccelerationRequest
|
|
502
502
|
* @return DeleteWebAppAccelerationResponse
|
|
503
503
|
* @throws OciError when an error occurs
|
|
504
|
-
* @example Click {@link https://docs.
|
|
504
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/DeleteWebAppAcceleration.ts.html |here} to see how to use DeleteWebAppAcceleration API.
|
|
505
505
|
*/
|
|
506
506
|
deleteWebAppAcceleration(deleteWebAppAccelerationRequest) {
|
|
507
507
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -561,7 +561,7 @@ class WaaClient {
|
|
|
561
561
|
* @param DeleteWebAppAccelerationPolicyRequest
|
|
562
562
|
* @return DeleteWebAppAccelerationPolicyResponse
|
|
563
563
|
* @throws OciError when an error occurs
|
|
564
|
-
* @example Click {@link https://docs.
|
|
564
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/DeleteWebAppAccelerationPolicy.ts.html |here} to see how to use DeleteWebAppAccelerationPolicy API.
|
|
565
565
|
*/
|
|
566
566
|
deleteWebAppAccelerationPolicy(deleteWebAppAccelerationPolicyRequest) {
|
|
567
567
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -621,7 +621,7 @@ class WaaClient {
|
|
|
621
621
|
* @param GetWebAppAccelerationRequest
|
|
622
622
|
* @return GetWebAppAccelerationResponse
|
|
623
623
|
* @throws OciError when an error occurs
|
|
624
|
-
* @example Click {@link https://docs.
|
|
624
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/GetWebAppAcceleration.ts.html |here} to see how to use GetWebAppAcceleration API.
|
|
625
625
|
*/
|
|
626
626
|
getWebAppAcceleration(getWebAppAccelerationRequest) {
|
|
627
627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -684,7 +684,7 @@ class WaaClient {
|
|
|
684
684
|
* @param GetWebAppAccelerationPolicyRequest
|
|
685
685
|
* @return GetWebAppAccelerationPolicyResponse
|
|
686
686
|
* @throws OciError when an error occurs
|
|
687
|
-
* @example Click {@link https://docs.
|
|
687
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/GetWebAppAccelerationPolicy.ts.html |here} to see how to use GetWebAppAccelerationPolicy API.
|
|
688
688
|
*/
|
|
689
689
|
getWebAppAccelerationPolicy(getWebAppAccelerationPolicyRequest) {
|
|
690
690
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -748,7 +748,7 @@ class WaaClient {
|
|
|
748
748
|
* @param ListWebAppAccelerationPoliciesRequest
|
|
749
749
|
* @return ListWebAppAccelerationPoliciesResponse
|
|
750
750
|
* @throws OciError when an error occurs
|
|
751
|
-
* @example Click {@link https://docs.
|
|
751
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWebAppAccelerationPolicies.ts.html |here} to see how to use ListWebAppAccelerationPolicies API.
|
|
752
752
|
*/
|
|
753
753
|
listWebAppAccelerationPolicies(listWebAppAccelerationPoliciesRequest) {
|
|
754
754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -819,7 +819,7 @@ class WaaClient {
|
|
|
819
819
|
* @param ListWebAppAccelerationsRequest
|
|
820
820
|
* @return ListWebAppAccelerationsResponse
|
|
821
821
|
* @throws OciError when an error occurs
|
|
822
|
-
* @example Click {@link https://docs.
|
|
822
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWebAppAccelerations.ts.html |here} to see how to use ListWebAppAccelerations API.
|
|
823
823
|
*/
|
|
824
824
|
listWebAppAccelerations(listWebAppAccelerationsRequest) {
|
|
825
825
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -892,7 +892,7 @@ class WaaClient {
|
|
|
892
892
|
* @param PurgeWebAppAccelerationCacheRequest
|
|
893
893
|
* @return PurgeWebAppAccelerationCacheResponse
|
|
894
894
|
* @throws OciError when an error occurs
|
|
895
|
-
* @example Click {@link https://docs.
|
|
895
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/PurgeWebAppAccelerationCache.ts.html |here} to see how to use PurgeWebAppAccelerationCache API.
|
|
896
896
|
*/
|
|
897
897
|
purgeWebAppAccelerationCache(purgeWebAppAccelerationCacheRequest) {
|
|
898
898
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -952,7 +952,7 @@ class WaaClient {
|
|
|
952
952
|
* @param UpdateWebAppAccelerationRequest
|
|
953
953
|
* @return UpdateWebAppAccelerationResponse
|
|
954
954
|
* @throws OciError when an error occurs
|
|
955
|
-
* @example Click {@link https://docs.
|
|
955
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/UpdateWebAppAcceleration.ts.html |here} to see how to use UpdateWebAppAcceleration API.
|
|
956
956
|
*/
|
|
957
957
|
updateWebAppAcceleration(updateWebAppAccelerationRequest) {
|
|
958
958
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1013,7 +1013,7 @@ class WaaClient {
|
|
|
1013
1013
|
* @param UpdateWebAppAccelerationPolicyRequest
|
|
1014
1014
|
* @return UpdateWebAppAccelerationPolicyResponse
|
|
1015
1015
|
* @throws OciError when an error occurs
|
|
1016
|
-
* @example Click {@link https://docs.
|
|
1016
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/UpdateWebAppAccelerationPolicy.ts.html |here} to see how to use UpdateWebAppAccelerationPolicy API.
|
|
1017
1017
|
*/
|
|
1018
1018
|
updateWebAppAccelerationPolicy(updateWebAppAccelerationPolicyRequest) {
|
|
1019
1019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1236,7 +1236,7 @@ class WorkRequestClient {
|
|
|
1236
1236
|
* @param GetWorkRequestRequest
|
|
1237
1237
|
* @return GetWorkRequestResponse
|
|
1238
1238
|
* @throws OciError when an error occurs
|
|
1239
|
-
* @example Click {@link https://docs.
|
|
1239
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1240
1240
|
*/
|
|
1241
1241
|
getWorkRequest(getWorkRequestRequest) {
|
|
1242
1242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1300,7 +1300,7 @@ class WorkRequestClient {
|
|
|
1300
1300
|
* @param ListWorkRequestErrorsRequest
|
|
1301
1301
|
* @return ListWorkRequestErrorsResponse
|
|
1302
1302
|
* @throws OciError when an error occurs
|
|
1303
|
-
* @example Click {@link https://docs.
|
|
1303
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1304
1304
|
*/
|
|
1305
1305
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1306
1306
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1367,7 +1367,7 @@ class WorkRequestClient {
|
|
|
1367
1367
|
* @param ListWorkRequestLogsRequest
|
|
1368
1368
|
* @return ListWorkRequestLogsResponse
|
|
1369
1369
|
* @throws OciError when an error occurs
|
|
1370
|
-
* @example Click {@link https://docs.
|
|
1370
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1371
1371
|
*/
|
|
1372
1372
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1373
1373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1434,7 +1434,7 @@ class WorkRequestClient {
|
|
|
1434
1434
|
* @param ListWorkRequestsRequest
|
|
1435
1435
|
* @return ListWorkRequestsResponse
|
|
1436
1436
|
* @throws OciError when an error occurs
|
|
1437
|
-
* @example Click {@link https://docs.
|
|
1437
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1438
1438
|
*/
|
|
1439
1439
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1440
1440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -18,7 +18,7 @@ for accelerating HTTP services.
|
|
|
18
18
|
*/
|
|
19
19
|
export interface ChangeResourceCompartmentDetails {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
22
22
|
* into which the resource should be moved.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -18,7 +18,7 @@ for accelerating HTTP services.
|
|
|
18
18
|
*/
|
|
19
19
|
export interface ChangeWebAppAccelerationCompartmentDetails {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
22
22
|
* into which the resource should be moved.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -18,7 +18,7 @@ for accelerating HTTP services.
|
|
|
18
18
|
*/
|
|
19
19
|
export interface ChangeWebAppAccelerationPolicyCompartmentDetails {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
|
|
22
22
|
* into which the resource should be moved.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -22,11 +22,11 @@ export interface CreateWebAppAccelerationDetails {
|
|
|
22
22
|
*/
|
|
23
23
|
"displayName"?: string;
|
|
24
24
|
/**
|
|
25
|
-
* The [OCID](https://docs.
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
26
26
|
*/
|
|
27
27
|
"compartmentId": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of WebAppAccelerationPolicy, which is attached to the resource.
|
|
30
30
|
*/
|
|
31
31
|
"webAppAccelerationPolicyId": string;
|
|
32
32
|
/**
|
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface CreateWebAppAccelerationLoadBalancerDetails extends model.CreateWebAppAccelerationDetails {
|
|
21
21
|
/**
|
|
22
|
-
* LoadBalancer [OCID](https://docs.
|
|
22
|
+
* LoadBalancer [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the WebAppAccelerationPolicy is attached to.
|
|
23
23
|
*/
|
|
24
24
|
"loadBalancerId": string;
|
|
25
25
|
"backendType": string;
|
|
@@ -23,7 +23,7 @@ export interface CreateWebAppAccelerationPolicyDetails {
|
|
|
23
23
|
*/
|
|
24
24
|
"displayName"?: string;
|
|
25
25
|
/**
|
|
26
|
-
* The [OCID](https://docs.
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
27
27
|
*/
|
|
28
28
|
"compartmentId": string;
|
|
29
29
|
"responseCachingPolicy"?: model.ResponseCachingPolicy;
|
|
@@ -22,7 +22,7 @@ export interface UpdateWebAppAccelerationDetails {
|
|
|
22
22
|
*/
|
|
23
23
|
"displayName"?: string;
|
|
24
24
|
/**
|
|
25
|
-
* The [OCID](https://docs.
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of WebAppAccelerationPolicy, which is attached to the resource.
|
|
26
26
|
* This update guarantees that the resource always has WebAppAccelerationPolicy attached at any time.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface WebAppAccelerationLoadBalancerSummary extends model.WebAppAccelerationSummary {
|
|
21
21
|
/**
|
|
22
|
-
* LoadBalancer [OCID](https://docs.
|
|
22
|
+
* LoadBalancer [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the WebAppAccelerationPolicy is attached to.
|
|
23
23
|
*/
|
|
24
24
|
"loadBalancerId": string;
|
|
25
25
|
"backendType": string;
|
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface WebAppAccelerationLoadBalancer extends model.WebAppAcceleration {
|
|
21
21
|
/**
|
|
22
|
-
* LoadBalancer [OCID](https://docs.
|
|
22
|
+
* LoadBalancer [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) to which the WebAppAccelerationPolicy is attached to.
|
|
23
23
|
*/
|
|
24
24
|
"loadBalancerId": string;
|
|
25
25
|
"backendType": string;
|
|
@@ -18,7 +18,7 @@ for accelerating HTTP services.
|
|
|
18
18
|
*/
|
|
19
19
|
export interface WebAppAccelerationPolicySummary {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy.
|
|
22
22
|
*/
|
|
23
23
|
"id": string;
|
|
24
24
|
/**
|
|
@@ -26,7 +26,7 @@ export interface WebAppAccelerationPolicySummary {
|
|
|
26
26
|
*/
|
|
27
27
|
"displayName": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
30
30
|
*/
|
|
31
31
|
"compartmentId": string;
|
|
32
32
|
/**
|
|
@@ -23,7 +23,7 @@ import * as model from "../model";
|
|
|
23
23
|
*/
|
|
24
24
|
export interface WebAppAccelerationPolicy {
|
|
25
25
|
/**
|
|
26
|
-
* The [OCID](https://docs.
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy.
|
|
27
27
|
*/
|
|
28
28
|
"id": string;
|
|
29
29
|
/**
|
|
@@ -31,7 +31,7 @@ export interface WebAppAccelerationPolicy {
|
|
|
31
31
|
*/
|
|
32
32
|
"displayName": string;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
35
35
|
*/
|
|
36
36
|
"compartmentId": string;
|
|
37
37
|
/**
|
|
@@ -18,7 +18,7 @@ for accelerating HTTP services.
|
|
|
18
18
|
*/
|
|
19
19
|
export interface WebAppAccelerationSummary {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration.
|
|
22
22
|
*/
|
|
23
23
|
"id": string;
|
|
24
24
|
/**
|
|
@@ -26,11 +26,11 @@ export interface WebAppAccelerationSummary {
|
|
|
26
26
|
*/
|
|
27
27
|
"displayName": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
30
30
|
*/
|
|
31
31
|
"compartmentId": string;
|
|
32
32
|
/**
|
|
33
|
-
* The [OCID](https://docs.
|
|
33
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of WebAppAccelerationPolicy, which is attached to the resource.
|
|
34
34
|
*/
|
|
35
35
|
"webAppAccelerationPolicyId": string;
|
|
36
36
|
/**
|
|
@@ -18,7 +18,7 @@ for accelerating HTTP services.
|
|
|
18
18
|
*/
|
|
19
19
|
export interface WebAppAcceleration {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration.
|
|
22
22
|
*/
|
|
23
23
|
"id": string;
|
|
24
24
|
/**
|
|
@@ -26,11 +26,11 @@ export interface WebAppAcceleration {
|
|
|
26
26
|
*/
|
|
27
27
|
"displayName": string;
|
|
28
28
|
/**
|
|
29
|
-
* The [OCID](https://docs.
|
|
29
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
30
30
|
*/
|
|
31
31
|
"compartmentId": string;
|
|
32
32
|
/**
|
|
33
|
-
* The [OCID](https://docs.
|
|
33
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of WebAppAccelerationPolicy, which is attached to the resource.
|
|
34
34
|
*/
|
|
35
35
|
"webAppAccelerationPolicyId": string;
|
|
36
36
|
/**
|
|
@@ -19,7 +19,7 @@ for accelerating HTTP services.
|
|
|
19
19
|
export interface WorkRequestError {
|
|
20
20
|
/**
|
|
21
21
|
* A machine-usable code for the error that occured. Error codes are listed on
|
|
22
|
-
* https://docs.
|
|
22
|
+
* https://docs.oracle.com/iaas/Content/API/References/apierrors.htm.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
"code": string;
|
|
@@ -30,7 +30,7 @@ export interface WorkRequestResource {
|
|
|
30
30
|
*/
|
|
31
31
|
"actionType": WorkRequestResource.ActionType;
|
|
32
32
|
/**
|
|
33
|
-
* The [OCID](https://docs.
|
|
33
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource the WorkRequest affects.
|
|
34
34
|
*/
|
|
35
35
|
"identifier": string;
|
|
36
36
|
/**
|
|
@@ -27,11 +27,11 @@ export interface WorkRequest {
|
|
|
27
27
|
*/
|
|
28
28
|
"status": WorkRequest.Status;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WorkRequest.
|
|
31
31
|
*/
|
|
32
32
|
"id": string;
|
|
33
33
|
/**
|
|
34
|
-
* The [OCID](https://docs.
|
|
34
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the WorkRequest.
|
|
35
35
|
* WorkRequests should be scoped to the same compartment as the resource the work request affects.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ChangeWebAppAccelerationCompartment.ts.html |here} to see how to use ChangeWebAppAccelerationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeWebAppAccelerationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration.
|
|
21
21
|
*/
|
|
22
22
|
"webAppAccelerationId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ChangeWebAppAccelerationPolicyCompartment.ts.html |here} to see how to use ChangeWebAppAccelerationPolicyCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeWebAppAccelerationPolicyCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy.
|
|
21
21
|
*/
|
|
22
22
|
"webAppAccelerationPolicyId": string;
|
|
23
23
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/CreateWebAppAccelerationPolicy.ts.html |here} to see how to use CreateWebAppAccelerationPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateWebAppAccelerationPolicyRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/CreateWebAppAcceleration.ts.html |here} to see how to use CreateWebAppAccelerationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateWebAppAccelerationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/DeleteWebAppAccelerationPolicy.ts.html |here} to see how to use DeleteWebAppAccelerationPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWebAppAccelerationPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy.
|
|
20
20
|
*/
|
|
21
21
|
"webAppAccelerationPolicyId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/DeleteWebAppAcceleration.ts.html |here} to see how to use DeleteWebAppAccelerationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteWebAppAccelerationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration.
|
|
20
20
|
*/
|
|
21
21
|
"webAppAccelerationId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/GetWebAppAccelerationPolicy.ts.html |here} to see how to use GetWebAppAccelerationPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWebAppAccelerationPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy.
|
|
20
20
|
*/
|
|
21
21
|
"webAppAccelerationPolicyId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/GetWebAppAcceleration.ts.html |here} to see how to use GetWebAppAccelerationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWebAppAccelerationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration.
|
|
20
20
|
*/
|
|
21
21
|
"webAppAccelerationId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous request.
|
|
20
20
|
*/
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWebAppAccelerationPolicies.ts.html |here} to see how to use ListWebAppAccelerationPoliciesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWebAppAccelerationPoliciesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId": string;
|
|
23
23
|
/**
|
|
@@ -29,7 +29,7 @@ export interface ListWebAppAccelerationPoliciesRequest extends common.BaseReques
|
|
|
29
29
|
*/
|
|
30
30
|
"displayName"?: string;
|
|
31
31
|
/**
|
|
32
|
-
* A filter to return only the WebAppAccelerationPolicy with the given [OCID](https://docs.
|
|
32
|
+
* A filter to return only the WebAppAccelerationPolicy with the given [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
33
33
|
*/
|
|
34
34
|
"id"?: string;
|
|
35
35
|
/**
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWebAppAccelerations.ts.html |here} to see how to use ListWebAppAccelerationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWebAppAccelerationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId": string;
|
|
23
23
|
/**
|
|
24
|
-
* A filter to return only the WebAppAcceleration with the given [OCID](https://docs.
|
|
24
|
+
* A filter to return only the WebAppAcceleration with the given [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
25
25
|
*/
|
|
26
26
|
"id"?: string;
|
|
27
27
|
/**
|
|
28
28
|
* A filter to return only the WebAppAcceleration with the given
|
|
29
|
-
* [OCID](https://docs.
|
|
29
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of related WebAppAccelerationPolicy.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"webAppAccelerationPolicyId"?: string;
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous request.
|
|
20
20
|
*/
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous request.
|
|
20
20
|
*/
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
23
|
-
* The [OCID](https://docs.
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
24
24
|
*/
|
|
25
25
|
"workRequestId"?: string;
|
|
26
26
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/PurgeWebAppAccelerationCache.ts.html |here} to see how to use PurgeWebAppAccelerationCacheRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PurgeWebAppAccelerationCacheRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration.
|
|
21
21
|
*/
|
|
22
22
|
"webAppAccelerationId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/UpdateWebAppAccelerationPolicy.ts.html |here} to see how to use UpdateWebAppAccelerationPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateWebAppAccelerationPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy.
|
|
21
21
|
*/
|
|
22
22
|
"webAppAccelerationPolicyId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/waa/UpdateWebAppAcceleration.ts.html |here} to see how to use UpdateWebAppAccelerationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateWebAppAccelerationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration.
|
|
21
21
|
*/
|
|
22
22
|
"webAppAccelerationId": string;
|
|
23
23
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-waa",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Waa 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.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|