oci-apigateway 2.78.0 → 2.79.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 +50 -56
- package/lib/client.js +112 -292
- package/lib/client.js.map +1 -1
- package/lib/model/api-specification-route-backend.js +2 -4
- package/lib/model/api-specification-route-backend.js.map +1 -1
- package/lib/model/authentication-policy.js +2 -4
- package/lib/model/authentication-policy.js.map +1 -1
- package/lib/model/ca-bundle.js +2 -4
- package/lib/model/ca-bundle.js.map +1 -1
- package/lib/model/client-app-details.js +2 -4
- package/lib/model/client-app-details.js.map +1 -1
- package/lib/model/content-validation.js +2 -4
- package/lib/model/content-validation.js.map +1 -1
- package/lib/model/dynamic-selection-key.js +2 -4
- package/lib/model/dynamic-selection-key.js.map +1 -1
- package/lib/model/public-key-set.js +2 -4
- package/lib/model/public-key-set.js.map +1 -1
- package/lib/model/response-cache-details.js +2 -4
- package/lib/model/response-cache-details.js.map +1 -1
- package/lib/model/response-cache-lookup-policy.js +2 -4
- package/lib/model/response-cache-lookup-policy.js.map +1 -1
- package/lib/model/response-cache-store-policy.js +2 -4
- package/lib/model/response-cache-store-policy.js.map +1 -1
- package/lib/model/route-authorization-policy.js +2 -4
- package/lib/model/route-authorization-policy.js.map +1 -1
- package/lib/model/selection-source-policy.js +2 -4
- package/lib/model/selection-source-policy.js.map +1 -1
- package/lib/model/source-uri-details.js +2 -4
- package/lib/model/source-uri-details.js.map +1 -1
- package/lib/model/static-public-key.js +2 -4
- package/lib/model/static-public-key.js.map +1 -1
- package/lib/model/token-authentication-validation-policy.js +2 -4
- package/lib/model/token-authentication-validation-policy.js.map +1 -1
- package/lib/model/validation-failure-policy.js +2 -4
- package/lib/model/validation-failure-policy.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
|
@@ -54,7 +54,6 @@ export declare class ApiGatewayClient {
|
|
|
54
54
|
* @param endpoint The endpoint of the service.
|
|
55
55
|
*/
|
|
56
56
|
set endpoint(endpoint: string);
|
|
57
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
58
57
|
/**
|
|
59
58
|
* Determines whether realm specific endpoint should be used or not.
|
|
60
59
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -99,7 +98,7 @@ export declare class ApiGatewayClient {
|
|
|
99
98
|
* @param ChangeApiCompartmentRequest
|
|
100
99
|
* @return ChangeApiCompartmentResponse
|
|
101
100
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
103
102
|
*/
|
|
104
103
|
changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
|
|
105
104
|
/**
|
|
@@ -108,7 +107,7 @@ export declare class ApiGatewayClient {
|
|
|
108
107
|
* @param ChangeCertificateCompartmentRequest
|
|
109
108
|
* @return ChangeCertificateCompartmentResponse
|
|
110
109
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
112
111
|
*/
|
|
113
112
|
changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
|
|
114
113
|
/**
|
|
@@ -118,7 +117,7 @@ export declare class ApiGatewayClient {
|
|
|
118
117
|
* @param CreateApiRequest
|
|
119
118
|
* @return CreateApiResponse
|
|
120
119
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
122
121
|
*/
|
|
123
122
|
createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
|
|
124
123
|
/**
|
|
@@ -128,7 +127,7 @@ export declare class ApiGatewayClient {
|
|
|
128
127
|
* @param CreateCertificateRequest
|
|
129
128
|
* @return CreateCertificateResponse
|
|
130
129
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
132
131
|
*/
|
|
133
132
|
createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
|
|
134
133
|
/**
|
|
@@ -137,7 +136,7 @@ export declare class ApiGatewayClient {
|
|
|
137
136
|
* @param CreateSdkRequest
|
|
138
137
|
* @return CreateSdkResponse
|
|
139
138
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
141
140
|
*/
|
|
142
141
|
createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
|
|
143
142
|
/**
|
|
@@ -146,7 +145,7 @@ export declare class ApiGatewayClient {
|
|
|
146
145
|
* @param DeleteApiRequest
|
|
147
146
|
* @return DeleteApiResponse
|
|
148
147
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
150
149
|
*/
|
|
151
150
|
deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
|
|
152
151
|
/**
|
|
@@ -155,7 +154,7 @@ export declare class ApiGatewayClient {
|
|
|
155
154
|
* @param DeleteCertificateRequest
|
|
156
155
|
* @return DeleteCertificateResponse
|
|
157
156
|
* @throws OciError when an error occurs
|
|
158
|
-
* @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.79.1/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
159
158
|
*/
|
|
160
159
|
deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
|
|
161
160
|
/**
|
|
@@ -164,7 +163,7 @@ export declare class ApiGatewayClient {
|
|
|
164
163
|
* @param DeleteSdkRequest
|
|
165
164
|
* @return DeleteSdkResponse
|
|
166
165
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
168
167
|
*/
|
|
169
168
|
deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
|
|
170
169
|
/**
|
|
@@ -173,7 +172,7 @@ export declare class ApiGatewayClient {
|
|
|
173
172
|
* @param GetApiRequest
|
|
174
173
|
* @return GetApiResponse
|
|
175
174
|
* @throws OciError when an error occurs
|
|
176
|
-
* @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.79.1/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
177
176
|
*/
|
|
178
177
|
getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
|
|
179
178
|
/**
|
|
@@ -182,7 +181,7 @@ export declare class ApiGatewayClient {
|
|
|
182
181
|
* @param GetApiContentRequest
|
|
183
182
|
* @return GetApiContentResponse
|
|
184
183
|
* @throws OciError when an error occurs
|
|
185
|
-
* @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.79.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
186
185
|
*/
|
|
187
186
|
getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
|
|
188
187
|
/**
|
|
@@ -191,7 +190,7 @@ export declare class ApiGatewayClient {
|
|
|
191
190
|
* @param GetApiDeploymentSpecificationRequest
|
|
192
191
|
* @return GetApiDeploymentSpecificationResponse
|
|
193
192
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
195
194
|
*/
|
|
196
195
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
|
|
197
196
|
/**
|
|
@@ -200,7 +199,7 @@ export declare class ApiGatewayClient {
|
|
|
200
199
|
* @param GetApiValidationsRequest
|
|
201
200
|
* @return GetApiValidationsResponse
|
|
202
201
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
204
203
|
*/
|
|
205
204
|
getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
|
|
206
205
|
/**
|
|
@@ -209,7 +208,7 @@ export declare class ApiGatewayClient {
|
|
|
209
208
|
* @param GetCertificateRequest
|
|
210
209
|
* @return GetCertificateResponse
|
|
211
210
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
213
212
|
*/
|
|
214
213
|
getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
|
|
215
214
|
/**
|
|
@@ -218,7 +217,7 @@ export declare class ApiGatewayClient {
|
|
|
218
217
|
* @param GetSdkRequest
|
|
219
218
|
* @return GetSdkResponse
|
|
220
219
|
* @throws OciError when an error occurs
|
|
221
|
-
* @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.79.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
222
221
|
*/
|
|
223
222
|
getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
|
|
224
223
|
/**
|
|
@@ -228,7 +227,7 @@ export declare class ApiGatewayClient {
|
|
|
228
227
|
* @param ListApisRequest
|
|
229
228
|
* @return ListApisResponse
|
|
230
229
|
* @throws OciError when an error occurs
|
|
231
|
-
* @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.79.1/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
232
231
|
*/
|
|
233
232
|
listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
|
|
234
233
|
/**
|
|
@@ -238,7 +237,7 @@ export declare class ApiGatewayClient {
|
|
|
238
237
|
* @param ListCertificatesRequest
|
|
239
238
|
* @return ListCertificatesResponse
|
|
240
239
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
242
241
|
*/
|
|
243
242
|
listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
|
|
244
243
|
/**
|
|
@@ -247,7 +246,7 @@ export declare class ApiGatewayClient {
|
|
|
247
246
|
* @param ListSdkLanguageTypesRequest
|
|
248
247
|
* @return ListSdkLanguageTypesResponse
|
|
249
248
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
251
250
|
*/
|
|
252
251
|
listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
|
|
253
252
|
/**
|
|
@@ -256,7 +255,7 @@ export declare class ApiGatewayClient {
|
|
|
256
255
|
* @param ListSdksRequest
|
|
257
256
|
* @return ListSdksResponse
|
|
258
257
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
260
259
|
*/
|
|
261
260
|
listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
|
|
262
261
|
/**
|
|
@@ -265,7 +264,7 @@ export declare class ApiGatewayClient {
|
|
|
265
264
|
* @param UpdateApiRequest
|
|
266
265
|
* @return UpdateApiResponse
|
|
267
266
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
269
268
|
*/
|
|
270
269
|
updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
|
|
271
270
|
/**
|
|
@@ -274,7 +273,7 @@ export declare class ApiGatewayClient {
|
|
|
274
273
|
* @param UpdateCertificateRequest
|
|
275
274
|
* @return UpdateCertificateResponse
|
|
276
275
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
278
277
|
*/
|
|
279
278
|
updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
|
|
280
279
|
/**
|
|
@@ -283,7 +282,7 @@ export declare class ApiGatewayClient {
|
|
|
283
282
|
* @param UpdateSdkRequest
|
|
284
283
|
* @return UpdateSdkResponse
|
|
285
284
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
287
286
|
*/
|
|
288
287
|
updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
|
|
289
288
|
}
|
|
@@ -318,7 +317,6 @@ export declare class DeploymentClient {
|
|
|
318
317
|
* @param endpoint The endpoint of the service.
|
|
319
318
|
*/
|
|
320
319
|
set endpoint(endpoint: string);
|
|
321
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
322
320
|
/**
|
|
323
321
|
* Determines whether realm specific endpoint should be used or not.
|
|
324
322
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -363,7 +361,7 @@ export declare class DeploymentClient {
|
|
|
363
361
|
* @param ChangeDeploymentCompartmentRequest
|
|
364
362
|
* @return ChangeDeploymentCompartmentResponse
|
|
365
363
|
* @throws OciError when an error occurs
|
|
366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
364
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
367
365
|
*/
|
|
368
366
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
|
|
369
367
|
/**
|
|
@@ -373,7 +371,7 @@ export declare class DeploymentClient {
|
|
|
373
371
|
* @param CreateDeploymentRequest
|
|
374
372
|
* @return CreateDeploymentResponse
|
|
375
373
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
377
375
|
*/
|
|
378
376
|
createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
|
|
379
377
|
/**
|
|
@@ -382,7 +380,7 @@ export declare class DeploymentClient {
|
|
|
382
380
|
* @param DeleteDeploymentRequest
|
|
383
381
|
* @return DeleteDeploymentResponse
|
|
384
382
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
386
384
|
*/
|
|
387
385
|
deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
|
|
388
386
|
/**
|
|
@@ -391,7 +389,7 @@ export declare class DeploymentClient {
|
|
|
391
389
|
* @param GetDeploymentRequest
|
|
392
390
|
* @return GetDeploymentResponse
|
|
393
391
|
* @throws OciError when an error occurs
|
|
394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
395
393
|
*/
|
|
396
394
|
getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
|
|
397
395
|
/**
|
|
@@ -401,7 +399,7 @@ export declare class DeploymentClient {
|
|
|
401
399
|
* @param ListDeploymentsRequest
|
|
402
400
|
* @return ListDeploymentsResponse
|
|
403
401
|
* @throws OciError when an error occurs
|
|
404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
405
403
|
*/
|
|
406
404
|
listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
|
|
407
405
|
/**
|
|
@@ -410,7 +408,7 @@ export declare class DeploymentClient {
|
|
|
410
408
|
* @param UpdateDeploymentRequest
|
|
411
409
|
* @return UpdateDeploymentResponse
|
|
412
410
|
* @throws OciError when an error occurs
|
|
413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
414
412
|
*/
|
|
415
413
|
updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
|
|
416
414
|
}
|
|
@@ -445,7 +443,6 @@ export declare class GatewayClient {
|
|
|
445
443
|
* @param endpoint The endpoint of the service.
|
|
446
444
|
*/
|
|
447
445
|
set endpoint(endpoint: string);
|
|
448
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
449
446
|
/**
|
|
450
447
|
* Determines whether realm specific endpoint should be used or not.
|
|
451
448
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -490,7 +487,7 @@ export declare class GatewayClient {
|
|
|
490
487
|
* @param ChangeGatewayCompartmentRequest
|
|
491
488
|
* @return ChangeGatewayCompartmentResponse
|
|
492
489
|
* @throws OciError when an error occurs
|
|
493
|
-
* @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.79.1/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
494
491
|
*/
|
|
495
492
|
changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
|
|
496
493
|
/**
|
|
@@ -500,7 +497,7 @@ export declare class GatewayClient {
|
|
|
500
497
|
* @param CreateGatewayRequest
|
|
501
498
|
* @return CreateGatewayResponse
|
|
502
499
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
504
501
|
*/
|
|
505
502
|
createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
|
|
506
503
|
/**
|
|
@@ -509,7 +506,7 @@ export declare class GatewayClient {
|
|
|
509
506
|
* @param DeleteGatewayRequest
|
|
510
507
|
* @return DeleteGatewayResponse
|
|
511
508
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
513
510
|
*/
|
|
514
511
|
deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
|
|
515
512
|
/**
|
|
@@ -518,7 +515,7 @@ export declare class GatewayClient {
|
|
|
518
515
|
* @param GetGatewayRequest
|
|
519
516
|
* @return GetGatewayResponse
|
|
520
517
|
* @throws OciError when an error occurs
|
|
521
|
-
* @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.79.1/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
522
519
|
*/
|
|
523
520
|
getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
|
|
524
521
|
/**
|
|
@@ -528,7 +525,7 @@ export declare class GatewayClient {
|
|
|
528
525
|
* @param ListGatewaysRequest
|
|
529
526
|
* @return ListGatewaysResponse
|
|
530
527
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
532
529
|
*/
|
|
533
530
|
listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
|
|
534
531
|
/**
|
|
@@ -537,7 +534,7 @@ export declare class GatewayClient {
|
|
|
537
534
|
* @param UpdateGatewayRequest
|
|
538
535
|
* @return UpdateGatewayResponse
|
|
539
536
|
* @throws OciError when an error occurs
|
|
540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
541
538
|
*/
|
|
542
539
|
updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
|
|
543
540
|
}
|
|
@@ -572,7 +569,6 @@ export declare class SubscribersClient {
|
|
|
572
569
|
* @param endpoint The endpoint of the service.
|
|
573
570
|
*/
|
|
574
571
|
set endpoint(endpoint: string);
|
|
575
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
576
572
|
/**
|
|
577
573
|
* Determines whether realm specific endpoint should be used or not.
|
|
578
574
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -617,7 +613,7 @@ export declare class SubscribersClient {
|
|
|
617
613
|
* @param ChangeSubscriberCompartmentRequest
|
|
618
614
|
* @return ChangeSubscriberCompartmentResponse
|
|
619
615
|
* @throws OciError when an error occurs
|
|
620
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
|
|
621
617
|
*/
|
|
622
618
|
changeSubscriberCompartment(changeSubscriberCompartmentRequest: requests.ChangeSubscriberCompartmentRequest): Promise<responses.ChangeSubscriberCompartmentResponse>;
|
|
623
619
|
/**
|
|
@@ -626,7 +622,7 @@ export declare class SubscribersClient {
|
|
|
626
622
|
* @param CreateSubscriberRequest
|
|
627
623
|
* @return CreateSubscriberResponse
|
|
628
624
|
* @throws OciError when an error occurs
|
|
629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
|
|
630
626
|
*/
|
|
631
627
|
createSubscriber(createSubscriberRequest: requests.CreateSubscriberRequest): Promise<responses.CreateSubscriberResponse>;
|
|
632
628
|
/**
|
|
@@ -635,7 +631,7 @@ export declare class SubscribersClient {
|
|
|
635
631
|
* @param DeleteSubscriberRequest
|
|
636
632
|
* @return DeleteSubscriberResponse
|
|
637
633
|
* @throws OciError when an error occurs
|
|
638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
|
|
639
635
|
*/
|
|
640
636
|
deleteSubscriber(deleteSubscriberRequest: requests.DeleteSubscriberRequest): Promise<responses.DeleteSubscriberResponse>;
|
|
641
637
|
/**
|
|
@@ -644,7 +640,7 @@ export declare class SubscribersClient {
|
|
|
644
640
|
* @param GetSubscriberRequest
|
|
645
641
|
* @return GetSubscriberResponse
|
|
646
642
|
* @throws OciError when an error occurs
|
|
647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
|
|
648
644
|
*/
|
|
649
645
|
getSubscriber(getSubscriberRequest: requests.GetSubscriberRequest): Promise<responses.GetSubscriberResponse>;
|
|
650
646
|
/**
|
|
@@ -653,7 +649,7 @@ export declare class SubscribersClient {
|
|
|
653
649
|
* @param ListSubscribersRequest
|
|
654
650
|
* @return ListSubscribersResponse
|
|
655
651
|
* @throws OciError when an error occurs
|
|
656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
|
|
657
653
|
*/
|
|
658
654
|
listSubscribers(listSubscribersRequest: requests.ListSubscribersRequest): Promise<responses.ListSubscribersResponse>;
|
|
659
655
|
/**
|
|
@@ -662,7 +658,7 @@ export declare class SubscribersClient {
|
|
|
662
658
|
* @param UpdateSubscriberRequest
|
|
663
659
|
* @return UpdateSubscriberResponse
|
|
664
660
|
* @throws OciError when an error occurs
|
|
665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
|
|
666
662
|
*/
|
|
667
663
|
updateSubscriber(updateSubscriberRequest: requests.UpdateSubscriberRequest): Promise<responses.UpdateSubscriberResponse>;
|
|
668
664
|
}
|
|
@@ -697,7 +693,6 @@ export declare class UsagePlansClient {
|
|
|
697
693
|
* @param endpoint The endpoint of the service.
|
|
698
694
|
*/
|
|
699
695
|
set endpoint(endpoint: string);
|
|
700
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
701
696
|
/**
|
|
702
697
|
* Determines whether realm specific endpoint should be used or not.
|
|
703
698
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -742,7 +737,7 @@ export declare class UsagePlansClient {
|
|
|
742
737
|
* @param ChangeUsagePlanCompartmentRequest
|
|
743
738
|
* @return ChangeUsagePlanCompartmentResponse
|
|
744
739
|
* @throws OciError when an error occurs
|
|
745
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
|
|
746
741
|
*/
|
|
747
742
|
changeUsagePlanCompartment(changeUsagePlanCompartmentRequest: requests.ChangeUsagePlanCompartmentRequest): Promise<responses.ChangeUsagePlanCompartmentResponse>;
|
|
748
743
|
/**
|
|
@@ -751,7 +746,7 @@ export declare class UsagePlansClient {
|
|
|
751
746
|
* @param CreateUsagePlanRequest
|
|
752
747
|
* @return CreateUsagePlanResponse
|
|
753
748
|
* @throws OciError when an error occurs
|
|
754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
|
|
755
750
|
*/
|
|
756
751
|
createUsagePlan(createUsagePlanRequest: requests.CreateUsagePlanRequest): Promise<responses.CreateUsagePlanResponse>;
|
|
757
752
|
/**
|
|
@@ -760,7 +755,7 @@ export declare class UsagePlansClient {
|
|
|
760
755
|
* @param DeleteUsagePlanRequest
|
|
761
756
|
* @return DeleteUsagePlanResponse
|
|
762
757
|
* @throws OciError when an error occurs
|
|
763
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
|
|
764
759
|
*/
|
|
765
760
|
deleteUsagePlan(deleteUsagePlanRequest: requests.DeleteUsagePlanRequest): Promise<responses.DeleteUsagePlanResponse>;
|
|
766
761
|
/**
|
|
@@ -769,7 +764,7 @@ export declare class UsagePlansClient {
|
|
|
769
764
|
* @param GetUsagePlanRequest
|
|
770
765
|
* @return GetUsagePlanResponse
|
|
771
766
|
* @throws OciError when an error occurs
|
|
772
|
-
* @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.79.1/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
|
|
773
768
|
*/
|
|
774
769
|
getUsagePlan(getUsagePlanRequest: requests.GetUsagePlanRequest): Promise<responses.GetUsagePlanResponse>;
|
|
775
770
|
/**
|
|
@@ -778,7 +773,7 @@ export declare class UsagePlansClient {
|
|
|
778
773
|
* @param ListUsagePlansRequest
|
|
779
774
|
* @return ListUsagePlansResponse
|
|
780
775
|
* @throws OciError when an error occurs
|
|
781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
|
|
782
777
|
*/
|
|
783
778
|
listUsagePlans(listUsagePlansRequest: requests.ListUsagePlansRequest): Promise<responses.ListUsagePlansResponse>;
|
|
784
779
|
/**
|
|
@@ -787,7 +782,7 @@ export declare class UsagePlansClient {
|
|
|
787
782
|
* @param UpdateUsagePlanRequest
|
|
788
783
|
* @return UpdateUsagePlanResponse
|
|
789
784
|
* @throws OciError when an error occurs
|
|
790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
|
|
791
786
|
*/
|
|
792
787
|
updateUsagePlan(updateUsagePlanRequest: requests.UpdateUsagePlanRequest): Promise<responses.UpdateUsagePlanResponse>;
|
|
793
788
|
}
|
|
@@ -822,7 +817,6 @@ export declare class WorkRequestsClient {
|
|
|
822
817
|
* @param endpoint The endpoint of the service.
|
|
823
818
|
*/
|
|
824
819
|
set endpoint(endpoint: string);
|
|
825
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
826
820
|
/**
|
|
827
821
|
* Determines whether realm specific endpoint should be used or not.
|
|
828
822
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -867,7 +861,7 @@ export declare class WorkRequestsClient {
|
|
|
867
861
|
* @param CancelWorkRequestRequest
|
|
868
862
|
* @return CancelWorkRequestResponse
|
|
869
863
|
* @throws OciError when an error occurs
|
|
870
|
-
* @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.79.1/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
871
865
|
*/
|
|
872
866
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
873
867
|
/**
|
|
@@ -876,7 +870,7 @@ export declare class WorkRequestsClient {
|
|
|
876
870
|
* @param GetWorkRequestRequest
|
|
877
871
|
* @return GetWorkRequestResponse
|
|
878
872
|
* @throws OciError when an error occurs
|
|
879
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
880
874
|
*/
|
|
881
875
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
882
876
|
/**
|
|
@@ -886,7 +880,7 @@ export declare class WorkRequestsClient {
|
|
|
886
880
|
* @param ListWorkRequestErrorsRequest
|
|
887
881
|
* @return ListWorkRequestErrorsResponse
|
|
888
882
|
* @throws OciError when an error occurs
|
|
889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
890
884
|
*/
|
|
891
885
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
892
886
|
/**
|
|
@@ -896,7 +890,7 @@ export declare class WorkRequestsClient {
|
|
|
896
890
|
* @param ListWorkRequestLogsRequest
|
|
897
891
|
* @return ListWorkRequestLogsResponse
|
|
898
892
|
* @throws OciError when an error occurs
|
|
899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
900
894
|
*/
|
|
901
895
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
902
896
|
/**
|
|
@@ -906,7 +900,7 @@ export declare class WorkRequestsClient {
|
|
|
906
900
|
* @param ListWorkRequestsRequest
|
|
907
901
|
* @return ListWorkRequestsResponse
|
|
908
902
|
* @throws OciError when an error occurs
|
|
909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
910
904
|
*/
|
|
911
905
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
912
906
|
}
|