oci-apmconfig
Advanced tools
Comparing version 2.70.3 to 2.70.4
@@ -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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPattern API. | ||
*/ | ||
validateSpanFilterPattern(validateSpanFilterPatternRequest: requests.ValidateSpanFilterPatternRequest): Promise<responses.ValidateSpanFilterPatternResponse>; | ||
} |
@@ -166,3 +166,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.70.3/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.70.4/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfig API. | ||
*/ | ||
@@ -233,3 +233,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.70.3/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.70.4/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfig API. | ||
*/ | ||
@@ -291,3 +291,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.70.3/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.70.4/apmconfig/GetConfig.ts.html |here} to see how to use GetConfig API. | ||
*/ | ||
@@ -357,3 +357,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.70.3/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.70.4/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigs API. | ||
*/ | ||
@@ -432,3 +432,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.70.3/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.70.4/apmconfig/RetrieveNamespaceMetrics.ts.html |here} to see how to use RetrieveNamespaceMetrics API. | ||
*/ | ||
@@ -497,3 +497,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.70.3/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.70.4/apmconfig/RetrieveNamespaces.ts.html |here} to see how to use RetrieveNamespaces API. | ||
*/ | ||
@@ -561,3 +561,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.70.3/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.70.4/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfig API. | ||
*/ | ||
@@ -632,3 +632,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.70.3/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.70.4/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPattern API. | ||
*/ | ||
@@ -635,0 +635,0 @@ validateSpanFilterPattern(validateSpanFilterPatternRequest) { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/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.70.3/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.70.4/apmconfig/ValidateSpanFilterPattern.ts.html |here} to see how to use ValidateSpanFilterPatternRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ValidateSpanFilterPatternRequest extends common.BaseRequest { |
{ | ||
"name": "oci-apmconfig", | ||
"version": "2.70.3", | ||
"version": "2.70.4", | ||
"description": "OCI NodeJS client for Apm Config Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.70.3", | ||
"oci-workrequests": "2.70.3" | ||
"oci-common": "2.70.4", | ||
"oci-workrequests": "2.70.4" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
+ Addedoci-common@2.70.4(transitive)
+ Addedoci-workrequests@2.70.4(transitive)
- Removedoci-common@2.70.3(transitive)
- Removedoci-workrequests@2.70.3(transitive)
Updatedoci-common@2.70.4
Updatedoci-workrequests@2.70.4