oci-apigateway 2.84.0 → 2.84.2

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 (54) hide show
  1. package/lib/client.d.ts +74 -50
  2. package/lib/client.js +86 -50
  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/change-subscriber-compartment-request.d.ts +1 -1
  10. package/lib/request/change-usage-plan-compartment-request.d.ts +1 -1
  11. package/lib/request/create-api-request.d.ts +1 -1
  12. package/lib/request/create-certificate-request.d.ts +1 -1
  13. package/lib/request/create-deployment-request.d.ts +1 -1
  14. package/lib/request/create-gateway-request.d.ts +1 -1
  15. package/lib/request/create-sdk-request.d.ts +1 -1
  16. package/lib/request/create-subscriber-request.d.ts +1 -1
  17. package/lib/request/create-usage-plan-request.d.ts +1 -1
  18. package/lib/request/delete-api-request.d.ts +1 -1
  19. package/lib/request/delete-certificate-request.d.ts +1 -1
  20. package/lib/request/delete-deployment-request.d.ts +1 -1
  21. package/lib/request/delete-gateway-request.d.ts +1 -1
  22. package/lib/request/delete-sdk-request.d.ts +1 -1
  23. package/lib/request/delete-subscriber-request.d.ts +1 -1
  24. package/lib/request/delete-usage-plan-request.d.ts +1 -1
  25. package/lib/request/get-api-content-request.d.ts +1 -1
  26. package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
  27. package/lib/request/get-api-request.d.ts +1 -1
  28. package/lib/request/get-api-validations-request.d.ts +1 -1
  29. package/lib/request/get-certificate-request.d.ts +1 -1
  30. package/lib/request/get-deployment-request.d.ts +1 -1
  31. package/lib/request/get-gateway-request.d.ts +1 -1
  32. package/lib/request/get-sdk-request.d.ts +1 -1
  33. package/lib/request/get-subscriber-request.d.ts +1 -1
  34. package/lib/request/get-usage-plan-request.d.ts +1 -1
  35. package/lib/request/get-work-request-request.d.ts +1 -1
  36. package/lib/request/list-apis-request.d.ts +1 -1
  37. package/lib/request/list-certificates-request.d.ts +1 -1
  38. package/lib/request/list-deployments-request.d.ts +1 -1
  39. package/lib/request/list-gateways-request.d.ts +1 -1
  40. package/lib/request/list-sdk-language-types-request.d.ts +1 -1
  41. package/lib/request/list-sdks-request.d.ts +1 -1
  42. package/lib/request/list-subscribers-request.d.ts +1 -1
  43. package/lib/request/list-usage-plans-request.d.ts +1 -1
  44. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  45. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  46. package/lib/request/list-work-requests-request.d.ts +1 -1
  47. package/lib/request/update-api-request.d.ts +1 -1
  48. package/lib/request/update-certificate-request.d.ts +1 -1
  49. package/lib/request/update-deployment-request.d.ts +1 -1
  50. package/lib/request/update-gateway-request.d.ts +1 -1
  51. package/lib/request/update-sdk-request.d.ts +1 -1
  52. package/lib/request/update-subscriber-request.d.ts +1 -1
  53. package/lib/request/update-usage-plan-request.d.ts +1 -1
  54. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -93,13 +93,17 @@ export declare class ApiGatewayClient {
93
93
  * Shutdown the circuit breaker used by the client when it is no longer needed
94
94
  */
95
95
  shutdownCircuitBreaker(): void;
96
+ /**
97
+ * Close the client once it is no longer needed
98
+ */
99
+ close(): void;
96
100
  /**
97
101
  * Changes the API compartment.
98
102
  * This operation does not retry by default if the user has not defined a retry configuration.
99
103
  * @param ChangeApiCompartmentRequest
100
104
  * @return ChangeApiCompartmentResponse
101
105
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
103
107
  */
104
108
  changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
105
109
  /**
@@ -108,7 +112,7 @@ export declare class ApiGatewayClient {
108
112
  * @param ChangeCertificateCompartmentRequest
109
113
  * @return ChangeCertificateCompartmentResponse
110
114
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
112
116
  */
113
117
  changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
114
118
  /**
@@ -118,7 +122,7 @@ export declare class ApiGatewayClient {
118
122
  * @param CreateApiRequest
119
123
  * @return CreateApiResponse
120
124
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
122
126
  */
123
127
  createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
124
128
  /**
@@ -128,7 +132,7 @@ export declare class ApiGatewayClient {
128
132
  * @param CreateCertificateRequest
129
133
  * @return CreateCertificateResponse
130
134
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
132
136
  */
133
137
  createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
134
138
  /**
@@ -137,7 +141,7 @@ export declare class ApiGatewayClient {
137
141
  * @param CreateSdkRequest
138
142
  * @return CreateSdkResponse
139
143
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
141
145
  */
142
146
  createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
143
147
  /**
@@ -146,7 +150,7 @@ export declare class ApiGatewayClient {
146
150
  * @param DeleteApiRequest
147
151
  * @return DeleteApiResponse
148
152
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
150
154
  */
151
155
  deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
152
156
  /**
@@ -155,7 +159,7 @@ export declare class ApiGatewayClient {
155
159
  * @param DeleteCertificateRequest
156
160
  * @return DeleteCertificateResponse
157
161
  * @throws OciError when an error occurs
158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
159
163
  */
160
164
  deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
161
165
  /**
@@ -164,7 +168,7 @@ export declare class ApiGatewayClient {
164
168
  * @param DeleteSdkRequest
165
169
  * @return DeleteSdkResponse
166
170
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
168
172
  */
169
173
  deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
170
174
  /**
@@ -173,7 +177,7 @@ export declare class ApiGatewayClient {
173
177
  * @param GetApiRequest
174
178
  * @return GetApiResponse
175
179
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
177
181
  */
178
182
  getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
179
183
  /**
@@ -182,7 +186,7 @@ export declare class ApiGatewayClient {
182
186
  * @param GetApiContentRequest
183
187
  * @return GetApiContentResponse
184
188
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
186
190
  */
187
191
  getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
188
192
  /**
@@ -191,7 +195,7 @@ export declare class ApiGatewayClient {
191
195
  * @param GetApiDeploymentSpecificationRequest
192
196
  * @return GetApiDeploymentSpecificationResponse
193
197
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
195
199
  */
196
200
  getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
197
201
  /**
@@ -200,7 +204,7 @@ export declare class ApiGatewayClient {
200
204
  * @param GetApiValidationsRequest
201
205
  * @return GetApiValidationsResponse
202
206
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
204
208
  */
205
209
  getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
206
210
  /**
@@ -209,7 +213,7 @@ export declare class ApiGatewayClient {
209
213
  * @param GetCertificateRequest
210
214
  * @return GetCertificateResponse
211
215
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
213
217
  */
214
218
  getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
215
219
  /**
@@ -218,7 +222,7 @@ export declare class ApiGatewayClient {
218
222
  * @param GetSdkRequest
219
223
  * @return GetSdkResponse
220
224
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
222
226
  */
223
227
  getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
224
228
  /**
@@ -228,7 +232,7 @@ export declare class ApiGatewayClient {
228
232
  * @param ListApisRequest
229
233
  * @return ListApisResponse
230
234
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
232
236
  */
233
237
  listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
234
238
  /**
@@ -238,7 +242,7 @@ export declare class ApiGatewayClient {
238
242
  * @param ListCertificatesRequest
239
243
  * @return ListCertificatesResponse
240
244
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
242
246
  */
243
247
  listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
244
248
  /**
@@ -247,7 +251,7 @@ export declare class ApiGatewayClient {
247
251
  * @param ListSdkLanguageTypesRequest
248
252
  * @return ListSdkLanguageTypesResponse
249
253
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
251
255
  */
252
256
  listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
253
257
  /**
@@ -256,7 +260,7 @@ export declare class ApiGatewayClient {
256
260
  * @param ListSdksRequest
257
261
  * @return ListSdksResponse
258
262
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
260
264
  */
261
265
  listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
262
266
  /**
@@ -265,7 +269,7 @@ export declare class ApiGatewayClient {
265
269
  * @param UpdateApiRequest
266
270
  * @return UpdateApiResponse
267
271
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
269
273
  */
270
274
  updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
271
275
  /**
@@ -274,7 +278,7 @@ export declare class ApiGatewayClient {
274
278
  * @param UpdateCertificateRequest
275
279
  * @return UpdateCertificateResponse
276
280
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
278
282
  */
279
283
  updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
280
284
  /**
@@ -283,7 +287,7 @@ export declare class ApiGatewayClient {
283
287
  * @param UpdateSdkRequest
284
288
  * @return UpdateSdkResponse
285
289
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
287
291
  */
288
292
  updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
289
293
  }
@@ -357,13 +361,17 @@ export declare class DeploymentClient {
357
361
  * Shutdown the circuit breaker used by the client when it is no longer needed
358
362
  */
359
363
  shutdownCircuitBreaker(): void;
364
+ /**
365
+ * Close the client once it is no longer needed
366
+ */
367
+ close(): void;
360
368
  /**
361
369
  * Changes the deployment compartment.
362
370
  * This operation does not retry by default if the user has not defined a retry configuration.
363
371
  * @param ChangeDeploymentCompartmentRequest
364
372
  * @return ChangeDeploymentCompartmentResponse
365
373
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
367
375
  */
368
376
  changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
369
377
  /**
@@ -373,7 +381,7 @@ export declare class DeploymentClient {
373
381
  * @param CreateDeploymentRequest
374
382
  * @return CreateDeploymentResponse
375
383
  * @throws OciError when an error occurs
376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
377
385
  */
378
386
  createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
379
387
  /**
@@ -382,7 +390,7 @@ export declare class DeploymentClient {
382
390
  * @param DeleteDeploymentRequest
383
391
  * @return DeleteDeploymentResponse
384
392
  * @throws OciError when an error occurs
385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
386
394
  */
387
395
  deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
388
396
  /**
@@ -391,7 +399,7 @@ export declare class DeploymentClient {
391
399
  * @param GetDeploymentRequest
392
400
  * @return GetDeploymentResponse
393
401
  * @throws OciError when an error occurs
394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
395
403
  */
396
404
  getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
397
405
  /**
@@ -401,7 +409,7 @@ export declare class DeploymentClient {
401
409
  * @param ListDeploymentsRequest
402
410
  * @return ListDeploymentsResponse
403
411
  * @throws OciError when an error occurs
404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
405
413
  */
406
414
  listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
407
415
  /**
@@ -410,7 +418,7 @@ export declare class DeploymentClient {
410
418
  * @param UpdateDeploymentRequest
411
419
  * @return UpdateDeploymentResponse
412
420
  * @throws OciError when an error occurs
413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
414
422
  */
415
423
  updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
416
424
  }
@@ -484,13 +492,17 @@ export declare class GatewayClient {
484
492
  * Shutdown the circuit breaker used by the client when it is no longer needed
485
493
  */
486
494
  shutdownCircuitBreaker(): void;
495
+ /**
496
+ * Close the client once it is no longer needed
497
+ */
498
+ close(): void;
487
499
  /**
488
500
  * Changes the gateway compartment.
489
501
  * This operation does not retry by default if the user has not defined a retry configuration.
490
502
  * @param ChangeGatewayCompartmentRequest
491
503
  * @return ChangeGatewayCompartmentResponse
492
504
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
494
506
  */
495
507
  changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
496
508
  /**
@@ -500,7 +512,7 @@ export declare class GatewayClient {
500
512
  * @param CreateGatewayRequest
501
513
  * @return CreateGatewayResponse
502
514
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
504
516
  */
505
517
  createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
506
518
  /**
@@ -509,7 +521,7 @@ export declare class GatewayClient {
509
521
  * @param DeleteGatewayRequest
510
522
  * @return DeleteGatewayResponse
511
523
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
513
525
  */
514
526
  deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
515
527
  /**
@@ -518,7 +530,7 @@ export declare class GatewayClient {
518
530
  * @param GetGatewayRequest
519
531
  * @return GetGatewayResponse
520
532
  * @throws OciError when an error occurs
521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
522
534
  */
523
535
  getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
524
536
  /**
@@ -528,7 +540,7 @@ export declare class GatewayClient {
528
540
  * @param ListGatewaysRequest
529
541
  * @return ListGatewaysResponse
530
542
  * @throws OciError when an error occurs
531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
532
544
  */
533
545
  listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
534
546
  /**
@@ -537,7 +549,7 @@ export declare class GatewayClient {
537
549
  * @param UpdateGatewayRequest
538
550
  * @return UpdateGatewayResponse
539
551
  * @throws OciError when an error occurs
540
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
541
553
  */
542
554
  updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
543
555
  }
@@ -611,13 +623,17 @@ export declare class SubscribersClient {
611
623
  * Shutdown the circuit breaker used by the client when it is no longer needed
612
624
  */
613
625
  shutdownCircuitBreaker(): void;
626
+ /**
627
+ * Close the client once it is no longer needed
628
+ */
629
+ close(): void;
614
630
  /**
615
631
  * Changes the subscriber compartment.
616
632
  * This operation does not retry by default if the user has not defined a retry configuration.
617
633
  * @param ChangeSubscriberCompartmentRequest
618
634
  * @return ChangeSubscriberCompartmentResponse
619
635
  * @throws OciError when an error occurs
620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
621
637
  */
622
638
  changeSubscriberCompartment(changeSubscriberCompartmentRequest: requests.ChangeSubscriberCompartmentRequest): Promise<responses.ChangeSubscriberCompartmentResponse>;
623
639
  /**
@@ -626,7 +642,7 @@ export declare class SubscribersClient {
626
642
  * @param CreateSubscriberRequest
627
643
  * @return CreateSubscriberResponse
628
644
  * @throws OciError when an error occurs
629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
630
646
  */
631
647
  createSubscriber(createSubscriberRequest: requests.CreateSubscriberRequest): Promise<responses.CreateSubscriberResponse>;
632
648
  /**
@@ -635,7 +651,7 @@ export declare class SubscribersClient {
635
651
  * @param DeleteSubscriberRequest
636
652
  * @return DeleteSubscriberResponse
637
653
  * @throws OciError when an error occurs
638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
654
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
639
655
  */
640
656
  deleteSubscriber(deleteSubscriberRequest: requests.DeleteSubscriberRequest): Promise<responses.DeleteSubscriberResponse>;
641
657
  /**
@@ -644,7 +660,7 @@ export declare class SubscribersClient {
644
660
  * @param GetSubscriberRequest
645
661
  * @return GetSubscriberResponse
646
662
  * @throws OciError when an error occurs
647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
648
664
  */
649
665
  getSubscriber(getSubscriberRequest: requests.GetSubscriberRequest): Promise<responses.GetSubscriberResponse>;
650
666
  /**
@@ -653,7 +669,7 @@ export declare class SubscribersClient {
653
669
  * @param ListSubscribersRequest
654
670
  * @return ListSubscribersResponse
655
671
  * @throws OciError when an error occurs
656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
657
673
  */
658
674
  listSubscribers(listSubscribersRequest: requests.ListSubscribersRequest): Promise<responses.ListSubscribersResponse>;
659
675
  /**
@@ -662,7 +678,7 @@ export declare class SubscribersClient {
662
678
  * @param UpdateSubscriberRequest
663
679
  * @return UpdateSubscriberResponse
664
680
  * @throws OciError when an error occurs
665
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
666
682
  */
667
683
  updateSubscriber(updateSubscriberRequest: requests.UpdateSubscriberRequest): Promise<responses.UpdateSubscriberResponse>;
668
684
  }
@@ -736,13 +752,17 @@ export declare class UsagePlansClient {
736
752
  * Shutdown the circuit breaker used by the client when it is no longer needed
737
753
  */
738
754
  shutdownCircuitBreaker(): void;
755
+ /**
756
+ * Close the client once it is no longer needed
757
+ */
758
+ close(): void;
739
759
  /**
740
760
  * Changes the usage plan compartment.
741
761
  * This operation does not retry by default if the user has not defined a retry configuration.
742
762
  * @param ChangeUsagePlanCompartmentRequest
743
763
  * @return ChangeUsagePlanCompartmentResponse
744
764
  * @throws OciError when an error occurs
745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
746
766
  */
747
767
  changeUsagePlanCompartment(changeUsagePlanCompartmentRequest: requests.ChangeUsagePlanCompartmentRequest): Promise<responses.ChangeUsagePlanCompartmentResponse>;
748
768
  /**
@@ -751,7 +771,7 @@ export declare class UsagePlansClient {
751
771
  * @param CreateUsagePlanRequest
752
772
  * @return CreateUsagePlanResponse
753
773
  * @throws OciError when an error occurs
754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
774
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
755
775
  */
756
776
  createUsagePlan(createUsagePlanRequest: requests.CreateUsagePlanRequest): Promise<responses.CreateUsagePlanResponse>;
757
777
  /**
@@ -760,7 +780,7 @@ export declare class UsagePlansClient {
760
780
  * @param DeleteUsagePlanRequest
761
781
  * @return DeleteUsagePlanResponse
762
782
  * @throws OciError when an error occurs
763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
764
784
  */
765
785
  deleteUsagePlan(deleteUsagePlanRequest: requests.DeleteUsagePlanRequest): Promise<responses.DeleteUsagePlanResponse>;
766
786
  /**
@@ -769,7 +789,7 @@ export declare class UsagePlansClient {
769
789
  * @param GetUsagePlanRequest
770
790
  * @return GetUsagePlanResponse
771
791
  * @throws OciError when an error occurs
772
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
773
793
  */
774
794
  getUsagePlan(getUsagePlanRequest: requests.GetUsagePlanRequest): Promise<responses.GetUsagePlanResponse>;
775
795
  /**
@@ -778,7 +798,7 @@ export declare class UsagePlansClient {
778
798
  * @param ListUsagePlansRequest
779
799
  * @return ListUsagePlansResponse
780
800
  * @throws OciError when an error occurs
781
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
782
802
  */
783
803
  listUsagePlans(listUsagePlansRequest: requests.ListUsagePlansRequest): Promise<responses.ListUsagePlansResponse>;
784
804
  /**
@@ -787,7 +807,7 @@ export declare class UsagePlansClient {
787
807
  * @param UpdateUsagePlanRequest
788
808
  * @return UpdateUsagePlanResponse
789
809
  * @throws OciError when an error occurs
790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
791
811
  */
792
812
  updateUsagePlan(updateUsagePlanRequest: requests.UpdateUsagePlanRequest): Promise<responses.UpdateUsagePlanResponse>;
793
813
  }
@@ -861,13 +881,17 @@ export declare class WorkRequestsClient {
861
881
  * Shutdown the circuit breaker used by the client when it is no longer needed
862
882
  */
863
883
  shutdownCircuitBreaker(): void;
884
+ /**
885
+ * Close the client once it is no longer needed
886
+ */
887
+ close(): void;
864
888
  /**
865
889
  * Cancels the work request.
866
890
  * This operation does not retry by default if the user has not defined a retry configuration.
867
891
  * @param CancelWorkRequestRequest
868
892
  * @return CancelWorkRequestResponse
869
893
  * @throws OciError when an error occurs
870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
871
895
  */
872
896
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
873
897
  /**
@@ -876,7 +900,7 @@ export declare class WorkRequestsClient {
876
900
  * @param GetWorkRequestRequest
877
901
  * @return GetWorkRequestResponse
878
902
  * @throws OciError when an error occurs
879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
903
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
880
904
  */
881
905
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
882
906
  /**
@@ -886,7 +910,7 @@ export declare class WorkRequestsClient {
886
910
  * @param ListWorkRequestErrorsRequest
887
911
  * @return ListWorkRequestErrorsResponse
888
912
  * @throws OciError when an error occurs
889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
890
914
  */
891
915
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
892
916
  /**
@@ -896,7 +920,7 @@ export declare class WorkRequestsClient {
896
920
  * @param ListWorkRequestLogsRequest
897
921
  * @return ListWorkRequestLogsResponse
898
922
  * @throws OciError when an error occurs
899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
900
924
  */
901
925
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
902
926
  /**
@@ -906,7 +930,7 @@ export declare class WorkRequestsClient {
906
930
  * @param ListWorkRequestsRequest
907
931
  * @return ListWorkRequestsResponse
908
932
  * @throws OciError when an error occurs
909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
910
934
  */
911
935
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
912
936
  }