Socket
Socket
Sign inDemoInstall

oci-apmcontrolplane

Package Overview
Dependencies
Maintainers
3
Versions
156
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.4.0 to 2.5.0

96

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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequests API.
*/

@@ -145,6 +145,7 @@ 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/2.4.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.5.0/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomains API.
*/
listApmDomains(listApmDomainsRequest: requests.ListApmDomainsRequest): Promise<responses.ListApmDomainsResponse>;
/**
* NOTE: This function is deprecated in favor of listApmDomainsRecordIterator function.
* Creates a new async iterator which will iterate over the models.ApmDomainSummary objects

@@ -158,2 +159,3 @@ * contained in responses from the listApmDomains operation. This iterator will fetch more data from the

/**
* NOTE: This function is deprecated in favor of listApmDomainsResponseIterator function.
* Creates a new async iterator which will iterate over the responses received from the listApmDomains operation. This iterator

@@ -166,2 +168,17 @@ * will fetch more data from the server as needed.

/**
* Creates a new async iterator which will iterate over the models.ApmDomainSummary objects
* contained in responses from the listApmDomains operation. This iterator will fetch more data from the
* server as needed.
*
* @param request a request which can be sent to the service operation
*/
listApmDomainsRecordIterator(request: requests.ListApmDomainsRequest): AsyncIterableIterator<model.ApmDomainSummary>;
/**
* Creates a new async iterator which will iterate over the responses received from the listApmDomains operation. This iterator
* will fetch more data from the server as needed.
*
* @param request a request which can be sent to the service operation
*/
listApmDomainsResponseIterator(request: requests.ListApmDomainsRequest): AsyncIterableIterator<responses.ListApmDomainsResponse>;
/**
* Lists all Data Keys for the specified APM Domain. The caller may filter the list by specifying the 'dataKeyType'

@@ -173,3 +190,3 @@ * query parameter.

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

@@ -183,6 +200,7 @@ 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/2.4.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.5.0/apmcontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
/**
* NOTE: This function is deprecated in favor of listWorkRequestErrorsRecordIterator function.
* Creates a new async iterator which will iterate over the models.WorkRequestError objects

@@ -196,2 +214,3 @@ * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the

/**
* NOTE: This function is deprecated in favor of listWorkRequestErrorsResponseIterator function.
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator

@@ -204,2 +223,17 @@ * will fetch more data from the server as needed.

/**
* Creates a new async iterator which will iterate over the models.WorkRequestError objects
* contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
* server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestErrorsRecordIterator(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<model.WorkRequestError>;
/**
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
* will fetch more data from the server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestErrorsResponseIterator(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListWorkRequestErrorsResponse>;
/**
* Return a (paginated) list of logs for a given work request.

@@ -210,6 +244,7 @@ *

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.5.0/apmcontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
/**
* NOTE: This function is deprecated in favor of listWorkRequestLogsRecordIterator function.
* Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects

@@ -223,2 +258,3 @@ * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the

/**
* NOTE: This function is deprecated in favor of listWorkRequestLogsResponseIterator function.
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator

@@ -231,2 +267,17 @@ * will fetch more data from the server as needed.

/**
* Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
* contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
* server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestLogsRecordIterator(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<model.WorkRequestLogEntry>;
/**
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
* will fetch more data from the server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestLogsResponseIterator(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<responses.ListWorkRequestLogsResponse>;
/**
* Returns a (paginated) list of work requests in a given compartment.

@@ -237,6 +288,7 @@ *

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.5.0/apmcontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
/**
* NOTE: This function is deprecated in favor of listWorkRequestsRecordIterator function.
* Creates a new async iterator which will iterate over the models.WorkRequest objects

@@ -250,2 +302,3 @@ * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the

/**
* NOTE: This function is deprecated in favor of listWorkRequestsResponseIterator function.
* Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator

@@ -258,2 +311,17 @@ * will fetch more data from the server as needed.

/**
* Creates a new async iterator which will iterate over the models.WorkRequest objects
* contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
* server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestsRecordIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<model.WorkRequest>;
/**
* Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
* will fetch more data from the server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestsResponseIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
/**
* Removes the set of specified Data Keys from the specified APM domain. Agents would no longer

@@ -265,3 +333,3 @@ * be able to use these data keys to upload to the APM domain once this operation is completed.

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

@@ -274,5 +342,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/2.4.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.5.0/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/2.4.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.5.0/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartment API.
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -630,2 +630,3 @@ listApmDomains(listApmDomainsRequest) {

/**
* NOTE: This function is deprecated in favor of listApmDomainsRecordIterator function.
* Creates a new async iterator which will iterate over the models.ApmDomainSummary objects

@@ -641,2 +642,3 @@ * contained in responses from the listApmDomains operation. This iterator will fetch more data from the

/**
* NOTE: This function is deprecated in favor of listApmDomainsResponseIterator function.
* Creates a new async iterator which will iterate over the responses received from the listApmDomains operation. This iterator

@@ -651,2 +653,21 @@ * will fetch more data from the server as needed.

/**
* Creates a new async iterator which will iterate over the models.ApmDomainSummary objects
* contained in responses from the listApmDomains operation. This iterator will fetch more data from the
* server as needed.
*
* @param request a request which can be sent to the service operation
*/
listApmDomainsRecordIterator(request) {
return oci_common_1.paginateRecords(request, req => this.listApmDomains(req));
}
/**
* Creates a new async iterator which will iterate over the responses received from the listApmDomains operation. This iterator
* will fetch more data from the server as needed.
*
* @param request a request which can be sent to the service operation
*/
listApmDomainsResponseIterator(request) {
return oci_common_1.paginateResponses(request, req => this.listApmDomains(req));
}
/**
* Lists all Data Keys for the specified APM Domain. The caller may filter the list by specifying the 'dataKeyType'

@@ -658,3 +679,3 @@ * query parameter.

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

@@ -716,3 +737,3 @@ listDataKeys(listDataKeysRequest) {

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

@@ -775,2 +796,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest) {

/**
* NOTE: This function is deprecated in favor of listWorkRequestErrorsRecordIterator function.
* Creates a new async iterator which will iterate over the models.WorkRequestError objects

@@ -786,2 +808,3 @@ * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the

/**
* NOTE: This function is deprecated in favor of listWorkRequestErrorsResponseIterator function.
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator

@@ -796,2 +819,21 @@ * will fetch more data from the server as needed.

/**
* Creates a new async iterator which will iterate over the models.WorkRequestError objects
* contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
* server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestErrorsRecordIterator(request) {
return oci_common_1.paginateRecords(request, req => this.listWorkRequestErrors(req));
}
/**
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
* will fetch more data from the server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestErrorsResponseIterator(request) {
return oci_common_1.paginateResponses(request, req => this.listWorkRequestErrors(req));
}
/**
* Return a (paginated) list of logs for a given work request.

@@ -802,3 +844,3 @@ *

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

@@ -861,2 +903,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest) {

/**
* NOTE: This function is deprecated in favor of listWorkRequestLogsRecordIterator function.
* Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects

@@ -872,2 +915,3 @@ * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the

/**
* NOTE: This function is deprecated in favor of listWorkRequestLogsResponseIterator function.
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator

@@ -882,2 +926,21 @@ * will fetch more data from the server as needed.

/**
* Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
* contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
* server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestLogsRecordIterator(request) {
return oci_common_1.paginateRecords(request, req => this.listWorkRequestLogs(req));
}
/**
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
* will fetch more data from the server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestLogsResponseIterator(request) {
return oci_common_1.paginateResponses(request, req => this.listWorkRequestLogs(req));
}
/**
* Returns a (paginated) list of work requests in a given compartment.

@@ -888,3 +951,3 @@ *

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

@@ -946,2 +1009,3 @@ listWorkRequests(listWorkRequestsRequest) {

/**
* NOTE: This function is deprecated in favor of listWorkRequestsRecordIterator function.
* Creates a new async iterator which will iterate over the models.WorkRequest objects

@@ -957,2 +1021,3 @@ * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the

/**
* NOTE: This function is deprecated in favor of listWorkRequestsResponseIterator function.
* Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator

@@ -967,2 +1032,21 @@ * will fetch more data from the server as needed.

/**
* Creates a new async iterator which will iterate over the models.WorkRequest objects
* contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
* server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestsRecordIterator(request) {
return oci_common_1.paginateRecords(request, req => this.listWorkRequests(req));
}
/**
* Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
* will fetch more data from the server as needed.
*
* @param request a request which can be sent to the service operation
*/
listWorkRequestsResponseIterator(request) {
return oci_common_1.paginateResponses(request, req => this.listWorkRequests(req));
}
/**
* Removes the set of specified Data Keys from the specified APM domain. Agents would no longer

@@ -974,3 +1058,3 @@ * be able to use these data keys to upload to the APM domain once this operation is completed.

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

@@ -1032,3 +1116,3 @@ removeDataKeys(removeDataKeysRequest) {

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

@@ -1035,0 +1119,0 @@ updateApmDomain(updateApmDomainRequest) {

2

lib/request/change-apm-domain-compartment-request.d.ts

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.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.4.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.5.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.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/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": "2.4.0",
"version": "2.5.0",
"description": "OCI NodeJS client for Apm Control Plane Service",

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

"dependencies": {
"oci-common": "2.4.0",
"oci-workrequests": "2.4.0"
"oci-common": "2.5.0",
"oci-workrequests": "2.5.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