oci-apigateway
Advanced tools
Comparing version 2.73.1 to 2.74.0
@@ -97,3 +97,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.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/2.74.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API. | ||
*/ | ||
@@ -107,3 +107,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/2.73.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/2.74.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API. | ||
*/ | ||
@@ -118,3 +118,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/2.73.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/2.74.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API. | ||
*/ | ||
@@ -129,3 +129,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/2.73.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/2.74.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API. | ||
*/ | ||
@@ -139,3 +139,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/2.73.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/2.74.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API. | ||
*/ | ||
@@ -149,3 +149,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/2.73.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/2.74.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API. | ||
*/ | ||
@@ -159,3 +159,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/2.73.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/2.74.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API. | ||
*/ | ||
@@ -169,3 +169,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/2.73.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/2.74.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API. | ||
*/ | ||
@@ -179,3 +179,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/2.73.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/2.74.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API. | ||
*/ | ||
@@ -189,3 +189,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/2.73.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/2.74.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API. | ||
*/ | ||
@@ -199,3 +199,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/2.73.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/2.74.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API. | ||
*/ | ||
@@ -209,3 +209,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/2.73.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/2.74.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API. | ||
*/ | ||
@@ -219,3 +219,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/2.73.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/2.74.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API. | ||
*/ | ||
@@ -229,3 +229,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/2.73.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/2.74.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API. | ||
*/ | ||
@@ -240,3 +240,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/2.73.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/2.74.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API. | ||
*/ | ||
@@ -251,3 +251,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/2.73.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/2.74.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API. | ||
*/ | ||
@@ -261,3 +261,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/2.73.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/2.74.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API. | ||
*/ | ||
@@ -271,3 +271,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/2.73.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/2.74.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API. | ||
*/ | ||
@@ -281,3 +281,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/2.73.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/2.74.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API. | ||
*/ | ||
@@ -291,3 +291,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/2.73.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/2.74.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API. | ||
*/ | ||
@@ -301,3 +301,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/2.73.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/2.74.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API. | ||
*/ | ||
@@ -378,3 +378,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/2.73.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/2.74.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API. | ||
*/ | ||
@@ -389,3 +389,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/2.73.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/2.74.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API. | ||
*/ | ||
@@ -399,3 +399,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/2.73.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/2.74.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API. | ||
*/ | ||
@@ -409,3 +409,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/2.73.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/2.74.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API. | ||
*/ | ||
@@ -420,3 +420,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/2.73.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/2.74.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API. | ||
*/ | ||
@@ -430,3 +430,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/2.73.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/2.74.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API. | ||
*/ | ||
@@ -507,3 +507,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/2.73.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/2.74.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API. | ||
*/ | ||
@@ -518,3 +518,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/2.73.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/2.74.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API. | ||
*/ | ||
@@ -528,3 +528,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/2.73.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/2.74.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API. | ||
*/ | ||
@@ -538,3 +538,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/2.73.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/2.74.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API. | ||
*/ | ||
@@ -549,3 +549,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/2.73.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/2.74.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API. | ||
*/ | ||
@@ -559,3 +559,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/2.73.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/2.74.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API. | ||
*/ | ||
@@ -636,3 +636,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/2.73.1/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API. | ||
*/ | ||
@@ -646,3 +646,3 @@ changeSubscriberCompartment(changeSubscriberCompartmentRequest: requests.ChangeSubscriberCompartmentRequest): Promise<responses.ChangeSubscriberCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API. | ||
*/ | ||
@@ -656,3 +656,3 @@ createSubscriber(createSubscriberRequest: requests.CreateSubscriberRequest): Promise<responses.CreateSubscriberResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API. | ||
*/ | ||
@@ -666,3 +666,3 @@ deleteSubscriber(deleteSubscriberRequest: requests.DeleteSubscriberRequest): Promise<responses.DeleteSubscriberResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API. | ||
*/ | ||
@@ -676,3 +676,3 @@ getSubscriber(getSubscriberRequest: requests.GetSubscriberRequest): Promise<responses.GetSubscriberResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API. | ||
*/ | ||
@@ -686,3 +686,3 @@ listSubscribers(listSubscribersRequest: requests.ListSubscribersRequest): Promise<responses.ListSubscribersResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API. | ||
*/ | ||
@@ -763,3 +763,3 @@ updateSubscriber(updateSubscriberRequest: requests.UpdateSubscriberRequest): Promise<responses.UpdateSubscriberResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API. | ||
*/ | ||
@@ -773,3 +773,3 @@ changeUsagePlanCompartment(changeUsagePlanCompartmentRequest: requests.ChangeUsagePlanCompartmentRequest): Promise<responses.ChangeUsagePlanCompartmentResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API. | ||
*/ | ||
@@ -783,3 +783,3 @@ createUsagePlan(createUsagePlanRequest: requests.CreateUsagePlanRequest): Promise<responses.CreateUsagePlanResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API. | ||
*/ | ||
@@ -793,3 +793,3 @@ deleteUsagePlan(deleteUsagePlanRequest: requests.DeleteUsagePlanRequest): Promise<responses.DeleteUsagePlanResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API. | ||
*/ | ||
@@ -803,3 +803,3 @@ getUsagePlan(getUsagePlanRequest: requests.GetUsagePlanRequest): Promise<responses.GetUsagePlanResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API. | ||
*/ | ||
@@ -813,3 +813,3 @@ listUsagePlans(listUsagePlansRequest: requests.ListUsagePlansRequest): Promise<responses.ListUsagePlansResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API. | ||
*/ | ||
@@ -890,3 +890,3 @@ updateUsagePlan(updateUsagePlanRequest: requests.UpdateUsagePlanRequest): Promise<responses.UpdateUsagePlanResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.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/2.74.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API. | ||
*/ | ||
@@ -900,3 +900,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/2.73.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/2.74.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API. | ||
*/ | ||
@@ -911,3 +911,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/2.73.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/2.74.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API. | ||
*/ | ||
@@ -922,3 +922,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/2.73.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/2.74.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API. | ||
*/ | ||
@@ -933,5 +933,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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.1/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeSubscriberCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartmentRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartmentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ChangeUsagePlanCompartmentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdkRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateSdkRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriberRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriberRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateSubscriberRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlanRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlanRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateUsagePlanRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.1/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriberRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriberRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteSubscriberRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlanRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlanRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteUsagePlanRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.1/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriberRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriberRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetSubscriberRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlanRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlanRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetUsagePlanRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.1/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribersRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribersRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListSubscribersRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlansRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlansRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface ListUsagePlansRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.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/2.73.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/2.74.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateSdkRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriberRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriberRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateSubscriberRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.1/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlanRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlanRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateUsagePlanRequest extends common.BaseRequest { |
{ | ||
"name": "oci-apigateway", | ||
"version": "2.73.1", | ||
"version": "2.74.0", | ||
"description": "OCI NodeJS client for API gateway service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.73.1", | ||
"oci-workrequests": "2.73.1" | ||
"oci-common": "2.74.0", | ||
"oci-workrequests": "2.74.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@2.74.0(transitive)
+ Addedoci-workrequests@2.74.0(transitive)
- Removedoci-common@2.73.1(transitive)
- Removedoci-workrequests@2.73.1(transitive)
Updatedoci-common@2.74.0
Updatedoci-workrequests@2.74.0