oci-opa 2.76.1 → 2.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +11 -11
- package/lib/client.js +11 -11
- package/lib/model/attachment-details.d.ts +4 -4
- package/lib/model/create-opa-instance-details.d.ts +2 -2
- package/lib/model/opa-instance-summary.d.ts +3 -3
- package/lib/model/opa-instance.d.ts +3 -3
- package/lib/model/update-opa-instance-details.d.ts +2 -2
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/change-opa-instance-compartment-request.d.ts +2 -2
- package/lib/request/create-opa-instance-request.d.ts +1 -1
- package/lib/request/delete-opa-instance-request.d.ts +2 -2
- package/lib/request/get-opa-instance-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-opa-instances-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/update-opa-instance-request.d.ts +2 -2
- package/lib/response/get-opa-instance-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-opa-instances-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -86,7 +86,7 @@ export declare class OpaInstanceClient {
|
|
|
86
86
|
* @param CancelWorkRequestRequest
|
|
87
87
|
* @return CancelWorkRequestResponse
|
|
88
88
|
* @throws OciError when an error occurs
|
|
89
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
89
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
90
90
|
*/
|
|
91
91
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
92
92
|
/**
|
|
@@ -95,7 +95,7 @@ export declare class OpaInstanceClient {
|
|
|
95
95
|
* @param ChangeOpaInstanceCompartmentRequest
|
|
96
96
|
* @return ChangeOpaInstanceCompartmentResponse
|
|
97
97
|
* @throws OciError when an error occurs
|
|
98
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ChangeOpaInstanceCompartment.ts.html |here} to see how to use ChangeOpaInstanceCompartment API.
|
|
99
99
|
*/
|
|
100
100
|
changeOpaInstanceCompartment(changeOpaInstanceCompartmentRequest: requests.ChangeOpaInstanceCompartmentRequest): Promise<responses.ChangeOpaInstanceCompartmentResponse>;
|
|
101
101
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class OpaInstanceClient {
|
|
|
105
105
|
* @param CreateOpaInstanceRequest
|
|
106
106
|
* @return CreateOpaInstanceResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/CreateOpaInstance.ts.html |here} to see how to use CreateOpaInstance API.
|
|
109
109
|
*/
|
|
110
110
|
createOpaInstance(createOpaInstanceRequest: requests.CreateOpaInstanceRequest): Promise<responses.CreateOpaInstanceResponse>;
|
|
111
111
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class OpaInstanceClient {
|
|
|
114
114
|
* @param DeleteOpaInstanceRequest
|
|
115
115
|
* @return DeleteOpaInstanceResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/DeleteOpaInstance.ts.html |here} to see how to use DeleteOpaInstance API.
|
|
118
118
|
*/
|
|
119
119
|
deleteOpaInstance(deleteOpaInstanceRequest: requests.DeleteOpaInstanceRequest): Promise<responses.DeleteOpaInstanceResponse>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class OpaInstanceClient {
|
|
|
123
123
|
* @param GetOpaInstanceRequest
|
|
124
124
|
* @return GetOpaInstanceResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/GetOpaInstance.ts.html |here} to see how to use GetOpaInstance API.
|
|
127
127
|
*/
|
|
128
128
|
getOpaInstance(getOpaInstanceRequest: requests.GetOpaInstanceRequest): Promise<responses.GetOpaInstanceResponse>;
|
|
129
129
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class OpaInstanceClient {
|
|
|
132
132
|
* @param GetWorkRequestRequest
|
|
133
133
|
* @return GetWorkRequestResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
136
136
|
*/
|
|
137
137
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
138
138
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class OpaInstanceClient {
|
|
|
142
142
|
* @param ListOpaInstancesRequest
|
|
143
143
|
* @return ListOpaInstancesResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstances API.
|
|
146
146
|
*/
|
|
147
147
|
listOpaInstances(listOpaInstancesRequest: requests.ListOpaInstancesRequest): Promise<responses.ListOpaInstancesResponse>;
|
|
148
148
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class OpaInstanceClient {
|
|
|
152
152
|
* @param ListWorkRequestErrorsRequest
|
|
153
153
|
* @return ListWorkRequestErrorsResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
156
156
|
*/
|
|
157
157
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
158
158
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class OpaInstanceClient {
|
|
|
162
162
|
* @param ListWorkRequestLogsRequest
|
|
163
163
|
* @return ListWorkRequestLogsResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
166
166
|
*/
|
|
167
167
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
168
168
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class OpaInstanceClient {
|
|
|
172
172
|
* @param ListWorkRequestsRequest
|
|
173
173
|
* @return ListWorkRequestsResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
176
176
|
*/
|
|
177
177
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
178
178
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class OpaInstanceClient {
|
|
|
181
181
|
* @param UpdateOpaInstanceRequest
|
|
182
182
|
* @return UpdateOpaInstanceResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstance API.
|
|
185
185
|
*/
|
|
186
186
|
updateOpaInstance(updateOpaInstanceRequest: requests.UpdateOpaInstanceRequest): Promise<responses.UpdateOpaInstanceResponse>;
|
|
187
187
|
}
|
package/lib/client.js
CHANGED
|
@@ -187,7 +187,7 @@ class OpaInstanceClient {
|
|
|
187
187
|
* @param CancelWorkRequestRequest
|
|
188
188
|
* @return CancelWorkRequestResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
191
191
|
*/
|
|
192
192
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
193
193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -242,7 +242,7 @@ class OpaInstanceClient {
|
|
|
242
242
|
* @param ChangeOpaInstanceCompartmentRequest
|
|
243
243
|
* @return ChangeOpaInstanceCompartmentResponse
|
|
244
244
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ChangeOpaInstanceCompartment.ts.html |here} to see how to use ChangeOpaInstanceCompartment API.
|
|
246
246
|
*/
|
|
247
247
|
changeOpaInstanceCompartment(changeOpaInstanceCompartmentRequest) {
|
|
248
248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -304,7 +304,7 @@ class OpaInstanceClient {
|
|
|
304
304
|
* @param CreateOpaInstanceRequest
|
|
305
305
|
* @return CreateOpaInstanceResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/CreateOpaInstance.ts.html |here} to see how to use CreateOpaInstance API.
|
|
308
308
|
*/
|
|
309
309
|
createOpaInstance(createOpaInstanceRequest) {
|
|
310
310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -363,7 +363,7 @@ class OpaInstanceClient {
|
|
|
363
363
|
* @param DeleteOpaInstanceRequest
|
|
364
364
|
* @return DeleteOpaInstanceResponse
|
|
365
365
|
* @throws OciError when an error occurs
|
|
366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/DeleteOpaInstance.ts.html |here} to see how to use DeleteOpaInstance API.
|
|
367
367
|
*/
|
|
368
368
|
deleteOpaInstance(deleteOpaInstanceRequest) {
|
|
369
369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -423,7 +423,7 @@ class OpaInstanceClient {
|
|
|
423
423
|
* @param GetOpaInstanceRequest
|
|
424
424
|
* @return GetOpaInstanceResponse
|
|
425
425
|
* @throws OciError when an error occurs
|
|
426
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
426
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/GetOpaInstance.ts.html |here} to see how to use GetOpaInstance API.
|
|
427
427
|
*/
|
|
428
428
|
getOpaInstance(getOpaInstanceRequest) {
|
|
429
429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -486,7 +486,7 @@ class OpaInstanceClient {
|
|
|
486
486
|
* @param GetWorkRequestRequest
|
|
487
487
|
* @return GetWorkRequestResponse
|
|
488
488
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
490
490
|
*/
|
|
491
491
|
getWorkRequest(getWorkRequestRequest) {
|
|
492
492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -555,7 +555,7 @@ class OpaInstanceClient {
|
|
|
555
555
|
* @param ListOpaInstancesRequest
|
|
556
556
|
* @return ListOpaInstancesResponse
|
|
557
557
|
* @throws OciError when an error occurs
|
|
558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstances API.
|
|
559
559
|
*/
|
|
560
560
|
listOpaInstances(listOpaInstancesRequest) {
|
|
561
561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -626,7 +626,7 @@ class OpaInstanceClient {
|
|
|
626
626
|
* @param ListWorkRequestErrorsRequest
|
|
627
627
|
* @return ListWorkRequestErrorsResponse
|
|
628
628
|
* @throws OciError when an error occurs
|
|
629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
630
630
|
*/
|
|
631
631
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
632
632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -695,7 +695,7 @@ class OpaInstanceClient {
|
|
|
695
695
|
* @param ListWorkRequestLogsRequest
|
|
696
696
|
* @return ListWorkRequestLogsResponse
|
|
697
697
|
* @throws OciError when an error occurs
|
|
698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
699
699
|
*/
|
|
700
700
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
701
701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -764,7 +764,7 @@ class OpaInstanceClient {
|
|
|
764
764
|
* @param ListWorkRequestsRequest
|
|
765
765
|
* @return ListWorkRequestsResponse
|
|
766
766
|
* @throws OciError when an error occurs
|
|
767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
768
768
|
*/
|
|
769
769
|
listWorkRequests(listWorkRequestsRequest) {
|
|
770
770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -834,7 +834,7 @@ class OpaInstanceClient {
|
|
|
834
834
|
* @param UpdateOpaInstanceRequest
|
|
835
835
|
* @return UpdateOpaInstanceResponse
|
|
836
836
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstance API.
|
|
838
838
|
*/
|
|
839
839
|
updateOpaInstance(updateOpaInstanceRequest) {
|
|
840
840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
export interface AttachmentDetails {
|
|
17
17
|
/**
|
|
18
18
|
* The role of the target attachment.
|
|
19
|
-
* *
|
|
20
|
-
* *
|
|
19
|
+
* * {@code PARENT} - The target instance is the parent of this attachment.
|
|
20
|
+
* * {@code CHILD} - The target instance is the child of this attachment.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"targetRole": AttachmentDetails.TargetRole;
|
|
24
24
|
/**
|
|
25
|
-
* * If role ==
|
|
26
|
-
* * If role ==
|
|
25
|
+
* * If role == {@code PARENT}, the attached instance was created by this service instance
|
|
26
|
+
* * If role == {@code CHILD}, this instance was created from attached instance on behalf of a user
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
"isImplicit": boolean;
|
|
@@ -48,7 +48,7 @@ export interface CreateOpaInstanceDetails {
|
|
|
48
48
|
"isBreakglassEnabled"?: boolean;
|
|
49
49
|
/**
|
|
50
50
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
51
|
-
* Example:
|
|
51
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"freeformTags"?: {
|
|
@@ -56,7 +56,7 @@ export interface CreateOpaInstanceDetails {
|
|
|
56
56
|
};
|
|
57
57
|
/**
|
|
58
58
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
59
|
-
* Example:
|
|
59
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
"definedTags"?: {
|
|
@@ -64,7 +64,7 @@ export interface OpaInstanceSummary {
|
|
|
64
64
|
"isBreakglassEnabled"?: boolean;
|
|
65
65
|
/**
|
|
66
66
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
67
|
-
* Example:
|
|
67
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
"freeformTags"?: {
|
|
@@ -72,7 +72,7 @@ export interface OpaInstanceSummary {
|
|
|
72
72
|
};
|
|
73
73
|
/**
|
|
74
74
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
75
|
-
* Example:
|
|
75
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
"definedTags"?: {
|
|
@@ -82,7 +82,7 @@ export interface OpaInstanceSummary {
|
|
|
82
82
|
};
|
|
83
83
|
/**
|
|
84
84
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
85
|
-
* Example:
|
|
85
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
"systemTags"?: {
|
|
@@ -81,7 +81,7 @@ export interface OpaInstance {
|
|
|
81
81
|
"isBreakglassEnabled"?: boolean;
|
|
82
82
|
/**
|
|
83
83
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
84
|
-
* Example:
|
|
84
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
"freeformTags"?: {
|
|
@@ -89,7 +89,7 @@ export interface OpaInstance {
|
|
|
89
89
|
};
|
|
90
90
|
/**
|
|
91
91
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
92
|
-
* Example:
|
|
92
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
93
93
|
*
|
|
94
94
|
*/
|
|
95
95
|
"definedTags"?: {
|
|
@@ -99,7 +99,7 @@ export interface OpaInstance {
|
|
|
99
99
|
};
|
|
100
100
|
/**
|
|
101
101
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
102
|
-
* Example:
|
|
102
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
103
103
|
*
|
|
104
104
|
*/
|
|
105
105
|
"systemTags"?: {
|
|
@@ -24,7 +24,7 @@ export interface UpdateOpaInstanceDetails {
|
|
|
24
24
|
"description"?: string;
|
|
25
25
|
/**
|
|
26
26
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
27
|
-
* Example:
|
|
27
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"freeformTags"?: {
|
|
@@ -32,7 +32,7 @@ export interface UpdateOpaInstanceDetails {
|
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
35
|
-
* Example:
|
|
35
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"definedTags"?: {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
|
21
21
|
"workRequestId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ChangeOpaInstanceCompartment.ts.html |here} to see how to use ChangeOpaInstanceCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeOpaInstanceCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ChangeOpaInstanceCompartmentRequest extends common.BaseRequest
|
|
|
26
26
|
"changeOpaInstanceCompartmentDetails": model.ChangeOpaInstanceCompartmentDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/CreateOpaInstance.ts.html |here} to see how to use CreateOpaInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateOpaInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/DeleteOpaInstance.ts.html |here} to see how to use DeleteOpaInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteOpaInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteOpaInstanceRequest extends common.BaseRequest {
|
|
|
21
21
|
"opaInstanceId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/GetOpaInstance.ts.html |here} to see how to use GetOpaInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOpaInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListOpaInstances.ts.html |here} to see how to use ListOpaInstancesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListOpaInstancesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -37,7 +37,7 @@ export interface ListOpaInstancesRequest extends common.BaseRequest {
|
|
|
37
37
|
*/
|
|
38
38
|
"limit"?: number;
|
|
39
39
|
/**
|
|
40
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
40
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
41
41
|
*/
|
|
42
42
|
"page"?: string;
|
|
43
43
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"opcRequestId"?: string;
|
|
27
27
|
/**
|
|
28
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
28
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
29
29
|
*/
|
|
30
30
|
"page"?: string;
|
|
31
31
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"opcRequestId"?: string;
|
|
27
27
|
/**
|
|
28
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
28
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
29
29
|
*/
|
|
30
30
|
"page"?: string;
|
|
31
31
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -37,7 +37,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
37
37
|
*/
|
|
38
38
|
"opcRequestId"?: string;
|
|
39
39
|
/**
|
|
40
|
-
* A token representing the position at which to start retrieving results. This must come from the
|
|
40
|
+
* A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
|
|
41
41
|
*/
|
|
42
42
|
"page"?: string;
|
|
43
43
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/opa/UpdateOpaInstance.ts.html |here} to see how to use UpdateOpaInstanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOpaInstanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateOpaInstanceRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateOpaInstanceDetails": model.UpdateOpaInstanceDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -20,7 +20,7 @@ export interface ListOpaInstancesResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
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
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestErrorsResponse {
|
|
15
15
|
/**
|
|
16
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
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListWorkRequestLogsResponse {
|
|
15
15
|
/**
|
|
16
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
|
|
17
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
18
18
|
* subsequent GET request to get the next batch of items.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
|
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
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
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
24
|
* subsequent GET request to get the next batch of items.
|
|
25
25
|
*
|
|
26
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-opa",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Opa Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|