oci-apigateway 2.64.0 → 2.65.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.
- package/lib/client.d.ts +50 -50
- package/lib/client.js +50 -50
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-api-compartment-request.d.ts +1 -1
- package/lib/request/change-certificate-compartment-request.d.ts +1 -1
- package/lib/request/change-deployment-compartment-request.d.ts +1 -1
- package/lib/request/change-gateway-compartment-request.d.ts +1 -1
- package/lib/request/change-subscriber-compartment-request.d.ts +1 -1
- package/lib/request/change-usage-plan-compartment-request.d.ts +1 -1
- package/lib/request/create-api-request.d.ts +1 -1
- package/lib/request/create-certificate-request.d.ts +1 -1
- package/lib/request/create-deployment-request.d.ts +1 -1
- package/lib/request/create-gateway-request.d.ts +1 -1
- package/lib/request/create-sdk-request.d.ts +1 -1
- package/lib/request/create-subscriber-request.d.ts +1 -1
- package/lib/request/create-usage-plan-request.d.ts +1 -1
- package/lib/request/delete-api-request.d.ts +1 -1
- package/lib/request/delete-certificate-request.d.ts +1 -1
- package/lib/request/delete-deployment-request.d.ts +1 -1
- package/lib/request/delete-gateway-request.d.ts +1 -1
- package/lib/request/delete-sdk-request.d.ts +1 -1
- package/lib/request/delete-subscriber-request.d.ts +1 -1
- package/lib/request/delete-usage-plan-request.d.ts +1 -1
- package/lib/request/get-api-content-request.d.ts +1 -1
- package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
- package/lib/request/get-api-request.d.ts +1 -1
- package/lib/request/get-api-validations-request.d.ts +1 -1
- package/lib/request/get-certificate-request.d.ts +1 -1
- package/lib/request/get-deployment-request.d.ts +1 -1
- package/lib/request/get-gateway-request.d.ts +1 -1
- package/lib/request/get-sdk-request.d.ts +1 -1
- package/lib/request/get-subscriber-request.d.ts +1 -1
- package/lib/request/get-usage-plan-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-apis-request.d.ts +1 -1
- package/lib/request/list-certificates-request.d.ts +1 -1
- package/lib/request/list-deployments-request.d.ts +1 -1
- package/lib/request/list-gateways-request.d.ts +1 -1
- package/lib/request/list-sdk-language-types-request.d.ts +1 -1
- package/lib/request/list-sdks-request.d.ts +1 -1
- package/lib/request/list-subscribers-request.d.ts +1 -1
- package/lib/request/list-usage-plans-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-api-request.d.ts +1 -1
- package/lib/request/update-certificate-request.d.ts +1 -1
- package/lib/request/update-deployment-request.d.ts +1 -1
- package/lib/request/update-gateway-request.d.ts +1 -1
- package/lib/request/update-sdk-request.d.ts +1 -1
- package/lib/request/update-subscriber-request.d.ts +1 -1
- package/lib/request/update-usage-plan-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -187,7 +187,7 @@ class ApiGatewayClient {
|
|
|
187
187
|
* @param ChangeApiCompartmentRequest
|
|
188
188
|
* @return ChangeApiCompartmentResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
191
191
|
*/
|
|
192
192
|
changeApiCompartment(changeApiCompartmentRequest) {
|
|
193
193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class ApiGatewayClient {
|
|
|
249
249
|
* @param ChangeCertificateCompartmentRequest
|
|
250
250
|
* @return ChangeCertificateCompartmentResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
253
253
|
*/
|
|
254
254
|
changeCertificateCompartment(changeCertificateCompartmentRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -307,7 +307,7 @@ class ApiGatewayClient {
|
|
|
307
307
|
* @param CreateApiRequest
|
|
308
308
|
* @return CreateApiResponse
|
|
309
309
|
* @throws OciError when an error occurs
|
|
310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
311
311
|
*/
|
|
312
312
|
createApi(createApiRequest) {
|
|
313
313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -381,7 +381,7 @@ class ApiGatewayClient {
|
|
|
381
381
|
* @param CreateCertificateRequest
|
|
382
382
|
* @return CreateCertificateResponse
|
|
383
383
|
* @throws OciError when an error occurs
|
|
384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
385
385
|
*/
|
|
386
386
|
createCertificate(createCertificateRequest) {
|
|
387
387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,7 @@ class ApiGatewayClient {
|
|
|
454
454
|
* @param CreateSdkRequest
|
|
455
455
|
* @return CreateSdkResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
458
458
|
*/
|
|
459
459
|
createSdk(createSdkRequest) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -527,7 +527,7 @@ class ApiGatewayClient {
|
|
|
527
527
|
* @param DeleteApiRequest
|
|
528
528
|
* @return DeleteApiResponse
|
|
529
529
|
* @throws OciError when an error occurs
|
|
530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
531
531
|
*/
|
|
532
532
|
deleteApi(deleteApiRequest) {
|
|
533
533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -587,7 +587,7 @@ class ApiGatewayClient {
|
|
|
587
587
|
* @param DeleteCertificateRequest
|
|
588
588
|
* @return DeleteCertificateResponse
|
|
589
589
|
* @throws OciError when an error occurs
|
|
590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
591
591
|
*/
|
|
592
592
|
deleteCertificate(deleteCertificateRequest) {
|
|
593
593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -647,7 +647,7 @@ class ApiGatewayClient {
|
|
|
647
647
|
* @param DeleteSdkRequest
|
|
648
648
|
* @return DeleteSdkResponse
|
|
649
649
|
* @throws OciError when an error occurs
|
|
650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
651
651
|
*/
|
|
652
652
|
deleteSdk(deleteSdkRequest) {
|
|
653
653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -707,7 +707,7 @@ class ApiGatewayClient {
|
|
|
707
707
|
* @param GetApiRequest
|
|
708
708
|
* @return GetApiResponse
|
|
709
709
|
* @throws OciError when an error occurs
|
|
710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
710
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
711
711
|
*/
|
|
712
712
|
getApi(getApiRequest) {
|
|
713
713
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -770,7 +770,7 @@ class ApiGatewayClient {
|
|
|
770
770
|
* @param GetApiContentRequest
|
|
771
771
|
* @return GetApiContentResponse
|
|
772
772
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
774
774
|
*/
|
|
775
775
|
getApiContent(getApiContentRequest) {
|
|
776
776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -839,7 +839,7 @@ class ApiGatewayClient {
|
|
|
839
839
|
* @param GetApiDeploymentSpecificationRequest
|
|
840
840
|
* @return GetApiDeploymentSpecificationResponse
|
|
841
841
|
* @throws OciError when an error occurs
|
|
842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
843
843
|
*/
|
|
844
844
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest) {
|
|
845
845
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -903,7 +903,7 @@ class ApiGatewayClient {
|
|
|
903
903
|
* @param GetApiValidationsRequest
|
|
904
904
|
* @return GetApiValidationsResponse
|
|
905
905
|
* @throws OciError when an error occurs
|
|
906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
907
907
|
*/
|
|
908
908
|
getApiValidations(getApiValidationsRequest) {
|
|
909
909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -967,7 +967,7 @@ class ApiGatewayClient {
|
|
|
967
967
|
* @param GetCertificateRequest
|
|
968
968
|
* @return GetCertificateResponse
|
|
969
969
|
* @throws OciError when an error occurs
|
|
970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
970
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
971
971
|
*/
|
|
972
972
|
getCertificate(getCertificateRequest) {
|
|
973
973
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1030,7 +1030,7 @@ class ApiGatewayClient {
|
|
|
1030
1030
|
* @param GetSdkRequest
|
|
1031
1031
|
* @return GetSdkResponse
|
|
1032
1032
|
* @throws OciError when an error occurs
|
|
1033
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1033
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
1034
1034
|
*/
|
|
1035
1035
|
getSdk(getSdkRequest) {
|
|
1036
1036
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1094,7 +1094,7 @@ class ApiGatewayClient {
|
|
|
1094
1094
|
* @param ListApisRequest
|
|
1095
1095
|
* @return ListApisResponse
|
|
1096
1096
|
* @throws OciError when an error occurs
|
|
1097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
1098
1098
|
*/
|
|
1099
1099
|
listApis(listApisRequest) {
|
|
1100
1100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1169,7 +1169,7 @@ class ApiGatewayClient {
|
|
|
1169
1169
|
* @param ListCertificatesRequest
|
|
1170
1170
|
* @return ListCertificatesResponse
|
|
1171
1171
|
* @throws OciError when an error occurs
|
|
1172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
1173
1173
|
*/
|
|
1174
1174
|
listCertificates(listCertificatesRequest) {
|
|
1175
1175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1243,7 +1243,7 @@ class ApiGatewayClient {
|
|
|
1243
1243
|
* @param ListSdkLanguageTypesRequest
|
|
1244
1244
|
* @return ListSdkLanguageTypesResponse
|
|
1245
1245
|
* @throws OciError when an error occurs
|
|
1246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
1247
1247
|
*/
|
|
1248
1248
|
listSdkLanguageTypes(listSdkLanguageTypesRequest) {
|
|
1249
1249
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1316,7 +1316,7 @@ class ApiGatewayClient {
|
|
|
1316
1316
|
* @param ListSdksRequest
|
|
1317
1317
|
* @return ListSdksResponse
|
|
1318
1318
|
* @throws OciError when an error occurs
|
|
1319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
1320
1320
|
*/
|
|
1321
1321
|
listSdks(listSdksRequest) {
|
|
1322
1322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1391,7 +1391,7 @@ class ApiGatewayClient {
|
|
|
1391
1391
|
* @param UpdateApiRequest
|
|
1392
1392
|
* @return UpdateApiResponse
|
|
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.
|
|
1394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
1395
1395
|
*/
|
|
1396
1396
|
updateApi(updateApiRequest) {
|
|
1397
1397
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1452,7 +1452,7 @@ class ApiGatewayClient {
|
|
|
1452
1452
|
* @param UpdateCertificateRequest
|
|
1453
1453
|
* @return UpdateCertificateResponse
|
|
1454
1454
|
* @throws OciError when an error occurs
|
|
1455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
1456
1456
|
*/
|
|
1457
1457
|
updateCertificate(updateCertificateRequest) {
|
|
1458
1458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1513,7 +1513,7 @@ class ApiGatewayClient {
|
|
|
1513
1513
|
* @param UpdateSdkRequest
|
|
1514
1514
|
* @return UpdateSdkResponse
|
|
1515
1515
|
* @throws OciError when an error occurs
|
|
1516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
1517
1517
|
*/
|
|
1518
1518
|
updateSdk(updateSdkRequest) {
|
|
1519
1519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1698,7 +1698,7 @@ class DeploymentClient {
|
|
|
1698
1698
|
* @param ChangeDeploymentCompartmentRequest
|
|
1699
1699
|
* @return ChangeDeploymentCompartmentResponse
|
|
1700
1700
|
* @throws OciError when an error occurs
|
|
1701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
1702
1702
|
*/
|
|
1703
1703
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest) {
|
|
1704
1704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1761,7 +1761,7 @@ class DeploymentClient {
|
|
|
1761
1761
|
* @param CreateDeploymentRequest
|
|
1762
1762
|
* @return CreateDeploymentResponse
|
|
1763
1763
|
* @throws OciError when an error occurs
|
|
1764
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1764
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
1765
1765
|
*/
|
|
1766
1766
|
createDeployment(createDeploymentRequest) {
|
|
1767
1767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1834,7 +1834,7 @@ class DeploymentClient {
|
|
|
1834
1834
|
* @param DeleteDeploymentRequest
|
|
1835
1835
|
* @return DeleteDeploymentResponse
|
|
1836
1836
|
* @throws OciError when an error occurs
|
|
1837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
1838
1838
|
*/
|
|
1839
1839
|
deleteDeployment(deleteDeploymentRequest) {
|
|
1840
1840
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1894,7 +1894,7 @@ class DeploymentClient {
|
|
|
1894
1894
|
* @param GetDeploymentRequest
|
|
1895
1895
|
* @return GetDeploymentResponse
|
|
1896
1896
|
* @throws OciError when an error occurs
|
|
1897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
1898
1898
|
*/
|
|
1899
1899
|
getDeployment(getDeploymentRequest) {
|
|
1900
1900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1958,7 +1958,7 @@ class DeploymentClient {
|
|
|
1958
1958
|
* @param ListDeploymentsRequest
|
|
1959
1959
|
* @return ListDeploymentsResponse
|
|
1960
1960
|
* @throws OciError when an error occurs
|
|
1961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
1962
1962
|
*/
|
|
1963
1963
|
listDeployments(listDeploymentsRequest) {
|
|
1964
1964
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2033,7 +2033,7 @@ class DeploymentClient {
|
|
|
2033
2033
|
* @param UpdateDeploymentRequest
|
|
2034
2034
|
* @return UpdateDeploymentResponse
|
|
2035
2035
|
* @throws OciError when an error occurs
|
|
2036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2036
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
2037
2037
|
*/
|
|
2038
2038
|
updateDeployment(updateDeploymentRequest) {
|
|
2039
2039
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2223,7 +2223,7 @@ class GatewayClient {
|
|
|
2223
2223
|
* @param ChangeGatewayCompartmentRequest
|
|
2224
2224
|
* @return ChangeGatewayCompartmentResponse
|
|
2225
2225
|
* @throws OciError when an error occurs
|
|
2226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
2227
2227
|
*/
|
|
2228
2228
|
changeGatewayCompartment(changeGatewayCompartmentRequest) {
|
|
2229
2229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2286,7 +2286,7 @@ class GatewayClient {
|
|
|
2286
2286
|
* @param CreateGatewayRequest
|
|
2287
2287
|
* @return CreateGatewayResponse
|
|
2288
2288
|
* @throws OciError when an error occurs
|
|
2289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
2290
2290
|
*/
|
|
2291
2291
|
createGateway(createGatewayRequest) {
|
|
2292
2292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2359,7 +2359,7 @@ class GatewayClient {
|
|
|
2359
2359
|
* @param DeleteGatewayRequest
|
|
2360
2360
|
* @return DeleteGatewayResponse
|
|
2361
2361
|
* @throws OciError when an error occurs
|
|
2362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
2363
2363
|
*/
|
|
2364
2364
|
deleteGateway(deleteGatewayRequest) {
|
|
2365
2365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2419,7 +2419,7 @@ class GatewayClient {
|
|
|
2419
2419
|
* @param GetGatewayRequest
|
|
2420
2420
|
* @return GetGatewayResponse
|
|
2421
2421
|
* @throws OciError when an error occurs
|
|
2422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
2423
2423
|
*/
|
|
2424
2424
|
getGateway(getGatewayRequest) {
|
|
2425
2425
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2483,7 +2483,7 @@ class GatewayClient {
|
|
|
2483
2483
|
* @param ListGatewaysRequest
|
|
2484
2484
|
* @return ListGatewaysResponse
|
|
2485
2485
|
* @throws OciError when an error occurs
|
|
2486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
2487
2487
|
*/
|
|
2488
2488
|
listGateways(listGatewaysRequest) {
|
|
2489
2489
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2558,7 +2558,7 @@ class GatewayClient {
|
|
|
2558
2558
|
* @param UpdateGatewayRequest
|
|
2559
2559
|
* @return UpdateGatewayResponse
|
|
2560
2560
|
* @throws OciError when an error occurs
|
|
2561
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
2562
2562
|
*/
|
|
2563
2563
|
updateGateway(updateGatewayRequest) {
|
|
2564
2564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2748,7 +2748,7 @@ class SubscribersClient {
|
|
|
2748
2748
|
* @param ChangeSubscriberCompartmentRequest
|
|
2749
2749
|
* @return ChangeSubscriberCompartmentResponse
|
|
2750
2750
|
* @throws OciError when an error occurs
|
|
2751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
|
|
2752
2752
|
*/
|
|
2753
2753
|
changeSubscriberCompartment(changeSubscriberCompartmentRequest) {
|
|
2754
2754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2810,7 +2810,7 @@ class SubscribersClient {
|
|
|
2810
2810
|
* @param CreateSubscriberRequest
|
|
2811
2811
|
* @return CreateSubscriberResponse
|
|
2812
2812
|
* @throws OciError when an error occurs
|
|
2813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
|
|
2814
2814
|
*/
|
|
2815
2815
|
createSubscriber(createSubscriberRequest) {
|
|
2816
2816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2883,7 +2883,7 @@ class SubscribersClient {
|
|
|
2883
2883
|
* @param DeleteSubscriberRequest
|
|
2884
2884
|
* @return DeleteSubscriberResponse
|
|
2885
2885
|
* @throws OciError when an error occurs
|
|
2886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
|
|
2887
2887
|
*/
|
|
2888
2888
|
deleteSubscriber(deleteSubscriberRequest) {
|
|
2889
2889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2943,7 +2943,7 @@ class SubscribersClient {
|
|
|
2943
2943
|
* @param GetSubscriberRequest
|
|
2944
2944
|
* @return GetSubscriberResponse
|
|
2945
2945
|
* @throws OciError when an error occurs
|
|
2946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
|
|
2947
2947
|
*/
|
|
2948
2948
|
getSubscriber(getSubscriberRequest) {
|
|
2949
2949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3006,7 +3006,7 @@ class SubscribersClient {
|
|
|
3006
3006
|
* @param ListSubscribersRequest
|
|
3007
3007
|
* @return ListSubscribersResponse
|
|
3008
3008
|
* @throws OciError when an error occurs
|
|
3009
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
|
|
3010
3010
|
*/
|
|
3011
3011
|
listSubscribers(listSubscribersRequest) {
|
|
3012
3012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3080,7 +3080,7 @@ class SubscribersClient {
|
|
|
3080
3080
|
* @param UpdateSubscriberRequest
|
|
3081
3081
|
* @return UpdateSubscriberResponse
|
|
3082
3082
|
* @throws OciError when an error occurs
|
|
3083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
|
|
3084
3084
|
*/
|
|
3085
3085
|
updateSubscriber(updateSubscriberRequest) {
|
|
3086
3086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3270,7 +3270,7 @@ class UsagePlansClient {
|
|
|
3270
3270
|
* @param ChangeUsagePlanCompartmentRequest
|
|
3271
3271
|
* @return ChangeUsagePlanCompartmentResponse
|
|
3272
3272
|
* @throws OciError when an error occurs
|
|
3273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
|
|
3274
3274
|
*/
|
|
3275
3275
|
changeUsagePlanCompartment(changeUsagePlanCompartmentRequest) {
|
|
3276
3276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3332,7 +3332,7 @@ class UsagePlansClient {
|
|
|
3332
3332
|
* @param CreateUsagePlanRequest
|
|
3333
3333
|
* @return CreateUsagePlanResponse
|
|
3334
3334
|
* @throws OciError when an error occurs
|
|
3335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
|
|
3336
3336
|
*/
|
|
3337
3337
|
createUsagePlan(createUsagePlanRequest) {
|
|
3338
3338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3405,7 +3405,7 @@ class UsagePlansClient {
|
|
|
3405
3405
|
* @param DeleteUsagePlanRequest
|
|
3406
3406
|
* @return DeleteUsagePlanResponse
|
|
3407
3407
|
* @throws OciError when an error occurs
|
|
3408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
|
|
3409
3409
|
*/
|
|
3410
3410
|
deleteUsagePlan(deleteUsagePlanRequest) {
|
|
3411
3411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3465,7 +3465,7 @@ class UsagePlansClient {
|
|
|
3465
3465
|
* @param GetUsagePlanRequest
|
|
3466
3466
|
* @return GetUsagePlanResponse
|
|
3467
3467
|
* @throws OciError when an error occurs
|
|
3468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
|
|
3469
3469
|
*/
|
|
3470
3470
|
getUsagePlan(getUsagePlanRequest) {
|
|
3471
3471
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3528,7 +3528,7 @@ class UsagePlansClient {
|
|
|
3528
3528
|
* @param ListUsagePlansRequest
|
|
3529
3529
|
* @return ListUsagePlansResponse
|
|
3530
3530
|
* @throws OciError when an error occurs
|
|
3531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
|
|
3532
3532
|
*/
|
|
3533
3533
|
listUsagePlans(listUsagePlansRequest) {
|
|
3534
3534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3602,7 +3602,7 @@ class UsagePlansClient {
|
|
|
3602
3602
|
* @param UpdateUsagePlanRequest
|
|
3603
3603
|
* @return UpdateUsagePlanResponse
|
|
3604
3604
|
* @throws OciError when an error occurs
|
|
3605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
|
|
3606
3606
|
*/
|
|
3607
3607
|
updateUsagePlan(updateUsagePlanRequest) {
|
|
3608
3608
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3792,7 +3792,7 @@ class WorkRequestsClient {
|
|
|
3792
3792
|
* @param CancelWorkRequestRequest
|
|
3793
3793
|
* @return CancelWorkRequestResponse
|
|
3794
3794
|
* @throws OciError when an error occurs
|
|
3795
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
3796
3796
|
*/
|
|
3797
3797
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
3798
3798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3848,7 +3848,7 @@ class WorkRequestsClient {
|
|
|
3848
3848
|
* @param GetWorkRequestRequest
|
|
3849
3849
|
* @return GetWorkRequestResponse
|
|
3850
3850
|
* @throws OciError when an error occurs
|
|
3851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3852
3852
|
*/
|
|
3853
3853
|
getWorkRequest(getWorkRequestRequest) {
|
|
3854
3854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3917,7 +3917,7 @@ class WorkRequestsClient {
|
|
|
3917
3917
|
* @param ListWorkRequestErrorsRequest
|
|
3918
3918
|
* @return ListWorkRequestErrorsResponse
|
|
3919
3919
|
* @throws OciError when an error occurs
|
|
3920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3921
3921
|
*/
|
|
3922
3922
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3923
3923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3991,7 +3991,7 @@ class WorkRequestsClient {
|
|
|
3991
3991
|
* @param ListWorkRequestLogsRequest
|
|
3992
3992
|
* @return ListWorkRequestLogsResponse
|
|
3993
3993
|
* @throws OciError when an error occurs
|
|
3994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3994
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3995
3995
|
*/
|
|
3996
3996
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3997
3997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4065,7 +4065,7 @@ class WorkRequestsClient {
|
|
|
4065
4065
|
* @param ListWorkRequestsRequest
|
|
4066
4066
|
* @return ListWorkRequestsResponse
|
|
4067
4067
|
* @throws OciError when an error occurs
|
|
4068
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4069
4069
|
*/
|
|
4070
4070
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4071
4071
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDeploymentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|