oci-apigateway 2.73.1 → 2.75.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
|
@@ -191,7 +191,7 @@ class ApiGatewayClient {
|
|
|
191
191
|
* @param ChangeApiCompartmentRequest
|
|
192
192
|
* @return ChangeApiCompartmentResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
195
195
|
*/
|
|
196
196
|
changeApiCompartment(changeApiCompartmentRequest) {
|
|
197
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -253,7 +253,7 @@ class ApiGatewayClient {
|
|
|
253
253
|
* @param ChangeCertificateCompartmentRequest
|
|
254
254
|
* @return ChangeCertificateCompartmentResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
257
257
|
*/
|
|
258
258
|
changeCertificateCompartment(changeCertificateCompartmentRequest) {
|
|
259
259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -311,7 +311,7 @@ class ApiGatewayClient {
|
|
|
311
311
|
* @param CreateApiRequest
|
|
312
312
|
* @return CreateApiResponse
|
|
313
313
|
* @throws OciError when an error occurs
|
|
314
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
314
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
315
315
|
*/
|
|
316
316
|
createApi(createApiRequest) {
|
|
317
317
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -385,7 +385,7 @@ class ApiGatewayClient {
|
|
|
385
385
|
* @param CreateCertificateRequest
|
|
386
386
|
* @return CreateCertificateResponse
|
|
387
387
|
* @throws OciError when an error occurs
|
|
388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
389
389
|
*/
|
|
390
390
|
createCertificate(createCertificateRequest) {
|
|
391
391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -458,7 +458,7 @@ class ApiGatewayClient {
|
|
|
458
458
|
* @param CreateSdkRequest
|
|
459
459
|
* @return CreateSdkResponse
|
|
460
460
|
* @throws OciError when an error occurs
|
|
461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
462
462
|
*/
|
|
463
463
|
createSdk(createSdkRequest) {
|
|
464
464
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -531,7 +531,7 @@ class ApiGatewayClient {
|
|
|
531
531
|
* @param DeleteApiRequest
|
|
532
532
|
* @return DeleteApiResponse
|
|
533
533
|
* @throws OciError when an error occurs
|
|
534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
535
535
|
*/
|
|
536
536
|
deleteApi(deleteApiRequest) {
|
|
537
537
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -591,7 +591,7 @@ class ApiGatewayClient {
|
|
|
591
591
|
* @param DeleteCertificateRequest
|
|
592
592
|
* @return DeleteCertificateResponse
|
|
593
593
|
* @throws OciError when an error occurs
|
|
594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
595
595
|
*/
|
|
596
596
|
deleteCertificate(deleteCertificateRequest) {
|
|
597
597
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -651,7 +651,7 @@ class ApiGatewayClient {
|
|
|
651
651
|
* @param DeleteSdkRequest
|
|
652
652
|
* @return DeleteSdkResponse
|
|
653
653
|
* @throws OciError when an error occurs
|
|
654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
655
655
|
*/
|
|
656
656
|
deleteSdk(deleteSdkRequest) {
|
|
657
657
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -711,7 +711,7 @@ class ApiGatewayClient {
|
|
|
711
711
|
* @param GetApiRequest
|
|
712
712
|
* @return GetApiResponse
|
|
713
713
|
* @throws OciError when an error occurs
|
|
714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
715
715
|
*/
|
|
716
716
|
getApi(getApiRequest) {
|
|
717
717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -774,7 +774,7 @@ class ApiGatewayClient {
|
|
|
774
774
|
* @param GetApiContentRequest
|
|
775
775
|
* @return GetApiContentResponse
|
|
776
776
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
778
778
|
*/
|
|
779
779
|
getApiContent(getApiContentRequest) {
|
|
780
780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -843,7 +843,7 @@ class ApiGatewayClient {
|
|
|
843
843
|
* @param GetApiDeploymentSpecificationRequest
|
|
844
844
|
* @return GetApiDeploymentSpecificationResponse
|
|
845
845
|
* @throws OciError when an error occurs
|
|
846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
847
847
|
*/
|
|
848
848
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest) {
|
|
849
849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -907,7 +907,7 @@ class ApiGatewayClient {
|
|
|
907
907
|
* @param GetApiValidationsRequest
|
|
908
908
|
* @return GetApiValidationsResponse
|
|
909
909
|
* @throws OciError when an error occurs
|
|
910
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
911
911
|
*/
|
|
912
912
|
getApiValidations(getApiValidationsRequest) {
|
|
913
913
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -971,7 +971,7 @@ class ApiGatewayClient {
|
|
|
971
971
|
* @param GetCertificateRequest
|
|
972
972
|
* @return GetCertificateResponse
|
|
973
973
|
* @throws OciError when an error occurs
|
|
974
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
974
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
975
975
|
*/
|
|
976
976
|
getCertificate(getCertificateRequest) {
|
|
977
977
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1034,7 +1034,7 @@ class ApiGatewayClient {
|
|
|
1034
1034
|
* @param GetSdkRequest
|
|
1035
1035
|
* @return GetSdkResponse
|
|
1036
1036
|
* @throws OciError when an error occurs
|
|
1037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1037
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
1038
1038
|
*/
|
|
1039
1039
|
getSdk(getSdkRequest) {
|
|
1040
1040
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1098,7 +1098,7 @@ class ApiGatewayClient {
|
|
|
1098
1098
|
* @param ListApisRequest
|
|
1099
1099
|
* @return ListApisResponse
|
|
1100
1100
|
* @throws OciError when an error occurs
|
|
1101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
1102
1102
|
*/
|
|
1103
1103
|
listApis(listApisRequest) {
|
|
1104
1104
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1173,7 +1173,7 @@ class ApiGatewayClient {
|
|
|
1173
1173
|
* @param ListCertificatesRequest
|
|
1174
1174
|
* @return ListCertificatesResponse
|
|
1175
1175
|
* @throws OciError when an error occurs
|
|
1176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
1177
1177
|
*/
|
|
1178
1178
|
listCertificates(listCertificatesRequest) {
|
|
1179
1179
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1247,7 +1247,7 @@ class ApiGatewayClient {
|
|
|
1247
1247
|
* @param ListSdkLanguageTypesRequest
|
|
1248
1248
|
* @return ListSdkLanguageTypesResponse
|
|
1249
1249
|
* @throws OciError when an error occurs
|
|
1250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
1251
1251
|
*/
|
|
1252
1252
|
listSdkLanguageTypes(listSdkLanguageTypesRequest) {
|
|
1253
1253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1320,7 +1320,7 @@ class ApiGatewayClient {
|
|
|
1320
1320
|
* @param ListSdksRequest
|
|
1321
1321
|
* @return ListSdksResponse
|
|
1322
1322
|
* @throws OciError when an error occurs
|
|
1323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
1324
1324
|
*/
|
|
1325
1325
|
listSdks(listSdksRequest) {
|
|
1326
1326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1395,7 +1395,7 @@ class ApiGatewayClient {
|
|
|
1395
1395
|
* @param UpdateApiRequest
|
|
1396
1396
|
* @return UpdateApiResponse
|
|
1397
1397
|
* @throws OciError when an error occurs
|
|
1398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
1399
1399
|
*/
|
|
1400
1400
|
updateApi(updateApiRequest) {
|
|
1401
1401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1456,7 +1456,7 @@ class ApiGatewayClient {
|
|
|
1456
1456
|
* @param UpdateCertificateRequest
|
|
1457
1457
|
* @return UpdateCertificateResponse
|
|
1458
1458
|
* @throws OciError when an error occurs
|
|
1459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
1460
1460
|
*/
|
|
1461
1461
|
updateCertificate(updateCertificateRequest) {
|
|
1462
1462
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1517,7 +1517,7 @@ class ApiGatewayClient {
|
|
|
1517
1517
|
* @param UpdateSdkRequest
|
|
1518
1518
|
* @return UpdateSdkResponse
|
|
1519
1519
|
* @throws OciError when an error occurs
|
|
1520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
1521
1521
|
*/
|
|
1522
1522
|
updateSdk(updateSdkRequest) {
|
|
1523
1523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1706,7 +1706,7 @@ class DeploymentClient {
|
|
|
1706
1706
|
* @param ChangeDeploymentCompartmentRequest
|
|
1707
1707
|
* @return ChangeDeploymentCompartmentResponse
|
|
1708
1708
|
* @throws OciError when an error occurs
|
|
1709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
1710
1710
|
*/
|
|
1711
1711
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest) {
|
|
1712
1712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1769,7 +1769,7 @@ class DeploymentClient {
|
|
|
1769
1769
|
* @param CreateDeploymentRequest
|
|
1770
1770
|
* @return CreateDeploymentResponse
|
|
1771
1771
|
* @throws OciError when an error occurs
|
|
1772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
1773
1773
|
*/
|
|
1774
1774
|
createDeployment(createDeploymentRequest) {
|
|
1775
1775
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1842,7 +1842,7 @@ class DeploymentClient {
|
|
|
1842
1842
|
* @param DeleteDeploymentRequest
|
|
1843
1843
|
* @return DeleteDeploymentResponse
|
|
1844
1844
|
* @throws OciError when an error occurs
|
|
1845
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
1846
1846
|
*/
|
|
1847
1847
|
deleteDeployment(deleteDeploymentRequest) {
|
|
1848
1848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1902,7 +1902,7 @@ class DeploymentClient {
|
|
|
1902
1902
|
* @param GetDeploymentRequest
|
|
1903
1903
|
* @return GetDeploymentResponse
|
|
1904
1904
|
* @throws OciError when an error occurs
|
|
1905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
1906
1906
|
*/
|
|
1907
1907
|
getDeployment(getDeploymentRequest) {
|
|
1908
1908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1966,7 +1966,7 @@ class DeploymentClient {
|
|
|
1966
1966
|
* @param ListDeploymentsRequest
|
|
1967
1967
|
* @return ListDeploymentsResponse
|
|
1968
1968
|
* @throws OciError when an error occurs
|
|
1969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
1970
1970
|
*/
|
|
1971
1971
|
listDeployments(listDeploymentsRequest) {
|
|
1972
1972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2041,7 +2041,7 @@ class DeploymentClient {
|
|
|
2041
2041
|
* @param UpdateDeploymentRequest
|
|
2042
2042
|
* @return UpdateDeploymentResponse
|
|
2043
2043
|
* @throws OciError when an error occurs
|
|
2044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
2045
2045
|
*/
|
|
2046
2046
|
updateDeployment(updateDeploymentRequest) {
|
|
2047
2047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2235,7 +2235,7 @@ class GatewayClient {
|
|
|
2235
2235
|
* @param ChangeGatewayCompartmentRequest
|
|
2236
2236
|
* @return ChangeGatewayCompartmentResponse
|
|
2237
2237
|
* @throws OciError when an error occurs
|
|
2238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
2239
2239
|
*/
|
|
2240
2240
|
changeGatewayCompartment(changeGatewayCompartmentRequest) {
|
|
2241
2241
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2298,7 +2298,7 @@ class GatewayClient {
|
|
|
2298
2298
|
* @param CreateGatewayRequest
|
|
2299
2299
|
* @return CreateGatewayResponse
|
|
2300
2300
|
* @throws OciError when an error occurs
|
|
2301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2301
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
2302
2302
|
*/
|
|
2303
2303
|
createGateway(createGatewayRequest) {
|
|
2304
2304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2371,7 +2371,7 @@ class GatewayClient {
|
|
|
2371
2371
|
* @param DeleteGatewayRequest
|
|
2372
2372
|
* @return DeleteGatewayResponse
|
|
2373
2373
|
* @throws OciError when an error occurs
|
|
2374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
2375
2375
|
*/
|
|
2376
2376
|
deleteGateway(deleteGatewayRequest) {
|
|
2377
2377
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2431,7 +2431,7 @@ class GatewayClient {
|
|
|
2431
2431
|
* @param GetGatewayRequest
|
|
2432
2432
|
* @return GetGatewayResponse
|
|
2433
2433
|
* @throws OciError when an error occurs
|
|
2434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
2435
2435
|
*/
|
|
2436
2436
|
getGateway(getGatewayRequest) {
|
|
2437
2437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2495,7 +2495,7 @@ class GatewayClient {
|
|
|
2495
2495
|
* @param ListGatewaysRequest
|
|
2496
2496
|
* @return ListGatewaysResponse
|
|
2497
2497
|
* @throws OciError when an error occurs
|
|
2498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
2499
2499
|
*/
|
|
2500
2500
|
listGateways(listGatewaysRequest) {
|
|
2501
2501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2570,7 +2570,7 @@ class GatewayClient {
|
|
|
2570
2570
|
* @param UpdateGatewayRequest
|
|
2571
2571
|
* @return UpdateGatewayResponse
|
|
2572
2572
|
* @throws OciError when an error occurs
|
|
2573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
2574
2574
|
*/
|
|
2575
2575
|
updateGateway(updateGatewayRequest) {
|
|
2576
2576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2764,7 +2764,7 @@ class SubscribersClient {
|
|
|
2764
2764
|
* @param ChangeSubscriberCompartmentRequest
|
|
2765
2765
|
* @return ChangeSubscriberCompartmentResponse
|
|
2766
2766
|
* @throws OciError when an error occurs
|
|
2767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
|
|
2768
2768
|
*/
|
|
2769
2769
|
changeSubscriberCompartment(changeSubscriberCompartmentRequest) {
|
|
2770
2770
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2826,7 +2826,7 @@ class SubscribersClient {
|
|
|
2826
2826
|
* @param CreateSubscriberRequest
|
|
2827
2827
|
* @return CreateSubscriberResponse
|
|
2828
2828
|
* @throws OciError when an error occurs
|
|
2829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
|
|
2830
2830
|
*/
|
|
2831
2831
|
createSubscriber(createSubscriberRequest) {
|
|
2832
2832
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2899,7 +2899,7 @@ class SubscribersClient {
|
|
|
2899
2899
|
* @param DeleteSubscriberRequest
|
|
2900
2900
|
* @return DeleteSubscriberResponse
|
|
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.
|
|
2902
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
|
|
2903
2903
|
*/
|
|
2904
2904
|
deleteSubscriber(deleteSubscriberRequest) {
|
|
2905
2905
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2959,7 +2959,7 @@ class SubscribersClient {
|
|
|
2959
2959
|
* @param GetSubscriberRequest
|
|
2960
2960
|
* @return GetSubscriberResponse
|
|
2961
2961
|
* @throws OciError when an error occurs
|
|
2962
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2962
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
|
|
2963
2963
|
*/
|
|
2964
2964
|
getSubscriber(getSubscriberRequest) {
|
|
2965
2965
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3022,7 +3022,7 @@ class SubscribersClient {
|
|
|
3022
3022
|
* @param ListSubscribersRequest
|
|
3023
3023
|
* @return ListSubscribersResponse
|
|
3024
3024
|
* @throws OciError when an error occurs
|
|
3025
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
|
|
3026
3026
|
*/
|
|
3027
3027
|
listSubscribers(listSubscribersRequest) {
|
|
3028
3028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3096,7 +3096,7 @@ class SubscribersClient {
|
|
|
3096
3096
|
* @param UpdateSubscriberRequest
|
|
3097
3097
|
* @return UpdateSubscriberResponse
|
|
3098
3098
|
* @throws OciError when an error occurs
|
|
3099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
|
|
3100
3100
|
*/
|
|
3101
3101
|
updateSubscriber(updateSubscriberRequest) {
|
|
3102
3102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3290,7 +3290,7 @@ class UsagePlansClient {
|
|
|
3290
3290
|
* @param ChangeUsagePlanCompartmentRequest
|
|
3291
3291
|
* @return ChangeUsagePlanCompartmentResponse
|
|
3292
3292
|
* @throws OciError when an error occurs
|
|
3293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
|
|
3294
3294
|
*/
|
|
3295
3295
|
changeUsagePlanCompartment(changeUsagePlanCompartmentRequest) {
|
|
3296
3296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3352,7 +3352,7 @@ class UsagePlansClient {
|
|
|
3352
3352
|
* @param CreateUsagePlanRequest
|
|
3353
3353
|
* @return CreateUsagePlanResponse
|
|
3354
3354
|
* @throws OciError when an error occurs
|
|
3355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
|
|
3356
3356
|
*/
|
|
3357
3357
|
createUsagePlan(createUsagePlanRequest) {
|
|
3358
3358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3425,7 +3425,7 @@ class UsagePlansClient {
|
|
|
3425
3425
|
* @param DeleteUsagePlanRequest
|
|
3426
3426
|
* @return DeleteUsagePlanResponse
|
|
3427
3427
|
* @throws OciError when an error occurs
|
|
3428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3428
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
|
|
3429
3429
|
*/
|
|
3430
3430
|
deleteUsagePlan(deleteUsagePlanRequest) {
|
|
3431
3431
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3485,7 +3485,7 @@ class UsagePlansClient {
|
|
|
3485
3485
|
* @param GetUsagePlanRequest
|
|
3486
3486
|
* @return GetUsagePlanResponse
|
|
3487
3487
|
* @throws OciError when an error occurs
|
|
3488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
|
|
3489
3489
|
*/
|
|
3490
3490
|
getUsagePlan(getUsagePlanRequest) {
|
|
3491
3491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3548,7 +3548,7 @@ class UsagePlansClient {
|
|
|
3548
3548
|
* @param ListUsagePlansRequest
|
|
3549
3549
|
* @return ListUsagePlansResponse
|
|
3550
3550
|
* @throws OciError when an error occurs
|
|
3551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
|
|
3552
3552
|
*/
|
|
3553
3553
|
listUsagePlans(listUsagePlansRequest) {
|
|
3554
3554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3622,7 +3622,7 @@ class UsagePlansClient {
|
|
|
3622
3622
|
* @param UpdateUsagePlanRequest
|
|
3623
3623
|
* @return UpdateUsagePlanResponse
|
|
3624
3624
|
* @throws OciError when an error occurs
|
|
3625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
|
|
3626
3626
|
*/
|
|
3627
3627
|
updateUsagePlan(updateUsagePlanRequest) {
|
|
3628
3628
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3816,7 +3816,7 @@ class WorkRequestsClient {
|
|
|
3816
3816
|
* @param CancelWorkRequestRequest
|
|
3817
3817
|
* @return CancelWorkRequestResponse
|
|
3818
3818
|
* @throws OciError when an error occurs
|
|
3819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
3820
3820
|
*/
|
|
3821
3821
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
3822
3822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3872,7 +3872,7 @@ class WorkRequestsClient {
|
|
|
3872
3872
|
* @param GetWorkRequestRequest
|
|
3873
3873
|
* @return GetWorkRequestResponse
|
|
3874
3874
|
* @throws OciError when an error occurs
|
|
3875
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3876
3876
|
*/
|
|
3877
3877
|
getWorkRequest(getWorkRequestRequest) {
|
|
3878
3878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3941,7 +3941,7 @@ class WorkRequestsClient {
|
|
|
3941
3941
|
* @param ListWorkRequestErrorsRequest
|
|
3942
3942
|
* @return ListWorkRequestErrorsResponse
|
|
3943
3943
|
* @throws OciError when an error occurs
|
|
3944
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3945
3945
|
*/
|
|
3946
3946
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3947
3947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4015,7 +4015,7 @@ class WorkRequestsClient {
|
|
|
4015
4015
|
* @param ListWorkRequestLogsRequest
|
|
4016
4016
|
* @return ListWorkRequestLogsResponse
|
|
4017
4017
|
* @throws OciError when an error occurs
|
|
4018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4018
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4019
4019
|
*/
|
|
4020
4020
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4021
4021
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4089,7 +4089,7 @@ class WorkRequestsClient {
|
|
|
4089
4089
|
* @param ListWorkRequestsRequest
|
|
4090
4090
|
* @return ListWorkRequestsResponse
|
|
4091
4091
|
* @throws OciError when an error occurs
|
|
4092
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4092
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.75.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4093
4093
|
*/
|
|
4094
4094
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4095
4095
|
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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.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.75.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteCertificateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|