oci-apigateway 2.56.0 → 2.57.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
|
@@ -164,7 +164,7 @@ class ApiGatewayClient {
|
|
|
164
164
|
* @param ChangeApiCompartmentRequest
|
|
165
165
|
* @return ChangeApiCompartmentResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
168
168
|
*/
|
|
169
169
|
changeApiCompartment(changeApiCompartmentRequest) {
|
|
170
170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -226,7 +226,7 @@ class ApiGatewayClient {
|
|
|
226
226
|
* @param ChangeCertificateCompartmentRequest
|
|
227
227
|
* @return ChangeCertificateCompartmentResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
230
230
|
*/
|
|
231
231
|
changeCertificateCompartment(changeCertificateCompartmentRequest) {
|
|
232
232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -284,7 +284,7 @@ class ApiGatewayClient {
|
|
|
284
284
|
* @param CreateApiRequest
|
|
285
285
|
* @return CreateApiResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
288
288
|
*/
|
|
289
289
|
createApi(createApiRequest) {
|
|
290
290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -358,7 +358,7 @@ class ApiGatewayClient {
|
|
|
358
358
|
* @param CreateCertificateRequest
|
|
359
359
|
* @return CreateCertificateResponse
|
|
360
360
|
* @throws OciError when an error occurs
|
|
361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
362
362
|
*/
|
|
363
363
|
createCertificate(createCertificateRequest) {
|
|
364
364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -431,7 +431,7 @@ class ApiGatewayClient {
|
|
|
431
431
|
* @param CreateSdkRequest
|
|
432
432
|
* @return CreateSdkResponse
|
|
433
433
|
* @throws OciError when an error occurs
|
|
434
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
434
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
435
435
|
*/
|
|
436
436
|
createSdk(createSdkRequest) {
|
|
437
437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -504,7 +504,7 @@ class ApiGatewayClient {
|
|
|
504
504
|
* @param DeleteApiRequest
|
|
505
505
|
* @return DeleteApiResponse
|
|
506
506
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
508
508
|
*/
|
|
509
509
|
deleteApi(deleteApiRequest) {
|
|
510
510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -564,7 +564,7 @@ class ApiGatewayClient {
|
|
|
564
564
|
* @param DeleteCertificateRequest
|
|
565
565
|
* @return DeleteCertificateResponse
|
|
566
566
|
* @throws OciError when an error occurs
|
|
567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
568
568
|
*/
|
|
569
569
|
deleteCertificate(deleteCertificateRequest) {
|
|
570
570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -624,7 +624,7 @@ class ApiGatewayClient {
|
|
|
624
624
|
* @param DeleteSdkRequest
|
|
625
625
|
* @return DeleteSdkResponse
|
|
626
626
|
* @throws OciError when an error occurs
|
|
627
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
628
628
|
*/
|
|
629
629
|
deleteSdk(deleteSdkRequest) {
|
|
630
630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -684,7 +684,7 @@ class ApiGatewayClient {
|
|
|
684
684
|
* @param GetApiRequest
|
|
685
685
|
* @return GetApiResponse
|
|
686
686
|
* @throws OciError when an error occurs
|
|
687
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
687
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
688
688
|
*/
|
|
689
689
|
getApi(getApiRequest) {
|
|
690
690
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -747,7 +747,7 @@ class ApiGatewayClient {
|
|
|
747
747
|
* @param GetApiContentRequest
|
|
748
748
|
* @return GetApiContentResponse
|
|
749
749
|
* @throws OciError when an error occurs
|
|
750
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
750
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
751
751
|
*/
|
|
752
752
|
getApiContent(getApiContentRequest) {
|
|
753
753
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -816,7 +816,7 @@ class ApiGatewayClient {
|
|
|
816
816
|
* @param GetApiDeploymentSpecificationRequest
|
|
817
817
|
* @return GetApiDeploymentSpecificationResponse
|
|
818
818
|
* @throws OciError when an error occurs
|
|
819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
820
820
|
*/
|
|
821
821
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest) {
|
|
822
822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -880,7 +880,7 @@ class ApiGatewayClient {
|
|
|
880
880
|
* @param GetApiValidationsRequest
|
|
881
881
|
* @return GetApiValidationsResponse
|
|
882
882
|
* @throws OciError when an error occurs
|
|
883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
884
884
|
*/
|
|
885
885
|
getApiValidations(getApiValidationsRequest) {
|
|
886
886
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -944,7 +944,7 @@ class ApiGatewayClient {
|
|
|
944
944
|
* @param GetCertificateRequest
|
|
945
945
|
* @return GetCertificateResponse
|
|
946
946
|
* @throws OciError when an error occurs
|
|
947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
948
948
|
*/
|
|
949
949
|
getCertificate(getCertificateRequest) {
|
|
950
950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1007,7 +1007,7 @@ class ApiGatewayClient {
|
|
|
1007
1007
|
* @param GetSdkRequest
|
|
1008
1008
|
* @return GetSdkResponse
|
|
1009
1009
|
* @throws OciError when an error occurs
|
|
1010
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1010
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
1011
1011
|
*/
|
|
1012
1012
|
getSdk(getSdkRequest) {
|
|
1013
1013
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1071,7 +1071,7 @@ class ApiGatewayClient {
|
|
|
1071
1071
|
* @param ListApisRequest
|
|
1072
1072
|
* @return ListApisResponse
|
|
1073
1073
|
* @throws OciError when an error occurs
|
|
1074
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1074
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
1075
1075
|
*/
|
|
1076
1076
|
listApis(listApisRequest) {
|
|
1077
1077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1146,7 +1146,7 @@ class ApiGatewayClient {
|
|
|
1146
1146
|
* @param ListCertificatesRequest
|
|
1147
1147
|
* @return ListCertificatesResponse
|
|
1148
1148
|
* @throws OciError when an error occurs
|
|
1149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
1150
1150
|
*/
|
|
1151
1151
|
listCertificates(listCertificatesRequest) {
|
|
1152
1152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1220,7 +1220,7 @@ class ApiGatewayClient {
|
|
|
1220
1220
|
* @param ListSdkLanguageTypesRequest
|
|
1221
1221
|
* @return ListSdkLanguageTypesResponse
|
|
1222
1222
|
* @throws OciError when an error occurs
|
|
1223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
1224
1224
|
*/
|
|
1225
1225
|
listSdkLanguageTypes(listSdkLanguageTypesRequest) {
|
|
1226
1226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1293,7 +1293,7 @@ class ApiGatewayClient {
|
|
|
1293
1293
|
* @param ListSdksRequest
|
|
1294
1294
|
* @return ListSdksResponse
|
|
1295
1295
|
* @throws OciError when an error occurs
|
|
1296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
1297
1297
|
*/
|
|
1298
1298
|
listSdks(listSdksRequest) {
|
|
1299
1299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1368,7 +1368,7 @@ class ApiGatewayClient {
|
|
|
1368
1368
|
* @param UpdateApiRequest
|
|
1369
1369
|
* @return UpdateApiResponse
|
|
1370
1370
|
* @throws OciError when an error occurs
|
|
1371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
1372
1372
|
*/
|
|
1373
1373
|
updateApi(updateApiRequest) {
|
|
1374
1374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1429,7 +1429,7 @@ class ApiGatewayClient {
|
|
|
1429
1429
|
* @param UpdateCertificateRequest
|
|
1430
1430
|
* @return UpdateCertificateResponse
|
|
1431
1431
|
* @throws OciError when an error occurs
|
|
1432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
1433
1433
|
*/
|
|
1434
1434
|
updateCertificate(updateCertificateRequest) {
|
|
1435
1435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1490,7 +1490,7 @@ class ApiGatewayClient {
|
|
|
1490
1490
|
* @param UpdateSdkRequest
|
|
1491
1491
|
* @return UpdateSdkResponse
|
|
1492
1492
|
* @throws OciError when an error occurs
|
|
1493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
1494
1494
|
*/
|
|
1495
1495
|
updateSdk(updateSdkRequest) {
|
|
1496
1496
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1652,7 +1652,7 @@ class DeploymentClient {
|
|
|
1652
1652
|
* @param ChangeDeploymentCompartmentRequest
|
|
1653
1653
|
* @return ChangeDeploymentCompartmentResponse
|
|
1654
1654
|
* @throws OciError when an error occurs
|
|
1655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1655
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
1656
1656
|
*/
|
|
1657
1657
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest) {
|
|
1658
1658
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1715,7 +1715,7 @@ class DeploymentClient {
|
|
|
1715
1715
|
* @param CreateDeploymentRequest
|
|
1716
1716
|
* @return CreateDeploymentResponse
|
|
1717
1717
|
* @throws OciError when an error occurs
|
|
1718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
1719
1719
|
*/
|
|
1720
1720
|
createDeployment(createDeploymentRequest) {
|
|
1721
1721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1788,7 +1788,7 @@ class DeploymentClient {
|
|
|
1788
1788
|
* @param DeleteDeploymentRequest
|
|
1789
1789
|
* @return DeleteDeploymentResponse
|
|
1790
1790
|
* @throws OciError when an error occurs
|
|
1791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
1792
1792
|
*/
|
|
1793
1793
|
deleteDeployment(deleteDeploymentRequest) {
|
|
1794
1794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1848,7 +1848,7 @@ class DeploymentClient {
|
|
|
1848
1848
|
* @param GetDeploymentRequest
|
|
1849
1849
|
* @return GetDeploymentResponse
|
|
1850
1850
|
* @throws OciError when an error occurs
|
|
1851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
1852
1852
|
*/
|
|
1853
1853
|
getDeployment(getDeploymentRequest) {
|
|
1854
1854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1912,7 +1912,7 @@ class DeploymentClient {
|
|
|
1912
1912
|
* @param ListDeploymentsRequest
|
|
1913
1913
|
* @return ListDeploymentsResponse
|
|
1914
1914
|
* @throws OciError when an error occurs
|
|
1915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
1916
1916
|
*/
|
|
1917
1917
|
listDeployments(listDeploymentsRequest) {
|
|
1918
1918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1987,7 +1987,7 @@ class DeploymentClient {
|
|
|
1987
1987
|
* @param UpdateDeploymentRequest
|
|
1988
1988
|
* @return UpdateDeploymentResponse
|
|
1989
1989
|
* @throws OciError when an error occurs
|
|
1990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
1991
1991
|
*/
|
|
1992
1992
|
updateDeployment(updateDeploymentRequest) {
|
|
1993
1993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2154,7 +2154,7 @@ class GatewayClient {
|
|
|
2154
2154
|
* @param ChangeGatewayCompartmentRequest
|
|
2155
2155
|
* @return ChangeGatewayCompartmentResponse
|
|
2156
2156
|
* @throws OciError when an error occurs
|
|
2157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
2158
2158
|
*/
|
|
2159
2159
|
changeGatewayCompartment(changeGatewayCompartmentRequest) {
|
|
2160
2160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2217,7 +2217,7 @@ class GatewayClient {
|
|
|
2217
2217
|
* @param CreateGatewayRequest
|
|
2218
2218
|
* @return CreateGatewayResponse
|
|
2219
2219
|
* @throws OciError when an error occurs
|
|
2220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
2221
2221
|
*/
|
|
2222
2222
|
createGateway(createGatewayRequest) {
|
|
2223
2223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2290,7 +2290,7 @@ class GatewayClient {
|
|
|
2290
2290
|
* @param DeleteGatewayRequest
|
|
2291
2291
|
* @return DeleteGatewayResponse
|
|
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.
|
|
2293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
2294
2294
|
*/
|
|
2295
2295
|
deleteGateway(deleteGatewayRequest) {
|
|
2296
2296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2350,7 +2350,7 @@ class GatewayClient {
|
|
|
2350
2350
|
* @param GetGatewayRequest
|
|
2351
2351
|
* @return GetGatewayResponse
|
|
2352
2352
|
* @throws OciError when an error occurs
|
|
2353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
2354
2354
|
*/
|
|
2355
2355
|
getGateway(getGatewayRequest) {
|
|
2356
2356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2414,7 +2414,7 @@ class GatewayClient {
|
|
|
2414
2414
|
* @param ListGatewaysRequest
|
|
2415
2415
|
* @return ListGatewaysResponse
|
|
2416
2416
|
* @throws OciError when an error occurs
|
|
2417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
2418
2418
|
*/
|
|
2419
2419
|
listGateways(listGatewaysRequest) {
|
|
2420
2420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2489,7 +2489,7 @@ class GatewayClient {
|
|
|
2489
2489
|
* @param UpdateGatewayRequest
|
|
2490
2490
|
* @return UpdateGatewayResponse
|
|
2491
2491
|
* @throws OciError when an error occurs
|
|
2492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2492
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
2493
2493
|
*/
|
|
2494
2494
|
updateGateway(updateGatewayRequest) {
|
|
2495
2495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2656,7 +2656,7 @@ class SubscribersClient {
|
|
|
2656
2656
|
* @param ChangeSubscriberCompartmentRequest
|
|
2657
2657
|
* @return ChangeSubscriberCompartmentResponse
|
|
2658
2658
|
* @throws OciError when an error occurs
|
|
2659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
|
|
2660
2660
|
*/
|
|
2661
2661
|
changeSubscriberCompartment(changeSubscriberCompartmentRequest) {
|
|
2662
2662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2718,7 +2718,7 @@ class SubscribersClient {
|
|
|
2718
2718
|
* @param CreateSubscriberRequest
|
|
2719
2719
|
* @return CreateSubscriberResponse
|
|
2720
2720
|
* @throws OciError when an error occurs
|
|
2721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
|
|
2722
2722
|
*/
|
|
2723
2723
|
createSubscriber(createSubscriberRequest) {
|
|
2724
2724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2791,7 +2791,7 @@ class SubscribersClient {
|
|
|
2791
2791
|
* @param DeleteSubscriberRequest
|
|
2792
2792
|
* @return DeleteSubscriberResponse
|
|
2793
2793
|
* @throws OciError when an error occurs
|
|
2794
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
|
|
2795
2795
|
*/
|
|
2796
2796
|
deleteSubscriber(deleteSubscriberRequest) {
|
|
2797
2797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2851,7 +2851,7 @@ class SubscribersClient {
|
|
|
2851
2851
|
* @param GetSubscriberRequest
|
|
2852
2852
|
* @return GetSubscriberResponse
|
|
2853
2853
|
* @throws OciError when an error occurs
|
|
2854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
|
|
2855
2855
|
*/
|
|
2856
2856
|
getSubscriber(getSubscriberRequest) {
|
|
2857
2857
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2914,7 +2914,7 @@ class SubscribersClient {
|
|
|
2914
2914
|
* @param ListSubscribersRequest
|
|
2915
2915
|
* @return ListSubscribersResponse
|
|
2916
2916
|
* @throws OciError when an error occurs
|
|
2917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
|
|
2918
2918
|
*/
|
|
2919
2919
|
listSubscribers(listSubscribersRequest) {
|
|
2920
2920
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2988,7 +2988,7 @@ class SubscribersClient {
|
|
|
2988
2988
|
* @param UpdateSubscriberRequest
|
|
2989
2989
|
* @return UpdateSubscriberResponse
|
|
2990
2990
|
* @throws OciError when an error occurs
|
|
2991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
|
|
2992
2992
|
*/
|
|
2993
2993
|
updateSubscriber(updateSubscriberRequest) {
|
|
2994
2994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3155,7 +3155,7 @@ class UsagePlansClient {
|
|
|
3155
3155
|
* @param ChangeUsagePlanCompartmentRequest
|
|
3156
3156
|
* @return ChangeUsagePlanCompartmentResponse
|
|
3157
3157
|
* @throws OciError when an error occurs
|
|
3158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
|
|
3159
3159
|
*/
|
|
3160
3160
|
changeUsagePlanCompartment(changeUsagePlanCompartmentRequest) {
|
|
3161
3161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3217,7 +3217,7 @@ class UsagePlansClient {
|
|
|
3217
3217
|
* @param CreateUsagePlanRequest
|
|
3218
3218
|
* @return CreateUsagePlanResponse
|
|
3219
3219
|
* @throws OciError when an error occurs
|
|
3220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
|
|
3221
3221
|
*/
|
|
3222
3222
|
createUsagePlan(createUsagePlanRequest) {
|
|
3223
3223
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3290,7 +3290,7 @@ class UsagePlansClient {
|
|
|
3290
3290
|
* @param DeleteUsagePlanRequest
|
|
3291
3291
|
* @return DeleteUsagePlanResponse
|
|
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.57.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
|
|
3294
3294
|
*/
|
|
3295
3295
|
deleteUsagePlan(deleteUsagePlanRequest) {
|
|
3296
3296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3350,7 +3350,7 @@ class UsagePlansClient {
|
|
|
3350
3350
|
* @param GetUsagePlanRequest
|
|
3351
3351
|
* @return GetUsagePlanResponse
|
|
3352
3352
|
* @throws OciError when an error occurs
|
|
3353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
|
|
3354
3354
|
*/
|
|
3355
3355
|
getUsagePlan(getUsagePlanRequest) {
|
|
3356
3356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3413,7 +3413,7 @@ class UsagePlansClient {
|
|
|
3413
3413
|
* @param ListUsagePlansRequest
|
|
3414
3414
|
* @return ListUsagePlansResponse
|
|
3415
3415
|
* @throws OciError when an error occurs
|
|
3416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
|
|
3417
3417
|
*/
|
|
3418
3418
|
listUsagePlans(listUsagePlansRequest) {
|
|
3419
3419
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3487,7 +3487,7 @@ class UsagePlansClient {
|
|
|
3487
3487
|
* @param UpdateUsagePlanRequest
|
|
3488
3488
|
* @return UpdateUsagePlanResponse
|
|
3489
3489
|
* @throws OciError when an error occurs
|
|
3490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
|
|
3491
3491
|
*/
|
|
3492
3492
|
updateUsagePlan(updateUsagePlanRequest) {
|
|
3493
3493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3654,7 +3654,7 @@ class WorkRequestsClient {
|
|
|
3654
3654
|
* @param CancelWorkRequestRequest
|
|
3655
3655
|
* @return CancelWorkRequestResponse
|
|
3656
3656
|
* @throws OciError when an error occurs
|
|
3657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
3658
3658
|
*/
|
|
3659
3659
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
3660
3660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3710,7 +3710,7 @@ class WorkRequestsClient {
|
|
|
3710
3710
|
* @param GetWorkRequestRequest
|
|
3711
3711
|
* @return GetWorkRequestResponse
|
|
3712
3712
|
* @throws OciError when an error occurs
|
|
3713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3714
3714
|
*/
|
|
3715
3715
|
getWorkRequest(getWorkRequestRequest) {
|
|
3716
3716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3779,7 +3779,7 @@ class WorkRequestsClient {
|
|
|
3779
3779
|
* @param ListWorkRequestErrorsRequest
|
|
3780
3780
|
* @return ListWorkRequestErrorsResponse
|
|
3781
3781
|
* @throws OciError when an error occurs
|
|
3782
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3783
3783
|
*/
|
|
3784
3784
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3785
3785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3853,7 +3853,7 @@ class WorkRequestsClient {
|
|
|
3853
3853
|
* @param ListWorkRequestLogsRequest
|
|
3854
3854
|
* @return ListWorkRequestLogsResponse
|
|
3855
3855
|
* @throws OciError when an error occurs
|
|
3856
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3856
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3857
3857
|
*/
|
|
3858
3858
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3859
3859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3927,7 +3927,7 @@ class WorkRequestsClient {
|
|
|
3927
3927
|
* @param ListWorkRequestsRequest
|
|
3928
3928
|
* @return ListWorkRequestsResponse
|
|
3929
3929
|
* @throws OciError when an error occurs
|
|
3930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.57.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3931
3931
|
*/
|
|
3932
3932
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3933
3933
|
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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.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.57.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDeploymentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|