oci-waa 2.31.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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +28 -0
- package/index.js +51 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +298 -0
- package/lib/client.js +1388 -0
- package/lib/client.js.map +1 -0
- package/lib/model/backend-type.d.ts +30 -0
- package/lib/model/backend-type.js +41 -0
- package/lib/model/backend-type.js.map +1 -0
- package/lib/model/change-resource-compartment-details.d.ts +30 -0
- package/lib/model/change-resource-compartment-details.js +32 -0
- package/lib/model/change-resource-compartment-details.js.map +1 -0
- package/lib/model/change-web-app-acceleration-compartment-details.d.ts +30 -0
- package/lib/model/change-web-app-acceleration-compartment-details.js +32 -0
- package/lib/model/change-web-app-acceleration-compartment-details.js.map +1 -0
- package/lib/model/change-web-app-acceleration-policy-compartment-details.d.ts +30 -0
- package/lib/model/change-web-app-acceleration-policy-compartment-details.js +32 -0
- package/lib/model/change-web-app-acceleration-policy-compartment-details.js.map +1 -0
- package/lib/model/create-web-app-acceleration-details.d.ts +65 -0
- package/lib/model/create-web-app-acceleration-details.js +68 -0
- package/lib/model/create-web-app-acceleration-details.js.map +1 -0
- package/lib/model/create-web-app-acceleration-load-balancer-details.d.ts +31 -0
- package/lib/model/create-web-app-acceleration-load-balancer-details.js +57 -0
- package/lib/model/create-web-app-acceleration-load-balancer-details.js.map +1 -0
- package/lib/model/create-web-app-acceleration-policy-details.d.ts +63 -0
- package/lib/model/create-web-app-acceleration-policy-details.js +66 -0
- package/lib/model/create-web-app-acceleration-policy-details.js.map +1 -0
- package/lib/model/gzip-compression-policy.d.ts +34 -0
- package/lib/model/gzip-compression-policy.js +32 -0
- package/lib/model/gzip-compression-policy.js.map +1 -0
- package/lib/model/index.d.ts +75 -0
- package/lib/model/index.js +98 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/purge-entire-web-app-acceleration-cache-details.d.ts +27 -0
- package/lib/model/purge-entire-web-app-acceleration-cache-details.js +57 -0
- package/lib/model/purge-entire-web-app-acceleration-cache-details.js.map +1 -0
- package/lib/model/purge-web-app-acceleration-cache-details.d.ts +25 -0
- package/lib/model/purge-web-app-acceleration-cache-details.js +68 -0
- package/lib/model/purge-web-app-acceleration-cache-details.js.map +1 -0
- package/lib/model/response-caching-policy.d.ts +46 -0
- package/lib/model/response-caching-policy.js +32 -0
- package/lib/model/response-caching-policy.js.map +1 -0
- package/lib/model/response-compression-policy.d.ts +33 -0
- package/lib/model/response-compression-policy.js +60 -0
- package/lib/model/response-compression-policy.js.map +1 -0
- package/lib/model/sort-order.d.ts +26 -0
- package/lib/model/sort-order.js +37 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-web-app-acceleration-details.d.ts +62 -0
- package/lib/model/update-web-app-acceleration-details.js +32 -0
- package/lib/model/update-web-app-acceleration-details.js.map +1 -0
- package/lib/model/update-web-app-acceleration-policy-details.d.ts +63 -0
- package/lib/model/update-web-app-acceleration-policy-details.js +66 -0
- package/lib/model/update-web-app-acceleration-policy-details.js.map +1 -0
- package/lib/model/web-app-acceleration-collection.d.ts +29 -0
- package/lib/model/web-app-acceleration-collection.js +64 -0
- package/lib/model/web-app-acceleration-collection.js.map +1 -0
- package/lib/model/web-app-acceleration-load-balancer-summary.d.ts +31 -0
- package/lib/model/web-app-acceleration-load-balancer-summary.js +57 -0
- package/lib/model/web-app-acceleration-load-balancer-summary.js.map +1 -0
- package/lib/model/web-app-acceleration-load-balancer.d.ts +31 -0
- package/lib/model/web-app-acceleration-load-balancer.js +57 -0
- package/lib/model/web-app-acceleration-load-balancer.js.map +1 -0
- package/lib/model/web-app-acceleration-policy-collection.d.ts +29 -0
- package/lib/model/web-app-acceleration-policy-collection.js +64 -0
- package/lib/model/web-app-acceleration-policy-collection.js.map +1 -0
- package/lib/model/web-app-acceleration-policy-summary.d.ts +82 -0
- package/lib/model/web-app-acceleration-policy-summary.js +32 -0
- package/lib/model/web-app-acceleration-policy-summary.js.map +1 -0
- package/lib/model/web-app-acceleration-policy.d.ts +102 -0
- package/lib/model/web-app-acceleration-policy.js +80 -0
- package/lib/model/web-app-acceleration-policy.js.map +1 -0
- package/lib/model/web-app-acceleration-summary.d.ts +87 -0
- package/lib/model/web-app-acceleration-summary.js +68 -0
- package/lib/model/web-app-acceleration-summary.js.map +1 -0
- package/lib/model/web-app-acceleration.d.ts +100 -0
- package/lib/model/web-app-acceleration.js +82 -0
- package/lib/model/web-app-acceleration.js.map +1 -0
- package/lib/model/work-request-collection.d.ts +29 -0
- package/lib/model/work-request-collection.js +64 -0
- package/lib/model/work-request-collection.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +29 -0
- package/lib/model/work-request-error-collection.js +64 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +38 -0
- package/lib/model/work-request-error.js +32 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +29 -0
- package/lib/model/work-request-log-entry-collection.js +64 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +32 -0
- package/lib/model/work-request-log-entry.js +32 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +56 -0
- package/lib/model/work-request-resource.js +45 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request.d.ts +97 -0
- package/lib/model/work-request.js +95 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/change-web-app-acceleration-compartment-request.d.ts +38 -0
- package/lib/request/change-web-app-acceleration-compartment-request.js +15 -0
- package/lib/request/change-web-app-acceleration-compartment-request.js.map +1 -0
- package/lib/request/change-web-app-acceleration-policy-compartment-request.d.ts +38 -0
- package/lib/request/change-web-app-acceleration-policy-compartment-request.js +15 -0
- package/lib/request/change-web-app-acceleration-policy-compartment-request.js.map +1 -0
- package/lib/request/create-web-app-acceleration-policy-request.d.ts +35 -0
- package/lib/request/create-web-app-acceleration-policy-request.js +15 -0
- package/lib/request/create-web-app-acceleration-policy-request.js.map +1 -0
- package/lib/request/create-web-app-acceleration-request.d.ts +35 -0
- package/lib/request/create-web-app-acceleration-request.js +15 -0
- package/lib/request/create-web-app-acceleration-request.js.map +1 -0
- package/lib/request/delete-web-app-acceleration-policy-request.d.ts +33 -0
- package/lib/request/delete-web-app-acceleration-policy-request.js +15 -0
- package/lib/request/delete-web-app-acceleration-policy-request.js.map +1 -0
- package/lib/request/delete-web-app-acceleration-request.d.ts +33 -0
- package/lib/request/delete-web-app-acceleration-request.js +15 -0
- package/lib/request/delete-web-app-acceleration-request.js.map +1 -0
- package/lib/request/get-web-app-acceleration-policy-request.d.ts +26 -0
- package/lib/request/get-web-app-acceleration-policy-request.js +15 -0
- package/lib/request/get-web-app-acceleration-policy-request.js.map +1 -0
- package/lib/request/get-web-app-acceleration-request.d.ts +26 -0
- package/lib/request/get-web-app-acceleration-request.js +15 -0
- package/lib/request/get-web-app-acceleration-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +49 -0
- package/lib/request/index.js +42 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-web-app-acceleration-policies-request.d.ts +67 -0
- package/lib/request/list-web-app-acceleration-policies-request.js +24 -0
- package/lib/request/list-web-app-acceleration-policies-request.js.map +1 -0
- package/lib/request/list-web-app-accelerations-request.d.ts +73 -0
- package/lib/request/list-web-app-accelerations-request.js +24 -0
- package/lib/request/list-web-app-accelerations-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +36 -0
- package/lib/request/list-work-request-errors-request.js +15 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +36 -0
- package/lib/request/list-work-request-logs-request.js +15 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +40 -0
- package/lib/request/list-work-requests-request.js +15 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/purge-web-app-acceleration-cache-request.d.ts +31 -0
- package/lib/request/purge-web-app-acceleration-cache-request.js +15 -0
- package/lib/request/purge-web-app-acceleration-cache-request.js.map +1 -0
- package/lib/request/update-web-app-acceleration-policy-request.d.ts +38 -0
- package/lib/request/update-web-app-acceleration-policy-request.js +15 -0
- package/lib/request/update-web-app-acceleration-policy-request.js.map +1 -0
- package/lib/request/update-web-app-acceleration-request.d.ts +38 -0
- package/lib/request/update-web-app-acceleration-request.js +15 -0
- package/lib/request/update-web-app-acceleration-request.js.map +1 -0
- package/lib/response/change-web-app-acceleration-compartment-response.d.ts +25 -0
- package/lib/response/change-web-app-acceleration-compartment-response.js +15 -0
- package/lib/response/change-web-app-acceleration-compartment-response.js.map +1 -0
- package/lib/response/change-web-app-acceleration-policy-compartment-response.d.ts +25 -0
- package/lib/response/change-web-app-acceleration-policy-compartment-response.js +15 -0
- package/lib/response/change-web-app-acceleration-policy-compartment-response.js.map +1 -0
- package/lib/response/create-web-app-acceleration-policy-response.d.ts +45 -0
- package/lib/response/create-web-app-acceleration-policy-response.js +15 -0
- package/lib/response/create-web-app-acceleration-policy-response.js.map +1 -0
- package/lib/response/create-web-app-acceleration-response.d.ts +45 -0
- package/lib/response/create-web-app-acceleration-response.js +15 -0
- package/lib/response/create-web-app-acceleration-response.js.map +1 -0
- package/lib/response/delete-web-app-acceleration-policy-response.d.ts +25 -0
- package/lib/response/delete-web-app-acceleration-policy-response.js +15 -0
- package/lib/response/delete-web-app-acceleration-policy-response.js.map +1 -0
- package/lib/response/delete-web-app-acceleration-response.d.ts +25 -0
- package/lib/response/delete-web-app-acceleration-response.js +15 -0
- package/lib/response/delete-web-app-acceleration-response.js.map +1 -0
- package/lib/response/get-web-app-acceleration-policy-response.d.ts +30 -0
- package/lib/response/get-web-app-acceleration-policy-response.js +15 -0
- package/lib/response/get-web-app-acceleration-policy-response.js.map +1 -0
- package/lib/response/get-web-app-acceleration-response.d.ts +30 -0
- package/lib/response/get-web-app-acceleration-response.js +15 -0
- package/lib/response/get-web-app-acceleration-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +29 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +49 -0
- package/lib/response/index.js +18 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-web-app-acceleration-policies-response.d.ts +32 -0
- package/lib/response/list-web-app-acceleration-policies-response.js +15 -0
- package/lib/response/list-web-app-acceleration-policies-response.js.map +1 -0
- package/lib/response/list-web-app-accelerations-response.d.ts +32 -0
- package/lib/response/list-web-app-accelerations-response.js +15 -0
- package/lib/response/list-web-app-accelerations-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/purge-web-app-acceleration-cache-response.d.ts +25 -0
- package/lib/response/purge-web-app-acceleration-cache-response.js +15 -0
- package/lib/response/purge-web-app-acceleration-cache-response.js.map +1 -0
- package/lib/response/update-web-app-acceleration-policy-response.d.ts +25 -0
- package/lib/response/update-web-app-acceleration-policy-response.js +15 -0
- package/lib/response/update-web-app-acceleration-policy-response.js.map +1 -0
- package/lib/response/update-web-app-acceleration-response.d.ts +25 -0
- package/lib/response/update-web-app-acceleration-response.js +15 -0
- package/lib/response/update-web-app-acceleration-response.js.map +1 -0
- package/lib/waa-waiter.d.ts +40 -0
- package/lib/waa-waiter.js +80 -0
- package/lib/waa-waiter.js.map +1 -0
- package/lib/workrequest-waiter.d.ts +30 -0
- package/lib/workrequest-waiter.js +47 -0
- package/lib/workrequest-waiter.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Web Application Acceleration (WAA) API
|
|
3
|
+
* API for the Web Application Acceleration service.
|
|
4
|
+
Use this API to manage regional Web App Acceleration policies such as Caching and Compression
|
|
5
|
+
for accelerating HTTP services.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20211230
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as ChangeWebAppAccelerationCompartmentResponse from "./change-web-app-acceleration-compartment-response";
|
|
17
|
+
export import ChangeWebAppAccelerationCompartmentResponse = ChangeWebAppAccelerationCompartmentResponse.ChangeWebAppAccelerationCompartmentResponse;
|
|
18
|
+
import * as ChangeWebAppAccelerationPolicyCompartmentResponse from "./change-web-app-acceleration-policy-compartment-response";
|
|
19
|
+
export import ChangeWebAppAccelerationPolicyCompartmentResponse = ChangeWebAppAccelerationPolicyCompartmentResponse.ChangeWebAppAccelerationPolicyCompartmentResponse;
|
|
20
|
+
import * as CreateWebAppAccelerationResponse from "./create-web-app-acceleration-response";
|
|
21
|
+
export import CreateWebAppAccelerationResponse = CreateWebAppAccelerationResponse.CreateWebAppAccelerationResponse;
|
|
22
|
+
import * as CreateWebAppAccelerationPolicyResponse from "./create-web-app-acceleration-policy-response";
|
|
23
|
+
export import CreateWebAppAccelerationPolicyResponse = CreateWebAppAccelerationPolicyResponse.CreateWebAppAccelerationPolicyResponse;
|
|
24
|
+
import * as DeleteWebAppAccelerationResponse from "./delete-web-app-acceleration-response";
|
|
25
|
+
export import DeleteWebAppAccelerationResponse = DeleteWebAppAccelerationResponse.DeleteWebAppAccelerationResponse;
|
|
26
|
+
import * as DeleteWebAppAccelerationPolicyResponse from "./delete-web-app-acceleration-policy-response";
|
|
27
|
+
export import DeleteWebAppAccelerationPolicyResponse = DeleteWebAppAccelerationPolicyResponse.DeleteWebAppAccelerationPolicyResponse;
|
|
28
|
+
import * as GetWebAppAccelerationResponse from "./get-web-app-acceleration-response";
|
|
29
|
+
export import GetWebAppAccelerationResponse = GetWebAppAccelerationResponse.GetWebAppAccelerationResponse;
|
|
30
|
+
import * as GetWebAppAccelerationPolicyResponse from "./get-web-app-acceleration-policy-response";
|
|
31
|
+
export import GetWebAppAccelerationPolicyResponse = GetWebAppAccelerationPolicyResponse.GetWebAppAccelerationPolicyResponse;
|
|
32
|
+
import * as ListWebAppAccelerationPoliciesResponse from "./list-web-app-acceleration-policies-response";
|
|
33
|
+
export import ListWebAppAccelerationPoliciesResponse = ListWebAppAccelerationPoliciesResponse.ListWebAppAccelerationPoliciesResponse;
|
|
34
|
+
import * as ListWebAppAccelerationsResponse from "./list-web-app-accelerations-response";
|
|
35
|
+
export import ListWebAppAccelerationsResponse = ListWebAppAccelerationsResponse.ListWebAppAccelerationsResponse;
|
|
36
|
+
import * as PurgeWebAppAccelerationCacheResponse from "./purge-web-app-acceleration-cache-response";
|
|
37
|
+
export import PurgeWebAppAccelerationCacheResponse = PurgeWebAppAccelerationCacheResponse.PurgeWebAppAccelerationCacheResponse;
|
|
38
|
+
import * as UpdateWebAppAccelerationResponse from "./update-web-app-acceleration-response";
|
|
39
|
+
export import UpdateWebAppAccelerationResponse = UpdateWebAppAccelerationResponse.UpdateWebAppAccelerationResponse;
|
|
40
|
+
import * as UpdateWebAppAccelerationPolicyResponse from "./update-web-app-acceleration-policy-response";
|
|
41
|
+
export import UpdateWebAppAccelerationPolicyResponse = UpdateWebAppAccelerationPolicyResponse.UpdateWebAppAccelerationPolicyResponse;
|
|
42
|
+
import * as GetWorkRequestResponse from "./get-work-request-response";
|
|
43
|
+
export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
|
|
44
|
+
import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
|
|
45
|
+
export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
|
|
46
|
+
import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
|
|
47
|
+
export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
|
|
48
|
+
import * as ListWorkRequestsResponse from "./list-work-requests-response";
|
|
49
|
+
export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Web Application Acceleration (WAA) API
|
|
4
|
+
* API for the Web Application Acceleration service.
|
|
5
|
+
Use this API to manage regional Web App Acceleration policies such as Caching and Compression
|
|
6
|
+
for accelerating HTTP services.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20211230
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211230
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListWebAppAccelerationPoliciesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.WebAppAccelerationPolicyCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"webAppAccelerationPolicyCollection": model.WebAppAccelerationPolicyCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211230
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-web-app-acceleration-policies-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-web-app-acceleration-policies-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/list-web-app-acceleration-policies-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211230
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListWebAppAccelerationsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.WebAppAccelerationCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"webAppAccelerationCollection": model.WebAppAccelerationCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211230
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-web-app-accelerations-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-web-app-accelerations-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/list-web-app-accelerations-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211230
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListWorkRequestErrorsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.WorkRequestErrorCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"workRequestErrorCollection": model.WorkRequestErrorCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211230
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-work-request-errors-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-request-errors-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/list-work-request-errors-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211230
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListWorkRequestLogsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
17
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
18
|
+
* subsequent GET request to get the next batch of items.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.WorkRequestLogEntryCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"workRequestLogEntryCollection": model.WorkRequestLogEntryCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211230
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-work-request-logs-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-request-logs-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/list-work-request-logs-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211230
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListWorkRequestsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.WorkRequestCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"workRequestCollection": model.WorkRequestCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211230
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-work-requests-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-requests-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/list-work-requests-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211230
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface PurgeWebAppAccelerationCacheResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211230
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=purge-web-app-acceleration-cache-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"purge-web-app-acceleration-cache-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/purge-web-app-acceleration-cache-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211230
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface UpdateWebAppAccelerationPolicyResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211230
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-web-app-acceleration-policy-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-web-app-acceleration-policy-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/update-web-app-acceleration-policy-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20211230
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface UpdateWebAppAccelerationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20211230
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-web-app-acceleration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-web-app-acceleration-response.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/response/update-web-app-acceleration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Web Application Acceleration (WAA) API
|
|
3
|
+
* API for the Web Application Acceleration service.
|
|
4
|
+
Use this API to manage regional Web App Acceleration policies such as Caching and Compression
|
|
5
|
+
for accelerating HTTP services.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20211230
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as serviceRequests from "./request";
|
|
17
|
+
import * as serviceResponses from "./response";
|
|
18
|
+
import * as models from "./model";
|
|
19
|
+
import { WaaClient } from "./client";
|
|
20
|
+
export declare class WaaWaiter {
|
|
21
|
+
private client;
|
|
22
|
+
private readonly config?;
|
|
23
|
+
constructor(client: WaaClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
|
|
24
|
+
/**
|
|
25
|
+
* Waits forWebAppAcceleration till it reaches any of the provided states
|
|
26
|
+
*
|
|
27
|
+
* @param request the request to send
|
|
28
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
29
|
+
* @return response returns GetWebAppAccelerationResponse | null (null in case of 404 response)
|
|
30
|
+
*/
|
|
31
|
+
forWebAppAcceleration(request: serviceRequests.GetWebAppAccelerationRequest, ...targetStates: models.WebAppAcceleration.LifecycleState[]): Promise<serviceResponses.GetWebAppAccelerationResponse | null>;
|
|
32
|
+
/**
|
|
33
|
+
* Waits forWebAppAccelerationPolicy till it reaches any of the provided states
|
|
34
|
+
*
|
|
35
|
+
* @param request the request to send
|
|
36
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
37
|
+
* @return response returns GetWebAppAccelerationPolicyResponse | null (null in case of 404 response)
|
|
38
|
+
*/
|
|
39
|
+
forWebAppAccelerationPolicy(request: serviceRequests.GetWebAppAccelerationPolicyRequest, ...targetStates: models.WebAppAccelerationPolicy.LifecycleState[]): Promise<serviceResponses.GetWebAppAccelerationPolicyResponse | null>;
|
|
40
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Web Application Acceleration (WAA) API
|
|
4
|
+
* API for the Web Application Acceleration service.
|
|
5
|
+
Use this API to manage regional Web App Acceleration policies such as Caching and Compression
|
|
6
|
+
for accelerating HTTP services.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20211230
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
37
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
38
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
39
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
40
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
41
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
42
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
43
|
+
});
|
|
44
|
+
};
|
|
45
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46
|
+
exports.WaaWaiter = void 0;
|
|
47
|
+
const models = __importStar(require("./model"));
|
|
48
|
+
const oci_common_1 = require("oci-common");
|
|
49
|
+
class WaaWaiter {
|
|
50
|
+
constructor(client, config) {
|
|
51
|
+
this.client = client;
|
|
52
|
+
this.config = config;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Waits forWebAppAcceleration till it reaches any of the provided states
|
|
56
|
+
*
|
|
57
|
+
* @param request the request to send
|
|
58
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
59
|
+
* @return response returns GetWebAppAccelerationResponse | null (null in case of 404 response)
|
|
60
|
+
*/
|
|
61
|
+
forWebAppAcceleration(request, ...targetStates) {
|
|
62
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
63
|
+
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getWebAppAcceleration(request), response => targetStates.includes(response.webAppAcceleration.lifecycleState), targetStates.includes(models.WebAppAcceleration.LifecycleState.Deleted));
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Waits forWebAppAccelerationPolicy till it reaches any of the provided states
|
|
68
|
+
*
|
|
69
|
+
* @param request the request to send
|
|
70
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
71
|
+
* @return response returns GetWebAppAccelerationPolicyResponse | null (null in case of 404 response)
|
|
72
|
+
*/
|
|
73
|
+
forWebAppAccelerationPolicy(request, ...targetStates) {
|
|
74
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
75
|
+
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getWebAppAccelerationPolicy(request), response => targetStates.includes(response.webAppAccelerationPolicy.lifecycleState), targetStates.includes(models.WebAppAccelerationPolicy.LifecycleState.Deleted));
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
exports.WaaWaiter = WaaWaiter;
|
|
80
|
+
//# sourceMappingURL=waa-waiter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"waa-waiter.js","sourceRoot":"","sources":["../../../../lib/waa/lib/waa-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,SAAS;IACpB,YAA2B,MAAiB,EAAmB,MAA4B;QAAhE,WAAM,GAAN,MAAM,CAAW;QAAmB,WAAM,GAAN,MAAM,CAAsB;IAAG,CAAC;IAE/F;;;;;;OAMG;IACU,qBAAqB,CAChC,OAAqD,EACrD,GAAG,YAAwD;;YAE3D,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,qBAAqB,CAAC,OAAO,CAAC,EAChD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,kBAAkB,CAAC,cAAe,CAAC,EAC9E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,kBAAkB,CAAC,cAAc,CAAC,OAAO,CAAC,CACxE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,2BAA2B,CACtC,OAA2D,EAC3D,GAAG,YAA8D;;YAEjE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,2BAA2B,CAAC,OAAO,CAAC,EACtD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,CAAC,cAAe,CAAC,EACpF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC9E,CAAC;QACJ,CAAC;KAAA;CACF;AAxCD,8BAwCC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Web Application Acceleration (WAA) API
|
|
3
|
+
* API for the Web Application Acceleration service.
|
|
4
|
+
Use this API to manage regional Web App Acceleration policies such as Caching and Compression
|
|
5
|
+
for accelerating HTTP services.
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20211230
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as serviceRequests from "./request";
|
|
17
|
+
import * as serviceResponses from "./response";
|
|
18
|
+
import { WorkRequestClient } from "./client";
|
|
19
|
+
export declare class WorkRequestWaiter {
|
|
20
|
+
private client;
|
|
21
|
+
private readonly config?;
|
|
22
|
+
constructor(client: WorkRequestClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
|
|
23
|
+
/**
|
|
24
|
+
* Waits forWorkRequest
|
|
25
|
+
*
|
|
26
|
+
* @param request the request to send
|
|
27
|
+
* @return response returns GetWorkRequestResponse
|
|
28
|
+
*/
|
|
29
|
+
forWorkRequest(request: serviceRequests.GetWorkRequestRequest): Promise<serviceResponses.GetWorkRequestResponse>;
|
|
30
|
+
}
|