oci-apigateway 2.89.3 → 2.89.4
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
|
@@ -210,7 +210,7 @@ class ApiGatewayClient {
|
|
|
210
210
|
* @param ChangeApiCompartmentRequest
|
|
211
211
|
* @return ChangeApiCompartmentResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
214
214
|
*/
|
|
215
215
|
changeApiCompartment(changeApiCompartmentRequest) {
|
|
216
216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -272,7 +272,7 @@ class ApiGatewayClient {
|
|
|
272
272
|
* @param ChangeCertificateCompartmentRequest
|
|
273
273
|
* @return ChangeCertificateCompartmentResponse
|
|
274
274
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
276
276
|
*/
|
|
277
277
|
changeCertificateCompartment(changeCertificateCompartmentRequest) {
|
|
278
278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -330,7 +330,7 @@ class ApiGatewayClient {
|
|
|
330
330
|
* @param CreateApiRequest
|
|
331
331
|
* @return CreateApiResponse
|
|
332
332
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
334
334
|
*/
|
|
335
335
|
createApi(createApiRequest) {
|
|
336
336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -404,7 +404,7 @@ class ApiGatewayClient {
|
|
|
404
404
|
* @param CreateCertificateRequest
|
|
405
405
|
* @return CreateCertificateResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
408
408
|
*/
|
|
409
409
|
createCertificate(createCertificateRequest) {
|
|
410
410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -477,7 +477,7 @@ class ApiGatewayClient {
|
|
|
477
477
|
* @param CreateSdkRequest
|
|
478
478
|
* @return CreateSdkResponse
|
|
479
479
|
* @throws OciError when an error occurs
|
|
480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
481
481
|
*/
|
|
482
482
|
createSdk(createSdkRequest) {
|
|
483
483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -550,7 +550,7 @@ class ApiGatewayClient {
|
|
|
550
550
|
* @param DeleteApiRequest
|
|
551
551
|
* @return DeleteApiResponse
|
|
552
552
|
* @throws OciError when an error occurs
|
|
553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
554
554
|
*/
|
|
555
555
|
deleteApi(deleteApiRequest) {
|
|
556
556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -610,7 +610,7 @@ class ApiGatewayClient {
|
|
|
610
610
|
* @param DeleteCertificateRequest
|
|
611
611
|
* @return DeleteCertificateResponse
|
|
612
612
|
* @throws OciError when an error occurs
|
|
613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
614
614
|
*/
|
|
615
615
|
deleteCertificate(deleteCertificateRequest) {
|
|
616
616
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -670,7 +670,7 @@ class ApiGatewayClient {
|
|
|
670
670
|
* @param DeleteSdkRequest
|
|
671
671
|
* @return DeleteSdkResponse
|
|
672
672
|
* @throws OciError when an error occurs
|
|
673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
674
674
|
*/
|
|
675
675
|
deleteSdk(deleteSdkRequest) {
|
|
676
676
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -730,7 +730,7 @@ class ApiGatewayClient {
|
|
|
730
730
|
* @param GetApiRequest
|
|
731
731
|
* @return GetApiResponse
|
|
732
732
|
* @throws OciError when an error occurs
|
|
733
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
734
734
|
*/
|
|
735
735
|
getApi(getApiRequest) {
|
|
736
736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -793,7 +793,7 @@ class ApiGatewayClient {
|
|
|
793
793
|
* @param GetApiContentRequest
|
|
794
794
|
* @return GetApiContentResponse
|
|
795
795
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
797
797
|
*/
|
|
798
798
|
getApiContent(getApiContentRequest) {
|
|
799
799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -862,7 +862,7 @@ class ApiGatewayClient {
|
|
|
862
862
|
* @param GetApiDeploymentSpecificationRequest
|
|
863
863
|
* @return GetApiDeploymentSpecificationResponse
|
|
864
864
|
* @throws OciError when an error occurs
|
|
865
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
866
866
|
*/
|
|
867
867
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest) {
|
|
868
868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -926,7 +926,7 @@ class ApiGatewayClient {
|
|
|
926
926
|
* @param GetApiValidationsRequest
|
|
927
927
|
* @return GetApiValidationsResponse
|
|
928
928
|
* @throws OciError when an error occurs
|
|
929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
930
930
|
*/
|
|
931
931
|
getApiValidations(getApiValidationsRequest) {
|
|
932
932
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -990,7 +990,7 @@ class ApiGatewayClient {
|
|
|
990
990
|
* @param GetCertificateRequest
|
|
991
991
|
* @return GetCertificateResponse
|
|
992
992
|
* @throws OciError when an error occurs
|
|
993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
994
994
|
*/
|
|
995
995
|
getCertificate(getCertificateRequest) {
|
|
996
996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1053,7 +1053,7 @@ class ApiGatewayClient {
|
|
|
1053
1053
|
* @param GetSdkRequest
|
|
1054
1054
|
* @return GetSdkResponse
|
|
1055
1055
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
1057
1057
|
*/
|
|
1058
1058
|
getSdk(getSdkRequest) {
|
|
1059
1059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1117,7 +1117,7 @@ class ApiGatewayClient {
|
|
|
1117
1117
|
* @param ListApisRequest
|
|
1118
1118
|
* @return ListApisResponse
|
|
1119
1119
|
* @throws OciError when an error occurs
|
|
1120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
1121
1121
|
*/
|
|
1122
1122
|
listApis(listApisRequest) {
|
|
1123
1123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1192,7 +1192,7 @@ class ApiGatewayClient {
|
|
|
1192
1192
|
* @param ListCertificatesRequest
|
|
1193
1193
|
* @return ListCertificatesResponse
|
|
1194
1194
|
* @throws OciError when an error occurs
|
|
1195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
1196
1196
|
*/
|
|
1197
1197
|
listCertificates(listCertificatesRequest) {
|
|
1198
1198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1266,7 +1266,7 @@ class ApiGatewayClient {
|
|
|
1266
1266
|
* @param ListSdkLanguageTypesRequest
|
|
1267
1267
|
* @return ListSdkLanguageTypesResponse
|
|
1268
1268
|
* @throws OciError when an error occurs
|
|
1269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
1270
1270
|
*/
|
|
1271
1271
|
listSdkLanguageTypes(listSdkLanguageTypesRequest) {
|
|
1272
1272
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1339,7 +1339,7 @@ class ApiGatewayClient {
|
|
|
1339
1339
|
* @param ListSdksRequest
|
|
1340
1340
|
* @return ListSdksResponse
|
|
1341
1341
|
* @throws OciError when an error occurs
|
|
1342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
1343
1343
|
*/
|
|
1344
1344
|
listSdks(listSdksRequest) {
|
|
1345
1345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1414,7 +1414,7 @@ class ApiGatewayClient {
|
|
|
1414
1414
|
* @param UpdateApiRequest
|
|
1415
1415
|
* @return UpdateApiResponse
|
|
1416
1416
|
* @throws OciError when an error occurs
|
|
1417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
1418
1418
|
*/
|
|
1419
1419
|
updateApi(updateApiRequest) {
|
|
1420
1420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1475,7 +1475,7 @@ class ApiGatewayClient {
|
|
|
1475
1475
|
* @param UpdateCertificateRequest
|
|
1476
1476
|
* @return UpdateCertificateResponse
|
|
1477
1477
|
* @throws OciError when an error occurs
|
|
1478
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
1479
1479
|
*/
|
|
1480
1480
|
updateCertificate(updateCertificateRequest) {
|
|
1481
1481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1536,7 +1536,7 @@ class ApiGatewayClient {
|
|
|
1536
1536
|
* @param UpdateSdkRequest
|
|
1537
1537
|
* @return UpdateSdkResponse
|
|
1538
1538
|
* @throws OciError when an error occurs
|
|
1539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1539
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
1540
1540
|
*/
|
|
1541
1541
|
updateSdk(updateSdkRequest) {
|
|
1542
1542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1743,7 +1743,7 @@ class DeploymentClient {
|
|
|
1743
1743
|
* @param ChangeDeploymentCompartmentRequest
|
|
1744
1744
|
* @return ChangeDeploymentCompartmentResponse
|
|
1745
1745
|
* @throws OciError when an error occurs
|
|
1746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
1747
1747
|
*/
|
|
1748
1748
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest) {
|
|
1749
1749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1806,7 +1806,7 @@ class DeploymentClient {
|
|
|
1806
1806
|
* @param CreateDeploymentRequest
|
|
1807
1807
|
* @return CreateDeploymentResponse
|
|
1808
1808
|
* @throws OciError when an error occurs
|
|
1809
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
1810
1810
|
*/
|
|
1811
1811
|
createDeployment(createDeploymentRequest) {
|
|
1812
1812
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1879,7 +1879,7 @@ class DeploymentClient {
|
|
|
1879
1879
|
* @param DeleteDeploymentRequest
|
|
1880
1880
|
* @return DeleteDeploymentResponse
|
|
1881
1881
|
* @throws OciError when an error occurs
|
|
1882
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
1883
1883
|
*/
|
|
1884
1884
|
deleteDeployment(deleteDeploymentRequest) {
|
|
1885
1885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1939,7 +1939,7 @@ class DeploymentClient {
|
|
|
1939
1939
|
* @param GetDeploymentRequest
|
|
1940
1940
|
* @return GetDeploymentResponse
|
|
1941
1941
|
* @throws OciError when an error occurs
|
|
1942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
1943
1943
|
*/
|
|
1944
1944
|
getDeployment(getDeploymentRequest) {
|
|
1945
1945
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2003,7 +2003,7 @@ class DeploymentClient {
|
|
|
2003
2003
|
* @param ListDeploymentsRequest
|
|
2004
2004
|
* @return ListDeploymentsResponse
|
|
2005
2005
|
* @throws OciError when an error occurs
|
|
2006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
2007
2007
|
*/
|
|
2008
2008
|
listDeployments(listDeploymentsRequest) {
|
|
2009
2009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2078,7 +2078,7 @@ class DeploymentClient {
|
|
|
2078
2078
|
* @param UpdateDeploymentRequest
|
|
2079
2079
|
* @return UpdateDeploymentResponse
|
|
2080
2080
|
* @throws OciError when an error occurs
|
|
2081
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
2082
2082
|
*/
|
|
2083
2083
|
updateDeployment(updateDeploymentRequest) {
|
|
2084
2084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2290,7 +2290,7 @@ class GatewayClient {
|
|
|
2290
2290
|
* @param ChangeGatewayCompartmentRequest
|
|
2291
2291
|
* @return ChangeGatewayCompartmentResponse
|
|
2292
2292
|
* @throws OciError when an error occurs
|
|
2293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
2294
2294
|
*/
|
|
2295
2295
|
changeGatewayCompartment(changeGatewayCompartmentRequest) {
|
|
2296
2296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2353,7 +2353,7 @@ class GatewayClient {
|
|
|
2353
2353
|
* @param CreateGatewayRequest
|
|
2354
2354
|
* @return CreateGatewayResponse
|
|
2355
2355
|
* @throws OciError when an error occurs
|
|
2356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
2357
2357
|
*/
|
|
2358
2358
|
createGateway(createGatewayRequest) {
|
|
2359
2359
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2426,7 +2426,7 @@ class GatewayClient {
|
|
|
2426
2426
|
* @param DeleteGatewayRequest
|
|
2427
2427
|
* @return DeleteGatewayResponse
|
|
2428
2428
|
* @throws OciError when an error occurs
|
|
2429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
2430
2430
|
*/
|
|
2431
2431
|
deleteGateway(deleteGatewayRequest) {
|
|
2432
2432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2486,7 +2486,7 @@ class GatewayClient {
|
|
|
2486
2486
|
* @param GetGatewayRequest
|
|
2487
2487
|
* @return GetGatewayResponse
|
|
2488
2488
|
* @throws OciError when an error occurs
|
|
2489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
2490
2490
|
*/
|
|
2491
2491
|
getGateway(getGatewayRequest) {
|
|
2492
2492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2550,7 +2550,7 @@ class GatewayClient {
|
|
|
2550
2550
|
* @param ListGatewaysRequest
|
|
2551
2551
|
* @return ListGatewaysResponse
|
|
2552
2552
|
* @throws OciError when an error occurs
|
|
2553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
2554
2554
|
*/
|
|
2555
2555
|
listGateways(listGatewaysRequest) {
|
|
2556
2556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2625,7 +2625,7 @@ class GatewayClient {
|
|
|
2625
2625
|
* @param UpdateGatewayRequest
|
|
2626
2626
|
* @return UpdateGatewayResponse
|
|
2627
2627
|
* @throws OciError when an error occurs
|
|
2628
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2628
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
2629
2629
|
*/
|
|
2630
2630
|
updateGateway(updateGatewayRequest) {
|
|
2631
2631
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2837,7 +2837,7 @@ class SubscribersClient {
|
|
|
2837
2837
|
* @param ChangeSubscriberCompartmentRequest
|
|
2838
2838
|
* @return ChangeSubscriberCompartmentResponse
|
|
2839
2839
|
* @throws OciError when an error occurs
|
|
2840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
|
|
2841
2841
|
*/
|
|
2842
2842
|
changeSubscriberCompartment(changeSubscriberCompartmentRequest) {
|
|
2843
2843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2899,7 +2899,7 @@ class SubscribersClient {
|
|
|
2899
2899
|
* @param CreateSubscriberRequest
|
|
2900
2900
|
* @return CreateSubscriberResponse
|
|
2901
2901
|
* @throws OciError when an error occurs
|
|
2902
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
|
|
2903
2903
|
*/
|
|
2904
2904
|
createSubscriber(createSubscriberRequest) {
|
|
2905
2905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2972,7 +2972,7 @@ class SubscribersClient {
|
|
|
2972
2972
|
* @param DeleteSubscriberRequest
|
|
2973
2973
|
* @return DeleteSubscriberResponse
|
|
2974
2974
|
* @throws OciError when an error occurs
|
|
2975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
|
|
2976
2976
|
*/
|
|
2977
2977
|
deleteSubscriber(deleteSubscriberRequest) {
|
|
2978
2978
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3032,7 +3032,7 @@ class SubscribersClient {
|
|
|
3032
3032
|
* @param GetSubscriberRequest
|
|
3033
3033
|
* @return GetSubscriberResponse
|
|
3034
3034
|
* @throws OciError when an error occurs
|
|
3035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
|
|
3036
3036
|
*/
|
|
3037
3037
|
getSubscriber(getSubscriberRequest) {
|
|
3038
3038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3095,7 +3095,7 @@ class SubscribersClient {
|
|
|
3095
3095
|
* @param ListSubscribersRequest
|
|
3096
3096
|
* @return ListSubscribersResponse
|
|
3097
3097
|
* @throws OciError when an error occurs
|
|
3098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
|
|
3099
3099
|
*/
|
|
3100
3100
|
listSubscribers(listSubscribersRequest) {
|
|
3101
3101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3169,7 +3169,7 @@ class SubscribersClient {
|
|
|
3169
3169
|
* @param UpdateSubscriberRequest
|
|
3170
3170
|
* @return UpdateSubscriberResponse
|
|
3171
3171
|
* @throws OciError when an error occurs
|
|
3172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
|
|
3173
3173
|
*/
|
|
3174
3174
|
updateSubscriber(updateSubscriberRequest) {
|
|
3175
3175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3381,7 +3381,7 @@ class UsagePlansClient {
|
|
|
3381
3381
|
* @param ChangeUsagePlanCompartmentRequest
|
|
3382
3382
|
* @return ChangeUsagePlanCompartmentResponse
|
|
3383
3383
|
* @throws OciError when an error occurs
|
|
3384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
|
|
3385
3385
|
*/
|
|
3386
3386
|
changeUsagePlanCompartment(changeUsagePlanCompartmentRequest) {
|
|
3387
3387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3443,7 +3443,7 @@ class UsagePlansClient {
|
|
|
3443
3443
|
* @param CreateUsagePlanRequest
|
|
3444
3444
|
* @return CreateUsagePlanResponse
|
|
3445
3445
|
* @throws OciError when an error occurs
|
|
3446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
|
|
3447
3447
|
*/
|
|
3448
3448
|
createUsagePlan(createUsagePlanRequest) {
|
|
3449
3449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3516,7 +3516,7 @@ class UsagePlansClient {
|
|
|
3516
3516
|
* @param DeleteUsagePlanRequest
|
|
3517
3517
|
* @return DeleteUsagePlanResponse
|
|
3518
3518
|
* @throws OciError when an error occurs
|
|
3519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
|
|
3520
3520
|
*/
|
|
3521
3521
|
deleteUsagePlan(deleteUsagePlanRequest) {
|
|
3522
3522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3576,7 +3576,7 @@ class UsagePlansClient {
|
|
|
3576
3576
|
* @param GetUsagePlanRequest
|
|
3577
3577
|
* @return GetUsagePlanResponse
|
|
3578
3578
|
* @throws OciError when an error occurs
|
|
3579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
|
|
3580
3580
|
*/
|
|
3581
3581
|
getUsagePlan(getUsagePlanRequest) {
|
|
3582
3582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3639,7 +3639,7 @@ class UsagePlansClient {
|
|
|
3639
3639
|
* @param ListUsagePlansRequest
|
|
3640
3640
|
* @return ListUsagePlansResponse
|
|
3641
3641
|
* @throws OciError when an error occurs
|
|
3642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
|
|
3643
3643
|
*/
|
|
3644
3644
|
listUsagePlans(listUsagePlansRequest) {
|
|
3645
3645
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3713,7 +3713,7 @@ class UsagePlansClient {
|
|
|
3713
3713
|
* @param UpdateUsagePlanRequest
|
|
3714
3714
|
* @return UpdateUsagePlanResponse
|
|
3715
3715
|
* @throws OciError when an error occurs
|
|
3716
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
|
|
3717
3717
|
*/
|
|
3718
3718
|
updateUsagePlan(updateUsagePlanRequest) {
|
|
3719
3719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3925,7 +3925,7 @@ class WorkRequestsClient {
|
|
|
3925
3925
|
* @param CancelWorkRequestRequest
|
|
3926
3926
|
* @return CancelWorkRequestResponse
|
|
3927
3927
|
* @throws OciError when an error occurs
|
|
3928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
3929
3929
|
*/
|
|
3930
3930
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
3931
3931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3981,7 +3981,7 @@ class WorkRequestsClient {
|
|
|
3981
3981
|
* @param GetWorkRequestRequest
|
|
3982
3982
|
* @return GetWorkRequestResponse
|
|
3983
3983
|
* @throws OciError when an error occurs
|
|
3984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3985
3985
|
*/
|
|
3986
3986
|
getWorkRequest(getWorkRequestRequest) {
|
|
3987
3987
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4050,7 +4050,7 @@ class WorkRequestsClient {
|
|
|
4050
4050
|
* @param ListWorkRequestErrorsRequest
|
|
4051
4051
|
* @return ListWorkRequestErrorsResponse
|
|
4052
4052
|
* @throws OciError when an error occurs
|
|
4053
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4053
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
4054
4054
|
*/
|
|
4055
4055
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
4056
4056
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4124,7 +4124,7 @@ class WorkRequestsClient {
|
|
|
4124
4124
|
* @param ListWorkRequestLogsRequest
|
|
4125
4125
|
* @return ListWorkRequestLogsResponse
|
|
4126
4126
|
* @throws OciError when an error occurs
|
|
4127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4128
4128
|
*/
|
|
4129
4129
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4130
4130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4198,7 +4198,7 @@ class WorkRequestsClient {
|
|
|
4198
4198
|
* @param ListWorkRequestsRequest
|
|
4199
4199
|
* @return ListWorkRequestsResponse
|
|
4200
4200
|
* @throws OciError when an error occurs
|
|
4201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4202
4202
|
*/
|
|
4203
4203
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4204
4204
|
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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDeploymentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|