oci-apmconfig
Advanced tools
Comparing version 2.88.0 to 2.88.1
@@ -85,3 +85,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfig API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfig API. | ||
*/ | ||
@@ -95,3 +95,3 @@ createConfig(createConfigRequest: requests.CreateConfigRequest): Promise<responses.CreateConfigResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfig API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfig API. | ||
*/ | ||
@@ -105,3 +105,3 @@ deleteConfig(deleteConfigRequest: requests.DeleteConfigRequest): Promise<responses.DeleteConfigResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/GetConfig.ts.html |here} to see how to use GetConfig API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/GetConfig.ts.html |here} to see how to use GetConfig API. | ||
*/ | ||
@@ -115,3 +115,3 @@ getConfig(getConfigRequest: requests.GetConfigRequest): Promise<responses.GetConfigResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigs API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigs API. | ||
*/ | ||
@@ -125,3 +125,3 @@ listConfigs(listConfigsRequest: requests.ListConfigsRequest): Promise<responses.ListConfigsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/RetrieveNamespaceMetrics.ts.html |here} to see how to use RetrieveNamespaceMetrics API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/RetrieveNamespaceMetrics.ts.html |here} to see how to use RetrieveNamespaceMetrics API. | ||
*/ | ||
@@ -135,6 +135,17 @@ retrieveNamespaceMetrics(retrieveNamespaceMetricsRequest: requests.RetrieveNamespaceMetricsRequest): Promise<responses.RetrieveNamespaceMetricsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/RetrieveNamespaces.ts.html |here} to see how to use RetrieveNamespaces API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/RetrieveNamespaces.ts.html |here} to see how to use RetrieveNamespaces API. | ||
*/ | ||
retrieveNamespaces(retrieveNamespacesRequest: requests.RetrieveNamespacesRequest): Promise<responses.RetrieveNamespacesResponse>; | ||
/** | ||
* Tests a data processing operation on the provided input, returning the potentially modified | ||
* input as output. Returns 200 on success, 422 when the input can not be processed. | ||
* | ||
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user. | ||
* @param TestRequest | ||
* @return TestResponse | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/Test.ts.html |here} to see how to use Test API. | ||
*/ | ||
test(testRequest: requests.TestRequest): Promise<responses.TestResponse>; | ||
/** | ||
* Updates the details of the configuration item identified by the OCID. | ||
@@ -145,3 +156,3 @@ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user. | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfig API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfig API. | ||
*/ | ||
@@ -157,3 +168,3 @@ updateConfig(updateConfigRequest: requests.UpdateConfigRequest): Promise<responses.UpdateConfigResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPattern API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPattern API. | ||
*/ | ||
@@ -160,0 +171,0 @@ validateSpanFilterPattern(validateSpanFilterPatternRequest: requests.ValidateSpanFilterPatternRequest): Promise<responses.ValidateSpanFilterPatternResponse>; |
@@ -185,3 +185,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.88.0/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfig API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfig API. | ||
*/ | ||
@@ -252,3 +252,3 @@ createConfig(createConfigRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfig API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfig API. | ||
*/ | ||
@@ -310,3 +310,3 @@ deleteConfig(deleteConfigRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/GetConfig.ts.html |here} to see how to use GetConfig API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/GetConfig.ts.html |here} to see how to use GetConfig API. | ||
*/ | ||
@@ -376,3 +376,3 @@ getConfig(getConfigRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigs API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigs API. | ||
*/ | ||
@@ -451,3 +451,3 @@ listConfigs(listConfigsRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/RetrieveNamespaceMetrics.ts.html |here} to see how to use RetrieveNamespaceMetrics API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/RetrieveNamespaceMetrics.ts.html |here} to see how to use RetrieveNamespaceMetrics API. | ||
*/ | ||
@@ -516,3 +516,3 @@ retrieveNamespaceMetrics(retrieveNamespaceMetricsRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/RetrieveNamespaces.ts.html |here} to see how to use RetrieveNamespaces API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/RetrieveNamespaces.ts.html |here} to see how to use RetrieveNamespaces API. | ||
*/ | ||
@@ -575,2 +575,68 @@ retrieveNamespaces(retrieveNamespacesRequest) { | ||
/** | ||
* Tests a data processing operation on the provided input, returning the potentially modified | ||
* input as output. Returns 200 on success, 422 when the input can not be processed. | ||
* | ||
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user. | ||
* @param TestRequest | ||
* @return TestResponse | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/Test.ts.html |here} to see how to use Test API. | ||
*/ | ||
test(testRequest) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (this.logger) | ||
this.logger.debug("Calling operation ConfigClient#test."); | ||
const operationName = "test"; | ||
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/apm-config/20210201/TestOutput/Test"; | ||
const pathParams = {}; | ||
const queryParams = { | ||
"apmDomainId": testRequest.apmDomainId | ||
}; | ||
let headerParams = { | ||
"Content-Type": common.Constants.APPLICATION_JSON, | ||
"opc-request-id": testRequest.opcRequestId | ||
}; | ||
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration; | ||
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, testRequest.retryConfiguration, specRetryConfiguration); | ||
if (this.logger) | ||
retrier.logger = this.logger; | ||
const request = yield oci_common_1.composeRequest({ | ||
baseEndpoint: this._endpoint, | ||
defaultHeaders: this._defaultHeaders, | ||
path: "/actions/test", | ||
method: "POST", | ||
bodyContent: common.ObjectSerializer.serialize(testRequest.testDetails, "TestDetails", model.TestDetails.getJsonObj), | ||
pathParams: pathParams, | ||
headerParams: headerParams, | ||
queryParams: queryParams | ||
}); | ||
try { | ||
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink); | ||
const sdkResponse = oci_common_1.composeResponse({ | ||
responseObject: {}, | ||
body: yield response.json(), | ||
bodyKey: "testOutput", | ||
bodyModel: model.TestOutput, | ||
type: "model.TestOutput", | ||
responseHeaders: [ | ||
{ | ||
value: response.headers.get("opc-request-id"), | ||
key: "opcRequestId", | ||
dataType: "string" | ||
}, | ||
{ | ||
value: response.headers.get("etag"), | ||
key: "etag", | ||
dataType: "string" | ||
} | ||
] | ||
}); | ||
return sdkResponse; | ||
} | ||
catch (err) { | ||
throw err; | ||
} | ||
}); | ||
} | ||
/** | ||
* Updates the details of the configuration item identified by the OCID. | ||
@@ -581,3 +647,3 @@ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user. | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfig API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfig API. | ||
*/ | ||
@@ -652,3 +718,3 @@ updateConfig(updateConfigRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPattern API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPattern API. | ||
*/ | ||
@@ -655,0 +721,0 @@ validateSpanFilterPattern(validateSpanFilterPatternRequest) { |
@@ -29,2 +29,4 @@ /** | ||
export import Dimension = Dimension.Dimension; | ||
import * as FilterTextOrId from "./filter-text-or-id"; | ||
export import FilterTextOrId = FilterTextOrId.FilterTextOrId; | ||
import * as Metric from "./metric"; | ||
@@ -48,2 +50,8 @@ export import Metric = Metric.Metric; | ||
export import SpanFilterReference = SpanFilterReference.SpanFilterReference; | ||
import * as TestDetails from "./test-details"; | ||
export import TestDetails = TestDetails.TestDetails; | ||
import * as TestOutput from "./test-output"; | ||
export import TestOutput = TestOutput.TestOutput; | ||
import * as TestTypes from "./test-types"; | ||
export import TestTypes = TestTypes.TestTypes; | ||
import * as UpdateConfigDetails from "./update-config-details"; | ||
@@ -77,2 +85,6 @@ export import UpdateConfigDetails = UpdateConfigDetails.UpdateConfigDetails; | ||
export import SpanFilterSummary = SpanFilterSummary.SpanFilterSummary; | ||
import * as TestSpanEnrichmentDetails from "./test-span-enrichment-details"; | ||
export import TestSpanEnrichmentDetails = TestSpanEnrichmentDetails.TestSpanEnrichmentDetails; | ||
import * as TestSpanEnrichmentOutput from "./test-span-enrichment-output"; | ||
export import TestSpanEnrichmentOutput = TestSpanEnrichmentOutput.TestSpanEnrichmentOutput; | ||
import * as UpdateApdexRulesDetails from "./update-apdex-rules-details"; | ||
@@ -79,0 +91,0 @@ export import UpdateApdexRulesDetails = UpdateApdexRulesDetails.UpdateApdexRulesDetails; |
@@ -36,3 +36,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.UpdateSpanFilterDetails = exports.UpdateOptionsDetails = exports.UpdateMetricGroupDetails = exports.UpdateApdexRulesDetails = exports.SpanFilterSummary = exports.SpanFilter = exports.OptionsSummary = exports.Options = exports.MetricGroupSummary = exports.MetricGroup = exports.CreateSpanFilterDetails = exports.CreateOptionsDetails = exports.CreateMetricGroupDetails = exports.CreateApdexRulesDetails = exports.ApdexRulesSummary = exports.ApdexRules = exports.ValidateSpanFilterPatternDetails = exports.UpdateConfigDetails = exports.SpanFilterReference = exports.SortOrders = exports.RetrieveNamespaceMetricsDetails = exports.NamespaceMetricCollection = exports.NamespaceMetric = exports.NamespaceCollection = exports.Namespace = exports.MetricTypes = exports.Metric = exports.Dimension = exports.CreateConfigDetails = exports.ConfigTypes = exports.ConfigSummary = exports.ConfigCollection = exports.Config = exports.Apdex = void 0; | ||
exports.UpdateSpanFilterDetails = exports.UpdateOptionsDetails = exports.UpdateMetricGroupDetails = exports.UpdateApdexRulesDetails = exports.TestSpanEnrichmentOutput = exports.TestSpanEnrichmentDetails = exports.SpanFilterSummary = exports.SpanFilter = exports.OptionsSummary = exports.Options = exports.MetricGroupSummary = exports.MetricGroup = exports.CreateSpanFilterDetails = exports.CreateOptionsDetails = exports.CreateMetricGroupDetails = exports.CreateApdexRulesDetails = exports.ApdexRulesSummary = exports.ApdexRules = exports.ValidateSpanFilterPatternDetails = exports.UpdateConfigDetails = exports.TestTypes = exports.TestOutput = exports.TestDetails = exports.SpanFilterReference = exports.SortOrders = exports.RetrieveNamespaceMetricsDetails = exports.NamespaceMetricCollection = exports.NamespaceMetric = exports.NamespaceCollection = exports.Namespace = exports.MetricTypes = exports.Metric = exports.FilterTextOrId = exports.Dimension = exports.CreateConfigDetails = exports.ConfigTypes = exports.ConfigSummary = exports.ConfigCollection = exports.Config = exports.Apdex = void 0; | ||
const Apdex = __importStar(require("./apdex")); | ||
@@ -52,2 +52,4 @@ exports.Apdex = Apdex.Apdex; | ||
exports.Dimension = Dimension.Dimension; | ||
const FilterTextOrId = __importStar(require("./filter-text-or-id")); | ||
exports.FilterTextOrId = FilterTextOrId.FilterTextOrId; | ||
const Metric = __importStar(require("./metric")); | ||
@@ -71,2 +73,8 @@ exports.Metric = Metric.Metric; | ||
exports.SpanFilterReference = SpanFilterReference.SpanFilterReference; | ||
const TestDetails = __importStar(require("./test-details")); | ||
exports.TestDetails = TestDetails.TestDetails; | ||
const TestOutput = __importStar(require("./test-output")); | ||
exports.TestOutput = TestOutput.TestOutput; | ||
const TestTypes = __importStar(require("./test-types")); | ||
exports.TestTypes = TestTypes.TestTypes; | ||
const UpdateConfigDetails = __importStar(require("./update-config-details")); | ||
@@ -100,2 +108,6 @@ exports.UpdateConfigDetails = UpdateConfigDetails.UpdateConfigDetails; | ||
exports.SpanFilterSummary = SpanFilterSummary.SpanFilterSummary; | ||
const TestSpanEnrichmentDetails = __importStar(require("./test-span-enrichment-details")); | ||
exports.TestSpanEnrichmentDetails = TestSpanEnrichmentDetails.TestSpanEnrichmentDetails; | ||
const TestSpanEnrichmentOutput = __importStar(require("./test-span-enrichment-output")); | ||
exports.TestSpanEnrichmentOutput = TestSpanEnrichmentOutput.TestSpanEnrichmentOutput; | ||
const UpdateApdexRulesDetails = __importStar(require("./update-apdex-rules-details")); | ||
@@ -102,0 +114,0 @@ exports.UpdateApdexRulesDetails = UpdateApdexRulesDetails.UpdateApdexRulesDetails; |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfigRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfigRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateConfigRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfigRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfigRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface DeleteConfigRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/GetConfig.ts.html |here} to see how to use GetConfigRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/GetConfig.ts.html |here} to see how to use GetConfigRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetConfigRequest extends common.BaseRequest { |
@@ -27,2 +27,4 @@ /** | ||
export import RetrieveNamespacesRequest = RetrieveNamespacesRequest.RetrieveNamespacesRequest; | ||
import * as TestRequest from "./test-request"; | ||
export import TestRequest = TestRequest.TestRequest; | ||
import * as UpdateConfigRequest from "./update-config-request"; | ||
@@ -29,0 +31,0 @@ export import UpdateConfigRequest = UpdateConfigRequest.UpdateConfigRequest; |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListConfigsRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/RetrieveNamespaceMetrics.ts.html |here} to see how to use RetrieveNamespaceMetricsRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/RetrieveNamespaceMetrics.ts.html |here} to see how to use RetrieveNamespaceMetricsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface RetrieveNamespaceMetricsRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/RetrieveNamespaces.ts.html |here} to see how to use RetrieveNamespacesRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/RetrieveNamespaces.ts.html |here} to see how to use RetrieveNamespacesRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface RetrieveNamespacesRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfigRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfigRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateConfigRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPatternRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPatternRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ValidateSpanFilterPatternRequest extends common.BaseRequest { |
@@ -27,2 +27,4 @@ /** | ||
export import RetrieveNamespacesResponse = RetrieveNamespacesResponse.RetrieveNamespacesResponse; | ||
import * as TestResponse from "./test-response"; | ||
export import TestResponse = TestResponse.TestResponse; | ||
import * as UpdateConfigResponse from "./update-config-response"; | ||
@@ -29,0 +31,0 @@ export import UpdateConfigResponse = UpdateConfigResponse.UpdateConfigResponse; |
{ | ||
"name": "oci-apmconfig", | ||
"version": "2.88.0", | ||
"version": "2.88.1", | ||
"description": "OCI NodeJS client for Apm Config Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.88.0", | ||
"oci-workrequests": "2.88.0" | ||
"oci-common": "2.88.1", | ||
"oci-workrequests": "2.88.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
383049
194
5964
+ Addedoci-common@2.88.1(transitive)
+ Addedoci-workrequests@2.88.1(transitive)
- Removedoci-common@2.88.0(transitive)
- Removedoci-workrequests@2.88.0(transitive)
Updatedoci-common@2.88.1
Updatedoci-workrequests@2.88.1