oci-sch 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 +12 -12
- package/lib/client.js +12 -12
- package/lib/model/create-service-connector-details.d.ts +2 -2
- package/lib/model/dimension-details.d.ts +2 -2
- package/lib/model/jmes-path-dimension-value.d.ts +4 -4
- package/lib/model/latest-streaming-cursor.d.ts +1 -1
- package/lib/model/logging-analytics-target-details.d.ts +2 -2
- package/lib/model/monitoring-source-selected-namespace.d.ts +2 -2
- package/lib/model/monitoring-target-details.d.ts +2 -2
- package/lib/model/notifications-target-details.d.ts +1 -1
- package/lib/model/service-connector-summary.d.ts +6 -6
- package/lib/model/service-connector.d.ts +6 -6
- package/lib/model/trim-horizon-streaming-cursor.d.ts +1 -1
- package/lib/model/update-service-connector-details.d.ts +2 -2
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-log-entry.d.ts +1 -1
- package/lib/model/work-request.d.ts +3 -3
- package/lib/request/activate-service-connector-request.d.ts +2 -2
- package/lib/request/change-service-connector-compartment-request.d.ts +2 -2
- package/lib/request/create-service-connector-request.d.ts +1 -1
- package/lib/request/deactivate-service-connector-request.d.ts +2 -2
- package/lib/request/delete-service-connector-request.d.ts +2 -2
- package/lib/request/get-service-connector-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-service-connectors-request.d.ts +5 -5
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-service-connector-request.d.ts +2 -2
- package/lib/response/get-service-connector-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export declare class ServiceConnectorClient {
|
|
|
96
96
|
* @param ActivateServiceConnectorRequest
|
|
97
97
|
* @return ActivateServiceConnectorResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
|
|
100
100
|
*/
|
|
101
101
|
activateServiceConnector(activateServiceConnectorRequest: requests.ActivateServiceConnectorRequest): Promise<responses.ActivateServiceConnectorResponse>;
|
|
102
102
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class ServiceConnectorClient {
|
|
|
110
110
|
* @param ChangeServiceConnectorCompartmentRequest
|
|
111
111
|
* @return ChangeServiceConnectorCompartmentResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
|
|
114
114
|
*/
|
|
115
115
|
changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest: requests.ChangeServiceConnectorCompartmentRequest): Promise<responses.ChangeServiceConnectorCompartmentResponse>;
|
|
116
116
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class ServiceConnectorClient {
|
|
|
139
139
|
* @param CreateServiceConnectorRequest
|
|
140
140
|
* @return CreateServiceConnectorResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
|
|
143
143
|
*/
|
|
144
144
|
createServiceConnector(createServiceConnectorRequest: requests.CreateServiceConnectorRequest): Promise<responses.CreateServiceConnectorResponse>;
|
|
145
145
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class ServiceConnectorClient {
|
|
|
154
154
|
* @param DeactivateServiceConnectorRequest
|
|
155
155
|
* @return DeactivateServiceConnectorResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
|
|
158
158
|
*/
|
|
159
159
|
deactivateServiceConnector(deactivateServiceConnectorRequest: requests.DeactivateServiceConnectorRequest): Promise<responses.DeactivateServiceConnectorResponse>;
|
|
160
160
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class ServiceConnectorClient {
|
|
|
167
167
|
* @param DeleteServiceConnectorRequest
|
|
168
168
|
* @return DeleteServiceConnectorResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
|
|
171
171
|
*/
|
|
172
172
|
deleteServiceConnector(deleteServiceConnectorRequest: requests.DeleteServiceConnectorRequest): Promise<responses.DeleteServiceConnectorResponse>;
|
|
173
173
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class ServiceConnectorClient {
|
|
|
177
177
|
* @param GetServiceConnectorRequest
|
|
178
178
|
* @return GetServiceConnectorResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
|
|
181
181
|
*/
|
|
182
182
|
getServiceConnector(getServiceConnectorRequest: requests.GetServiceConnectorRequest): Promise<responses.GetServiceConnectorResponse>;
|
|
183
183
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class ServiceConnectorClient {
|
|
|
187
187
|
* @param GetWorkRequestRequest
|
|
188
188
|
* @return GetWorkRequestResponse
|
|
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/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
191
191
|
*/
|
|
192
192
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
193
193
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class ServiceConnectorClient {
|
|
|
197
197
|
* @param ListServiceConnectorsRequest
|
|
198
198
|
* @return ListServiceConnectorsResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
|
|
201
201
|
*/
|
|
202
202
|
listServiceConnectors(listServiceConnectorsRequest: requests.ListServiceConnectorsRequest): Promise<responses.ListServiceConnectorsResponse>;
|
|
203
203
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class ServiceConnectorClient {
|
|
|
207
207
|
* @param ListWorkRequestErrorsRequest
|
|
208
208
|
* @return ListWorkRequestErrorsResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
211
211
|
*/
|
|
212
212
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
213
213
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class ServiceConnectorClient {
|
|
|
217
217
|
* @param ListWorkRequestLogsRequest
|
|
218
218
|
* @return ListWorkRequestLogsResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
221
221
|
*/
|
|
222
222
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
223
223
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class ServiceConnectorClient {
|
|
|
227
227
|
* @param ListWorkRequestsRequest
|
|
228
228
|
* @return ListWorkRequestsResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
231
231
|
*/
|
|
232
232
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
233
233
|
/**
|
|
@@ -241,7 +241,7 @@ export declare class ServiceConnectorClient {
|
|
|
241
241
|
* @param UpdateServiceConnectorRequest
|
|
242
242
|
* @return UpdateServiceConnectorResponse
|
|
243
243
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
|
|
245
245
|
*/
|
|
246
246
|
updateServiceConnector(updateServiceConnectorRequest: requests.UpdateServiceConnectorRequest): Promise<responses.UpdateServiceConnectorResponse>;
|
|
247
247
|
}
|
package/lib/client.js
CHANGED
|
@@ -197,7 +197,7 @@ class ServiceConnectorClient {
|
|
|
197
197
|
* @param ActivateServiceConnectorRequest
|
|
198
198
|
* @return ActivateServiceConnectorResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnector API.
|
|
201
201
|
*/
|
|
202
202
|
activateServiceConnector(activateServiceConnectorRequest) {
|
|
203
203
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -263,7 +263,7 @@ class ServiceConnectorClient {
|
|
|
263
263
|
* @param ChangeServiceConnectorCompartmentRequest
|
|
264
264
|
* @return ChangeServiceConnectorCompartmentResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartment API.
|
|
267
267
|
*/
|
|
268
268
|
changeServiceConnectorCompartment(changeServiceConnectorCompartmentRequest) {
|
|
269
269
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,7 +344,7 @@ class ServiceConnectorClient {
|
|
|
344
344
|
* @param CreateServiceConnectorRequest
|
|
345
345
|
* @return CreateServiceConnectorResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnector API.
|
|
348
348
|
*/
|
|
349
349
|
createServiceConnector(createServiceConnectorRequest) {
|
|
350
350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -409,7 +409,7 @@ class ServiceConnectorClient {
|
|
|
409
409
|
* @param DeactivateServiceConnectorRequest
|
|
410
410
|
* @return DeactivateServiceConnectorResponse
|
|
411
411
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnector API.
|
|
413
413
|
*/
|
|
414
414
|
deactivateServiceConnector(deactivateServiceConnectorRequest) {
|
|
415
415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -474,7 +474,7 @@ class ServiceConnectorClient {
|
|
|
474
474
|
* @param DeleteServiceConnectorRequest
|
|
475
475
|
* @return DeleteServiceConnectorResponse
|
|
476
476
|
* @throws OciError when an error occurs
|
|
477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnector API.
|
|
478
478
|
*/
|
|
479
479
|
deleteServiceConnector(deleteServiceConnectorRequest) {
|
|
480
480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -535,7 +535,7 @@ class ServiceConnectorClient {
|
|
|
535
535
|
* @param GetServiceConnectorRequest
|
|
536
536
|
* @return GetServiceConnectorResponse
|
|
537
537
|
* @throws OciError when an error occurs
|
|
538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnector API.
|
|
539
539
|
*/
|
|
540
540
|
getServiceConnector(getServiceConnectorRequest) {
|
|
541
541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -599,7 +599,7 @@ class ServiceConnectorClient {
|
|
|
599
599
|
* @param GetWorkRequestRequest
|
|
600
600
|
* @return GetWorkRequestResponse
|
|
601
601
|
* @throws OciError when an error occurs
|
|
602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
603
603
|
*/
|
|
604
604
|
getWorkRequest(getWorkRequestRequest) {
|
|
605
605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -663,7 +663,7 @@ class ServiceConnectorClient {
|
|
|
663
663
|
* @param ListServiceConnectorsRequest
|
|
664
664
|
* @return ListServiceConnectorsResponse
|
|
665
665
|
* @throws OciError when an error occurs
|
|
666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectors API.
|
|
667
667
|
*/
|
|
668
668
|
listServiceConnectors(listServiceConnectorsRequest) {
|
|
669
669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -738,7 +738,7 @@ class ServiceConnectorClient {
|
|
|
738
738
|
* @param ListWorkRequestErrorsRequest
|
|
739
739
|
* @return ListWorkRequestErrorsResponse
|
|
740
740
|
* @throws OciError when an error occurs
|
|
741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
742
742
|
*/
|
|
743
743
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
744
744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -810,7 +810,7 @@ class ServiceConnectorClient {
|
|
|
810
810
|
* @param ListWorkRequestLogsRequest
|
|
811
811
|
* @return ListWorkRequestLogsResponse
|
|
812
812
|
* @throws OciError when an error occurs
|
|
813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
814
814
|
*/
|
|
815
815
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
816
816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -882,7 +882,7 @@ class ServiceConnectorClient {
|
|
|
882
882
|
* @param ListWorkRequestsRequest
|
|
883
883
|
* @return ListWorkRequestsResponse
|
|
884
884
|
* @throws OciError when an error occurs
|
|
885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
886
886
|
*/
|
|
887
887
|
listWorkRequests(listWorkRequestsRequest) {
|
|
888
888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -957,7 +957,7 @@ class ServiceConnectorClient {
|
|
|
957
957
|
* @param UpdateServiceConnectorRequest
|
|
958
958
|
* @return UpdateServiceConnectorResponse
|
|
959
959
|
* @throws OciError when an error occurs
|
|
960
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnector API.
|
|
961
961
|
*/
|
|
962
962
|
updateServiceConnector(updateServiceConnectorRequest) {
|
|
963
963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -45,7 +45,7 @@ export interface CreateServiceConnectorDetails {
|
|
|
45
45
|
"target": model.NotificationsTargetDetails | model.ObjectStorageTargetDetails | model.MonitoringTargetDetails | model.FunctionsTargetDetails | model.LoggingAnalyticsTargetDetails | model.StreamingTargetDetails;
|
|
46
46
|
/**
|
|
47
47
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
48
|
-
* Example:
|
|
48
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"freeformTags"?: {
|
|
@@ -53,7 +53,7 @@ export interface CreateServiceConnectorDetails {
|
|
|
53
53
|
};
|
|
54
54
|
/**
|
|
55
55
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
56
|
-
* Example:
|
|
56
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"definedTags"?: {
|
|
@@ -22,9 +22,9 @@ export interface DimensionDetails {
|
|
|
22
22
|
/**
|
|
23
23
|
* Dimension key. A valid dimension key includes only printable ASCII, excluding periods (.) and spaces.
|
|
24
24
|
* Custom dimension keys are acceptable. Avoid entering confidential information.
|
|
25
|
-
* Due to use by Service Connector Hub, the following dimension names are reserved:
|
|
25
|
+
* Due to use by Service Connector Hub, the following dimension names are reserved: {@code connectorId}, {@code connectorName}, {@code connectorSourceType}.
|
|
26
26
|
* For information on valid dimension keys and values, see {@link #metricDataDetails(MetricDataDetailsRequest) metricDataDetails}.
|
|
27
|
-
* Example:
|
|
27
|
+
* Example: {@code type}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"name": string;
|
|
@@ -21,11 +21,11 @@ import * as model from "../model";
|
|
|
21
21
|
export interface JmesPathDimensionValue extends model.DimensionValueDetails {
|
|
22
22
|
/**
|
|
23
23
|
* The location to use for deriving the dimension value (evaluated).
|
|
24
|
-
* The path must start with
|
|
24
|
+
* The path must start with {@code logContent} in an acceptable notation style with supported [JMESPath selectors](https://jmespath.org/specification.html): expression with dot and index operator ({@code .} and {@code {@link #metricDataDetails(MetricDataDetailsRequest) metricDataDetails}.
|
|
25
25
|
* The returned value depends on the results of evaluation.
|
|
26
|
-
* If the evaluated value is valid, then the evaluated value is returned without double quotes. (Any front or trailing double quotes are trimmed before returning the value. For example, the evaluated value
|
|
27
|
-
* If the evaluated value is invalid, then the returned value is
|
|
28
|
-
* If the evaluated value is empty, then the returned value is
|
|
26
|
+
* If the evaluated value is valid, then the evaluated value is returned without double quotes. (Any front or trailing double quotes are trimmed before returning the value. For example, the evaluated value {@code \"compartmentId\"} is returned as {@code compartmentId}.)
|
|
27
|
+
* If the evaluated value is invalid, then the returned value is {@code SCH_EVAL_INVALID_VALUE}.
|
|
28
|
+
* If the evaluated value is empty, then the returned value is {@code SCH_EVAL_VALUE_EMPTY}.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
"path": string;
|
|
@@ -15,7 +15,7 @@ For more information about Service Connector Hub, see
|
|
|
15
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* {@code LATEST} cursor type. Sets the starting point for consuming the stream at messages published after saving the service connector. For more information about Streaming cursors, see [Using Cursors](https://docs.cloud.oracle.com/iaas/Content/Streaming/Tasks/using_a_single_consumer.htm#usingcursors).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
export interface LatestStreamingCursor extends model.StreamingCursorDetails {
|
|
@@ -28,8 +28,8 @@ export interface LoggingAnalyticsTargetDetails extends model.TargetDetails {
|
|
|
28
28
|
"logGroupId": string;
|
|
29
29
|
/**
|
|
30
30
|
* Identifier of the log source that you want to use for processing data received from the service connector source.
|
|
31
|
-
* Applies to
|
|
32
|
-
* Equivalent to
|
|
31
|
+
* Applies to {@code StreamingSource} only.
|
|
32
|
+
* Equivalent to {@code name} at {@link LogAnalyticsSource}.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"logSourceIdentifier"?: string;
|
|
@@ -20,9 +20,9 @@ import * as model from "../model";
|
|
|
20
20
|
*/
|
|
21
21
|
export interface MonitoringSourceSelectedNamespace {
|
|
22
22
|
/**
|
|
23
|
-
* The source service or application to use when querying for metric data points. Must begin with
|
|
23
|
+
* The source service or application to use when querying for metric data points. Must begin with {@code oci_}.
|
|
24
24
|
* <p>
|
|
25
|
-
Example:
|
|
25
|
+
Example: {@code oci_computeagent}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"namespace": string;
|
|
@@ -29,14 +29,14 @@ export interface MonitoringTargetDetails extends model.TargetDetails {
|
|
|
29
29
|
/**
|
|
30
30
|
* The namespace of the metric.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code oci_computeagent}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"metricNamespace": string;
|
|
36
36
|
/**
|
|
37
37
|
* The name of the metric.
|
|
38
38
|
* <p>
|
|
39
|
-
Example:
|
|
39
|
+
Example: {@code CpuUtilization}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"metric": string;
|
|
@@ -29,7 +29,7 @@ export interface NotificationsTargetDetails extends model.TargetDetails {
|
|
|
29
29
|
/**
|
|
30
30
|
* Whether to apply a simplified, user-friendly format to the message. Applies only when friendly formatting is supported by the service connector source and the subscription protocol.
|
|
31
31
|
* <p>
|
|
32
|
-
Example:
|
|
32
|
+
Example: {@code true}
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"enableFormattedMessaging"?: boolean;
|
|
@@ -43,14 +43,14 @@ export interface ServiceConnectorSummary {
|
|
|
43
43
|
/**
|
|
44
44
|
* The date and time when the service connector was created.
|
|
45
45
|
* Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
46
|
-
* Example:
|
|
46
|
+
* Example: {@code 2020-01-25T21:10:29.600Z}
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"timeCreated": Date;
|
|
50
50
|
/**
|
|
51
51
|
* The date and time when the service connector was updated.
|
|
52
52
|
* Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
53
|
-
* Example:
|
|
53
|
+
* Example: {@code 2020-01-25T21:10:29.600Z}
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"timeUpdated": Date;
|
|
@@ -62,13 +62,13 @@ export interface ServiceConnectorSummary {
|
|
|
62
62
|
/**
|
|
63
63
|
* A message describing the current state in more detail.
|
|
64
64
|
* For example, the message might provide actionable
|
|
65
|
-
* information for a resource in a
|
|
65
|
+
* information for a resource in a {@code FAILED} state.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"lifecycleDetails"?: string;
|
|
69
69
|
/**
|
|
70
70
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
71
|
-
* Example:
|
|
71
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"freeformTags"?: {
|
|
@@ -76,7 +76,7 @@ export interface ServiceConnectorSummary {
|
|
|
76
76
|
};
|
|
77
77
|
/**
|
|
78
78
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
79
|
-
* Example:
|
|
79
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
"definedTags"?: {
|
|
@@ -87,7 +87,7 @@ export interface ServiceConnectorSummary {
|
|
|
87
87
|
/**
|
|
88
88
|
* The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces.
|
|
89
89
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
90
|
-
* Example:
|
|
90
|
+
* Example: {@code {orcl-cloud: {free-tier-retain: true}}}
|
|
91
91
|
*
|
|
92
92
|
*/
|
|
93
93
|
"systemTags"?: {
|
|
@@ -45,14 +45,14 @@ export interface ServiceConnector {
|
|
|
45
45
|
/**
|
|
46
46
|
* The date and time when the service connector was created.
|
|
47
47
|
* Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
48
|
-
* Example:
|
|
48
|
+
* Example: {@code 2020-01-25T21:10:29.600Z}
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"timeCreated": Date;
|
|
52
52
|
/**
|
|
53
53
|
* The date and time when the service connector was updated.
|
|
54
54
|
* Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
55
|
-
* Example:
|
|
55
|
+
* Example: {@code 2020-01-25T21:10:29.600Z}
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
"timeUpdated": Date;
|
|
@@ -64,7 +64,7 @@ export interface ServiceConnector {
|
|
|
64
64
|
/**
|
|
65
65
|
* A message describing the current state in more detail.
|
|
66
66
|
* For example, the message might provide actionable
|
|
67
|
-
* information for a resource in a
|
|
67
|
+
* information for a resource in a {@code FAILED} state.
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
"lifecyleDetails"?: string;
|
|
@@ -77,7 +77,7 @@ export interface ServiceConnector {
|
|
|
77
77
|
"target"?: model.NotificationsTargetDetails | model.ObjectStorageTargetDetails | model.MonitoringTargetDetails | model.FunctionsTargetDetails | model.LoggingAnalyticsTargetDetails | model.StreamingTargetDetails;
|
|
78
78
|
/**
|
|
79
79
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
80
|
-
* Example:
|
|
80
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
"freeformTags"?: {
|
|
@@ -85,7 +85,7 @@ export interface ServiceConnector {
|
|
|
85
85
|
};
|
|
86
86
|
/**
|
|
87
87
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
88
|
-
* Example:
|
|
88
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
89
89
|
*
|
|
90
90
|
*/
|
|
91
91
|
"definedTags"?: {
|
|
@@ -96,7 +96,7 @@ export interface ServiceConnector {
|
|
|
96
96
|
/**
|
|
97
97
|
* The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces.
|
|
98
98
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
99
|
-
* Example:
|
|
99
|
+
* Example: {@code {orcl-cloud: {free-tier-retain: true}}}
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
102
102
|
"systemTags"?: {
|
|
@@ -15,7 +15,7 @@ For more information about Service Connector Hub, see
|
|
|
15
15
|
*/
|
|
16
16
|
import * as model from "../model";
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* {@code TRIM_HORIZON} cursor type. Sets the starting point for consuming the stream at the oldest available message in the stream. For more information about Streaming cursors, see [Using Cursors](https://docs.cloud.oracle.com/iaas/Content/Streaming/Tasks/using_a_single_consumer.htm#usingcursors).
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
export interface TrimHorizonStreamingCursor extends model.StreamingCursorDetails {
|
|
@@ -39,7 +39,7 @@ export interface UpdateServiceConnectorDetails {
|
|
|
39
39
|
"target"?: model.NotificationsTargetDetails | model.ObjectStorageTargetDetails | model.MonitoringTargetDetails | model.FunctionsTargetDetails | model.LoggingAnalyticsTargetDetails | model.StreamingTargetDetails;
|
|
40
40
|
/**
|
|
41
41
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
42
|
-
* Example:
|
|
42
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"freeformTags"?: {
|
|
@@ -47,7 +47,7 @@ export interface UpdateServiceConnectorDetails {
|
|
|
47
47
|
};
|
|
48
48
|
/**
|
|
49
49
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
50
|
-
* Example:
|
|
50
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"definedTags"?: {
|
|
@@ -32,7 +32,7 @@ export interface WorkRequestError {
|
|
|
32
32
|
/**
|
|
33
33
|
* The date and time when the error occurred.
|
|
34
34
|
* Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
35
|
-
* Example:
|
|
35
|
+
* Example: {@code 2020-01-25T21:10:29.600Z}
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"timestamp": Date;
|
|
@@ -26,7 +26,7 @@ export interface WorkRequestLogEntry {
|
|
|
26
26
|
/**
|
|
27
27
|
* The date and time when the log message was written.
|
|
28
28
|
* Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
29
|
-
* Example:
|
|
29
|
+
* Example: {@code 2020-01-25T21:10:29.600Z}
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"timestamp": Date;
|
|
@@ -61,21 +61,21 @@ export interface WorkRequest {
|
|
|
61
61
|
/**
|
|
62
62
|
* The date and time when the request was created.
|
|
63
63
|
* Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
64
|
-
* Example:
|
|
64
|
+
* Example: {@code 2020-01-25T21:10:29.600Z}
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
67
|
"timeAccepted": Date;
|
|
68
68
|
/**
|
|
69
69
|
* The date and time when the request was started.
|
|
70
70
|
* Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
71
|
-
* Example:
|
|
71
|
+
* Example: {@code 2020-01-25T21:10:29.600Z}
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"timeStarted"?: Date;
|
|
75
75
|
/**
|
|
76
76
|
* The date and time when the object finished.
|
|
77
77
|
* Format is defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
78
|
-
* Example:
|
|
78
|
+
* Example: {@code 2020-01-25T21:10:29.600Z}
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
81
81
|
"timeFinished"?: Date;
|
|
@@ -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/sch/ActivateServiceConnector.ts.html |here} to see how to use ActivateServiceConnectorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ActivateServiceConnectorRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -31,7 +31,7 @@ export interface ActivateServiceConnectorRequest extends common.BaseRequest {
|
|
|
31
31
|
"opcRetryToken"?: string;
|
|
32
32
|
/**
|
|
33
33
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
34
|
-
* for a resource, set the
|
|
34
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
35
35
|
* etag from a previous GET or POST response for that resource.
|
|
36
36
|
* The resource will be updated or deleted only if the etag you
|
|
37
37
|
* 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/sch/ChangeServiceConnectorCompartment.ts.html |here} to see how to use ChangeServiceConnectorCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeServiceConnectorCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -28,7 +28,7 @@ export interface ChangeServiceConnectorCompartmentRequest extends common.BaseReq
|
|
|
28
28
|
"changeServiceConnectorCompartmentDetails": model.ChangeServiceConnectorCompartmentDetails;
|
|
29
29
|
/**
|
|
30
30
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
31
|
-
* for a resource, set the
|
|
31
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
32
32
|
* etag from a previous GET or POST response for that resource.
|
|
33
33
|
* The resource will be updated or deleted only if the etag you
|
|
34
34
|
* 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/sch/CreateServiceConnector.ts.html |here} to see how to use CreateServiceConnectorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateServiceConnectorRequest 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/sch/DeactivateServiceConnector.ts.html |here} to see how to use DeactivateServiceConnectorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeactivateServiceConnectorRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -31,7 +31,7 @@ export interface DeactivateServiceConnectorRequest extends common.BaseRequest {
|
|
|
31
31
|
"opcRetryToken"?: string;
|
|
32
32
|
/**
|
|
33
33
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
34
|
-
* for a resource, set the
|
|
34
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
35
35
|
* etag from a previous GET or POST response for that resource.
|
|
36
36
|
* The resource will be updated or deleted only if the etag you
|
|
37
37
|
* 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/sch/DeleteServiceConnector.ts.html |here} to see how to use DeleteServiceConnectorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteServiceConnectorRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -22,7 +22,7 @@ export interface DeleteServiceConnectorRequest extends common.BaseRequest {
|
|
|
22
22
|
"serviceConnectorId": string;
|
|
23
23
|
/**
|
|
24
24
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
25
|
-
* for a resource, set the
|
|
25
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
26
26
|
* etag from a previous GET or POST response for that resource.
|
|
27
27
|
* The resource will be updated or deleted only if the etag you
|
|
28
28
|
* 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/sch/GetServiceConnector.ts.html |here} to see how to use GetServiceConnectorRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetServiceConnectorRequest 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/sch/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/sch/ListServiceConnectors.ts.html |here} to see how to use ListServiceConnectorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListServiceConnectorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -24,14 +24,14 @@ export interface ListServiceConnectorsRequest extends common.BaseRequest {
|
|
|
24
24
|
/**
|
|
25
25
|
* A filter to return only resources that match the given lifecycle state.
|
|
26
26
|
* <p>
|
|
27
|
-
Example:
|
|
27
|
+
Example: {@code ACTIVE}
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"lifecycleState"?: model.LifecycleState;
|
|
31
31
|
/**
|
|
32
32
|
* A filter to return only resources that match the given display name exactly.
|
|
33
33
|
* <p>
|
|
34
|
-
Example:
|
|
34
|
+
Example: {@code example_service_connector}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"displayName"?: string;
|
|
@@ -55,8 +55,8 @@ export interface ListServiceConnectorsRequest extends common.BaseRequest {
|
|
|
55
55
|
*/
|
|
56
56
|
"sortOrder"?: model.SortOrder;
|
|
57
57
|
/**
|
|
58
|
-
* The field to sort by. Only one sort order may be provided. Default order for
|
|
59
|
-
* Default order for
|
|
58
|
+
* The field to sort by. Only one sort order may be provided. Default order for {@code timeCreated} is descending.
|
|
59
|
+
* Default order for {@code displayName} is ascending. If no value is specified {@code timeCreated} is default.
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
62
62
|
"sortBy"?: ListServiceConnectorsRequest.SortBy;
|
|
@@ -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/sch/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest 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/sch/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest 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/sch/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest 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/sch/UpdateServiceConnector.ts.html |here} to see how to use UpdateServiceConnectorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateServiceConnectorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -28,7 +28,7 @@ export interface UpdateServiceConnectorRequest extends common.BaseRequest {
|
|
|
28
28
|
"updateServiceConnectorDetails": model.UpdateServiceConnectorDetails;
|
|
29
29
|
/**
|
|
30
30
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
31
|
-
* for a resource, set the
|
|
31
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
32
32
|
* etag from a previous GET or POST response for that resource.
|
|
33
33
|
* The resource will be updated or deleted only if the etag you
|
|
34
34
|
* provide matches the resource's current etag value.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-sch",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Sch 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"
|