oci-apigateway 2.4.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/lib/client.d.ts +38 -38
  2. package/lib/client.js +38 -38
  3. package/lib/request/cancel-work-request-request.d.ts +1 -1
  4. package/lib/request/change-api-compartment-request.d.ts +1 -1
  5. package/lib/request/change-certificate-compartment-request.d.ts +1 -1
  6. package/lib/request/change-deployment-compartment-request.d.ts +1 -1
  7. package/lib/request/change-gateway-compartment-request.d.ts +1 -1
  8. package/lib/request/create-api-request.d.ts +1 -1
  9. package/lib/request/create-certificate-request.d.ts +1 -1
  10. package/lib/request/create-deployment-request.d.ts +1 -1
  11. package/lib/request/create-gateway-request.d.ts +1 -1
  12. package/lib/request/create-sdk-request.d.ts +1 -1
  13. package/lib/request/delete-api-request.d.ts +1 -1
  14. package/lib/request/delete-certificate-request.d.ts +1 -1
  15. package/lib/request/delete-deployment-request.d.ts +1 -1
  16. package/lib/request/delete-gateway-request.d.ts +1 -1
  17. package/lib/request/delete-sdk-request.d.ts +1 -1
  18. package/lib/request/get-api-content-request.d.ts +1 -1
  19. package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
  20. package/lib/request/get-api-request.d.ts +1 -1
  21. package/lib/request/get-api-validations-request.d.ts +1 -1
  22. package/lib/request/get-certificate-request.d.ts +1 -1
  23. package/lib/request/get-deployment-request.d.ts +1 -1
  24. package/lib/request/get-gateway-request.d.ts +1 -1
  25. package/lib/request/get-sdk-request.d.ts +1 -1
  26. package/lib/request/get-work-request-request.d.ts +1 -1
  27. package/lib/request/list-apis-request.d.ts +1 -1
  28. package/lib/request/list-certificates-request.d.ts +1 -1
  29. package/lib/request/list-deployments-request.d.ts +1 -1
  30. package/lib/request/list-gateways-request.d.ts +1 -1
  31. package/lib/request/list-sdk-language-types-request.d.ts +1 -1
  32. package/lib/request/list-sdks-request.d.ts +1 -1
  33. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  34. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  35. package/lib/request/list-work-requests-request.d.ts +1 -1
  36. package/lib/request/update-api-request.d.ts +1 -1
  37. package/lib/request/update-certificate-request.d.ts +1 -1
  38. package/lib/request/update-deployment-request.d.ts +1 -1
  39. package/lib/request/update-gateway-request.d.ts +1 -1
  40. package/lib/request/update-sdk-request.d.ts +1 -1
  41. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -74,7 +74,7 @@ export declare class ApiGatewayClient {
74
74
  * @param ChangeApiCompartmentRequest
75
75
  * @return ChangeApiCompartmentResponse
76
76
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
77
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
78
78
  */
79
79
  changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
80
80
  /**
@@ -82,7 +82,7 @@ export declare class ApiGatewayClient {
82
82
  * @param ChangeCertificateCompartmentRequest
83
83
  * @return ChangeCertificateCompartmentResponse
84
84
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
85
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
86
86
  */
87
87
  changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
88
88
  /**
@@ -91,7 +91,7 @@ export declare class ApiGatewayClient {
91
91
  * @param CreateApiRequest
92
92
  * @return CreateApiResponse
93
93
  * @throws OciError when an error occurs
94
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
95
95
  */
96
96
  createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
97
97
  /**
@@ -100,7 +100,7 @@ export declare class ApiGatewayClient {
100
100
  * @param CreateCertificateRequest
101
101
  * @return CreateCertificateResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
104
104
  */
105
105
  createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
106
106
  /**
@@ -108,7 +108,7 @@ export declare class ApiGatewayClient {
108
108
  * @param CreateSdkRequest
109
109
  * @return CreateSdkResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
112
112
  */
113
113
  createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
114
114
  /**
@@ -116,7 +116,7 @@ export declare class ApiGatewayClient {
116
116
  * @param DeleteApiRequest
117
117
  * @return DeleteApiResponse
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.4.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
120
120
  */
121
121
  deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
122
122
  /**
@@ -124,7 +124,7 @@ export declare class ApiGatewayClient {
124
124
  * @param DeleteCertificateRequest
125
125
  * @return DeleteCertificateResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
128
128
  */
129
129
  deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
130
130
  /**
@@ -132,7 +132,7 @@ export declare class ApiGatewayClient {
132
132
  * @param DeleteSdkRequest
133
133
  * @return DeleteSdkResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
136
136
  */
137
137
  deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
138
138
  /**
@@ -140,7 +140,7 @@ export declare class ApiGatewayClient {
140
140
  * @param GetApiRequest
141
141
  * @return GetApiResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
144
144
  */
145
145
  getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
146
146
  /**
@@ -148,7 +148,7 @@ export declare class ApiGatewayClient {
148
148
  * @param GetApiContentRequest
149
149
  * @return GetApiContentResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
152
152
  */
153
153
  getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
154
154
  /**
@@ -156,7 +156,7 @@ export declare class ApiGatewayClient {
156
156
  * @param GetApiDeploymentSpecificationRequest
157
157
  * @return GetApiDeploymentSpecificationResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
160
160
  */
161
161
  getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
162
162
  /**
@@ -164,7 +164,7 @@ export declare class ApiGatewayClient {
164
164
  * @param GetApiValidationsRequest
165
165
  * @return GetApiValidationsResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
168
168
  */
169
169
  getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
170
170
  /**
@@ -172,7 +172,7 @@ export declare class ApiGatewayClient {
172
172
  * @param GetCertificateRequest
173
173
  * @return GetCertificateResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
176
176
  */
177
177
  getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
178
178
  /**
@@ -180,7 +180,7 @@ export declare class ApiGatewayClient {
180
180
  * @param GetSdkRequest
181
181
  * @return GetSdkResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
184
184
  */
185
185
  getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
186
186
  /**
@@ -189,7 +189,7 @@ export declare class ApiGatewayClient {
189
189
  * @param ListApisRequest
190
190
  * @return ListApisResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
193
193
  */
194
194
  listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
195
195
  /**
@@ -198,7 +198,7 @@ export declare class ApiGatewayClient {
198
198
  * @param ListCertificatesRequest
199
199
  * @return ListCertificatesResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
202
202
  */
203
203
  listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
204
204
  /**
@@ -206,7 +206,7 @@ export declare class ApiGatewayClient {
206
206
  * @param ListSdkLanguageTypesRequest
207
207
  * @return ListSdkLanguageTypesResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
210
210
  */
211
211
  listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
212
212
  /**
@@ -214,7 +214,7 @@ export declare class ApiGatewayClient {
214
214
  * @param ListSdksRequest
215
215
  * @return ListSdksResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
218
218
  */
219
219
  listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
220
220
  /**
@@ -222,7 +222,7 @@ export declare class ApiGatewayClient {
222
222
  * @param UpdateApiRequest
223
223
  * @return UpdateApiResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
226
226
  */
227
227
  updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
228
228
  /**
@@ -230,7 +230,7 @@ export declare class ApiGatewayClient {
230
230
  * @param UpdateCertificateRequest
231
231
  * @return UpdateCertificateResponse
232
232
  * @throws OciError when an error occurs
233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
234
234
  */
235
235
  updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
236
236
  /**
@@ -238,7 +238,7 @@ export declare class ApiGatewayClient {
238
238
  * @param UpdateSdkRequest
239
239
  * @return UpdateSdkResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
242
242
  */
243
243
  updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
244
244
  }
@@ -296,7 +296,7 @@ export declare class DeploymentClient {
296
296
  * @param ChangeDeploymentCompartmentRequest
297
297
  * @return ChangeDeploymentCompartmentResponse
298
298
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
300
300
  */
301
301
  changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
302
302
  /**
@@ -305,7 +305,7 @@ export declare class DeploymentClient {
305
305
  * @param CreateDeploymentRequest
306
306
  * @return CreateDeploymentResponse
307
307
  * @throws OciError when an error occurs
308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
308
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
309
309
  */
310
310
  createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
311
311
  /**
@@ -313,7 +313,7 @@ export declare class DeploymentClient {
313
313
  * @param DeleteDeploymentRequest
314
314
  * @return DeleteDeploymentResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
317
317
  */
318
318
  deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
319
319
  /**
@@ -321,7 +321,7 @@ export declare class DeploymentClient {
321
321
  * @param GetDeploymentRequest
322
322
  * @return GetDeploymentResponse
323
323
  * @throws OciError when an error occurs
324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
325
325
  */
326
326
  getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
327
327
  /**
@@ -330,7 +330,7 @@ export declare class DeploymentClient {
330
330
  * @param ListDeploymentsRequest
331
331
  * @return ListDeploymentsResponse
332
332
  * @throws OciError when an error occurs
333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
334
334
  */
335
335
  listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
336
336
  /**
@@ -338,7 +338,7 @@ export declare class DeploymentClient {
338
338
  * @param UpdateDeploymentRequest
339
339
  * @return UpdateDeploymentResponse
340
340
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
342
342
  */
343
343
  updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
344
344
  }
@@ -396,7 +396,7 @@ export declare class GatewayClient {
396
396
  * @param ChangeGatewayCompartmentRequest
397
397
  * @return ChangeGatewayCompartmentResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
400
400
  */
401
401
  changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
402
402
  /**
@@ -405,7 +405,7 @@ export declare class GatewayClient {
405
405
  * @param CreateGatewayRequest
406
406
  * @return CreateGatewayResponse
407
407
  * @throws OciError when an error occurs
408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
409
409
  */
410
410
  createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
411
411
  /**
@@ -413,7 +413,7 @@ export declare class GatewayClient {
413
413
  * @param DeleteGatewayRequest
414
414
  * @return DeleteGatewayResponse
415
415
  * @throws OciError when an error occurs
416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
417
417
  */
418
418
  deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
419
419
  /**
@@ -421,7 +421,7 @@ export declare class GatewayClient {
421
421
  * @param GetGatewayRequest
422
422
  * @return GetGatewayResponse
423
423
  * @throws OciError when an error occurs
424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
425
425
  */
426
426
  getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
427
427
  /**
@@ -430,7 +430,7 @@ export declare class GatewayClient {
430
430
  * @param ListGatewaysRequest
431
431
  * @return ListGatewaysResponse
432
432
  * @throws OciError when an error occurs
433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
434
434
  */
435
435
  listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
436
436
  /**
@@ -438,7 +438,7 @@ export declare class GatewayClient {
438
438
  * @param UpdateGatewayRequest
439
439
  * @return UpdateGatewayResponse
440
440
  * @throws OciError when an error occurs
441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
442
442
  */
443
443
  updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
444
444
  }
@@ -496,7 +496,7 @@ export declare class WorkRequestsClient {
496
496
  * @param CancelWorkRequestRequest
497
497
  * @return CancelWorkRequestResponse
498
498
  * @throws OciError when an error occurs
499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
500
500
  */
501
501
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
502
502
  /**
@@ -504,7 +504,7 @@ export declare class WorkRequestsClient {
504
504
  * @param GetWorkRequestRequest
505
505
  * @return GetWorkRequestResponse
506
506
  * @throws OciError when an error occurs
507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
508
508
  */
509
509
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
510
510
  /**
@@ -513,7 +513,7 @@ export declare class WorkRequestsClient {
513
513
  * @param ListWorkRequestErrorsRequest
514
514
  * @return ListWorkRequestErrorsResponse
515
515
  * @throws OciError when an error occurs
516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
517
517
  */
518
518
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
519
519
  /**
@@ -522,7 +522,7 @@ export declare class WorkRequestsClient {
522
522
  * @param ListWorkRequestLogsRequest
523
523
  * @return ListWorkRequestLogsResponse
524
524
  * @throws OciError when an error occurs
525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
526
526
  */
527
527
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
528
528
  /**
@@ -531,7 +531,7 @@ export declare class WorkRequestsClient {
531
531
  * @param ListWorkRequestsRequest
532
532
  * @return ListWorkRequestsResponse
533
533
  * @throws OciError when an error occurs
534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
535
535
  */
536
536
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
537
537
  }
package/lib/client.js CHANGED
@@ -145,7 +145,7 @@ class ApiGatewayClient {
145
145
  * @param ChangeApiCompartmentRequest
146
146
  * @return ChangeApiCompartmentResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
149
149
  */
150
150
  changeApiCompartment(changeApiCompartmentRequest) {
151
151
  return __awaiter(this, void 0, void 0, function* () {
@@ -203,7 +203,7 @@ class ApiGatewayClient {
203
203
  * @param ChangeCertificateCompartmentRequest
204
204
  * @return ChangeCertificateCompartmentResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
207
207
  */
208
208
  changeCertificateCompartment(changeCertificateCompartmentRequest) {
209
209
  return __awaiter(this, void 0, void 0, function* () {
@@ -257,7 +257,7 @@ class ApiGatewayClient {
257
257
  * @param CreateApiRequest
258
258
  * @return CreateApiResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
261
261
  */
262
262
  createApi(createApiRequest) {
263
263
  return __awaiter(this, void 0, void 0, function* () {
@@ -327,7 +327,7 @@ class ApiGatewayClient {
327
327
  * @param CreateCertificateRequest
328
328
  * @return CreateCertificateResponse
329
329
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
331
331
  */
332
332
  createCertificate(createCertificateRequest) {
333
333
  return __awaiter(this, void 0, void 0, function* () {
@@ -396,7 +396,7 @@ class ApiGatewayClient {
396
396
  * @param CreateSdkRequest
397
397
  * @return CreateSdkResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
400
400
  */
401
401
  createSdk(createSdkRequest) {
402
402
  return __awaiter(this, void 0, void 0, function* () {
@@ -465,7 +465,7 @@ class ApiGatewayClient {
465
465
  * @param DeleteApiRequest
466
466
  * @return DeleteApiResponse
467
467
  * @throws OciError when an error occurs
468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
469
469
  */
470
470
  deleteApi(deleteApiRequest) {
471
471
  return __awaiter(this, void 0, void 0, function* () {
@@ -521,7 +521,7 @@ class ApiGatewayClient {
521
521
  * @param DeleteCertificateRequest
522
522
  * @return DeleteCertificateResponse
523
523
  * @throws OciError when an error occurs
524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
525
525
  */
526
526
  deleteCertificate(deleteCertificateRequest) {
527
527
  return __awaiter(this, void 0, void 0, function* () {
@@ -577,7 +577,7 @@ class ApiGatewayClient {
577
577
  * @param DeleteSdkRequest
578
578
  * @return DeleteSdkResponse
579
579
  * @throws OciError when an error occurs
580
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
581
581
  */
582
582
  deleteSdk(deleteSdkRequest) {
583
583
  return __awaiter(this, void 0, void 0, function* () {
@@ -633,7 +633,7 @@ class ApiGatewayClient {
633
633
  * @param GetApiRequest
634
634
  * @return GetApiResponse
635
635
  * @throws OciError when an error occurs
636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
636
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
637
637
  */
638
638
  getApi(getApiRequest) {
639
639
  return __awaiter(this, void 0, void 0, function* () {
@@ -692,7 +692,7 @@ class ApiGatewayClient {
692
692
  * @param GetApiContentRequest
693
693
  * @return GetApiContentResponse
694
694
  * @throws OciError when an error occurs
695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
695
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
696
696
  */
697
697
  getApiContent(getApiContentRequest) {
698
698
  return __awaiter(this, void 0, void 0, function* () {
@@ -757,7 +757,7 @@ class ApiGatewayClient {
757
757
  * @param GetApiDeploymentSpecificationRequest
758
758
  * @return GetApiDeploymentSpecificationResponse
759
759
  * @throws OciError when an error occurs
760
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
760
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
761
761
  */
762
762
  getApiDeploymentSpecification(getApiDeploymentSpecificationRequest) {
763
763
  return __awaiter(this, void 0, void 0, function* () {
@@ -817,7 +817,7 @@ class ApiGatewayClient {
817
817
  * @param GetApiValidationsRequest
818
818
  * @return GetApiValidationsResponse
819
819
  * @throws OciError when an error occurs
820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
821
821
  */
822
822
  getApiValidations(getApiValidationsRequest) {
823
823
  return __awaiter(this, void 0, void 0, function* () {
@@ -877,7 +877,7 @@ class ApiGatewayClient {
877
877
  * @param GetCertificateRequest
878
878
  * @return GetCertificateResponse
879
879
  * @throws OciError when an error occurs
880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
880
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
881
881
  */
882
882
  getCertificate(getCertificateRequest) {
883
883
  return __awaiter(this, void 0, void 0, function* () {
@@ -936,7 +936,7 @@ class ApiGatewayClient {
936
936
  * @param GetSdkRequest
937
937
  * @return GetSdkResponse
938
938
  * @throws OciError when an error occurs
939
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
939
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
940
940
  */
941
941
  getSdk(getSdkRequest) {
942
942
  return __awaiter(this, void 0, void 0, function* () {
@@ -996,7 +996,7 @@ class ApiGatewayClient {
996
996
  * @param ListApisRequest
997
997
  * @return ListApisResponse
998
998
  * @throws OciError when an error occurs
999
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
999
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
1000
1000
  */
1001
1001
  listApis(listApisRequest) {
1002
1002
  return __awaiter(this, void 0, void 0, function* () {
@@ -1067,7 +1067,7 @@ class ApiGatewayClient {
1067
1067
  * @param ListCertificatesRequest
1068
1068
  * @return ListCertificatesResponse
1069
1069
  * @throws OciError when an error occurs
1070
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
1070
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
1071
1071
  */
1072
1072
  listCertificates(listCertificatesRequest) {
1073
1073
  return __awaiter(this, void 0, void 0, function* () {
@@ -1137,7 +1137,7 @@ class ApiGatewayClient {
1137
1137
  * @param ListSdkLanguageTypesRequest
1138
1138
  * @return ListSdkLanguageTypesResponse
1139
1139
  * @throws OciError when an error occurs
1140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
1140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
1141
1141
  */
1142
1142
  listSdkLanguageTypes(listSdkLanguageTypesRequest) {
1143
1143
  return __awaiter(this, void 0, void 0, function* () {
@@ -1206,7 +1206,7 @@ class ApiGatewayClient {
1206
1206
  * @param ListSdksRequest
1207
1207
  * @return ListSdksResponse
1208
1208
  * @throws OciError when an error occurs
1209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
1209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
1210
1210
  */
1211
1211
  listSdks(listSdksRequest) {
1212
1212
  return __awaiter(this, void 0, void 0, function* () {
@@ -1277,7 +1277,7 @@ class ApiGatewayClient {
1277
1277
  * @param UpdateApiRequest
1278
1278
  * @return UpdateApiResponse
1279
1279
  * @throws OciError when an error occurs
1280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
1280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
1281
1281
  */
1282
1282
  updateApi(updateApiRequest) {
1283
1283
  return __awaiter(this, void 0, void 0, function* () {
@@ -1334,7 +1334,7 @@ class ApiGatewayClient {
1334
1334
  * @param UpdateCertificateRequest
1335
1335
  * @return UpdateCertificateResponse
1336
1336
  * @throws OciError when an error occurs
1337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
1337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
1338
1338
  */
1339
1339
  updateCertificate(updateCertificateRequest) {
1340
1340
  return __awaiter(this, void 0, void 0, function* () {
@@ -1391,7 +1391,7 @@ class ApiGatewayClient {
1391
1391
  * @param UpdateSdkRequest
1392
1392
  * @return UpdateSdkResponse
1393
1393
  * @throws OciError when an error occurs
1394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
1394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
1395
1395
  */
1396
1396
  updateSdk(updateSdkRequest) {
1397
1397
  return __awaiter(this, void 0, void 0, function* () {
@@ -1532,7 +1532,7 @@ class DeploymentClient {
1532
1532
  * @param ChangeDeploymentCompartmentRequest
1533
1533
  * @return ChangeDeploymentCompartmentResponse
1534
1534
  * @throws OciError when an error occurs
1535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
1535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
1536
1536
  */
1537
1537
  changeDeploymentCompartment(changeDeploymentCompartmentRequest) {
1538
1538
  return __awaiter(this, void 0, void 0, function* () {
@@ -1591,7 +1591,7 @@ class DeploymentClient {
1591
1591
  * @param CreateDeploymentRequest
1592
1592
  * @return CreateDeploymentResponse
1593
1593
  * @throws OciError when an error occurs
1594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1595
1595
  */
1596
1596
  createDeployment(createDeploymentRequest) {
1597
1597
  return __awaiter(this, void 0, void 0, function* () {
@@ -1660,7 +1660,7 @@ class DeploymentClient {
1660
1660
  * @param DeleteDeploymentRequest
1661
1661
  * @return DeleteDeploymentResponse
1662
1662
  * @throws OciError when an error occurs
1663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
1663
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
1664
1664
  */
1665
1665
  deleteDeployment(deleteDeploymentRequest) {
1666
1666
  return __awaiter(this, void 0, void 0, function* () {
@@ -1716,7 +1716,7 @@ class DeploymentClient {
1716
1716
  * @param GetDeploymentRequest
1717
1717
  * @return GetDeploymentResponse
1718
1718
  * @throws OciError when an error occurs
1719
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
1719
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
1720
1720
  */
1721
1721
  getDeployment(getDeploymentRequest) {
1722
1722
  return __awaiter(this, void 0, void 0, function* () {
@@ -1776,7 +1776,7 @@ class DeploymentClient {
1776
1776
  * @param ListDeploymentsRequest
1777
1777
  * @return ListDeploymentsResponse
1778
1778
  * @throws OciError when an error occurs
1779
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
1779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
1780
1780
  */
1781
1781
  listDeployments(listDeploymentsRequest) {
1782
1782
  return __awaiter(this, void 0, void 0, function* () {
@@ -1847,7 +1847,7 @@ class DeploymentClient {
1847
1847
  * @param UpdateDeploymentRequest
1848
1848
  * @return UpdateDeploymentResponse
1849
1849
  * @throws OciError when an error occurs
1850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
1850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
1851
1851
  */
1852
1852
  updateDeployment(updateDeploymentRequest) {
1853
1853
  return __awaiter(this, void 0, void 0, function* () {
@@ -1993,7 +1993,7 @@ class GatewayClient {
1993
1993
  * @param ChangeGatewayCompartmentRequest
1994
1994
  * @return ChangeGatewayCompartmentResponse
1995
1995
  * @throws OciError when an error occurs
1996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
1996
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
1997
1997
  */
1998
1998
  changeGatewayCompartment(changeGatewayCompartmentRequest) {
1999
1999
  return __awaiter(this, void 0, void 0, function* () {
@@ -2052,7 +2052,7 @@ class GatewayClient {
2052
2052
  * @param CreateGatewayRequest
2053
2053
  * @return CreateGatewayResponse
2054
2054
  * @throws OciError when an error occurs
2055
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
2055
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
2056
2056
  */
2057
2057
  createGateway(createGatewayRequest) {
2058
2058
  return __awaiter(this, void 0, void 0, function* () {
@@ -2121,7 +2121,7 @@ class GatewayClient {
2121
2121
  * @param DeleteGatewayRequest
2122
2122
  * @return DeleteGatewayResponse
2123
2123
  * @throws OciError when an error occurs
2124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
2124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
2125
2125
  */
2126
2126
  deleteGateway(deleteGatewayRequest) {
2127
2127
  return __awaiter(this, void 0, void 0, function* () {
@@ -2177,7 +2177,7 @@ class GatewayClient {
2177
2177
  * @param GetGatewayRequest
2178
2178
  * @return GetGatewayResponse
2179
2179
  * @throws OciError when an error occurs
2180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
2180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
2181
2181
  */
2182
2182
  getGateway(getGatewayRequest) {
2183
2183
  return __awaiter(this, void 0, void 0, function* () {
@@ -2237,7 +2237,7 @@ class GatewayClient {
2237
2237
  * @param ListGatewaysRequest
2238
2238
  * @return ListGatewaysResponse
2239
2239
  * @throws OciError when an error occurs
2240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
2240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
2241
2241
  */
2242
2242
  listGateways(listGatewaysRequest) {
2243
2243
  return __awaiter(this, void 0, void 0, function* () {
@@ -2308,7 +2308,7 @@ class GatewayClient {
2308
2308
  * @param UpdateGatewayRequest
2309
2309
  * @return UpdateGatewayResponse
2310
2310
  * @throws OciError when an error occurs
2311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
2311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
2312
2312
  */
2313
2313
  updateGateway(updateGatewayRequest) {
2314
2314
  return __awaiter(this, void 0, void 0, function* () {
@@ -2454,7 +2454,7 @@ class WorkRequestsClient {
2454
2454
  * @param CancelWorkRequestRequest
2455
2455
  * @return CancelWorkRequestResponse
2456
2456
  * @throws OciError when an error occurs
2457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
2457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
2458
2458
  */
2459
2459
  cancelWorkRequest(cancelWorkRequestRequest) {
2460
2460
  return __awaiter(this, void 0, void 0, function* () {
@@ -2506,7 +2506,7 @@ class WorkRequestsClient {
2506
2506
  * @param GetWorkRequestRequest
2507
2507
  * @return GetWorkRequestResponse
2508
2508
  * @throws OciError when an error occurs
2509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2510
2510
  */
2511
2511
  getWorkRequest(getWorkRequestRequest) {
2512
2512
  return __awaiter(this, void 0, void 0, function* () {
@@ -2571,7 +2571,7 @@ class WorkRequestsClient {
2571
2571
  * @param ListWorkRequestErrorsRequest
2572
2572
  * @return ListWorkRequestErrorsResponse
2573
2573
  * @throws OciError when an error occurs
2574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2575
2575
  */
2576
2576
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2577
2577
  return __awaiter(this, void 0, void 0, function* () {
@@ -2641,7 +2641,7 @@ class WorkRequestsClient {
2641
2641
  * @param ListWorkRequestLogsRequest
2642
2642
  * @return ListWorkRequestLogsResponse
2643
2643
  * @throws OciError when an error occurs
2644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2645
2645
  */
2646
2646
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2647
2647
  return __awaiter(this, void 0, void 0, function* () {
@@ -2711,7 +2711,7 @@ class WorkRequestsClient {
2711
2711
  * @param ListWorkRequestsRequest
2712
2712
  * @return ListWorkRequestsResponse
2713
2713
  * @throws OciError when an error occurs
2714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2715
2715
  */
2716
2716
  listWorkRequests(listWorkRequestsRequest) {
2717
2717
  return __awaiter(this, void 0, void 0, function* () {
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest.
17
17
  */
18
18
  export interface ChangeApiCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
17
17
  */
18
18
  export interface ChangeCertificateCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDeploymentCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest.
17
17
  */
18
18
  export interface ChangeGatewayCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApiRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApiRequest.
17
17
  */
18
18
  export interface CreateApiRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
17
17
  */
18
18
  export interface CreateCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest.
17
17
  */
18
18
  export interface CreateDeploymentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGatewayRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGatewayRequest.
17
17
  */
18
18
  export interface CreateGatewayRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdkRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdkRequest.
17
17
  */
18
18
  export interface CreateSdkRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest.
16
16
  */
17
17
  export interface DeleteApiRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
16
16
  */
17
17
  export interface DeleteCertificateRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
16
16
  */
17
17
  export interface DeleteDeploymentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
16
16
  */
17
17
  export interface DeleteGatewayRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest.
16
16
  */
17
17
  export interface DeleteSdkRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest.
16
16
  */
17
17
  export interface GetApiContentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest.
16
16
  */
17
17
  export interface GetApiDeploymentSpecificationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApi.ts.html |here} to see how to use GetApiRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApi.ts.html |here} to see how to use GetApiRequest.
16
16
  */
17
17
  export interface GetApiRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest.
16
16
  */
17
17
  export interface GetApiValidationsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
16
16
  */
17
17
  export interface GetCertificateRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeploymentRequest.
16
16
  */
17
17
  export interface GetDeploymentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetGateway.ts.html |here} to see how to use GetGatewayRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetGateway.ts.html |here} to see how to use GetGatewayRequest.
16
16
  */
17
17
  export interface GetGatewayRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdkRequest.
16
16
  */
17
17
  export interface GetSdkRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest.
16
16
  */
17
17
  export interface ListApisRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
16
16
  */
17
17
  export interface ListCertificatesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest.
16
16
  */
17
17
  export interface ListDeploymentsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest.
16
16
  */
17
17
  export interface ListGatewaysRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypesRequest.
16
16
  */
17
17
  export interface ListSdkLanguageTypesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdksRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdksRequest.
16
16
  */
17
17
  export interface ListSdksRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest.
17
17
  */
18
18
  export interface UpdateApiRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
17
17
  */
18
18
  export interface UpdateCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
17
17
  */
18
18
  export interface UpdateDeploymentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest.
17
17
  */
18
18
  export interface UpdateGatewayRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest.
17
17
  */
18
18
  export interface UpdateSdkRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-apigateway",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "OCI NodeJS client for API gateway service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.4.0",
19
- "oci-workrequests": "2.4.0"
18
+ "oci-common": "2.5.0",
19
+ "oci-workrequests": "2.5.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"