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,26 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/waa/GetWebAppAccelerationPolicy.ts.html |here} to see how to use GetWebAppAccelerationPolicyRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetWebAppAccelerationPolicyRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WebAppAccelerationPolicy.
|
|
20
|
+
*/
|
|
21
|
+
"webAppAccelerationPolicyId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -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=get-web-app-acceleration-policy-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-web-app-acceleration-policy-request.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/get-web-app-acceleration-policy-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/waa/GetWebAppAcceleration.ts.html |here} to see how to use GetWebAppAccelerationRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetWebAppAccelerationRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration.
|
|
20
|
+
*/
|
|
21
|
+
"webAppAccelerationId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -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=get-web-app-acceleration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-web-app-acceleration-request.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/get-web-app-acceleration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/waa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the asynchronous request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -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=get-work-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-work-request-request.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/get-work-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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 ChangeWebAppAccelerationCompartmentRequest from "./change-web-app-acceleration-compartment-request";
|
|
17
|
+
export import ChangeWebAppAccelerationCompartmentRequest = ChangeWebAppAccelerationCompartmentRequest.ChangeWebAppAccelerationCompartmentRequest;
|
|
18
|
+
import * as ChangeWebAppAccelerationPolicyCompartmentRequest from "./change-web-app-acceleration-policy-compartment-request";
|
|
19
|
+
export import ChangeWebAppAccelerationPolicyCompartmentRequest = ChangeWebAppAccelerationPolicyCompartmentRequest.ChangeWebAppAccelerationPolicyCompartmentRequest;
|
|
20
|
+
import * as CreateWebAppAccelerationRequest from "./create-web-app-acceleration-request";
|
|
21
|
+
export import CreateWebAppAccelerationRequest = CreateWebAppAccelerationRequest.CreateWebAppAccelerationRequest;
|
|
22
|
+
import * as CreateWebAppAccelerationPolicyRequest from "./create-web-app-acceleration-policy-request";
|
|
23
|
+
export import CreateWebAppAccelerationPolicyRequest = CreateWebAppAccelerationPolicyRequest.CreateWebAppAccelerationPolicyRequest;
|
|
24
|
+
import * as DeleteWebAppAccelerationRequest from "./delete-web-app-acceleration-request";
|
|
25
|
+
export import DeleteWebAppAccelerationRequest = DeleteWebAppAccelerationRequest.DeleteWebAppAccelerationRequest;
|
|
26
|
+
import * as DeleteWebAppAccelerationPolicyRequest from "./delete-web-app-acceleration-policy-request";
|
|
27
|
+
export import DeleteWebAppAccelerationPolicyRequest = DeleteWebAppAccelerationPolicyRequest.DeleteWebAppAccelerationPolicyRequest;
|
|
28
|
+
import * as GetWebAppAccelerationRequest from "./get-web-app-acceleration-request";
|
|
29
|
+
export import GetWebAppAccelerationRequest = GetWebAppAccelerationRequest.GetWebAppAccelerationRequest;
|
|
30
|
+
import * as GetWebAppAccelerationPolicyRequest from "./get-web-app-acceleration-policy-request";
|
|
31
|
+
export import GetWebAppAccelerationPolicyRequest = GetWebAppAccelerationPolicyRequest.GetWebAppAccelerationPolicyRequest;
|
|
32
|
+
import * as ListWebAppAccelerationPoliciesRequest from "./list-web-app-acceleration-policies-request";
|
|
33
|
+
export import ListWebAppAccelerationPoliciesRequest = ListWebAppAccelerationPoliciesRequest.ListWebAppAccelerationPoliciesRequest;
|
|
34
|
+
import * as ListWebAppAccelerationsRequest from "./list-web-app-accelerations-request";
|
|
35
|
+
export import ListWebAppAccelerationsRequest = ListWebAppAccelerationsRequest.ListWebAppAccelerationsRequest;
|
|
36
|
+
import * as PurgeWebAppAccelerationCacheRequest from "./purge-web-app-acceleration-cache-request";
|
|
37
|
+
export import PurgeWebAppAccelerationCacheRequest = PurgeWebAppAccelerationCacheRequest.PurgeWebAppAccelerationCacheRequest;
|
|
38
|
+
import * as UpdateWebAppAccelerationRequest from "./update-web-app-acceleration-request";
|
|
39
|
+
export import UpdateWebAppAccelerationRequest = UpdateWebAppAccelerationRequest.UpdateWebAppAccelerationRequest;
|
|
40
|
+
import * as UpdateWebAppAccelerationPolicyRequest from "./update-web-app-acceleration-policy-request";
|
|
41
|
+
export import UpdateWebAppAccelerationPolicyRequest = UpdateWebAppAccelerationPolicyRequest.UpdateWebAppAccelerationPolicyRequest;
|
|
42
|
+
import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
43
|
+
export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
|
|
44
|
+
import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
|
|
45
|
+
export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
|
|
46
|
+
import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
|
|
47
|
+
export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
48
|
+
import * as ListWorkRequestsRequest from "./list-work-requests-request";
|
|
49
|
+
export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ListWebAppAccelerationsRequest = exports.ListWebAppAccelerationPoliciesRequest = void 0;
|
|
38
|
+
const ListWebAppAccelerationPoliciesRequest = __importStar(require("./list-web-app-acceleration-policies-request"));
|
|
39
|
+
exports.ListWebAppAccelerationPoliciesRequest = ListWebAppAccelerationPoliciesRequest.ListWebAppAccelerationPoliciesRequest;
|
|
40
|
+
const ListWebAppAccelerationsRequest = __importStar(require("./list-web-app-accelerations-request"));
|
|
41
|
+
exports.ListWebAppAccelerationsRequest = ListWebAppAccelerationsRequest.ListWebAppAccelerationsRequest;
|
|
42
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAkBH,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/waa/ListWebAppAccelerationPolicies.ts.html |here} to see how to use ListWebAppAccelerationPoliciesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWebAppAccelerationPoliciesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* A filter to return only resources that match the given lifecycleState.
|
|
25
|
+
*/
|
|
26
|
+
"lifecycleState"?: Array<model.WebAppAccelerationPolicy.LifecycleState>;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only resources that match the entire display name given.
|
|
29
|
+
*/
|
|
30
|
+
"displayName"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* A filter to return only the WebAppAccelerationPolicy with the given [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
33
|
+
*/
|
|
34
|
+
"id"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The maximum number of items to return.
|
|
37
|
+
*/
|
|
38
|
+
"limit"?: number;
|
|
39
|
+
/**
|
|
40
|
+
* A token representing the position at which to start retrieving results.
|
|
41
|
+
* This must come from the `opc-next-page` header field of a previous response.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"page"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
47
|
+
*/
|
|
48
|
+
"sortOrder"?: model.SortOrder;
|
|
49
|
+
/**
|
|
50
|
+
* The field to sort by. Only one sort order may be provided.
|
|
51
|
+
* Default order for timeCreated is descending.
|
|
52
|
+
* Default order for displayName is ascending.
|
|
53
|
+
* If no value is specified timeCreated is default.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"sortBy"?: ListWebAppAccelerationPoliciesRequest.SortBy;
|
|
57
|
+
/**
|
|
58
|
+
* The client request ID for tracing.
|
|
59
|
+
*/
|
|
60
|
+
"opcRequestId"?: string;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace ListWebAppAccelerationPoliciesRequest {
|
|
63
|
+
enum SortBy {
|
|
64
|
+
TimeCreated = "timeCreated",
|
|
65
|
+
DisplayName = "displayName"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
exports.ListWebAppAccelerationPoliciesRequest = void 0;
|
|
16
|
+
var ListWebAppAccelerationPoliciesRequest;
|
|
17
|
+
(function (ListWebAppAccelerationPoliciesRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListWebAppAccelerationPoliciesRequest.SortBy || (ListWebAppAccelerationPoliciesRequest.SortBy = {}));
|
|
23
|
+
})(ListWebAppAccelerationPoliciesRequest = exports.ListWebAppAccelerationPoliciesRequest || (exports.ListWebAppAccelerationPoliciesRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-web-app-acceleration-policies-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-web-app-acceleration-policies-request.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/list-web-app-acceleration-policies-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqDH,IAAiB,qCAAqC,CAKrD;AALD,WAAiB,qCAAqC;IACpD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAGjB;AACH,CAAC,EALgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAKrD"}
|
|
@@ -0,0 +1,73 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/waa/ListWebAppAccelerations.ts.html |here} to see how to use ListWebAppAccelerationsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListWebAppAccelerationsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* A filter to return only the WebAppAcceleration with the given [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
25
|
+
*/
|
|
26
|
+
"id"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A filter to return only the WebAppAcceleration with the given
|
|
29
|
+
* [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of related WebAppAccelerationPolicy.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"webAppAccelerationPolicyId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* A filter to return only resources that match the given lifecycleState.
|
|
35
|
+
*/
|
|
36
|
+
"lifecycleState"?: Array<model.WebAppAcceleration.LifecycleState>;
|
|
37
|
+
/**
|
|
38
|
+
* A filter to return only resources that match the entire display name given.
|
|
39
|
+
*/
|
|
40
|
+
"displayName"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The maximum number of items to return.
|
|
43
|
+
*/
|
|
44
|
+
"limit"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* A token representing the position at which to start retrieving results.
|
|
47
|
+
* This must come from the `opc-next-page` header field of a previous response.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"page"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The sort order to use, either 'ASC' or 'DESC'.
|
|
53
|
+
*/
|
|
54
|
+
"sortOrder"?: model.SortOrder;
|
|
55
|
+
/**
|
|
56
|
+
* The field to sort by. Only one sort order may be provided.
|
|
57
|
+
* Default order for timeCreated is descending.
|
|
58
|
+
* Default order for displayName is ascending.
|
|
59
|
+
* If no value is specified timeCreated is default.
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"sortBy"?: ListWebAppAccelerationsRequest.SortBy;
|
|
63
|
+
/**
|
|
64
|
+
* The client request ID for tracing.
|
|
65
|
+
*/
|
|
66
|
+
"opcRequestId"?: string;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace ListWebAppAccelerationsRequest {
|
|
69
|
+
enum SortBy {
|
|
70
|
+
TimeCreated = "timeCreated",
|
|
71
|
+
DisplayName = "displayName"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
exports.ListWebAppAccelerationsRequest = void 0;
|
|
16
|
+
var ListWebAppAccelerationsRequest;
|
|
17
|
+
(function (ListWebAppAccelerationsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListWebAppAccelerationsRequest.SortBy || (ListWebAppAccelerationsRequest.SortBy = {}));
|
|
23
|
+
})(ListWebAppAccelerationsRequest = exports.ListWebAppAccelerationsRequest || (exports.ListWebAppAccelerationsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-web-app-accelerations-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-web-app-accelerations-request.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/list-web-app-accelerations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2DH,IAAiB,8BAA8B,CAK9C;AALD,WAAiB,8BAA8B;IAC7C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAGjB;AACH,CAAC,EALgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAK9C"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/waa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the asynchronous request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* A token representing the position at which to start retrieving results.
|
|
28
|
+
* This must come from the `opc-next-page` header field of a previous response.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"page"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The maximum number of items to return.
|
|
34
|
+
*/
|
|
35
|
+
"limit"?: number;
|
|
36
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/waa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the asynchronous request.
|
|
20
|
+
*/
|
|
21
|
+
"workRequestId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* A token representing the position at which to start retrieving results.
|
|
28
|
+
* This must come from the `opc-next-page` header field of a previous response.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"page"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The maximum number of items to return.
|
|
34
|
+
*/
|
|
35
|
+
"limit"?: number;
|
|
36
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/waa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
24
|
+
*/
|
|
25
|
+
"workRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* A token representing the position at which to start retrieving results.
|
|
32
|
+
* This must come from the `opc-next-page` header field of a previous response.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"page"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The maximum number of items to return.
|
|
38
|
+
*/
|
|
39
|
+
"limit"?: number;
|
|
40
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/waa/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/waa/PurgeWebAppAccelerationCache.ts.html |here} to see how to use PurgeWebAppAccelerationCacheRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface PurgeWebAppAccelerationCacheRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the WebAppAcceleration.
|
|
21
|
+
*/
|
|
22
|
+
"webAppAccelerationId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Options for the cache purge.
|
|
25
|
+
*/
|
|
26
|
+
"purgeWebAppAccelerationCacheDetails": model.PurgeEntireWebAppAccelerationCacheDetails;
|
|
27
|
+
/**
|
|
28
|
+
* The client request ID for tracing.
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
}
|