Socket
Socket
Sign inDemoInstall

oci-apigateway

Package Overview
Dependencies
2
Maintainers
4
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.86.3 to 2.87.0

100

lib/client.d.ts

@@ -106,3 +106,3 @@ /**

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/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.87.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
*/

@@ -116,3 +116,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.86.3/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.87.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
*/

@@ -127,3 +127,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.86.3/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.87.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
*/

@@ -138,3 +138,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.86.3/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.87.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
*/

@@ -148,3 +148,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.86.3/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.87.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
*/

@@ -158,3 +158,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.86.3/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.87.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
*/

@@ -168,3 +168,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.86.3/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.87.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
*/

@@ -178,3 +178,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.86.3/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.87.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
*/

@@ -188,3 +188,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.86.3/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.87.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
*/

@@ -198,3 +198,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.86.3/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.87.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
*/

@@ -208,3 +208,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.86.3/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.87.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
*/

@@ -218,3 +218,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.86.3/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.87.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
*/

@@ -228,3 +228,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.86.3/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.87.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
*/

@@ -238,3 +238,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.86.3/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.87.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
*/

@@ -249,3 +249,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.86.3/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.87.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
*/

@@ -260,3 +260,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.86.3/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.87.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
*/

@@ -270,3 +270,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.86.3/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.87.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
*/

@@ -280,3 +280,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.86.3/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.87.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
*/

@@ -290,3 +290,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.86.3/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.87.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
*/

@@ -300,3 +300,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.86.3/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.87.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
*/

@@ -310,3 +310,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.86.3/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.87.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
*/

@@ -395,3 +395,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.86.3/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.87.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
*/

@@ -406,3 +406,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.86.3/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.87.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
*/

@@ -416,3 +416,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.86.3/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.87.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
*/

@@ -426,3 +426,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.86.3/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.87.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
*/

@@ -437,3 +437,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.86.3/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.87.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
*/

@@ -447,3 +447,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.86.3/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.87.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
*/

@@ -532,3 +532,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.86.3/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.87.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
*/

@@ -543,3 +543,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.86.3/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.87.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
*/

@@ -553,3 +553,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.86.3/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.87.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
*/

@@ -563,3 +563,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.86.3/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.87.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
*/

@@ -574,3 +574,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.86.3/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.87.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
*/

@@ -584,3 +584,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.86.3/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.87.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
*/

@@ -669,3 +669,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.86.3/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.87.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
*/

@@ -679,3 +679,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.86.3/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.87.0/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
*/

@@ -689,3 +689,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.86.3/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.87.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
*/

@@ -699,3 +699,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.86.3/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.87.0/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
*/

@@ -709,3 +709,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.86.3/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.87.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
*/

@@ -719,3 +719,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.86.3/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.87.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
*/

@@ -804,3 +804,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.86.3/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.87.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
*/

@@ -814,3 +814,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.86.3/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.87.0/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
*/

@@ -824,3 +824,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.86.3/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.87.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
*/

@@ -834,3 +834,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.86.3/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.87.0/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
*/

@@ -844,3 +844,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.86.3/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.87.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
*/

@@ -854,3 +854,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.86.3/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.87.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
*/

@@ -939,3 +939,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.86.3/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.87.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
*/

@@ -949,3 +949,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.86.3/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.87.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
*/

@@ -960,3 +960,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.86.3/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.87.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

@@ -971,3 +971,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.86.3/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.87.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -982,3 +982,3 @@ 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.86.3/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.87.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/

@@ -985,0 +985,0 @@ 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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3/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.87.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.86.3",
"version": "2.87.0",
"description": "OCI NodeJS client for API gateway service",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "2.86.3",
"oci-workrequests": "2.86.3"
"oci-common": "2.87.0",
"oci-workrequests": "2.87.0"
},

@@ -22,0 +22,0 @@ "publishConfig": {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc