oci-apmconfig
Advanced tools
Comparing version 2.76.1 to 2.77.0
@@ -76,3 +76,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.0/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfig API. | ||
*/ | ||
@@ -86,3 +86,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.76.1/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.77.0/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfig API. | ||
*/ | ||
@@ -96,3 +96,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.76.1/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.77.0/apmconfig/GetConfig.ts.html |here} to see how to use GetConfig API. | ||
*/ | ||
@@ -106,3 +106,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.76.1/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.77.0/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigs API. | ||
*/ | ||
@@ -116,3 +116,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.76.1/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.77.0/apmconfig/RetrieveNamespaceMetrics.ts.html |here} to see how to use RetrieveNamespaceMetrics API. | ||
*/ | ||
@@ -126,3 +126,3 @@ 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.76.1/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.77.0/apmconfig/RetrieveNamespaces.ts.html |here} to see how to use RetrieveNamespaces API. | ||
*/ | ||
@@ -136,3 +136,3 @@ retrieveNamespaces(retrieveNamespacesRequest: requests.RetrieveNamespacesRequest): Promise<responses.RetrieveNamespacesResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.0/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfig API. | ||
*/ | ||
@@ -148,5 +148,5 @@ 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.76.1/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.77.0/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPattern API. | ||
*/ | ||
validateSpanFilterPattern(validateSpanFilterPatternRequest: requests.ValidateSpanFilterPatternRequest): Promise<responses.ValidateSpanFilterPatternResponse>; | ||
} |
@@ -170,3 +170,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.76.1/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.77.0/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfig API. | ||
*/ | ||
@@ -237,3 +237,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.76.1/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.77.0/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfig API. | ||
*/ | ||
@@ -295,3 +295,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.76.1/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.77.0/apmconfig/GetConfig.ts.html |here} to see how to use GetConfig API. | ||
*/ | ||
@@ -361,3 +361,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.76.1/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.77.0/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigs API. | ||
*/ | ||
@@ -436,3 +436,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.76.1/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.77.0/apmconfig/RetrieveNamespaceMetrics.ts.html |here} to see how to use RetrieveNamespaceMetrics API. | ||
*/ | ||
@@ -501,3 +501,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.76.1/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.77.0/apmconfig/RetrieveNamespaces.ts.html |here} to see how to use RetrieveNamespaces API. | ||
*/ | ||
@@ -565,3 +565,3 @@ retrieveNamespaces(retrieveNamespacesRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.0/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfig API. | ||
*/ | ||
@@ -636,3 +636,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.76.1/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.77.0/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPattern API. | ||
*/ | ||
@@ -639,0 +639,0 @@ validateSpanFilterPattern(validateSpanFilterPatternRequest) { |
@@ -29,3 +29,3 @@ /** | ||
* timestamp format. | ||
* Example: `2020-02-12T22:47:12.613Z` | ||
* Example: {@code 2020-02-12T22:47:12.613Z} | ||
* | ||
@@ -37,3 +37,3 @@ */ | ||
* timestamp format. | ||
* Example: `2020-02-13T22:47:12.613Z` | ||
* Example: {@code 2020-02-13T22:47:12.613Z} | ||
* | ||
@@ -53,3 +53,3 @@ */ | ||
/** | ||
* For optimistic concurrency control. See `if-match`. | ||
* For optimistic concurrency control. See {@code if-match}. | ||
* | ||
@@ -60,3 +60,3 @@ */ | ||
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. | ||
* Example: `{\"bar-key\": \"value\"}` | ||
* Example: {@code {\"bar-key\": \"value\"}} | ||
* | ||
@@ -69,3 +69,3 @@ */ | ||
* Defined tags for this resource. Each key is predefined and scoped to a namespace. | ||
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}` | ||
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}} | ||
* | ||
@@ -72,0 +72,0 @@ */ |
@@ -30,3 +30,3 @@ /** | ||
* timestamp format. | ||
* Example: `2020-02-12T22:47:12.613Z` | ||
* Example: {@code 2020-02-12T22:47:12.613Z} | ||
* | ||
@@ -38,3 +38,3 @@ */ | ||
* timestamp format. | ||
* Example: `2020-02-13T22:47:12.613Z` | ||
* Example: {@code 2020-02-13T22:47:12.613Z} | ||
* | ||
@@ -54,3 +54,3 @@ */ | ||
/** | ||
* For optimistic concurrency control. See `if-match`. | ||
* For optimistic concurrency control. See {@code if-match}. | ||
* | ||
@@ -61,3 +61,3 @@ */ | ||
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. | ||
* Example: `{\"bar-key\": \"value\"}` | ||
* Example: {@code {\"bar-key\": \"value\"}} | ||
* | ||
@@ -70,3 +70,3 @@ */ | ||
* Defined tags for this resource. Each key is predefined and scoped to a namespace. | ||
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}` | ||
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}} | ||
* | ||
@@ -73,0 +73,0 @@ */ |
@@ -23,3 +23,3 @@ /** | ||
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. | ||
* Example: `{\"bar-key\": \"value\"}` | ||
* Example: {@code {\"bar-key\": \"value\"}} | ||
* | ||
@@ -32,3 +32,3 @@ */ | ||
* Defined tags for this resource. Each key is predefined and scoped to a namespace. | ||
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}` | ||
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}} | ||
* | ||
@@ -35,0 +35,0 @@ */ |
@@ -22,3 +22,3 @@ /** | ||
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. | ||
* Example: `{\"bar-key\": \"value\"}` | ||
* Example: {@code {\"bar-key\": \"value\"}} | ||
* | ||
@@ -31,3 +31,3 @@ */ | ||
* Defined tags for this resource. Each key is predefined and scoped to a namespace. | ||
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}` | ||
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}} | ||
* | ||
@@ -34,0 +34,0 @@ */ |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.0/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.76.1/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.77.0/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfigRequest. | ||
*/ | ||
@@ -31,3 +31,3 @@ export interface DeleteConfigRequest extends common.BaseRequest { | ||
* For optimistic concurrency control. In the PUT or DELETE call | ||
* for a resource, set the `if-match` parameter to the value of the | ||
* for a resource, set the {@code if-match} parameter to the value of the | ||
* etag from a previous GET or POST response for that resource. | ||
@@ -34,0 +34,0 @@ * The resource will be updated or deleted only if the etag you |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.0/apmconfig/GetConfig.ts.html |here} to see how to use GetConfigRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetConfigRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.0/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigsRequest. | ||
*/ | ||
@@ -48,3 +48,3 @@ export interface ListConfigsRequest extends common.BaseRequest { | ||
* how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine). | ||
* Example: `50` | ||
* Example: {@code 50} | ||
* | ||
@@ -54,3 +54,3 @@ */ | ||
/** | ||
* The sort order to use, either ascending (`ASC`) or descending (`DESC`). The displayName sort order | ||
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The displayName sort order | ||
* is case-sensitive. | ||
@@ -57,0 +57,0 @@ * |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.0/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.76.1/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.77.0/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.76.1/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.77.0/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfigRequest. | ||
*/ | ||
@@ -36,3 +36,3 @@ export interface UpdateConfigRequest extends common.BaseRequest { | ||
* For optimistic concurrency control. In the PUT or DELETE call | ||
* for a resource, set the `if-match` parameter to the value of the | ||
* for a resource, set the {@code if-match} parameter to the value of the | ||
* etag from a previous GET or POST response for that resource. | ||
@@ -39,0 +39,0 @@ * The resource will be updated or deleted only if the etag you |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.0/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPatternRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ValidateSpanFilterPatternRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* For optimistic concurrency control. See `if-match`. | ||
* For optimistic concurrency control. See {@code if-match}. | ||
* | ||
@@ -19,0 +19,0 @@ */ |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* For optimistic concurrency control. See `if-match`. | ||
* For optimistic concurrency control. See {@code if-match}. | ||
* | ||
@@ -19,0 +19,0 @@ */ |
@@ -23,3 +23,3 @@ /** | ||
* For pagination of a list of items. When paging through a list, if this header appears in the response, | ||
* then a partial list might have been returned. Include this value as the `page` parameter for the | ||
* then a partial list might have been returned. Include this value as the {@code page} parameter for the | ||
* subsequent GET request to get the next batch of items. | ||
@@ -26,0 +26,0 @@ * |
@@ -22,3 +22,3 @@ /** | ||
/** | ||
* For optimistic concurrency control. See `if-match`. | ||
* For optimistic concurrency control. See {@code if-match}. | ||
* | ||
@@ -25,0 +25,0 @@ */ |
@@ -22,3 +22,3 @@ /** | ||
/** | ||
* For optimistic concurrency control. See `if-match`. | ||
* For optimistic concurrency control. See {@code if-match}. | ||
* | ||
@@ -25,0 +25,0 @@ */ |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* For optimistic concurrency control. See `if-match`. | ||
* For optimistic concurrency control. See {@code if-match}. | ||
* | ||
@@ -19,0 +19,0 @@ */ |
{ | ||
"name": "oci-apmconfig", | ||
"version": "2.76.1", | ||
"version": "2.77.0", | ||
"description": "OCI NodeJS client for Apm Config Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.76.1", | ||
"oci-workrequests": "2.76.1" | ||
"oci-common": "2.77.0", | ||
"oci-workrequests": "2.77.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
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
341498
+ Addedoci-common@2.77.0(transitive)
+ Addedoci-workrequests@2.77.0(transitive)
- Removedoci-common@2.76.1(transitive)
- Removedoci-workrequests@2.76.1(transitive)
Updatedoci-common@2.77.0
Updatedoci-workrequests@2.77.0