Socket
Socket
Sign inDemoInstall

oci-apmcontrolplane

Package Overview
Dependencies
Maintainers
4
Versions
158
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 2.14.0 to 2.15.0

2

index.d.ts
/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -75,7 +75,7 @@ * OpenAPI spec version: 20200630

* Moves an APM domain into a different compartment. When provided, If-Match is checked against ETag values of the APM domain.
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ChangeApmDomainCompartmentRequest
* @return ChangeApmDomainCompartmentResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartment API.
*/

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

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param CreateApmDomainRequest
* @return CreateApmDomainResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomain API.
*/

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

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param DeleteApmDomainRequest
* @return DeleteApmDomainResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomain API.
*/

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

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param GenerateDataKeysRequest
* @return GenerateDataKeysResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeys API.
*/

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

* Gets the details of the APM domain specified by OCID.
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param GetApmDomainRequest
* @return GetApmDomainResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomain API.
*/

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

* Gets the details of the work request with the given ID.
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param GetWorkRequestRequest
* @return GetWorkRequestResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
*/

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

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListApmDomainWorkRequestsRequest
* @return ListApmDomainWorkRequestsResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequests API.
*/

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

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListApmDomainsRequest
* @return ListApmDomainsResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomains API.
*/

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

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListDataKeysRequest
* @return ListDataKeysResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeys API.
*/

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

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListWorkRequestErrorsRequest
* @return ListWorkRequestErrorsResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

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

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListWorkRequestLogsRequest
* @return ListWorkRequestLogsResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -326,7 +326,7 @@ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListWorkRequestsRequest
* @return ListWorkRequestsResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/

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

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param RemoveDataKeysRequest
* @return RemoveDataKeysResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeys API.
*/

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

* Updates the APM domain.
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param UpdateApmDomainRequest
* @return UpdateApmDomainResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomain API.
*/
updateApmDomain(updateApmDomainRequest: requests.UpdateApmDomainRequest): Promise<responses.UpdateApmDomainResponse>;
}

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -153,7 +153,7 @@ * OpenAPI spec version: 20200630

* Moves an APM domain into a different compartment. When provided, If-Match is checked against ETag values of the APM domain.
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ChangeApmDomainCompartmentRequest
* @return ChangeApmDomainCompartmentResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartment API.
*/

@@ -174,3 +174,3 @@ changeApmDomainCompartment(changeApmDomainCompartmentRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeApmDomainCompartmentRequest.retryConfiguration, specRetryConfiguration);

@@ -216,7 +216,7 @@ if (this.logger)

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param CreateApmDomainRequest
* @return CreateApmDomainResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomain API.
*/

@@ -234,3 +234,3 @@ createApmDomain(createApmDomainRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createApmDomainRequest.retryConfiguration, specRetryConfiguration);

@@ -278,7 +278,7 @@ if (this.logger)

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param DeleteApmDomainRequest
* @return DeleteApmDomainResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomain API.
*/

@@ -298,3 +298,3 @@ deleteApmDomain(deleteApmDomainRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteApmDomainRequest.retryConfiguration, specRetryConfiguration);

@@ -340,7 +340,7 @@ if (this.logger)

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param GenerateDataKeysRequest
* @return GenerateDataKeysResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeys API.
*/

@@ -360,3 +360,3 @@ generateDataKeys(generateDataKeysRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, generateDataKeysRequest.retryConfiguration, specRetryConfiguration);

@@ -401,7 +401,7 @@ if (this.logger)

* Gets the details of the APM domain specified by OCID.
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param GetApmDomainRequest
* @return GetApmDomainResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomain API.
*/

@@ -420,3 +420,3 @@ getApmDomain(getApmDomainRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getApmDomainRequest.retryConfiguration, specRetryConfiguration);

@@ -464,7 +464,7 @@ if (this.logger)

* Gets the details of the work request with the given ID.
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param GetWorkRequestRequest
* @return GetWorkRequestResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
*/

@@ -483,3 +483,3 @@ getWorkRequest(getWorkRequestRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);

@@ -533,7 +533,7 @@ if (this.logger)

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListApmDomainWorkRequestsRequest
* @return ListApmDomainWorkRequestsResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequests API.
*/

@@ -555,3 +555,3 @@ listApmDomainWorkRequests(listApmDomainWorkRequestsRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listApmDomainWorkRequestsRequest.retryConfiguration, specRetryConfiguration);

@@ -640,7 +640,7 @@ if (this.logger)

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListApmDomainsRequest
* @return ListApmDomainsResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomains API.
*/

@@ -665,3 +665,3 @@ listApmDomains(listApmDomainsRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listApmDomainsRequest.retryConfiguration, specRetryConfiguration);

@@ -751,7 +751,7 @@ if (this.logger)

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListDataKeysRequest
* @return ListDataKeysResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeys API.
*/

@@ -772,3 +772,3 @@ listDataKeys(listDataKeysRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataKeysRequest.retryConfiguration, specRetryConfiguration);

@@ -812,7 +812,7 @@ if (this.logger)

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListWorkRequestErrorsRequest
* @return ListWorkRequestErrorsResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

@@ -834,3 +834,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);

@@ -919,7 +919,7 @@ if (this.logger)

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListWorkRequestLogsRequest
* @return ListWorkRequestLogsResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -941,3 +941,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);

@@ -1026,7 +1026,7 @@ if (this.logger)

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param ListWorkRequestsRequest
* @return ListWorkRequestsResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/

@@ -1047,3 +1047,3 @@ listWorkRequests(listWorkRequestsRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);

@@ -1133,7 +1133,7 @@ if (this.logger)

*
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param RemoveDataKeysRequest
* @return RemoveDataKeysResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeys API.
*/

@@ -1153,3 +1153,3 @@ removeDataKeys(removeDataKeysRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeDataKeysRequest.retryConfiguration, specRetryConfiguration);

@@ -1194,7 +1194,7 @@ if (this.logger)

* Updates the APM domain.
* This operation does not retry by default if the user has not defined a retry configuration.
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
* @param UpdateApmDomainRequest
* @return UpdateApmDomainResponse
* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomain API.
*/

@@ -1214,3 +1214,3 @@ updateApmDomain(updateApmDomainRequest) {

};
const specRetryConfiguration = common.NoRetryConfigurationDetails;
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateApmDomainRequest.retryConfiguration, specRetryConfiguration);

@@ -1217,0 +1217,0 @@ if (this.logger)

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -20,3 +20,3 @@ * OpenAPI spec version: 20200630

/**
* A machine-usable code for the error that occured. Error codes are listed at
* A machine-usable code for the error that occurred. Error codes are listed at
* [API Errors](https://docs.cloud.oracle.com/iaas/Content/API/References/apierrors.htm)

@@ -23,0 +23,0 @@ *

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

@@ -16,7 +16,7 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartmentRequest.
*/
export interface ChangeApmDomainCompartmentRequest extends common.BaseRequest {
/**
* The OCID of the APM domain
* The OCID of the APM domain.
*/

@@ -41,3 +41,3 @@ "apmDomainId": string;

/**
* A token that uniquely identifies a request so it can be retried in case of a timeout or
* A token that uniquely identifies a request therefore it can be retried in case of a timeout or
* server error without risk of executing that same action again. Retry tokens expire after 24

@@ -44,0 +44,0 @@ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomainRequest.
*/

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

/**
* A token that uniquely identifies a request so it can be retried in case of a timeout or
* A token that uniquely identifies a request therefore it can be retried in case of a timeout or
* server error without risk of executing that same action again. Retry tokens expire after 24

@@ -28,0 +28,0 @@ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource

@@ -15,7 +15,7 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomainRequest.
*/
export interface DeleteApmDomainRequest extends common.BaseRequest {
/**
* The OCID of the APM domain
* The OCID of the APM domain.
*/

@@ -22,0 +22,0 @@ "apmDomainId": string;

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeysRequest.
*/

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

/**
* The OCID of the APM domain
* The OCID of the APM domain.
*/

@@ -28,0 +28,0 @@ "apmDomainId": string;

@@ -15,7 +15,7 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomainRequest.
*/
export interface GetApmDomainRequest extends common.BaseRequest {
/**
* The OCID of the APM domain
* The OCID of the APM domain.
*/

@@ -22,0 +22,0 @@ "apmDomainId": string;

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
*/

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

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

@@ -15,7 +15,7 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequestsRequest.
*/
export interface ListApmDomainWorkRequestsRequest extends common.BaseRequest {
/**
* The OCID of the APM domain
* The OCID of the APM domain.
*/

@@ -22,0 +22,0 @@ "apmDomainId": string;

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomainsRequest.
*/

@@ -45,3 +45,3 @@ export interface ListApmDomainsRequest extends common.BaseRequest {

/**
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified, timeCreated is default.
*

@@ -48,0 +48,0 @@ */

@@ -16,7 +16,7 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeysRequest.
*/
export interface ListDataKeysRequest extends common.BaseRequest {
/**
* The OCID of the APM domain
* The OCID of the APM domain.
*/

@@ -23,0 +23,0 @@ "apmDomainId": string;

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

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

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

@@ -16,7 +16,7 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeysRequest.
*/
export interface RemoveDataKeysRequest extends common.BaseRequest {
/**
* The OCID of the APM domain
* The OCID of the APM domain.
*/

@@ -23,0 +23,0 @@ "apmDomainId": string;

@@ -16,7 +16,7 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.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/2.15.0/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomainRequest.
*/
export interface UpdateApmDomainRequest extends common.BaseRequest {
/**
* The OCID of the APM domain
* The OCID of the APM domain.
*/

@@ -23,0 +23,0 @@ "apmDomainId": string;

/**
* Application Performance Monitoring Control Plane API
* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -6,0 +6,0 @@ * OpenAPI spec version: 20200630

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

* Use the Application Performance Monitoring Control Plane API to perform operations such as creating, updating,
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs.
deleting and listing APM domains and monitoring the progress of these operations using the work request APIs. For more information, see [Application Performance Monitoring](/iaas/application-performance-monitoring/index.html).

@@ -8,0 +8,0 @@ * OpenAPI spec version: 20200630

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

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

"dependencies": {
"oci-common": "2.14.0",
"oci-workrequests": "2.14.0"
"oci-common": "2.15.0",
"oci-workrequests": "2.15.0"
},

@@ -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