Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oci-apmconfig

Package Overview
Dependencies
Maintainers
3
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-apmconfig - npm Package Compare versions

Comparing version 2.9.0 to 2.9.1

10

lib/client.d.ts

@@ -60,3 +60,3 @@ /**

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

@@ -70,3 +70,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.9.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.9.1/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfig API.
*/

@@ -80,3 +80,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.9.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.9.1/apmconfig/GetConfig.ts.html |here} to see how to use GetConfig API.
*/

@@ -90,3 +90,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.9.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.9.1/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigs API.
*/

@@ -100,5 +100,5 @@ 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.9.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.9.1/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfig API.
*/
updateConfig(updateConfigRequest: requests.UpdateConfigRequest): Promise<responses.UpdateConfigResponse>;
}

@@ -131,3 +131,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.9.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.9.1/apmconfig/CreateConfig.ts.html |here} to see how to use CreateConfig API.
*/

@@ -196,3 +196,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.9.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.9.1/apmconfig/DeleteConfig.ts.html |here} to see how to use DeleteConfig API.
*/

@@ -252,3 +252,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.9.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.9.1/apmconfig/GetConfig.ts.html |here} to see how to use GetConfig API.
*/

@@ -316,3 +316,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.9.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.9.1/apmconfig/ListConfigs.ts.html |here} to see how to use ListConfigs API.
*/

@@ -384,3 +384,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.9.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.9.1/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfig API.
*/

@@ -387,0 +387,0 @@ updateConfig(updateConfigRequest) {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.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.9.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.9.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.9.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.9.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.9.1/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.9.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.9.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.9.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.9.1/apmconfig/UpdateConfig.ts.html |here} to see how to use UpdateConfigRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateConfigRequest extends common.BaseRequest {

{
"name": "oci-apmconfig",
"version": "2.9.0",
"version": "2.9.1",
"description": "OCI NodeJS client for Apm Config Service",

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

"dependencies": {
"oci-common": "2.9.0",
"oci-workrequests": "2.9.0"
"oci-common": "2.9.1",
"oci-workrequests": "2.9.1"
},

@@ -22,0 +22,0 @@ "publishConfig": {

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