oci-apigateway 2.6.1 → 2.9.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.
Files changed (42) hide show
  1. package/lib/client.d.ts +42 -42
  2. package/lib/client.js +46 -46
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/cancel-work-request-request.d.ts +1 -1
  5. package/lib/request/change-api-compartment-request.d.ts +1 -1
  6. package/lib/request/change-certificate-compartment-request.d.ts +1 -1
  7. package/lib/request/change-deployment-compartment-request.d.ts +1 -1
  8. package/lib/request/change-gateway-compartment-request.d.ts +1 -1
  9. package/lib/request/create-api-request.d.ts +1 -1
  10. package/lib/request/create-certificate-request.d.ts +1 -1
  11. package/lib/request/create-deployment-request.d.ts +1 -1
  12. package/lib/request/create-gateway-request.d.ts +1 -1
  13. package/lib/request/create-sdk-request.d.ts +1 -1
  14. package/lib/request/delete-api-request.d.ts +1 -1
  15. package/lib/request/delete-certificate-request.d.ts +1 -1
  16. package/lib/request/delete-deployment-request.d.ts +1 -1
  17. package/lib/request/delete-gateway-request.d.ts +1 -1
  18. package/lib/request/delete-sdk-request.d.ts +1 -1
  19. package/lib/request/get-api-content-request.d.ts +1 -1
  20. package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
  21. package/lib/request/get-api-request.d.ts +1 -1
  22. package/lib/request/get-api-validations-request.d.ts +1 -1
  23. package/lib/request/get-certificate-request.d.ts +1 -1
  24. package/lib/request/get-deployment-request.d.ts +1 -1
  25. package/lib/request/get-gateway-request.d.ts +1 -1
  26. package/lib/request/get-sdk-request.d.ts +1 -1
  27. package/lib/request/get-work-request-request.d.ts +1 -1
  28. package/lib/request/list-apis-request.d.ts +1 -1
  29. package/lib/request/list-certificates-request.d.ts +1 -1
  30. package/lib/request/list-deployments-request.d.ts +1 -1
  31. package/lib/request/list-gateways-request.d.ts +1 -1
  32. package/lib/request/list-sdk-language-types-request.d.ts +1 -1
  33. package/lib/request/list-sdks-request.d.ts +1 -1
  34. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  35. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  36. package/lib/request/list-work-requests-request.d.ts +1 -1
  37. package/lib/request/update-api-request.d.ts +1 -1
  38. package/lib/request/update-certificate-request.d.ts +1 -1
  39. package/lib/request/update-deployment-request.d.ts +1 -1
  40. package/lib/request/update-gateway-request.d.ts +1 -1
  41. package/lib/request/update-sdk-request.d.ts +1 -1
  42. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -23,7 +23,7 @@ import { WorkRequestsWaiter } from "./workrequests-waiter";
23
23
  export declare enum ApiGatewayApiKeys {
24
24
  }
25
25
  /**
26
- * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
26
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
27
27
  */
28
28
  export declare class ApiGatewayClient {
29
29
  protected static serviceEndpointTemplate: string;
@@ -78,7 +78,7 @@ export declare class ApiGatewayClient {
78
78
  * @param ChangeApiCompartmentRequest
79
79
  * @return ChangeApiCompartmentResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
82
82
  */
83
83
  changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
84
84
  /**
@@ -87,7 +87,7 @@ export declare class ApiGatewayClient {
87
87
  * @param ChangeCertificateCompartmentRequest
88
88
  * @return ChangeCertificateCompartmentResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
91
91
  */
92
92
  changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
93
93
  /**
@@ -97,7 +97,7 @@ export declare class ApiGatewayClient {
97
97
  * @param CreateApiRequest
98
98
  * @return CreateApiResponse
99
99
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
101
101
  */
102
102
  createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
103
103
  /**
@@ -107,7 +107,7 @@ export declare class ApiGatewayClient {
107
107
  * @param CreateCertificateRequest
108
108
  * @return CreateCertificateResponse
109
109
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
111
111
  */
112
112
  createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
113
113
  /**
@@ -116,7 +116,7 @@ export declare class ApiGatewayClient {
116
116
  * @param CreateSdkRequest
117
117
  * @return CreateSdkResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
120
120
  */
121
121
  createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
122
122
  /**
@@ -125,7 +125,7 @@ export declare class ApiGatewayClient {
125
125
  * @param DeleteApiRequest
126
126
  * @return DeleteApiResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
129
129
  */
130
130
  deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
131
131
  /**
@@ -134,7 +134,7 @@ export declare class ApiGatewayClient {
134
134
  * @param DeleteCertificateRequest
135
135
  * @return DeleteCertificateResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
138
138
  */
139
139
  deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
140
140
  /**
@@ -143,7 +143,7 @@ export declare class ApiGatewayClient {
143
143
  * @param DeleteSdkRequest
144
144
  * @return DeleteSdkResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
147
147
  */
148
148
  deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
149
149
  /**
@@ -152,7 +152,7 @@ export declare class ApiGatewayClient {
152
152
  * @param GetApiRequest
153
153
  * @return GetApiResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
156
156
  */
157
157
  getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
158
158
  /**
@@ -161,7 +161,7 @@ export declare class ApiGatewayClient {
161
161
  * @param GetApiContentRequest
162
162
  * @return GetApiContentResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
165
165
  */
166
166
  getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
167
167
  /**
@@ -170,7 +170,7 @@ export declare class ApiGatewayClient {
170
170
  * @param GetApiDeploymentSpecificationRequest
171
171
  * @return GetApiDeploymentSpecificationResponse
172
172
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
174
174
  */
175
175
  getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
176
176
  /**
@@ -179,7 +179,7 @@ export declare class ApiGatewayClient {
179
179
  * @param GetApiValidationsRequest
180
180
  * @return GetApiValidationsResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
183
183
  */
184
184
  getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
185
185
  /**
@@ -188,7 +188,7 @@ export declare class ApiGatewayClient {
188
188
  * @param GetCertificateRequest
189
189
  * @return GetCertificateResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
192
192
  */
193
193
  getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
194
194
  /**
@@ -197,7 +197,7 @@ export declare class ApiGatewayClient {
197
197
  * @param GetSdkRequest
198
198
  * @return GetSdkResponse
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.6.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
201
201
  */
202
202
  getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
203
203
  /**
@@ -207,7 +207,7 @@ export declare class ApiGatewayClient {
207
207
  * @param ListApisRequest
208
208
  * @return ListApisResponse
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.6.1/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
211
211
  */
212
212
  listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
213
213
  /**
@@ -217,7 +217,7 @@ export declare class ApiGatewayClient {
217
217
  * @param ListCertificatesRequest
218
218
  * @return ListCertificatesResponse
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.6.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
221
221
  */
222
222
  listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
223
223
  /**
@@ -226,7 +226,7 @@ export declare class ApiGatewayClient {
226
226
  * @param ListSdkLanguageTypesRequest
227
227
  * @return ListSdkLanguageTypesResponse
228
228
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
230
230
  */
231
231
  listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
232
232
  /**
@@ -235,7 +235,7 @@ export declare class ApiGatewayClient {
235
235
  * @param ListSdksRequest
236
236
  * @return ListSdksResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
239
239
  */
240
240
  listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
241
241
  /**
@@ -244,7 +244,7 @@ export declare class ApiGatewayClient {
244
244
  * @param UpdateApiRequest
245
245
  * @return UpdateApiResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
248
248
  */
249
249
  updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
250
250
  /**
@@ -253,7 +253,7 @@ export declare class ApiGatewayClient {
253
253
  * @param UpdateCertificateRequest
254
254
  * @return UpdateCertificateResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
257
257
  */
258
258
  updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
259
259
  /**
@@ -262,14 +262,14 @@ export declare class ApiGatewayClient {
262
262
  * @param UpdateSdkRequest
263
263
  * @return UpdateSdkResponse
264
264
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
266
266
  */
267
267
  updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
268
268
  }
269
269
  export declare enum DeploymentApiKeys {
270
270
  }
271
271
  /**
272
- * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
272
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
273
273
  */
274
274
  export declare class DeploymentClient {
275
275
  protected static serviceEndpointTemplate: string;
@@ -324,7 +324,7 @@ export declare class DeploymentClient {
324
324
  * @param ChangeDeploymentCompartmentRequest
325
325
  * @return ChangeDeploymentCompartmentResponse
326
326
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
328
328
  */
329
329
  changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
330
330
  /**
@@ -334,7 +334,7 @@ export declare class DeploymentClient {
334
334
  * @param CreateDeploymentRequest
335
335
  * @return CreateDeploymentResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
338
338
  */
339
339
  createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
340
340
  /**
@@ -343,7 +343,7 @@ export declare class DeploymentClient {
343
343
  * @param DeleteDeploymentRequest
344
344
  * @return DeleteDeploymentResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
347
347
  */
348
348
  deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
349
349
  /**
@@ -352,7 +352,7 @@ export declare class DeploymentClient {
352
352
  * @param GetDeploymentRequest
353
353
  * @return GetDeploymentResponse
354
354
  * @throws OciError when an error occurs
355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
356
356
  */
357
357
  getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
358
358
  /**
@@ -362,7 +362,7 @@ export declare class DeploymentClient {
362
362
  * @param ListDeploymentsRequest
363
363
  * @return ListDeploymentsResponse
364
364
  * @throws OciError when an error occurs
365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
366
366
  */
367
367
  listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
368
368
  /**
@@ -371,14 +371,14 @@ export declare class DeploymentClient {
371
371
  * @param UpdateDeploymentRequest
372
372
  * @return UpdateDeploymentResponse
373
373
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
375
375
  */
376
376
  updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
377
377
  }
378
378
  export declare enum GatewayApiKeys {
379
379
  }
380
380
  /**
381
- * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
381
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
382
382
  */
383
383
  export declare class GatewayClient {
384
384
  protected static serviceEndpointTemplate: string;
@@ -433,7 +433,7 @@ export declare class GatewayClient {
433
433
  * @param ChangeGatewayCompartmentRequest
434
434
  * @return ChangeGatewayCompartmentResponse
435
435
  * @throws OciError when an error occurs
436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
437
437
  */
438
438
  changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
439
439
  /**
@@ -443,7 +443,7 @@ export declare class GatewayClient {
443
443
  * @param CreateGatewayRequest
444
444
  * @return CreateGatewayResponse
445
445
  * @throws OciError when an error occurs
446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
447
447
  */
448
448
  createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
449
449
  /**
@@ -452,7 +452,7 @@ export declare class GatewayClient {
452
452
  * @param DeleteGatewayRequest
453
453
  * @return DeleteGatewayResponse
454
454
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
455
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
456
456
  */
457
457
  deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
458
458
  /**
@@ -461,7 +461,7 @@ export declare class GatewayClient {
461
461
  * @param GetGatewayRequest
462
462
  * @return GetGatewayResponse
463
463
  * @throws OciError when an error occurs
464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
465
465
  */
466
466
  getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
467
467
  /**
@@ -471,7 +471,7 @@ export declare class GatewayClient {
471
471
  * @param ListGatewaysRequest
472
472
  * @return ListGatewaysResponse
473
473
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
475
475
  */
476
476
  listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
477
477
  /**
@@ -480,14 +480,14 @@ export declare class GatewayClient {
480
480
  * @param UpdateGatewayRequest
481
481
  * @return UpdateGatewayResponse
482
482
  * @throws OciError when an error occurs
483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
484
484
  */
485
485
  updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
486
486
  }
487
487
  export declare enum WorkRequestsApiKeys {
488
488
  }
489
489
  /**
490
- * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
490
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
491
491
  */
492
492
  export declare class WorkRequestsClient {
493
493
  protected static serviceEndpointTemplate: string;
@@ -542,7 +542,7 @@ export declare class WorkRequestsClient {
542
542
  * @param CancelWorkRequestRequest
543
543
  * @return CancelWorkRequestResponse
544
544
  * @throws OciError when an error occurs
545
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
546
546
  */
547
547
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
548
548
  /**
@@ -551,7 +551,7 @@ export declare class WorkRequestsClient {
551
551
  * @param GetWorkRequestRequest
552
552
  * @return GetWorkRequestResponse
553
553
  * @throws OciError when an error occurs
554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
555
555
  */
556
556
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
557
557
  /**
@@ -561,7 +561,7 @@ export declare class WorkRequestsClient {
561
561
  * @param ListWorkRequestErrorsRequest
562
562
  * @return ListWorkRequestErrorsResponse
563
563
  * @throws OciError when an error occurs
564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
564
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
565
565
  */
566
566
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
567
567
  /**
@@ -571,7 +571,7 @@ export declare class WorkRequestsClient {
571
571
  * @param ListWorkRequestLogsRequest
572
572
  * @return ListWorkRequestLogsResponse
573
573
  * @throws OciError when an error occurs
574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
575
575
  */
576
576
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
577
577
  /**
@@ -581,7 +581,7 @@ export declare class WorkRequestsClient {
581
581
  * @param ListWorkRequestsRequest
582
582
  * @return ListWorkRequestsResponse
583
583
  * @throws OciError when an error occurs
584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
585
585
  */
586
586
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
587
587
  }