Socket
Socket
Sign inDemoInstall

oci-apigateway

Package Overview
Dependencies
Maintainers
4
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-apigateway - npm Package Compare versions

Comparing version 2.76.1 to 2.77.0

100

lib/client.d.ts

@@ -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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
}

@@ -30,3 +30,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -81,3 +81,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -93,3 +93,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -96,0 +96,0 @@ */

@@ -31,3 +31,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -82,3 +82,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -94,3 +94,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -97,0 +97,0 @@ */

@@ -36,3 +36,3 @@ /**

For requests that match multiple keys, only the most specific key is applicable.
* e.g. `text/plain` overrides `text/*`
* e.g. {@code text/plain} overrides {@code text/*}
*

@@ -46,9 +46,9 @@ */

* <p>
In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response
In {@code ENFORCING} mode, upon a validation failure, the request will be rejected with a 4xx response
* and not sent to the backend.
* <p>
In `PERMISSIVE` mode, the result of the validation will be exposed as metrics while the request
In {@code PERMISSIVE} mode, the result of the validation will be exposed as metrics while the request
* will follow the normal path.
* <p>
`DISABLED` type turns the validation off.
{@code DISABLED} type turns the validation off.
*

@@ -55,0 +55,0 @@ */

@@ -29,3 +29,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -72,3 +72,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -84,3 +84,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -87,0 +87,0 @@ */

@@ -33,3 +33,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -84,3 +84,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -96,3 +96,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -99,0 +99,0 @@ */

@@ -24,3 +24,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -40,3 +40,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -52,3 +52,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -55,0 +55,0 @@ */

@@ -24,3 +24,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -52,3 +52,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -64,3 +64,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -67,0 +67,0 @@ */

@@ -25,3 +25,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -55,3 +55,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -67,3 +67,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -70,0 +70,0 @@ */

@@ -25,3 +25,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -37,6 +37,6 @@ */

/**
* Gateway endpoint type. `PUBLIC` will have a public ip address assigned to it, while `PRIVATE` will only be
* Gateway endpoint type. {@code PUBLIC} will have a public ip address assigned to it, while {@code PRIVATE} will only be
* accessible on a private IP address on the subnet.
* <p>
Example: `PUBLIC` or `PRIVATE`
Example: {@code PUBLIC} or {@code PRIVATE}
*

@@ -67,3 +67,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -79,3 +79,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -82,0 +82,0 @@ */

@@ -24,3 +24,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -44,3 +44,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -56,3 +56,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -69,3 +69,3 @@ */

* <p>
Example: `{\"configName\": \"configValue\"}`
Example: {@code {\"configName\": \"configValue\"}}
*

@@ -72,0 +72,0 @@ */

@@ -25,3 +25,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -51,3 +51,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -63,3 +63,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -66,0 +66,0 @@ */

@@ -25,3 +25,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -46,3 +46,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -58,3 +58,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -61,0 +61,0 @@ */

@@ -38,3 +38,3 @@ /**

* A map where key is a user defined string and value is a context expressions whose values will be sent to the custom auth function. Values should contain an expression.
* Example: `{\"foo\": \"request.header[abc]\"}`
* Example: {@code {\"foo\": \"request.header[abc]\"}}
*

@@ -41,0 +41,0 @@ */

@@ -34,3 +34,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -81,3 +81,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -93,3 +93,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -96,0 +96,0 @@ */

@@ -38,3 +38,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -86,3 +86,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -98,3 +98,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -101,0 +101,0 @@ */

@@ -29,3 +29,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -41,6 +41,6 @@ */

/**
* Gateway endpoint type. `PUBLIC` will have a public ip address assigned to it, while `PRIVATE` will only be
* Gateway endpoint type. {@code PUBLIC} will have a public ip address assigned to it, while {@code PRIVATE} will only be
* accessible on a private IP address on the subnet.
* <p>
Example: `PUBLIC` or `PRIVATE`
Example: {@code PUBLIC} or {@code PRIVATE}
*

@@ -93,3 +93,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -105,3 +105,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -108,0 +108,0 @@ */

@@ -32,3 +32,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -44,6 +44,6 @@ */

/**
* Gateway endpoint type. `PUBLIC` will have a public ip address assigned to it, while `PRIVATE` will only be
* Gateway endpoint type. {@code PUBLIC} will have a public ip address assigned to it, while {@code PRIVATE} will only be
* accessible on a private IP address on the subnet.
* <p>
Example: `PUBLIC` or `PRIVATE`
Example: {@code PUBLIC} or {@code PRIVATE}
*

@@ -101,3 +101,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -113,3 +113,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -116,0 +116,0 @@ */

@@ -25,9 +25,9 @@ /**

* <p>
In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response
In {@code ENFORCING} mode, upon a validation failure, the request will be rejected with a 4xx response
* and not sent to the backend.
* <p>
In `PERMISSIVE` mode, the result of the validation will be exposed as metrics while the request
In {@code PERMISSIVE} mode, the result of the validation will be exposed as metrics while the request
* will follow the normal path.
* <p>
`DISABLED` type turns the validation off.
{@code DISABLED} type turns the validation off.
*

@@ -34,0 +34,0 @@ */

@@ -25,9 +25,9 @@ /**

* <p>
In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response
In {@code ENFORCING} mode, upon a validation failure, the request will be rejected with a 4xx response
* and not sent to the backend.
* <p>
In `PERMISSIVE` mode, the result of the validation will be exposed as metrics while the request
In {@code PERMISSIVE} mode, the result of the validation will be exposed as metrics while the request
* will follow the normal path.
* <p>
`DISABLED` type turns the validation off.
{@code DISABLED} type turns the validation off.
*

@@ -34,0 +34,0 @@ */

@@ -28,3 +28,3 @@ /**

* The unit of time over which quotas are calculated.
* Example: `MINUTE` or `MONTH`
* Example: {@code MINUTE} or {@code MONTH}
*

@@ -35,3 +35,3 @@ */

* The policy that controls when quotas will reset.
* Example: `CALENDAR`
* Example: {@code CALENDAR}
*

@@ -42,4 +42,4 @@ */

* What the usage plan will do when a quota is breached:
* `REJECT` will allow no further requests
* `ALLOW` will continue to allow further requests
* {@code REJECT} will allow no further requests
* {@code ALLOW} will continue to allow further requests
*

@@ -46,0 +46,0 @@ */

@@ -28,3 +28,3 @@ /**

* The unit of time over which rate limits are calculated.
* Example: `SECOND`
* Example: {@code SECOND}
*

@@ -31,0 +31,0 @@ */

@@ -57,3 +57,3 @@ /**

* List of allowed input values.
* Example: `[{\"name\": \"name1\", \"description\": \"description1\"}, ...]`
* Example: {@code [{\"name\": \"name1\", \"description\": \"description1\"}, ...]}
*

@@ -60,0 +60,0 @@ */

@@ -43,3 +43,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -62,3 +62,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -74,3 +74,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -77,0 +77,0 @@ */

@@ -48,3 +48,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -88,3 +88,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -100,3 +100,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -113,3 +113,3 @@ */

* <p>
Example: `{\"configName\": \"configValue\"}`
Example: {@code {\"configName\": \"configValue\"}}
*

@@ -116,0 +116,0 @@ */

@@ -36,3 +36,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -75,3 +75,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -87,3 +87,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -90,0 +90,0 @@ */

@@ -37,3 +37,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -76,3 +76,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -88,3 +88,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -91,0 +91,0 @@ */

@@ -24,3 +24,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -34,3 +34,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -46,3 +46,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -49,0 +49,0 @@ */

@@ -24,3 +24,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -34,3 +34,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -46,3 +46,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -49,0 +49,0 @@ */

@@ -25,3 +25,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -36,3 +36,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -48,3 +48,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -51,0 +51,0 @@ */

@@ -25,3 +25,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -46,3 +46,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -58,3 +58,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -61,0 +61,0 @@ */

@@ -24,3 +24,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -34,3 +34,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -46,3 +46,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -49,0 +49,0 @@ */

@@ -25,3 +25,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -45,3 +45,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -57,3 +57,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -60,0 +60,0 @@ */

@@ -25,3 +25,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -40,3 +40,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -52,3 +52,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -55,0 +55,0 @@ */

@@ -31,3 +31,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -70,3 +70,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -82,3 +82,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -85,0 +85,0 @@ */

@@ -32,3 +32,3 @@ /**

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -71,3 +71,3 @@ */

* <p>
Example: `{\"Department\": \"Finance\"}`
Example: {@code {\"Department\": \"Finance\"}}
*

@@ -83,3 +83,3 @@ */

* <p>
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
*

@@ -86,0 +86,0 @@ */

@@ -23,9 +23,9 @@ /**

* <p>
In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response
In {@code ENFORCING} mode, upon a validation failure, the request will be rejected with a 4xx response
* and not sent to the backend.
* <p>
In `PERMISSIVE` mode, the result of the validation will be exposed as metrics while the request
In {@code PERMISSIVE} mode, the result of the validation will be exposed as metrics while the request
* will follow the normal path.
* <p>
`DISABLED` type turns the validation off.
{@code DISABLED} type turns the validation off.
*

@@ -32,0 +32,0 @@ */

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
*/

@@ -34,3 +34,3 @@ export interface CancelWorkRequestRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -37,0 +37,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest.
*/

@@ -39,3 +39,3 @@ export interface ChangeApiCompartmentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -42,0 +42,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
*/

@@ -39,3 +39,3 @@ export interface ChangeCertificateCompartmentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -42,0 +42,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest.
*/

@@ -39,3 +39,3 @@ export interface ChangeDeploymentCompartmentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -42,0 +42,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest.
*/

@@ -39,3 +39,3 @@ export interface ChangeGatewayCompartmentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -42,0 +42,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartmentRequest.
*/

@@ -39,3 +39,3 @@ export interface ChangeSubscriberCompartmentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -42,0 +42,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartmentRequest.
*/

@@ -39,3 +39,3 @@ export interface ChangeUsagePlanCompartmentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -42,0 +42,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest.
*/

@@ -25,3 +25,3 @@ export interface DeleteApiRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -28,0 +28,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
*/

@@ -25,3 +25,3 @@ export interface DeleteCertificateRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -28,0 +28,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
*/

@@ -25,3 +25,3 @@ export interface DeleteDeploymentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -28,0 +28,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
*/

@@ -25,3 +25,3 @@ export interface DeleteGatewayRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -28,0 +28,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest.
*/

@@ -29,3 +29,3 @@ export interface DeleteSdkRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -32,0 +32,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriberRequest.
*/

@@ -25,3 +25,3 @@ export interface DeleteSubscriberRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -28,0 +28,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlanRequest.
*/

@@ -25,3 +25,3 @@ export interface DeleteUsagePlanRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -28,0 +28,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest.
*/

@@ -29,3 +29,3 @@ export interface GetApiContentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -32,0 +32,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest.
*/

@@ -29,3 +29,3 @@ export interface GetApiDeploymentSpecificationRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -32,0 +32,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.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.76.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.77.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest.
*/

@@ -29,3 +29,3 @@ export interface GetApiValidationsRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -32,0 +32,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.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.76.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.77.0/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest.
*/

@@ -26,3 +26,3 @@ export interface ListApisRequest extends common.BaseRequest {

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -34,3 +34,3 @@ */

* <p>
Example: `ACTIVE`
Example: {@code ACTIVE}
*

@@ -52,5 +52,5 @@ */

/**
* The field to sort by. You can provide one sort order (`sortOrder`).
* Default order for `timeCreated` is descending. Default order for
* `displayName` is ascending. The `displayName` sort order is case
* The field to sort by. You can provide one sort order ({@code sortOrder}).
* Default order for {@code timeCreated} is descending. Default order for
* {@code displayName} is ascending. The {@code displayName} sort order is case
* sensitive.

@@ -57,0 +57,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
*/

@@ -26,3 +26,3 @@ export interface ListCertificatesRequest extends common.BaseRequest {

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -34,3 +34,3 @@ */

* <p>
Example: `ACTIVE` or `DELETED`
Example: {@code ACTIVE} or {@code DELETED}
*

@@ -52,5 +52,5 @@ */

/**
* The field to sort by. You can provide one sort order (`sortOrder`).
* Default order for `timeCreated` is descending. Default order for
* `displayName` is ascending. The `displayName` sort order is case
* The field to sort by. You can provide one sort order ({@code sortOrder}).
* Default order for {@code timeCreated} is descending. Default order for
* {@code displayName} is ascending. The {@code displayName} sort order is case
* sensitive.

@@ -57,0 +57,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest.
*/

@@ -30,3 +30,3 @@ export interface ListDeploymentsRequest extends common.BaseRequest {

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -38,3 +38,3 @@ */

* <p>
Example: `SUCCEEDED`
Example: {@code SUCCEEDED}
*

@@ -56,5 +56,5 @@ */

/**
* The field to sort by. You can provide one sort order (`sortOrder`).
* Default order for `timeCreated` is descending. Default order for
* `displayName` is ascending. The `displayName` sort order is case
* The field to sort by. You can provide one sort order ({@code sortOrder}).
* Default order for {@code timeCreated} is descending. Default order for
* {@code displayName} is ascending. The {@code displayName} sort order is case
* sensitive.

@@ -61,0 +61,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest.
*/

@@ -30,3 +30,3 @@ export interface ListGatewaysRequest extends common.BaseRequest {

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -38,3 +38,3 @@ */

* <p>
Example: `SUCCEEDED`
Example: {@code SUCCEEDED}
*

@@ -56,5 +56,5 @@ */

/**
* The field to sort by. You can provide one sort order (`sortOrder`).
* Default order for `timeCreated` is descending. Default order for
* `displayName` is ascending. The `displayName` sort order is case
* The field to sort by. You can provide one sort order ({@code sortOrder}).
* Default order for {@code timeCreated} is descending. Default order for
* {@code displayName} is ascending. The {@code displayName} sort order is case
* sensitive.

@@ -61,0 +61,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypesRequest.
*/

@@ -26,3 +26,3 @@ export interface ListSdkLanguageTypesRequest extends common.BaseRequest {

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -44,5 +44,5 @@ */

/**
* The field to sort by. You can provide one sort order (`sortOrder`).
* Default order for `timeCreated` is descending. Default order for
* `displayName` is ascending. The `displayName` sort order is case
* The field to sort by. You can provide one sort order ({@code sortOrder}).
* Default order for {@code timeCreated} is descending. Default order for
* {@code displayName} is ascending. The {@code displayName} sort order is case
* sensitive.

@@ -49,0 +49,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdksRequest.
*/

@@ -26,3 +26,3 @@ export interface ListSdksRequest extends common.BaseRequest {

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -34,3 +34,3 @@ */

* <p>
Example: `ACTIVE` or `DELETED`
Example: {@code ACTIVE} or {@code DELETED}
*

@@ -52,5 +52,5 @@ */

/**
* The field to sort by. You can provide one sort order (`sortOrder`).
* Default order for `timeCreated` is descending. Default order for
* `displayName` is ascending. The `displayName` sort order is case
* The field to sort by. You can provide one sort order ({@code sortOrder}).
* Default order for {@code timeCreated} is descending. Default order for
* {@code displayName} is ascending. The {@code displayName} sort order is case
* sensitive.

@@ -57,0 +57,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribersRequest.
*/

@@ -26,3 +26,3 @@ export interface ListSubscribersRequest extends common.BaseRequest {

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -33,3 +33,3 @@ */

* A filter to return only resources that match the given lifecycle state.
* Example: `ACTIVE`
* Example: {@code ACTIVE}
*

@@ -51,5 +51,5 @@ */

/**
* The field to sort by. You can provide one sort order (`sortOrder`).
* Default order for `timeCreated` is descending. Default order for
* `displayName` is ascending. The `displayName` sort order is case
* The field to sort by. You can provide one sort order ({@code sortOrder}).
* Default order for {@code timeCreated} is descending. Default order for
* {@code displayName} is ascending. The {@code displayName} sort order is case
* sensitive.

@@ -56,0 +56,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlansRequest.
*/

@@ -26,3 +26,3 @@ export interface ListUsagePlansRequest extends common.BaseRequest {

* <p>
Example: `My new resource`
Example: {@code My new resource}
*

@@ -33,3 +33,3 @@ */

* A filter to return only resources that match the given lifecycle state.
* Example: `ACTIVE`
* Example: {@code ACTIVE}
*

@@ -51,5 +51,5 @@ */

/**
* The field to sort by. You can provide one sort order (`sortOrder`).
* Default order for `timeCreated` is descending. Default order for
* `displayName` is ascending. The `displayName` sort order is case
* The field to sort by. You can provide one sort order ({@code sortOrder}).
* Default order for {@code timeCreated} is descending. Default order for
* {@code displayName} is ascending. The {@code displayName} sort order is case
* sensitive.

@@ -56,0 +56,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
*/

@@ -40,5 +40,5 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {

/**
* The field to sort by. You can provide one sort order (`sortOrder`).
* Default order for `timeCreated` is descending. Default order for
* `displayName` is ascending. The `displayName` sort order is case
* The field to sort by. You can provide one sort order ({@code sortOrder}).
* Default order for {@code timeCreated} is descending. Default order for
* {@code displayName} is ascending. The {@code displayName} sort order is case
* sensitive.

@@ -45,0 +45,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
*/

@@ -40,5 +40,5 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {

/**
* The field to sort by. You can provide one sort order (`sortOrder`).
* Default order for `timeCreated` is descending. Default order for
* `displayName` is ascending. The `displayName` sort order is case
* The field to sort by. You can provide one sort order ({@code sortOrder}).
* Default order for {@code timeCreated} is descending. Default order for
* {@code displayName} is ascending. The {@code displayName} sort order is case
* sensitive.

@@ -45,0 +45,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
*/

@@ -44,5 +44,5 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {

/**
* The field to sort by. You can provide one sort order (`sortOrder`).
* Default order for `timeCreated` is descending. Default order for
* `displayName` is ascending. The `displayName` sort order is case
* The field to sort by. You can provide one sort order ({@code sortOrder}).
* Default order for {@code timeCreated} is descending. Default order for
* {@code displayName} is ascending. The {@code displayName} sort order is case
* sensitive.

@@ -49,0 +49,0 @@ *

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest.
*/

@@ -30,3 +30,3 @@ export interface UpdateApiRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
*/

@@ -30,3 +30,3 @@ export interface UpdateCertificateRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
*/

@@ -30,3 +30,3 @@ export interface UpdateDeploymentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest.
*/

@@ -30,3 +30,3 @@ export interface UpdateGatewayRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest.
*/

@@ -30,3 +30,3 @@ export interface UpdateSdkRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriberRequest.
*/

@@ -30,3 +30,3 @@ export interface UpdateSubscriberRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.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.77.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlanRequest.
*/

@@ -30,3 +30,3 @@ export interface UpdateUsagePlanRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -17,3 +17,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -20,0 +20,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -16,3 +16,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

{
"name": "oci-apigateway",
"version": "2.76.1",
"version": "2.77.0",
"description": "OCI NodeJS client for API gateway service",

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

"dependencies": {
"oci-common": "2.76.1",
"oci-workrequests": "2.76.1"
"oci-common": "2.77.0",
"oci-workrequests": "2.77.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc