oci-apigateway 2.82.2 → 2.83.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 (53) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +50 -50
  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/change-subscriber-compartment-request.d.ts +1 -1
  9. package/lib/request/change-usage-plan-compartment-request.d.ts +1 -1
  10. package/lib/request/create-api-request.d.ts +1 -1
  11. package/lib/request/create-certificate-request.d.ts +1 -1
  12. package/lib/request/create-deployment-request.d.ts +1 -1
  13. package/lib/request/create-gateway-request.d.ts +1 -1
  14. package/lib/request/create-sdk-request.d.ts +1 -1
  15. package/lib/request/create-subscriber-request.d.ts +1 -1
  16. package/lib/request/create-usage-plan-request.d.ts +1 -1
  17. package/lib/request/delete-api-request.d.ts +1 -1
  18. package/lib/request/delete-certificate-request.d.ts +1 -1
  19. package/lib/request/delete-deployment-request.d.ts +1 -1
  20. package/lib/request/delete-gateway-request.d.ts +1 -1
  21. package/lib/request/delete-sdk-request.d.ts +1 -1
  22. package/lib/request/delete-subscriber-request.d.ts +1 -1
  23. package/lib/request/delete-usage-plan-request.d.ts +1 -1
  24. package/lib/request/get-api-content-request.d.ts +1 -1
  25. package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
  26. package/lib/request/get-api-request.d.ts +1 -1
  27. package/lib/request/get-api-validations-request.d.ts +1 -1
  28. package/lib/request/get-certificate-request.d.ts +1 -1
  29. package/lib/request/get-deployment-request.d.ts +1 -1
  30. package/lib/request/get-gateway-request.d.ts +1 -1
  31. package/lib/request/get-sdk-request.d.ts +1 -1
  32. package/lib/request/get-subscriber-request.d.ts +1 -1
  33. package/lib/request/get-usage-plan-request.d.ts +1 -1
  34. package/lib/request/get-work-request-request.d.ts +1 -1
  35. package/lib/request/list-apis-request.d.ts +1 -1
  36. package/lib/request/list-certificates-request.d.ts +1 -1
  37. package/lib/request/list-deployments-request.d.ts +1 -1
  38. package/lib/request/list-gateways-request.d.ts +1 -1
  39. package/lib/request/list-sdk-language-types-request.d.ts +1 -1
  40. package/lib/request/list-sdks-request.d.ts +1 -1
  41. package/lib/request/list-subscribers-request.d.ts +1 -1
  42. package/lib/request/list-usage-plans-request.d.ts +1 -1
  43. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  44. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  45. package/lib/request/list-work-requests-request.d.ts +1 -1
  46. package/lib/request/update-api-request.d.ts +1 -1
  47. package/lib/request/update-certificate-request.d.ts +1 -1
  48. package/lib/request/update-deployment-request.d.ts +1 -1
  49. package/lib/request/update-gateway-request.d.ts +1 -1
  50. package/lib/request/update-sdk-request.d.ts +1 -1
  51. package/lib/request/update-subscriber-request.d.ts +1 -1
  52. package/lib/request/update-usage-plan-request.d.ts +1 -1
  53. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -204,7 +204,7 @@ class ApiGatewayClient {
204
204
  * @param ChangeApiCompartmentRequest
205
205
  * @return ChangeApiCompartmentResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
208
208
  */
209
209
  changeApiCompartment(changeApiCompartmentRequest) {
210
210
  return __awaiter(this, void 0, void 0, function* () {
@@ -266,7 +266,7 @@ class ApiGatewayClient {
266
266
  * @param ChangeCertificateCompartmentRequest
267
267
  * @return ChangeCertificateCompartmentResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
270
270
  */
271
271
  changeCertificateCompartment(changeCertificateCompartmentRequest) {
272
272
  return __awaiter(this, void 0, void 0, function* () {
@@ -324,7 +324,7 @@ class ApiGatewayClient {
324
324
  * @param CreateApiRequest
325
325
  * @return CreateApiResponse
326
326
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
328
328
  */
329
329
  createApi(createApiRequest) {
330
330
  return __awaiter(this, void 0, void 0, function* () {
@@ -398,7 +398,7 @@ class ApiGatewayClient {
398
398
  * @param CreateCertificateRequest
399
399
  * @return CreateCertificateResponse
400
400
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
402
402
  */
403
403
  createCertificate(createCertificateRequest) {
404
404
  return __awaiter(this, void 0, void 0, function* () {
@@ -471,7 +471,7 @@ class ApiGatewayClient {
471
471
  * @param CreateSdkRequest
472
472
  * @return CreateSdkResponse
473
473
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
475
475
  */
476
476
  createSdk(createSdkRequest) {
477
477
  return __awaiter(this, void 0, void 0, function* () {
@@ -544,7 +544,7 @@ class ApiGatewayClient {
544
544
  * @param DeleteApiRequest
545
545
  * @return DeleteApiResponse
546
546
  * @throws OciError when an error occurs
547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
548
548
  */
549
549
  deleteApi(deleteApiRequest) {
550
550
  return __awaiter(this, void 0, void 0, function* () {
@@ -604,7 +604,7 @@ class ApiGatewayClient {
604
604
  * @param DeleteCertificateRequest
605
605
  * @return DeleteCertificateResponse
606
606
  * @throws OciError when an error occurs
607
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
608
608
  */
609
609
  deleteCertificate(deleteCertificateRequest) {
610
610
  return __awaiter(this, void 0, void 0, function* () {
@@ -664,7 +664,7 @@ class ApiGatewayClient {
664
664
  * @param DeleteSdkRequest
665
665
  * @return DeleteSdkResponse
666
666
  * @throws OciError when an error occurs
667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
668
668
  */
669
669
  deleteSdk(deleteSdkRequest) {
670
670
  return __awaiter(this, void 0, void 0, function* () {
@@ -724,7 +724,7 @@ class ApiGatewayClient {
724
724
  * @param GetApiRequest
725
725
  * @return GetApiResponse
726
726
  * @throws OciError when an error occurs
727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
727
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
728
728
  */
729
729
  getApi(getApiRequest) {
730
730
  return __awaiter(this, void 0, void 0, function* () {
@@ -787,7 +787,7 @@ class ApiGatewayClient {
787
787
  * @param GetApiContentRequest
788
788
  * @return GetApiContentResponse
789
789
  * @throws OciError when an error occurs
790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
790
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
791
791
  */
792
792
  getApiContent(getApiContentRequest) {
793
793
  return __awaiter(this, void 0, void 0, function* () {
@@ -856,7 +856,7 @@ class ApiGatewayClient {
856
856
  * @param GetApiDeploymentSpecificationRequest
857
857
  * @return GetApiDeploymentSpecificationResponse
858
858
  * @throws OciError when an error occurs
859
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
860
860
  */
861
861
  getApiDeploymentSpecification(getApiDeploymentSpecificationRequest) {
862
862
  return __awaiter(this, void 0, void 0, function* () {
@@ -920,7 +920,7 @@ class ApiGatewayClient {
920
920
  * @param GetApiValidationsRequest
921
921
  * @return GetApiValidationsResponse
922
922
  * @throws OciError when an error occurs
923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
924
924
  */
925
925
  getApiValidations(getApiValidationsRequest) {
926
926
  return __awaiter(this, void 0, void 0, function* () {
@@ -984,7 +984,7 @@ class ApiGatewayClient {
984
984
  * @param GetCertificateRequest
985
985
  * @return GetCertificateResponse
986
986
  * @throws OciError when an error occurs
987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
988
988
  */
989
989
  getCertificate(getCertificateRequest) {
990
990
  return __awaiter(this, void 0, void 0, function* () {
@@ -1047,7 +1047,7 @@ class ApiGatewayClient {
1047
1047
  * @param GetSdkRequest
1048
1048
  * @return GetSdkResponse
1049
1049
  * @throws OciError when an error occurs
1050
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
1050
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
1051
1051
  */
1052
1052
  getSdk(getSdkRequest) {
1053
1053
  return __awaiter(this, void 0, void 0, function* () {
@@ -1111,7 +1111,7 @@ class ApiGatewayClient {
1111
1111
  * @param ListApisRequest
1112
1112
  * @return ListApisResponse
1113
1113
  * @throws OciError when an error occurs
1114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
1114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
1115
1115
  */
1116
1116
  listApis(listApisRequest) {
1117
1117
  return __awaiter(this, void 0, void 0, function* () {
@@ -1186,7 +1186,7 @@ class ApiGatewayClient {
1186
1186
  * @param ListCertificatesRequest
1187
1187
  * @return ListCertificatesResponse
1188
1188
  * @throws OciError when an error occurs
1189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
1189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
1190
1190
  */
1191
1191
  listCertificates(listCertificatesRequest) {
1192
1192
  return __awaiter(this, void 0, void 0, function* () {
@@ -1260,7 +1260,7 @@ class ApiGatewayClient {
1260
1260
  * @param ListSdkLanguageTypesRequest
1261
1261
  * @return ListSdkLanguageTypesResponse
1262
1262
  * @throws OciError when an error occurs
1263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
1263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
1264
1264
  */
1265
1265
  listSdkLanguageTypes(listSdkLanguageTypesRequest) {
1266
1266
  return __awaiter(this, void 0, void 0, function* () {
@@ -1333,7 +1333,7 @@ class ApiGatewayClient {
1333
1333
  * @param ListSdksRequest
1334
1334
  * @return ListSdksResponse
1335
1335
  * @throws OciError when an error occurs
1336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
1336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
1337
1337
  */
1338
1338
  listSdks(listSdksRequest) {
1339
1339
  return __awaiter(this, void 0, void 0, function* () {
@@ -1408,7 +1408,7 @@ class ApiGatewayClient {
1408
1408
  * @param UpdateApiRequest
1409
1409
  * @return UpdateApiResponse
1410
1410
  * @throws OciError when an error occurs
1411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
1411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
1412
1412
  */
1413
1413
  updateApi(updateApiRequest) {
1414
1414
  return __awaiter(this, void 0, void 0, function* () {
@@ -1469,7 +1469,7 @@ class ApiGatewayClient {
1469
1469
  * @param UpdateCertificateRequest
1470
1470
  * @return UpdateCertificateResponse
1471
1471
  * @throws OciError when an error occurs
1472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
1472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
1473
1473
  */
1474
1474
  updateCertificate(updateCertificateRequest) {
1475
1475
  return __awaiter(this, void 0, void 0, function* () {
@@ -1530,7 +1530,7 @@ class ApiGatewayClient {
1530
1530
  * @param UpdateSdkRequest
1531
1531
  * @return UpdateSdkResponse
1532
1532
  * @throws OciError when an error occurs
1533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
1533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
1534
1534
  */
1535
1535
  updateSdk(updateSdkRequest) {
1536
1536
  return __awaiter(this, void 0, void 0, function* () {
@@ -1731,7 +1731,7 @@ class DeploymentClient {
1731
1731
  * @param ChangeDeploymentCompartmentRequest
1732
1732
  * @return ChangeDeploymentCompartmentResponse
1733
1733
  * @throws OciError when an error occurs
1734
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
1734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
1735
1735
  */
1736
1736
  changeDeploymentCompartment(changeDeploymentCompartmentRequest) {
1737
1737
  return __awaiter(this, void 0, void 0, function* () {
@@ -1794,7 +1794,7 @@ class DeploymentClient {
1794
1794
  * @param CreateDeploymentRequest
1795
1795
  * @return CreateDeploymentResponse
1796
1796
  * @throws OciError when an error occurs
1797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1797
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
1798
1798
  */
1799
1799
  createDeployment(createDeploymentRequest) {
1800
1800
  return __awaiter(this, void 0, void 0, function* () {
@@ -1867,7 +1867,7 @@ class DeploymentClient {
1867
1867
  * @param DeleteDeploymentRequest
1868
1868
  * @return DeleteDeploymentResponse
1869
1869
  * @throws OciError when an error occurs
1870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
1870
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
1871
1871
  */
1872
1872
  deleteDeployment(deleteDeploymentRequest) {
1873
1873
  return __awaiter(this, void 0, void 0, function* () {
@@ -1927,7 +1927,7 @@ class DeploymentClient {
1927
1927
  * @param GetDeploymentRequest
1928
1928
  * @return GetDeploymentResponse
1929
1929
  * @throws OciError when an error occurs
1930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
1930
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
1931
1931
  */
1932
1932
  getDeployment(getDeploymentRequest) {
1933
1933
  return __awaiter(this, void 0, void 0, function* () {
@@ -1991,7 +1991,7 @@ class DeploymentClient {
1991
1991
  * @param ListDeploymentsRequest
1992
1992
  * @return ListDeploymentsResponse
1993
1993
  * @throws OciError when an error occurs
1994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
1994
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
1995
1995
  */
1996
1996
  listDeployments(listDeploymentsRequest) {
1997
1997
  return __awaiter(this, void 0, void 0, function* () {
@@ -2066,7 +2066,7 @@ class DeploymentClient {
2066
2066
  * @param UpdateDeploymentRequest
2067
2067
  * @return UpdateDeploymentResponse
2068
2068
  * @throws OciError when an error occurs
2069
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
2069
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
2070
2070
  */
2071
2071
  updateDeployment(updateDeploymentRequest) {
2072
2072
  return __awaiter(this, void 0, void 0, function* () {
@@ -2272,7 +2272,7 @@ class GatewayClient {
2272
2272
  * @param ChangeGatewayCompartmentRequest
2273
2273
  * @return ChangeGatewayCompartmentResponse
2274
2274
  * @throws OciError when an error occurs
2275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
2275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
2276
2276
  */
2277
2277
  changeGatewayCompartment(changeGatewayCompartmentRequest) {
2278
2278
  return __awaiter(this, void 0, void 0, function* () {
@@ -2335,7 +2335,7 @@ class GatewayClient {
2335
2335
  * @param CreateGatewayRequest
2336
2336
  * @return CreateGatewayResponse
2337
2337
  * @throws OciError when an error occurs
2338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
2338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
2339
2339
  */
2340
2340
  createGateway(createGatewayRequest) {
2341
2341
  return __awaiter(this, void 0, void 0, function* () {
@@ -2408,7 +2408,7 @@ class GatewayClient {
2408
2408
  * @param DeleteGatewayRequest
2409
2409
  * @return DeleteGatewayResponse
2410
2410
  * @throws OciError when an error occurs
2411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
2411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
2412
2412
  */
2413
2413
  deleteGateway(deleteGatewayRequest) {
2414
2414
  return __awaiter(this, void 0, void 0, function* () {
@@ -2468,7 +2468,7 @@ class GatewayClient {
2468
2468
  * @param GetGatewayRequest
2469
2469
  * @return GetGatewayResponse
2470
2470
  * @throws OciError when an error occurs
2471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
2471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
2472
2472
  */
2473
2473
  getGateway(getGatewayRequest) {
2474
2474
  return __awaiter(this, void 0, void 0, function* () {
@@ -2532,7 +2532,7 @@ class GatewayClient {
2532
2532
  * @param ListGatewaysRequest
2533
2533
  * @return ListGatewaysResponse
2534
2534
  * @throws OciError when an error occurs
2535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
2535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
2536
2536
  */
2537
2537
  listGateways(listGatewaysRequest) {
2538
2538
  return __awaiter(this, void 0, void 0, function* () {
@@ -2607,7 +2607,7 @@ class GatewayClient {
2607
2607
  * @param UpdateGatewayRequest
2608
2608
  * @return UpdateGatewayResponse
2609
2609
  * @throws OciError when an error occurs
2610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
2610
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
2611
2611
  */
2612
2612
  updateGateway(updateGatewayRequest) {
2613
2613
  return __awaiter(this, void 0, void 0, function* () {
@@ -2813,7 +2813,7 @@ class SubscribersClient {
2813
2813
  * @param ChangeSubscriberCompartmentRequest
2814
2814
  * @return ChangeSubscriberCompartmentResponse
2815
2815
  * @throws OciError when an error occurs
2816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
2816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
2817
2817
  */
2818
2818
  changeSubscriberCompartment(changeSubscriberCompartmentRequest) {
2819
2819
  return __awaiter(this, void 0, void 0, function* () {
@@ -2875,7 +2875,7 @@ class SubscribersClient {
2875
2875
  * @param CreateSubscriberRequest
2876
2876
  * @return CreateSubscriberResponse
2877
2877
  * @throws OciError when an error occurs
2878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
2878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
2879
2879
  */
2880
2880
  createSubscriber(createSubscriberRequest) {
2881
2881
  return __awaiter(this, void 0, void 0, function* () {
@@ -2948,7 +2948,7 @@ class SubscribersClient {
2948
2948
  * @param DeleteSubscriberRequest
2949
2949
  * @return DeleteSubscriberResponse
2950
2950
  * @throws OciError when an error occurs
2951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
2951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
2952
2952
  */
2953
2953
  deleteSubscriber(deleteSubscriberRequest) {
2954
2954
  return __awaiter(this, void 0, void 0, function* () {
@@ -3008,7 +3008,7 @@ class SubscribersClient {
3008
3008
  * @param GetSubscriberRequest
3009
3009
  * @return GetSubscriberResponse
3010
3010
  * @throws OciError when an error occurs
3011
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
3011
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
3012
3012
  */
3013
3013
  getSubscriber(getSubscriberRequest) {
3014
3014
  return __awaiter(this, void 0, void 0, function* () {
@@ -3071,7 +3071,7 @@ class SubscribersClient {
3071
3071
  * @param ListSubscribersRequest
3072
3072
  * @return ListSubscribersResponse
3073
3073
  * @throws OciError when an error occurs
3074
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
3074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
3075
3075
  */
3076
3076
  listSubscribers(listSubscribersRequest) {
3077
3077
  return __awaiter(this, void 0, void 0, function* () {
@@ -3145,7 +3145,7 @@ class SubscribersClient {
3145
3145
  * @param UpdateSubscriberRequest
3146
3146
  * @return UpdateSubscriberResponse
3147
3147
  * @throws OciError when an error occurs
3148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
3148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
3149
3149
  */
3150
3150
  updateSubscriber(updateSubscriberRequest) {
3151
3151
  return __awaiter(this, void 0, void 0, function* () {
@@ -3351,7 +3351,7 @@ class UsagePlansClient {
3351
3351
  * @param ChangeUsagePlanCompartmentRequest
3352
3352
  * @return ChangeUsagePlanCompartmentResponse
3353
3353
  * @throws OciError when an error occurs
3354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
3354
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
3355
3355
  */
3356
3356
  changeUsagePlanCompartment(changeUsagePlanCompartmentRequest) {
3357
3357
  return __awaiter(this, void 0, void 0, function* () {
@@ -3413,7 +3413,7 @@ class UsagePlansClient {
3413
3413
  * @param CreateUsagePlanRequest
3414
3414
  * @return CreateUsagePlanResponse
3415
3415
  * @throws OciError when an error occurs
3416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
3416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
3417
3417
  */
3418
3418
  createUsagePlan(createUsagePlanRequest) {
3419
3419
  return __awaiter(this, void 0, void 0, function* () {
@@ -3486,7 +3486,7 @@ class UsagePlansClient {
3486
3486
  * @param DeleteUsagePlanRequest
3487
3487
  * @return DeleteUsagePlanResponse
3488
3488
  * @throws OciError when an error occurs
3489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
3489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
3490
3490
  */
3491
3491
  deleteUsagePlan(deleteUsagePlanRequest) {
3492
3492
  return __awaiter(this, void 0, void 0, function* () {
@@ -3546,7 +3546,7 @@ class UsagePlansClient {
3546
3546
  * @param GetUsagePlanRequest
3547
3547
  * @return GetUsagePlanResponse
3548
3548
  * @throws OciError when an error occurs
3549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
3549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
3550
3550
  */
3551
3551
  getUsagePlan(getUsagePlanRequest) {
3552
3552
  return __awaiter(this, void 0, void 0, function* () {
@@ -3609,7 +3609,7 @@ class UsagePlansClient {
3609
3609
  * @param ListUsagePlansRequest
3610
3610
  * @return ListUsagePlansResponse
3611
3611
  * @throws OciError when an error occurs
3612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
3612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
3613
3613
  */
3614
3614
  listUsagePlans(listUsagePlansRequest) {
3615
3615
  return __awaiter(this, void 0, void 0, function* () {
@@ -3683,7 +3683,7 @@ class UsagePlansClient {
3683
3683
  * @param UpdateUsagePlanRequest
3684
3684
  * @return UpdateUsagePlanResponse
3685
3685
  * @throws OciError when an error occurs
3686
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
3686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
3687
3687
  */
3688
3688
  updateUsagePlan(updateUsagePlanRequest) {
3689
3689
  return __awaiter(this, void 0, void 0, function* () {
@@ -3889,7 +3889,7 @@ class WorkRequestsClient {
3889
3889
  * @param CancelWorkRequestRequest
3890
3890
  * @return CancelWorkRequestResponse
3891
3891
  * @throws OciError when an error occurs
3892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
3892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
3893
3893
  */
3894
3894
  cancelWorkRequest(cancelWorkRequestRequest) {
3895
3895
  return __awaiter(this, void 0, void 0, function* () {
@@ -3945,7 +3945,7 @@ class WorkRequestsClient {
3945
3945
  * @param GetWorkRequestRequest
3946
3946
  * @return GetWorkRequestResponse
3947
3947
  * @throws OciError when an error occurs
3948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3949
3949
  */
3950
3950
  getWorkRequest(getWorkRequestRequest) {
3951
3951
  return __awaiter(this, void 0, void 0, function* () {
@@ -4014,7 +4014,7 @@ class WorkRequestsClient {
4014
4014
  * @param ListWorkRequestErrorsRequest
4015
4015
  * @return ListWorkRequestErrorsResponse
4016
4016
  * @throws OciError when an error occurs
4017
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4017
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
4018
4018
  */
4019
4019
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
4020
4020
  return __awaiter(this, void 0, void 0, function* () {
@@ -4088,7 +4088,7 @@ class WorkRequestsClient {
4088
4088
  * @param ListWorkRequestLogsRequest
4089
4089
  * @return ListWorkRequestLogsResponse
4090
4090
  * @throws OciError when an error occurs
4091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4091
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4092
4092
  */
4093
4093
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4094
4094
  return __awaiter(this, void 0, void 0, function* () {
@@ -4162,7 +4162,7 @@ class WorkRequestsClient {
4162
4162
  * @param ListWorkRequestsRequest
4163
4163
  * @return ListWorkRequestsResponse
4164
4164
  * @throws OciError when an error occurs
4165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4166
4166
  */
4167
4167
  listWorkRequests(listWorkRequestsRequest) {
4168
4168
  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.82.2/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.83.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.82.2/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.83.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.82.2/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.83.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.82.2/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.83.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.82.2/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.83.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.82.2/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartmentRequest.
17
17
  */
18
18
  export interface ChangeSubscriberCompartmentRequest 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.82.2/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartmentRequest.
17
17
  */
18
18
  export interface ChangeUsagePlanCompartmentRequest 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.82.2/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.83.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.82.2/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.83.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.82.2/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.83.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.82.2/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.83.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.82.2/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.83.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdkRequest.
17
17
  */
18
18
  export interface CreateSdkRequest 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.82.2/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriberRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriberRequest.
17
17
  */
18
18
  export interface CreateSubscriberRequest 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.82.2/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlanRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlanRequest.
17
17
  */
18
18
  export interface CreateUsagePlanRequest 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.82.2/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.83.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.82.2/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.83.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
16
16
  */
17
17
  export interface DeleteCertificateRequest extends common.BaseRequest {
18
18
  /**