oci-apigateway 2.67.0 → 2.68.1
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 +56 -50
- package/lib/client.js +80 -56
- package/lib/client.js.map +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-api-compartment-request.d.ts +1 -1
- package/lib/request/change-certificate-compartment-request.d.ts +1 -1
- package/lib/request/change-deployment-compartment-request.d.ts +1 -1
- package/lib/request/change-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-subscriber-compartment-request.d.ts +1 -1
- package/lib/request/change-usage-plan-compartment-request.d.ts +1 -1
- package/lib/request/create-api-request.d.ts +1 -1
- package/lib/request/create-certificate-request.d.ts +1 -1
- package/lib/request/create-deployment-request.d.ts +1 -1
- package/lib/request/create-gateway-request.d.ts +1 -1
- package/lib/request/create-sdk-request.d.ts +1 -1
- package/lib/request/create-subscriber-request.d.ts +1 -1
- package/lib/request/create-usage-plan-request.d.ts +1 -1
- package/lib/request/delete-api-request.d.ts +1 -1
- package/lib/request/delete-certificate-request.d.ts +1 -1
- package/lib/request/delete-deployment-request.d.ts +1 -1
- package/lib/request/delete-gateway-request.d.ts +1 -1
- package/lib/request/delete-sdk-request.d.ts +1 -1
- package/lib/request/delete-subscriber-request.d.ts +1 -1
- package/lib/request/delete-usage-plan-request.d.ts +1 -1
- package/lib/request/get-api-content-request.d.ts +1 -1
- package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
- package/lib/request/get-api-request.d.ts +1 -1
- package/lib/request/get-api-validations-request.d.ts +1 -1
- package/lib/request/get-certificate-request.d.ts +1 -1
- package/lib/request/get-deployment-request.d.ts +1 -1
- package/lib/request/get-gateway-request.d.ts +1 -1
- package/lib/request/get-sdk-request.d.ts +1 -1
- package/lib/request/get-subscriber-request.d.ts +1 -1
- package/lib/request/get-usage-plan-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-apis-request.d.ts +1 -1
- package/lib/request/list-certificates-request.d.ts +1 -1
- package/lib/request/list-deployments-request.d.ts +1 -1
- package/lib/request/list-gateways-request.d.ts +1 -1
- package/lib/request/list-sdk-language-types-request.d.ts +1 -1
- package/lib/request/list-sdks-request.d.ts +1 -1
- package/lib/request/list-subscribers-request.d.ts +1 -1
- package/lib/request/list-usage-plans-request.d.ts +1 -1
- 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-api-request.d.ts +1 -1
- package/lib/request/update-certificate-request.d.ts +1 -1
- package/lib/request/update-deployment-request.d.ts +1 -1
- package/lib/request/update-gateway-request.d.ts +1 -1
- package/lib/request/update-sdk-request.d.ts +1 -1
- package/lib/request/update-subscriber-request.d.ts +1 -1
- package/lib/request/update-usage-plan-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ export declare class ApiGatewayClient {
|
|
|
37
37
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
38
38
|
protected _circuitBreaker: null;
|
|
39
39
|
protected _httpOptions: any;
|
|
40
|
+
protected _bodyDuplexMode: any;
|
|
40
41
|
targetService: string;
|
|
41
42
|
protected _regionId: string;
|
|
42
43
|
protected "_region": common.Region;
|
|
@@ -93,7 +94,7 @@ export declare class ApiGatewayClient {
|
|
|
93
94
|
* @param ChangeApiCompartmentRequest
|
|
94
95
|
* @return ChangeApiCompartmentResponse
|
|
95
96
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
97
98
|
*/
|
|
98
99
|
changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
|
|
99
100
|
/**
|
|
@@ -102,7 +103,7 @@ export declare class ApiGatewayClient {
|
|
|
102
103
|
* @param ChangeCertificateCompartmentRequest
|
|
103
104
|
* @return ChangeCertificateCompartmentResponse
|
|
104
105
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
106
107
|
*/
|
|
107
108
|
changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
|
|
108
109
|
/**
|
|
@@ -112,7 +113,7 @@ export declare class ApiGatewayClient {
|
|
|
112
113
|
* @param CreateApiRequest
|
|
113
114
|
* @return CreateApiResponse
|
|
114
115
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
116
117
|
*/
|
|
117
118
|
createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
|
|
118
119
|
/**
|
|
@@ -122,7 +123,7 @@ export declare class ApiGatewayClient {
|
|
|
122
123
|
* @param CreateCertificateRequest
|
|
123
124
|
* @return CreateCertificateResponse
|
|
124
125
|
* @throws OciError when an error occurs
|
|
125
|
-
* @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.68.1/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
126
127
|
*/
|
|
127
128
|
createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
|
|
128
129
|
/**
|
|
@@ -131,7 +132,7 @@ export declare class ApiGatewayClient {
|
|
|
131
132
|
* @param CreateSdkRequest
|
|
132
133
|
* @return CreateSdkResponse
|
|
133
134
|
* @throws OciError when an error occurs
|
|
134
|
-
* @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.68.1/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
135
136
|
*/
|
|
136
137
|
createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
|
|
137
138
|
/**
|
|
@@ -140,7 +141,7 @@ export declare class ApiGatewayClient {
|
|
|
140
141
|
* @param DeleteApiRequest
|
|
141
142
|
* @return DeleteApiResponse
|
|
142
143
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
144
145
|
*/
|
|
145
146
|
deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
|
|
146
147
|
/**
|
|
@@ -149,7 +150,7 @@ export declare class ApiGatewayClient {
|
|
|
149
150
|
* @param DeleteCertificateRequest
|
|
150
151
|
* @return DeleteCertificateResponse
|
|
151
152
|
* @throws OciError when an error occurs
|
|
152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
153
154
|
*/
|
|
154
155
|
deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
|
|
155
156
|
/**
|
|
@@ -158,7 +159,7 @@ export declare class ApiGatewayClient {
|
|
|
158
159
|
* @param DeleteSdkRequest
|
|
159
160
|
* @return DeleteSdkResponse
|
|
160
161
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
162
163
|
*/
|
|
163
164
|
deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
|
|
164
165
|
/**
|
|
@@ -167,7 +168,7 @@ export declare class ApiGatewayClient {
|
|
|
167
168
|
* @param GetApiRequest
|
|
168
169
|
* @return GetApiResponse
|
|
169
170
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
171
172
|
*/
|
|
172
173
|
getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
|
|
173
174
|
/**
|
|
@@ -176,7 +177,7 @@ export declare class ApiGatewayClient {
|
|
|
176
177
|
* @param GetApiContentRequest
|
|
177
178
|
* @return GetApiContentResponse
|
|
178
179
|
* @throws OciError when an error occurs
|
|
179
|
-
* @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.68.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
180
181
|
*/
|
|
181
182
|
getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
|
|
182
183
|
/**
|
|
@@ -185,7 +186,7 @@ export declare class ApiGatewayClient {
|
|
|
185
186
|
* @param GetApiDeploymentSpecificationRequest
|
|
186
187
|
* @return GetApiDeploymentSpecificationResponse
|
|
187
188
|
* @throws OciError when an error occurs
|
|
188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
189
190
|
*/
|
|
190
191
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
|
|
191
192
|
/**
|
|
@@ -194,7 +195,7 @@ export declare class ApiGatewayClient {
|
|
|
194
195
|
* @param GetApiValidationsRequest
|
|
195
196
|
* @return GetApiValidationsResponse
|
|
196
197
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
198
199
|
*/
|
|
199
200
|
getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
|
|
200
201
|
/**
|
|
@@ -203,7 +204,7 @@ export declare class ApiGatewayClient {
|
|
|
203
204
|
* @param GetCertificateRequest
|
|
204
205
|
* @return GetCertificateResponse
|
|
205
206
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
207
208
|
*/
|
|
208
209
|
getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
|
|
209
210
|
/**
|
|
@@ -212,7 +213,7 @@ export declare class ApiGatewayClient {
|
|
|
212
213
|
* @param GetSdkRequest
|
|
213
214
|
* @return GetSdkResponse
|
|
214
215
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
216
217
|
*/
|
|
217
218
|
getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
|
|
218
219
|
/**
|
|
@@ -222,7 +223,7 @@ export declare class ApiGatewayClient {
|
|
|
222
223
|
* @param ListApisRequest
|
|
223
224
|
* @return ListApisResponse
|
|
224
225
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
226
227
|
*/
|
|
227
228
|
listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
|
|
228
229
|
/**
|
|
@@ -232,7 +233,7 @@ export declare class ApiGatewayClient {
|
|
|
232
233
|
* @param ListCertificatesRequest
|
|
233
234
|
* @return ListCertificatesResponse
|
|
234
235
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
236
237
|
*/
|
|
237
238
|
listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
|
|
238
239
|
/**
|
|
@@ -241,7 +242,7 @@ export declare class ApiGatewayClient {
|
|
|
241
242
|
* @param ListSdkLanguageTypesRequest
|
|
242
243
|
* @return ListSdkLanguageTypesResponse
|
|
243
244
|
* @throws OciError when an error occurs
|
|
244
|
-
* @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.68.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
245
246
|
*/
|
|
246
247
|
listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
|
|
247
248
|
/**
|
|
@@ -250,7 +251,7 @@ export declare class ApiGatewayClient {
|
|
|
250
251
|
* @param ListSdksRequest
|
|
251
252
|
* @return ListSdksResponse
|
|
252
253
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
254
255
|
*/
|
|
255
256
|
listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
|
|
256
257
|
/**
|
|
@@ -259,7 +260,7 @@ export declare class ApiGatewayClient {
|
|
|
259
260
|
* @param UpdateApiRequest
|
|
260
261
|
* @return UpdateApiResponse
|
|
261
262
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
263
264
|
*/
|
|
264
265
|
updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
|
|
265
266
|
/**
|
|
@@ -268,7 +269,7 @@ export declare class ApiGatewayClient {
|
|
|
268
269
|
* @param UpdateCertificateRequest
|
|
269
270
|
* @return UpdateCertificateResponse
|
|
270
271
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
272
273
|
*/
|
|
273
274
|
updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
|
|
274
275
|
/**
|
|
@@ -277,7 +278,7 @@ export declare class ApiGatewayClient {
|
|
|
277
278
|
* @param UpdateSdkRequest
|
|
278
279
|
* @return UpdateSdkResponse
|
|
279
280
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
281
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
281
282
|
*/
|
|
282
283
|
updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
|
|
283
284
|
}
|
|
@@ -296,6 +297,7 @@ export declare class DeploymentClient {
|
|
|
296
297
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
297
298
|
protected _circuitBreaker: null;
|
|
298
299
|
protected _httpOptions: any;
|
|
300
|
+
protected _bodyDuplexMode: any;
|
|
299
301
|
targetService: string;
|
|
300
302
|
protected _regionId: string;
|
|
301
303
|
protected "_region": common.Region;
|
|
@@ -352,7 +354,7 @@ export declare class DeploymentClient {
|
|
|
352
354
|
* @param ChangeDeploymentCompartmentRequest
|
|
353
355
|
* @return ChangeDeploymentCompartmentResponse
|
|
354
356
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
356
358
|
*/
|
|
357
359
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
|
|
358
360
|
/**
|
|
@@ -362,7 +364,7 @@ export declare class DeploymentClient {
|
|
|
362
364
|
* @param CreateDeploymentRequest
|
|
363
365
|
* @return CreateDeploymentResponse
|
|
364
366
|
* @throws OciError when an error occurs
|
|
365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
366
368
|
*/
|
|
367
369
|
createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
|
|
368
370
|
/**
|
|
@@ -371,7 +373,7 @@ export declare class DeploymentClient {
|
|
|
371
373
|
* @param DeleteDeploymentRequest
|
|
372
374
|
* @return DeleteDeploymentResponse
|
|
373
375
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
375
377
|
*/
|
|
376
378
|
deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
|
|
377
379
|
/**
|
|
@@ -380,7 +382,7 @@ export declare class DeploymentClient {
|
|
|
380
382
|
* @param GetDeploymentRequest
|
|
381
383
|
* @return GetDeploymentResponse
|
|
382
384
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
384
386
|
*/
|
|
385
387
|
getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
|
|
386
388
|
/**
|
|
@@ -390,7 +392,7 @@ export declare class DeploymentClient {
|
|
|
390
392
|
* @param ListDeploymentsRequest
|
|
391
393
|
* @return ListDeploymentsResponse
|
|
392
394
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
394
396
|
*/
|
|
395
397
|
listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
|
|
396
398
|
/**
|
|
@@ -399,7 +401,7 @@ export declare class DeploymentClient {
|
|
|
399
401
|
* @param UpdateDeploymentRequest
|
|
400
402
|
* @return UpdateDeploymentResponse
|
|
401
403
|
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
403
405
|
*/
|
|
404
406
|
updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
|
|
405
407
|
}
|
|
@@ -418,6 +420,7 @@ export declare class GatewayClient {
|
|
|
418
420
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
419
421
|
protected _circuitBreaker: null;
|
|
420
422
|
protected _httpOptions: any;
|
|
423
|
+
protected _bodyDuplexMode: any;
|
|
421
424
|
targetService: string;
|
|
422
425
|
protected _regionId: string;
|
|
423
426
|
protected "_region": common.Region;
|
|
@@ -474,7 +477,7 @@ export declare class GatewayClient {
|
|
|
474
477
|
* @param ChangeGatewayCompartmentRequest
|
|
475
478
|
* @return ChangeGatewayCompartmentResponse
|
|
476
479
|
* @throws OciError when an error occurs
|
|
477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
478
481
|
*/
|
|
479
482
|
changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
|
|
480
483
|
/**
|
|
@@ -484,7 +487,7 @@ export declare class GatewayClient {
|
|
|
484
487
|
* @param CreateGatewayRequest
|
|
485
488
|
* @return CreateGatewayResponse
|
|
486
489
|
* @throws OciError when an error occurs
|
|
487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
488
491
|
*/
|
|
489
492
|
createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
|
|
490
493
|
/**
|
|
@@ -493,7 +496,7 @@ export declare class GatewayClient {
|
|
|
493
496
|
* @param DeleteGatewayRequest
|
|
494
497
|
* @return DeleteGatewayResponse
|
|
495
498
|
* @throws OciError when an error occurs
|
|
496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
497
500
|
*/
|
|
498
501
|
deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
|
|
499
502
|
/**
|
|
@@ -502,7 +505,7 @@ export declare class GatewayClient {
|
|
|
502
505
|
* @param GetGatewayRequest
|
|
503
506
|
* @return GetGatewayResponse
|
|
504
507
|
* @throws OciError when an error occurs
|
|
505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
506
509
|
*/
|
|
507
510
|
getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
|
|
508
511
|
/**
|
|
@@ -512,7 +515,7 @@ export declare class GatewayClient {
|
|
|
512
515
|
* @param ListGatewaysRequest
|
|
513
516
|
* @return ListGatewaysResponse
|
|
514
517
|
* @throws OciError when an error occurs
|
|
515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
518
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
516
519
|
*/
|
|
517
520
|
listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
|
|
518
521
|
/**
|
|
@@ -521,7 +524,7 @@ export declare class GatewayClient {
|
|
|
521
524
|
* @param UpdateGatewayRequest
|
|
522
525
|
* @return UpdateGatewayResponse
|
|
523
526
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
525
528
|
*/
|
|
526
529
|
updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
|
|
527
530
|
}
|
|
@@ -540,6 +543,7 @@ export declare class SubscribersClient {
|
|
|
540
543
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
541
544
|
protected _circuitBreaker: null;
|
|
542
545
|
protected _httpOptions: any;
|
|
546
|
+
protected _bodyDuplexMode: any;
|
|
543
547
|
targetService: string;
|
|
544
548
|
protected _regionId: string;
|
|
545
549
|
protected "_region": common.Region;
|
|
@@ -596,7 +600,7 @@ export declare class SubscribersClient {
|
|
|
596
600
|
* @param ChangeSubscriberCompartmentRequest
|
|
597
601
|
* @return ChangeSubscriberCompartmentResponse
|
|
598
602
|
* @throws OciError when an error occurs
|
|
599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
|
|
600
604
|
*/
|
|
601
605
|
changeSubscriberCompartment(changeSubscriberCompartmentRequest: requests.ChangeSubscriberCompartmentRequest): Promise<responses.ChangeSubscriberCompartmentResponse>;
|
|
602
606
|
/**
|
|
@@ -605,7 +609,7 @@ export declare class SubscribersClient {
|
|
|
605
609
|
* @param CreateSubscriberRequest
|
|
606
610
|
* @return CreateSubscriberResponse
|
|
607
611
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
|
|
609
613
|
*/
|
|
610
614
|
createSubscriber(createSubscriberRequest: requests.CreateSubscriberRequest): Promise<responses.CreateSubscriberResponse>;
|
|
611
615
|
/**
|
|
@@ -614,7 +618,7 @@ export declare class SubscribersClient {
|
|
|
614
618
|
* @param DeleteSubscriberRequest
|
|
615
619
|
* @return DeleteSubscriberResponse
|
|
616
620
|
* @throws OciError when an error occurs
|
|
617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
|
|
618
622
|
*/
|
|
619
623
|
deleteSubscriber(deleteSubscriberRequest: requests.DeleteSubscriberRequest): Promise<responses.DeleteSubscriberResponse>;
|
|
620
624
|
/**
|
|
@@ -623,7 +627,7 @@ export declare class SubscribersClient {
|
|
|
623
627
|
* @param GetSubscriberRequest
|
|
624
628
|
* @return GetSubscriberResponse
|
|
625
629
|
* @throws OciError when an error occurs
|
|
626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
|
|
627
631
|
*/
|
|
628
632
|
getSubscriber(getSubscriberRequest: requests.GetSubscriberRequest): Promise<responses.GetSubscriberResponse>;
|
|
629
633
|
/**
|
|
@@ -632,7 +636,7 @@ export declare class SubscribersClient {
|
|
|
632
636
|
* @param ListSubscribersRequest
|
|
633
637
|
* @return ListSubscribersResponse
|
|
634
638
|
* @throws OciError when an error occurs
|
|
635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
|
|
636
640
|
*/
|
|
637
641
|
listSubscribers(listSubscribersRequest: requests.ListSubscribersRequest): Promise<responses.ListSubscribersResponse>;
|
|
638
642
|
/**
|
|
@@ -641,7 +645,7 @@ export declare class SubscribersClient {
|
|
|
641
645
|
* @param UpdateSubscriberRequest
|
|
642
646
|
* @return UpdateSubscriberResponse
|
|
643
647
|
* @throws OciError when an error occurs
|
|
644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
|
|
645
649
|
*/
|
|
646
650
|
updateSubscriber(updateSubscriberRequest: requests.UpdateSubscriberRequest): Promise<responses.UpdateSubscriberResponse>;
|
|
647
651
|
}
|
|
@@ -660,6 +664,7 @@ export declare class UsagePlansClient {
|
|
|
660
664
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
661
665
|
protected _circuitBreaker: null;
|
|
662
666
|
protected _httpOptions: any;
|
|
667
|
+
protected _bodyDuplexMode: any;
|
|
663
668
|
targetService: string;
|
|
664
669
|
protected _regionId: string;
|
|
665
670
|
protected "_region": common.Region;
|
|
@@ -716,7 +721,7 @@ export declare class UsagePlansClient {
|
|
|
716
721
|
* @param ChangeUsagePlanCompartmentRequest
|
|
717
722
|
* @return ChangeUsagePlanCompartmentResponse
|
|
718
723
|
* @throws OciError when an error occurs
|
|
719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
|
|
720
725
|
*/
|
|
721
726
|
changeUsagePlanCompartment(changeUsagePlanCompartmentRequest: requests.ChangeUsagePlanCompartmentRequest): Promise<responses.ChangeUsagePlanCompartmentResponse>;
|
|
722
727
|
/**
|
|
@@ -725,7 +730,7 @@ export declare class UsagePlansClient {
|
|
|
725
730
|
* @param CreateUsagePlanRequest
|
|
726
731
|
* @return CreateUsagePlanResponse
|
|
727
732
|
* @throws OciError when an error occurs
|
|
728
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
|
|
729
734
|
*/
|
|
730
735
|
createUsagePlan(createUsagePlanRequest: requests.CreateUsagePlanRequest): Promise<responses.CreateUsagePlanResponse>;
|
|
731
736
|
/**
|
|
@@ -734,7 +739,7 @@ export declare class UsagePlansClient {
|
|
|
734
739
|
* @param DeleteUsagePlanRequest
|
|
735
740
|
* @return DeleteUsagePlanResponse
|
|
736
741
|
* @throws OciError when an error occurs
|
|
737
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
|
|
738
743
|
*/
|
|
739
744
|
deleteUsagePlan(deleteUsagePlanRequest: requests.DeleteUsagePlanRequest): Promise<responses.DeleteUsagePlanResponse>;
|
|
740
745
|
/**
|
|
@@ -743,7 +748,7 @@ export declare class UsagePlansClient {
|
|
|
743
748
|
* @param GetUsagePlanRequest
|
|
744
749
|
* @return GetUsagePlanResponse
|
|
745
750
|
* @throws OciError when an error occurs
|
|
746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
|
|
747
752
|
*/
|
|
748
753
|
getUsagePlan(getUsagePlanRequest: requests.GetUsagePlanRequest): Promise<responses.GetUsagePlanResponse>;
|
|
749
754
|
/**
|
|
@@ -752,7 +757,7 @@ export declare class UsagePlansClient {
|
|
|
752
757
|
* @param ListUsagePlansRequest
|
|
753
758
|
* @return ListUsagePlansResponse
|
|
754
759
|
* @throws OciError when an error occurs
|
|
755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
|
|
756
761
|
*/
|
|
757
762
|
listUsagePlans(listUsagePlansRequest: requests.ListUsagePlansRequest): Promise<responses.ListUsagePlansResponse>;
|
|
758
763
|
/**
|
|
@@ -761,7 +766,7 @@ export declare class UsagePlansClient {
|
|
|
761
766
|
* @param UpdateUsagePlanRequest
|
|
762
767
|
* @return UpdateUsagePlanResponse
|
|
763
768
|
* @throws OciError when an error occurs
|
|
764
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
|
|
765
770
|
*/
|
|
766
771
|
updateUsagePlan(updateUsagePlanRequest: requests.UpdateUsagePlanRequest): Promise<responses.UpdateUsagePlanResponse>;
|
|
767
772
|
}
|
|
@@ -780,6 +785,7 @@ export declare class WorkRequestsClient {
|
|
|
780
785
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
781
786
|
protected _circuitBreaker: null;
|
|
782
787
|
protected _httpOptions: any;
|
|
788
|
+
protected _bodyDuplexMode: any;
|
|
783
789
|
targetService: string;
|
|
784
790
|
protected _regionId: string;
|
|
785
791
|
protected "_region": common.Region;
|
|
@@ -836,7 +842,7 @@ export declare class WorkRequestsClient {
|
|
|
836
842
|
* @param CancelWorkRequestRequest
|
|
837
843
|
* @return CancelWorkRequestResponse
|
|
838
844
|
* @throws OciError when an error occurs
|
|
839
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
840
846
|
*/
|
|
841
847
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
842
848
|
/**
|
|
@@ -845,7 +851,7 @@ export declare class WorkRequestsClient {
|
|
|
845
851
|
* @param GetWorkRequestRequest
|
|
846
852
|
* @return GetWorkRequestResponse
|
|
847
853
|
* @throws OciError when an error occurs
|
|
848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
849
855
|
*/
|
|
850
856
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
851
857
|
/**
|
|
@@ -855,7 +861,7 @@ export declare class WorkRequestsClient {
|
|
|
855
861
|
* @param ListWorkRequestErrorsRequest
|
|
856
862
|
* @return ListWorkRequestErrorsResponse
|
|
857
863
|
* @throws OciError when an error occurs
|
|
858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
859
865
|
*/
|
|
860
866
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
861
867
|
/**
|
|
@@ -865,7 +871,7 @@ export declare class WorkRequestsClient {
|
|
|
865
871
|
* @param ListWorkRequestLogsRequest
|
|
866
872
|
* @return ListWorkRequestLogsResponse
|
|
867
873
|
* @throws OciError when an error occurs
|
|
868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
874
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
869
875
|
*/
|
|
870
876
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
871
877
|
/**
|
|
@@ -875,7 +881,7 @@ export declare class WorkRequestsClient {
|
|
|
875
881
|
* @param ListWorkRequestsRequest
|
|
876
882
|
* @return ListWorkRequestsResponse
|
|
877
883
|
* @throws OciError when an error occurs
|
|
878
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
884
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
879
885
|
*/
|
|
880
886
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
881
887
|
}
|