oci-apigateway
Advanced tools
Comparing version 1.21.1 to 1.22.0
@@ -77,3 +77,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API. | ||
*/ | ||
@@ -86,3 +86,3 @@ changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API. | ||
*/ | ||
@@ -96,3 +96,3 @@ changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API. | ||
*/ | ||
@@ -106,3 +106,3 @@ createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API. | ||
*/ | ||
@@ -115,3 +115,3 @@ createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API. | ||
*/ | ||
@@ -124,3 +124,3 @@ createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API. | ||
*/ | ||
@@ -133,3 +133,3 @@ deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API. | ||
*/ | ||
@@ -142,3 +142,3 @@ deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API. | ||
*/ | ||
@@ -151,3 +151,3 @@ deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetApi.ts.html |here} to see how to use GetApi API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API. | ||
*/ | ||
@@ -160,3 +160,3 @@ getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API. | ||
*/ | ||
@@ -169,3 +169,3 @@ getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API. | ||
*/ | ||
@@ -178,3 +178,3 @@ getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API. | ||
*/ | ||
@@ -187,3 +187,3 @@ getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API. | ||
*/ | ||
@@ -196,3 +196,3 @@ getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API. | ||
*/ | ||
@@ -206,3 +206,3 @@ getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListApis.ts.html |here} to see how to use ListApis API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API. | ||
*/ | ||
@@ -216,3 +216,3 @@ listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API. | ||
*/ | ||
@@ -225,3 +225,3 @@ listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API. | ||
*/ | ||
@@ -234,3 +234,3 @@ listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API. | ||
*/ | ||
@@ -243,3 +243,3 @@ listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API. | ||
*/ | ||
@@ -252,3 +252,3 @@ updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API. | ||
*/ | ||
@@ -261,3 +261,3 @@ updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API. | ||
*/ | ||
@@ -320,3 +320,3 @@ updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API. | ||
*/ | ||
@@ -330,3 +330,3 @@ changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API. | ||
*/ | ||
@@ -339,3 +339,3 @@ createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API. | ||
*/ | ||
@@ -348,3 +348,3 @@ deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API. | ||
*/ | ||
@@ -358,3 +358,3 @@ getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API. | ||
*/ | ||
@@ -367,3 +367,3 @@ listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API. | ||
*/ | ||
@@ -426,3 +426,3 @@ updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API. | ||
*/ | ||
@@ -436,3 +436,3 @@ changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API. | ||
*/ | ||
@@ -445,3 +445,3 @@ createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API. | ||
*/ | ||
@@ -454,3 +454,3 @@ deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API. | ||
*/ | ||
@@ -464,3 +464,3 @@ getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API. | ||
*/ | ||
@@ -473,3 +473,3 @@ listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API. | ||
*/ | ||
@@ -532,3 +532,3 @@ updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API. | ||
*/ | ||
@@ -541,3 +541,3 @@ cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API. | ||
*/ | ||
@@ -551,3 +551,3 @@ getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API. | ||
*/ | ||
@@ -561,3 +561,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API. | ||
*/ | ||
@@ -571,5 +571,5 @@ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API. | ||
*/ | ||
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>; | ||
} |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface CancelWorkRequestRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeApiCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeCertificateCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeDeploymentCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeGatewayCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CreateApi.ts.html |here} to see how to use CreateApiRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApiRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateApiRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateCertificateRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateDeploymentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CreateGateway.ts.html |here} to see how to use CreateGatewayRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGatewayRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateGatewayRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdkRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdkRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateSdkRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteApiRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteCertificateRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteDeploymentRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteGatewayRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteSdkRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetApiContentRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetApiDeploymentSpecificationRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetApi.ts.html |here} to see how to use GetApiRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetApi.ts.html |here} to see how to use GetApiRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetApiRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetApiValidationsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificateRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificateRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetCertificateRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetDeployment.ts.html |here} to see how to use GetDeploymentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeploymentRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetDeploymentRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetGateway.ts.html |here} to see how to use GetGatewayRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetGateway.ts.html |here} to see how to use GetGatewayRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetGatewayRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdkRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdkRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetSdkRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetWorkRequestRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListApisRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListCertificatesRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListDeploymentsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListGatewaysRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypesRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListSdkLanguageTypesRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdksRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdksRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListSdksRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListWorkRequestsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateApiRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateCertificateRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateDeploymentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateGatewayRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.21.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.22.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateSdkRequest extends common.BaseRequest { |
{ | ||
"name": "oci-apigateway", | ||
"version": "1.21.1", | ||
"version": "1.22.0", | ||
"description": "OCI NodeJS client for API gateway service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "1.21.1", | ||
"oci-workrequests": "1.21.1" | ||
"oci-common": "1.22.0", | ||
"oci-workrequests": "1.22.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Addedoci-common@1.22.0(transitive)
+ Addedoci-workrequests@1.22.0(transitive)
- Removedoci-common@1.21.1(transitive)
- Removedoci-workrequests@1.21.1(transitive)
Updatedoci-common@1.22.0
Updatedoci-workrequests@1.22.0