Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oci-apmcontrolplane

Package Overview
Dependencies
Maintainers
3
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-apmcontrolplane - npm Package Compare versions

Comparing version 1.20.0 to 1.20.1

28

lib/client.d.ts

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

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartment API.
*/

@@ -84,3 +84,3 @@ changeApmDomainCompartment(changeApmDomainCompartmentRequest: requests.ChangeApmDomainCompartmentRequest): Promise<responses.ChangeApmDomainCompartmentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomain API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomain API.
*/

@@ -96,3 +96,3 @@ createApmDomain(createApmDomainRequest: requests.CreateApmDomainRequest): Promise<responses.CreateApmDomainResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomain API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomain API.
*/

@@ -107,3 +107,3 @@ deleteApmDomain(deleteApmDomainRequest: requests.DeleteApmDomainRequest): Promise<responses.DeleteApmDomainResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeys API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeys API.
*/

@@ -116,3 +116,3 @@ generateDataKeys(generateDataKeysRequest: requests.GenerateDataKeysRequest): Promise<responses.GenerateDataKeysResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomain API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomain API.
*/

@@ -125,3 +125,3 @@ getApmDomain(getApmDomainRequest: requests.GetApmDomainRequest): Promise<responses.GetApmDomainResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
*/

@@ -135,3 +135,3 @@ getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequests API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequests API.
*/

@@ -145,3 +145,3 @@ listApmDomainWorkRequests(listApmDomainWorkRequestsRequest: requests.ListApmDomainWorkRequestsRequest): Promise<responses.ListApmDomainWorkRequestsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomains API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomains API.
*/

@@ -171,3 +171,3 @@ listApmDomains(listApmDomainsRequest: requests.ListApmDomainsRequest): Promise<responses.ListApmDomainsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeys API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeys API.
*/

@@ -181,3 +181,3 @@ listDataKeys(listDataKeysRequest: requests.ListDataKeysRequest): Promise<responses.ListDataKeysResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

@@ -206,3 +206,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -231,3 +231,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/1.20.0/apmcontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/

@@ -257,3 +257,3 @@ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeys API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeys API.
*/

@@ -266,5 +266,5 @@ removeDataKeys(removeDataKeysRequest: requests.RemoveDataKeysRequest): Promise<responses.RemoveDataKeysResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomain API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomain API.
*/
updateApmDomain(updateApmDomainRequest: requests.UpdateApmDomainRequest): Promise<responses.UpdateApmDomainResponse>;
}

@@ -145,3 +145,3 @@ "use strict";

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartment API.
*/

@@ -162,2 +162,5 @@ changeApmDomainCompartment(changeApmDomainCompartmentRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, changeApmDomainCompartmentRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -173,5 +176,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, changeApmDomainCompartmentRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -207,3 +207,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomain API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomain API.
*/

@@ -221,2 +221,5 @@ createApmDomain(createApmDomainRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createApmDomainRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -232,5 +235,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createApmDomainRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -268,3 +268,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomain API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomain API.
*/

@@ -284,2 +284,5 @@ deleteApmDomain(deleteApmDomainRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteApmDomainRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -294,5 +297,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteApmDomainRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -329,3 +329,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeys API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeys API.
*/

@@ -345,2 +345,5 @@ generateDataKeys(generateDataKeysRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, generateDataKeysRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -356,5 +359,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, generateDataKeysRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -389,3 +389,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomain API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomain API.
*/

@@ -404,2 +404,5 @@ getApmDomain(getApmDomainRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getApmDomainRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -414,5 +417,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getApmDomainRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -450,3 +450,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
*/

@@ -465,2 +465,5 @@ getWorkRequest(getWorkRequestRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getWorkRequestRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -475,5 +478,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getWorkRequestRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -517,3 +517,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequests API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequests API.
*/

@@ -532,2 +532,5 @@ listApmDomainWorkRequests(listApmDomainWorkRequestsRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listApmDomainWorkRequestsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -542,5 +545,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listApmDomainWorkRequestsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -579,3 +579,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomains API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomains API.
*/

@@ -600,2 +600,5 @@ listApmDomains(listApmDomainsRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listApmDomainsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -610,5 +613,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listApmDomainsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -667,3 +667,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeys API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeys API.
*/

@@ -684,2 +684,5 @@ listDataKeys(listDataKeysRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listDataKeysRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -694,5 +697,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listDataKeysRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -726,3 +726,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

@@ -744,2 +744,5 @@ listWorkRequestErrors(listWorkRequestErrorsRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestErrorsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -754,5 +757,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestErrorsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -810,3 +810,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -828,2 +828,5 @@ listWorkRequestLogs(listWorkRequestLogsRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestLogsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -838,5 +841,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestLogsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -894,3 +894,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/

@@ -911,2 +911,5 @@ listWorkRequests(listWorkRequestsRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -921,5 +924,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -978,3 +978,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeys API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeys API.
*/

@@ -994,2 +994,5 @@ removeDataKeys(removeDataKeysRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, removeDataKeysRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -1005,5 +1008,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, removeDataKeysRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -1038,3 +1038,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomain API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomain API.
*/

@@ -1054,2 +1054,5 @@ updateApmDomain(updateApmDomainRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateApmDomainRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -1065,5 +1068,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateApmDomainRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -1070,0 +1070,0 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartmentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartmentRequest.
*/

@@ -19,0 +19,0 @@ export interface ChangeApmDomainCompartmentRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomainRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomainRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateApmDomainRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomainRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomainRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteApmDomainRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeysRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeysRequest.
*/

@@ -19,0 +19,0 @@ export interface GenerateDataKeysRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomainRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomainRequest.
*/

@@ -18,0 +18,0 @@ export interface GetApmDomainRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
*/

@@ -18,0 +18,0 @@ export interface GetWorkRequestRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequestsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequestsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListApmDomainWorkRequestsRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomainsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomainsRequest.
*/

@@ -19,0 +19,0 @@ export interface ListApmDomainsRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeysRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeysRequest.
*/

@@ -19,0 +19,0 @@ export interface ListDataKeysRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeysRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeysRequest.
*/

@@ -19,0 +19,0 @@ export interface RemoveDataKeysRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomainRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomainRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateApmDomainRequest extends common.BaseRequest {

{
"name": "oci-apmcontrolplane",
"version": "1.20.0",
"version": "1.20.1",
"description": "OCI NodeJS client for Apm Control Plane Service",

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

"dependencies": {
"oci-common": "1.20.0",
"oci-workrequests": "1.20.0"
"oci-common": "1.20.1",
"oci-workrequests": "1.20.1"
},

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

Sorry, the diff of this file is not supported yet

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