oci-apigateway 2.9.1 → 2.10.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 +38 -38
- package/lib/client.js +38 -38
- package/lib/model/api-specification-request-policies.d.ts +1 -0
- package/lib/model/api-specification-request-policies.js +6 -2
- package/lib/model/api-specification-request-policies.js.map +1 -1
- package/lib/model/ca-bundle.d.ts +25 -0
- package/lib/model/ca-bundle.js +72 -0
- package/lib/model/ca-bundle.js.map +1 -0
- package/lib/model/certificates-ca-bundle.d.ts +32 -0
- package/lib/model/certificates-ca-bundle.js +55 -0
- package/lib/model/certificates-ca-bundle.js.map +1 -0
- package/lib/model/certificates-certificate-authority.d.ts +32 -0
- package/lib/model/certificates-certificate-authority.js +57 -0
- package/lib/model/certificates-certificate-authority.js.map +1 -0
- package/lib/model/create-gateway-details.d.ts +4 -0
- package/lib/model/create-gateway-details.js +10 -0
- package/lib/model/create-gateway-details.js.map +1 -1
- package/lib/model/gateway.d.ts +4 -0
- package/lib/model/gateway.js +10 -0
- package/lib/model/gateway.js.map +1 -1
- package/lib/model/index.d.ts +8 -0
- package/lib/model/index.js +11 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/mutual-tls-details.d.ts +33 -0
- package/lib/model/mutual-tls-details.js +32 -0
- package/lib/model/mutual-tls-details.js.map +1 -0
- package/lib/model/update-gateway-details.d.ts +4 -0
- package/lib/model/update-gateway-details.js +10 -0
- package/lib/model/update-gateway-details.js.map +1 -1
- 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/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/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/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-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-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/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -156,7 +156,7 @@ class ApiGatewayClient {
|
|
|
156
156
|
* @param ChangeApiCompartmentRequest
|
|
157
157
|
* @return ChangeApiCompartmentResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
160
160
|
*/
|
|
161
161
|
changeApiCompartment(changeApiCompartmentRequest) {
|
|
162
162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -216,7 +216,7 @@ class ApiGatewayClient {
|
|
|
216
216
|
* @param ChangeCertificateCompartmentRequest
|
|
217
217
|
* @return ChangeCertificateCompartmentResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
220
220
|
*/
|
|
221
221
|
changeCertificateCompartment(changeCertificateCompartmentRequest) {
|
|
222
222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -272,7 +272,7 @@ class ApiGatewayClient {
|
|
|
272
272
|
* @param CreateApiRequest
|
|
273
273
|
* @return CreateApiResponse
|
|
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.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
276
276
|
*/
|
|
277
277
|
createApi(createApiRequest) {
|
|
278
278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,7 +344,7 @@ class ApiGatewayClient {
|
|
|
344
344
|
* @param CreateCertificateRequest
|
|
345
345
|
* @return CreateCertificateResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
348
348
|
*/
|
|
349
349
|
createCertificate(createCertificateRequest) {
|
|
350
350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -415,7 +415,7 @@ class ApiGatewayClient {
|
|
|
415
415
|
* @param CreateSdkRequest
|
|
416
416
|
* @return CreateSdkResponse
|
|
417
417
|
* @throws OciError when an error occurs
|
|
418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
418
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
419
419
|
*/
|
|
420
420
|
createSdk(createSdkRequest) {
|
|
421
421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -486,7 +486,7 @@ class ApiGatewayClient {
|
|
|
486
486
|
* @param DeleteApiRequest
|
|
487
487
|
* @return DeleteApiResponse
|
|
488
488
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
490
490
|
*/
|
|
491
491
|
deleteApi(deleteApiRequest) {
|
|
492
492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -544,7 +544,7 @@ class ApiGatewayClient {
|
|
|
544
544
|
* @param DeleteCertificateRequest
|
|
545
545
|
* @return DeleteCertificateResponse
|
|
546
546
|
* @throws OciError when an error occurs
|
|
547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
548
548
|
*/
|
|
549
549
|
deleteCertificate(deleteCertificateRequest) {
|
|
550
550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -602,7 +602,7 @@ class ApiGatewayClient {
|
|
|
602
602
|
* @param DeleteSdkRequest
|
|
603
603
|
* @return DeleteSdkResponse
|
|
604
604
|
* @throws OciError when an error occurs
|
|
605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
606
606
|
*/
|
|
607
607
|
deleteSdk(deleteSdkRequest) {
|
|
608
608
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -660,7 +660,7 @@ class ApiGatewayClient {
|
|
|
660
660
|
* @param GetApiRequest
|
|
661
661
|
* @return GetApiResponse
|
|
662
662
|
* @throws OciError when an error occurs
|
|
663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
664
664
|
*/
|
|
665
665
|
getApi(getApiRequest) {
|
|
666
666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -721,7 +721,7 @@ class ApiGatewayClient {
|
|
|
721
721
|
* @param GetApiContentRequest
|
|
722
722
|
* @return GetApiContentResponse
|
|
723
723
|
* @throws OciError when an error occurs
|
|
724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
725
725
|
*/
|
|
726
726
|
getApiContent(getApiContentRequest) {
|
|
727
727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -788,7 +788,7 @@ class ApiGatewayClient {
|
|
|
788
788
|
* @param GetApiDeploymentSpecificationRequest
|
|
789
789
|
* @return GetApiDeploymentSpecificationResponse
|
|
790
790
|
* @throws OciError when an error occurs
|
|
791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
792
792
|
*/
|
|
793
793
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest) {
|
|
794
794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -850,7 +850,7 @@ class ApiGatewayClient {
|
|
|
850
850
|
* @param GetApiValidationsRequest
|
|
851
851
|
* @return GetApiValidationsResponse
|
|
852
852
|
* @throws OciError when an error occurs
|
|
853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
854
854
|
*/
|
|
855
855
|
getApiValidations(getApiValidationsRequest) {
|
|
856
856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -912,7 +912,7 @@ class ApiGatewayClient {
|
|
|
912
912
|
* @param GetCertificateRequest
|
|
913
913
|
* @return GetCertificateResponse
|
|
914
914
|
* @throws OciError when an error occurs
|
|
915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
916
916
|
*/
|
|
917
917
|
getCertificate(getCertificateRequest) {
|
|
918
918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -973,7 +973,7 @@ class ApiGatewayClient {
|
|
|
973
973
|
* @param GetSdkRequest
|
|
974
974
|
* @return GetSdkResponse
|
|
975
975
|
* @throws OciError when an error occurs
|
|
976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
976
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
977
977
|
*/
|
|
978
978
|
getSdk(getSdkRequest) {
|
|
979
979
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1035,7 +1035,7 @@ class ApiGatewayClient {
|
|
|
1035
1035
|
* @param ListApisRequest
|
|
1036
1036
|
* @return ListApisResponse
|
|
1037
1037
|
* @throws OciError when an error occurs
|
|
1038
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1038
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
1039
1039
|
*/
|
|
1040
1040
|
listApis(listApisRequest) {
|
|
1041
1041
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1108,7 +1108,7 @@ class ApiGatewayClient {
|
|
|
1108
1108
|
* @param ListCertificatesRequest
|
|
1109
1109
|
* @return ListCertificatesResponse
|
|
1110
1110
|
* @throws OciError when an error occurs
|
|
1111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
1112
1112
|
*/
|
|
1113
1113
|
listCertificates(listCertificatesRequest) {
|
|
1114
1114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1180,7 +1180,7 @@ class ApiGatewayClient {
|
|
|
1180
1180
|
* @param ListSdkLanguageTypesRequest
|
|
1181
1181
|
* @return ListSdkLanguageTypesResponse
|
|
1182
1182
|
* @throws OciError when an error occurs
|
|
1183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
1184
1184
|
*/
|
|
1185
1185
|
listSdkLanguageTypes(listSdkLanguageTypesRequest) {
|
|
1186
1186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1251,7 +1251,7 @@ class ApiGatewayClient {
|
|
|
1251
1251
|
* @param ListSdksRequest
|
|
1252
1252
|
* @return ListSdksResponse
|
|
1253
1253
|
* @throws OciError when an error occurs
|
|
1254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
1255
1255
|
*/
|
|
1256
1256
|
listSdks(listSdksRequest) {
|
|
1257
1257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1324,7 +1324,7 @@ class ApiGatewayClient {
|
|
|
1324
1324
|
* @param UpdateApiRequest
|
|
1325
1325
|
* @return UpdateApiResponse
|
|
1326
1326
|
* @throws OciError when an error occurs
|
|
1327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
1328
1328
|
*/
|
|
1329
1329
|
updateApi(updateApiRequest) {
|
|
1330
1330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1383,7 +1383,7 @@ class ApiGatewayClient {
|
|
|
1383
1383
|
* @param UpdateCertificateRequest
|
|
1384
1384
|
* @return UpdateCertificateResponse
|
|
1385
1385
|
* @throws OciError when an error occurs
|
|
1386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
1387
1387
|
*/
|
|
1388
1388
|
updateCertificate(updateCertificateRequest) {
|
|
1389
1389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1442,7 +1442,7 @@ class ApiGatewayClient {
|
|
|
1442
1442
|
* @param UpdateSdkRequest
|
|
1443
1443
|
* @return UpdateSdkResponse
|
|
1444
1444
|
* @throws OciError when an error occurs
|
|
1445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
1446
1446
|
*/
|
|
1447
1447
|
updateSdk(updateSdkRequest) {
|
|
1448
1448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1595,7 +1595,7 @@ class DeploymentClient {
|
|
|
1595
1595
|
* @param ChangeDeploymentCompartmentRequest
|
|
1596
1596
|
* @return ChangeDeploymentCompartmentResponse
|
|
1597
1597
|
* @throws OciError when an error occurs
|
|
1598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1598
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
1599
1599
|
*/
|
|
1600
1600
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest) {
|
|
1601
1601
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1656,7 +1656,7 @@ class DeploymentClient {
|
|
|
1656
1656
|
* @param CreateDeploymentRequest
|
|
1657
1657
|
* @return CreateDeploymentResponse
|
|
1658
1658
|
* @throws OciError when an error occurs
|
|
1659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
1660
1660
|
*/
|
|
1661
1661
|
createDeployment(createDeploymentRequest) {
|
|
1662
1662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1727,7 +1727,7 @@ class DeploymentClient {
|
|
|
1727
1727
|
* @param DeleteDeploymentRequest
|
|
1728
1728
|
* @return DeleteDeploymentResponse
|
|
1729
1729
|
* @throws OciError when an error occurs
|
|
1730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
1731
1731
|
*/
|
|
1732
1732
|
deleteDeployment(deleteDeploymentRequest) {
|
|
1733
1733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1785,7 +1785,7 @@ class DeploymentClient {
|
|
|
1785
1785
|
* @param GetDeploymentRequest
|
|
1786
1786
|
* @return GetDeploymentResponse
|
|
1787
1787
|
* @throws OciError when an error occurs
|
|
1788
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1788
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
1789
1789
|
*/
|
|
1790
1790
|
getDeployment(getDeploymentRequest) {
|
|
1791
1791
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1847,7 +1847,7 @@ class DeploymentClient {
|
|
|
1847
1847
|
* @param ListDeploymentsRequest
|
|
1848
1848
|
* @return ListDeploymentsResponse
|
|
1849
1849
|
* @throws OciError when an error occurs
|
|
1850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
1851
1851
|
*/
|
|
1852
1852
|
listDeployments(listDeploymentsRequest) {
|
|
1853
1853
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1920,7 +1920,7 @@ class DeploymentClient {
|
|
|
1920
1920
|
* @param UpdateDeploymentRequest
|
|
1921
1921
|
* @return UpdateDeploymentResponse
|
|
1922
1922
|
* @throws OciError when an error occurs
|
|
1923
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
1924
1924
|
*/
|
|
1925
1925
|
updateDeployment(updateDeploymentRequest) {
|
|
1926
1926
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2078,7 +2078,7 @@ class GatewayClient {
|
|
|
2078
2078
|
* @param ChangeGatewayCompartmentRequest
|
|
2079
2079
|
* @return ChangeGatewayCompartmentResponse
|
|
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.
|
|
2081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
2082
2082
|
*/
|
|
2083
2083
|
changeGatewayCompartment(changeGatewayCompartmentRequest) {
|
|
2084
2084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2139,7 +2139,7 @@ class GatewayClient {
|
|
|
2139
2139
|
* @param CreateGatewayRequest
|
|
2140
2140
|
* @return CreateGatewayResponse
|
|
2141
2141
|
* @throws OciError when an error occurs
|
|
2142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
2143
2143
|
*/
|
|
2144
2144
|
createGateway(createGatewayRequest) {
|
|
2145
2145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2210,7 +2210,7 @@ class GatewayClient {
|
|
|
2210
2210
|
* @param DeleteGatewayRequest
|
|
2211
2211
|
* @return DeleteGatewayResponse
|
|
2212
2212
|
* @throws OciError when an error occurs
|
|
2213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
2214
2214
|
*/
|
|
2215
2215
|
deleteGateway(deleteGatewayRequest) {
|
|
2216
2216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2268,7 +2268,7 @@ class GatewayClient {
|
|
|
2268
2268
|
* @param GetGatewayRequest
|
|
2269
2269
|
* @return GetGatewayResponse
|
|
2270
2270
|
* @throws OciError when an error occurs
|
|
2271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
2272
2272
|
*/
|
|
2273
2273
|
getGateway(getGatewayRequest) {
|
|
2274
2274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2330,7 +2330,7 @@ class GatewayClient {
|
|
|
2330
2330
|
* @param ListGatewaysRequest
|
|
2331
2331
|
* @return ListGatewaysResponse
|
|
2332
2332
|
* @throws OciError when an error occurs
|
|
2333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
2334
2334
|
*/
|
|
2335
2335
|
listGateways(listGatewaysRequest) {
|
|
2336
2336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2403,7 +2403,7 @@ class GatewayClient {
|
|
|
2403
2403
|
* @param UpdateGatewayRequest
|
|
2404
2404
|
* @return UpdateGatewayResponse
|
|
2405
2405
|
* @throws OciError when an error occurs
|
|
2406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
2407
2407
|
*/
|
|
2408
2408
|
updateGateway(updateGatewayRequest) {
|
|
2409
2409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2561,7 +2561,7 @@ class WorkRequestsClient {
|
|
|
2561
2561
|
* @param CancelWorkRequestRequest
|
|
2562
2562
|
* @return CancelWorkRequestResponse
|
|
2563
2563
|
* @throws OciError when an error occurs
|
|
2564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
2565
2565
|
*/
|
|
2566
2566
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
2567
2567
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2615,7 +2615,7 @@ class WorkRequestsClient {
|
|
|
2615
2615
|
* @param GetWorkRequestRequest
|
|
2616
2616
|
* @return GetWorkRequestResponse
|
|
2617
2617
|
* @throws OciError when an error occurs
|
|
2618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2619
2619
|
*/
|
|
2620
2620
|
getWorkRequest(getWorkRequestRequest) {
|
|
2621
2621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2682,7 +2682,7 @@ class WorkRequestsClient {
|
|
|
2682
2682
|
* @param ListWorkRequestErrorsRequest
|
|
2683
2683
|
* @return ListWorkRequestErrorsResponse
|
|
2684
2684
|
* @throws OciError when an error occurs
|
|
2685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2686
2686
|
*/
|
|
2687
2687
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2688
2688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2754,7 +2754,7 @@ class WorkRequestsClient {
|
|
|
2754
2754
|
* @param ListWorkRequestLogsRequest
|
|
2755
2755
|
* @return ListWorkRequestLogsResponse
|
|
2756
2756
|
* @throws OciError when an error occurs
|
|
2757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2758
2758
|
*/
|
|
2759
2759
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2760
2760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2826,7 +2826,7 @@ class WorkRequestsClient {
|
|
|
2826
2826
|
* @param ListWorkRequestsRequest
|
|
2827
2827
|
* @return ListWorkRequestsResponse
|
|
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.10.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2830
2830
|
*/
|
|
2831
2831
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2832
2832
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -21,6 +21,7 @@ export interface ApiSpecificationRequestPolicies {
|
|
|
21
21
|
"authentication"?: model.JwtAuthenticationPolicy | model.CustomAuthenticationPolicy;
|
|
22
22
|
"rateLimiting"?: model.RateLimitingPolicy;
|
|
23
23
|
"cors"?: model.CorsPolicy;
|
|
24
|
+
"mutualTls"?: model.MutualTlsDetails;
|
|
24
25
|
}
|
|
25
26
|
export declare namespace ApiSpecificationRequestPolicies {
|
|
26
27
|
function getJsonObj(obj: ApiSpecificationRequestPolicies): object;
|
|
@@ -46,7 +46,8 @@ var ApiSpecificationRequestPolicies;
|
|
|
46
46
|
"rateLimiting": obj.rateLimiting
|
|
47
47
|
? model.RateLimitingPolicy.getJsonObj(obj.rateLimiting)
|
|
48
48
|
: undefined,
|
|
49
|
-
"cors": obj.cors ? model.CorsPolicy.getJsonObj(obj.cors) : undefined
|
|
49
|
+
"cors": obj.cors ? model.CorsPolicy.getJsonObj(obj.cors) : undefined,
|
|
50
|
+
"mutualTls": obj.mutualTls ? model.MutualTlsDetails.getJsonObj(obj.mutualTls) : undefined
|
|
50
51
|
});
|
|
51
52
|
return jsonObj;
|
|
52
53
|
}
|
|
@@ -59,7 +60,10 @@ var ApiSpecificationRequestPolicies;
|
|
|
59
60
|
"rateLimiting": obj.rateLimiting
|
|
60
61
|
? model.RateLimitingPolicy.getDeserializedJsonObj(obj.rateLimiting)
|
|
61
62
|
: undefined,
|
|
62
|
-
"cors": obj.cors ? model.CorsPolicy.getDeserializedJsonObj(obj.cors) : undefined
|
|
63
|
+
"cors": obj.cors ? model.CorsPolicy.getDeserializedJsonObj(obj.cors) : undefined,
|
|
64
|
+
"mutualTls": obj.mutualTls
|
|
65
|
+
? model.MutualTlsDetails.getDeserializedJsonObj(obj.mutualTls)
|
|
66
|
+
: undefined
|
|
63
67
|
});
|
|
64
68
|
return jsonObj;
|
|
65
69
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-specification-request-policies.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/api-specification-request-policies.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"api-specification-request-policies.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/api-specification-request-policies.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,+BAA+B,CAqC/C;AArCD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACvD,CAAC,CAAC,SAAS;YACb,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS;YACpE,WAAW,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;SAC1F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,0CAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACvE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS;YAChF,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBAC9D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,sDAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAqC/C"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API Gateway API
|
|
3
|
+
* API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
|
|
4
|
+
For more information, see
|
|
5
|
+
[Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20190501
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Reference to the CA bundle that should be used on the gateway
|
|
18
|
+
*/
|
|
19
|
+
export interface CaBundle {
|
|
20
|
+
"type": string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace CaBundle {
|
|
23
|
+
function getJsonObj(obj: CaBundle): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: CaBundle): object;
|
|
25
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* API Gateway API
|
|
4
|
+
* API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
|
|
5
|
+
For more information, see
|
|
6
|
+
[Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20190501
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CaBundle = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var CaBundle;
|
|
40
|
+
(function (CaBundle) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
43
|
+
if ("type" in obj && obj.type) {
|
|
44
|
+
switch (obj.type) {
|
|
45
|
+
case "CA_BUNDLE":
|
|
46
|
+
return model.CertificatesCaBundle.getJsonObj(jsonObj, true);
|
|
47
|
+
case "CERTIFICATE_AUTHORITY":
|
|
48
|
+
return model.CertificatesCertificateAuthority.getJsonObj(jsonObj, true);
|
|
49
|
+
default:
|
|
50
|
+
throw Error("Unknown value for: " + obj.type);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
CaBundle.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
58
|
+
if ("type" in obj && obj.type) {
|
|
59
|
+
switch (obj.type) {
|
|
60
|
+
case "CA_BUNDLE":
|
|
61
|
+
return model.CertificatesCaBundle.getDeserializedJsonObj(jsonObj, true);
|
|
62
|
+
case "CERTIFICATE_AUTHORITY":
|
|
63
|
+
return model.CertificatesCertificateAuthority.getDeserializedJsonObj(jsonObj, true);
|
|
64
|
+
default:
|
|
65
|
+
throw Error("Unknown value for: " + obj.type);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
return jsonObj;
|
|
69
|
+
}
|
|
70
|
+
CaBundle.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
71
|
+
})(CaBundle = exports.CaBundle || (exports.CaBundle = {}));
|
|
72
|
+
//# sourceMappingURL=ca-bundle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ca-bundle.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/ca-bundle.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,QAAQ,CA2CxB;AA3CD,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YAC7B,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CACL,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CACL,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mBAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YAC7B,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CACjB,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,uBAAuB;oBAC1B,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CACjB,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+BAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QA2CxB"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API Gateway API
|
|
3
|
+
* API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
|
|
4
|
+
For more information, see
|
|
5
|
+
[Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20190501
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* CA bundle from Certificates Service that should be used on the gateway for TLS validation
|
|
19
|
+
*/
|
|
20
|
+
export interface CertificatesCaBundle extends model.CaBundle {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"caBundleId"?: string;
|
|
26
|
+
"type": string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace CertificatesCaBundle {
|
|
29
|
+
function getJsonObj(obj: CertificatesCaBundle, isParentJsonObj?: boolean): object;
|
|
30
|
+
const type = "CA_BUNDLE";
|
|
31
|
+
function getDeserializedJsonObj(obj: CertificatesCaBundle, isParentJsonObj?: boolean): object;
|
|
32
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* API Gateway API
|
|
4
|
+
* API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
|
|
5
|
+
For more information, see
|
|
6
|
+
[Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20190501
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CertificatesCaBundle = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var CertificatesCaBundle;
|
|
40
|
+
(function (CertificatesCaBundle) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.CaBundle.getJsonObj(obj))), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
CertificatesCaBundle.getJsonObj = getJsonObj;
|
|
46
|
+
CertificatesCaBundle.type = "CA_BUNDLE";
|
|
47
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
49
|
+
? obj
|
|
50
|
+
: model.CaBundle.getDeserializedJsonObj(obj))), {});
|
|
51
|
+
return jsonObj;
|
|
52
|
+
}
|
|
53
|
+
CertificatesCaBundle.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
54
|
+
})(CertificatesCaBundle = exports.CertificatesCaBundle || (exports.CertificatesCaBundle = {}));
|
|
55
|
+
//# sourceMappingURL=certificates-ca-bundle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"certificates-ca-bundle.js","sourceRoot":"","sources":["../../../../../lib/apigateway/lib/model/certificates-ca-bundle.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,oBAAoB,CAuBpC;AAvBD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAA0B,CAAC,GAClF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,+BAAU,aAOzB,CAAA;IACY,yBAAI,GAAG,WAAW,CAAC;IAChC,SAAgB,sBAAsB,CACpC,GAAyB,EACzB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAA0B,CAAC,GACtE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAuBpC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* API Gateway API
|
|
3
|
+
* API for the API Gateway service. Use this API to manage gateways, deployments, and related items.
|
|
4
|
+
For more information, see
|
|
5
|
+
[Overview of API Gateway](/iaas/Content/APIGateway/Concepts/apigatewayoverview.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20190501
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Certificate Authority from Certificates Service that should be used on the gateway for TLS validation
|
|
19
|
+
*/
|
|
20
|
+
export interface CertificatesCertificateAuthority extends model.CaBundle {
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the resource.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"certificateAuthorityId"?: string;
|
|
26
|
+
"type": string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace CertificatesCertificateAuthority {
|
|
29
|
+
function getJsonObj(obj: CertificatesCertificateAuthority, isParentJsonObj?: boolean): object;
|
|
30
|
+
const type = "CERTIFICATE_AUTHORITY";
|
|
31
|
+
function getDeserializedJsonObj(obj: CertificatesCertificateAuthority, isParentJsonObj?: boolean): object;
|
|
32
|
+
}
|