oci-apmcontrolplane
Advanced tools
Comparing version 2.50.1 to 2.50.2
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -82,3 +82,3 @@ */ | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartment API. | ||
*/ | ||
@@ -93,3 +93,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.50.1/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.50.2/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomain API. | ||
*/ | ||
@@ -106,3 +106,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.50.1/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.50.2/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomain API. | ||
*/ | ||
@@ -118,3 +118,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.50.1/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.50.2/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeys API. | ||
*/ | ||
@@ -128,3 +128,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.50.1/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.50.2/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomain API. | ||
*/ | ||
@@ -138,3 +138,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.50.1/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.50.2/apmcontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API. | ||
*/ | ||
@@ -149,3 +149,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.50.1/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.50.2/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequests API. | ||
*/ | ||
@@ -192,3 +192,3 @@ 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.50.1/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.50.2/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomains API. | ||
*/ | ||
@@ -236,3 +236,3 @@ listApmDomains(listApmDomainsRequest: requests.ListApmDomainsRequest): Promise<responses.ListApmDomainsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeys API. | ||
*/ | ||
@@ -247,3 +247,3 @@ 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.50.1/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.50.2/apmcontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API. | ||
*/ | ||
@@ -290,3 +290,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API. | ||
*/ | ||
@@ -333,3 +333,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API. | ||
*/ | ||
@@ -377,3 +377,3 @@ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeys API. | ||
*/ | ||
@@ -387,5 +387,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.50.1/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.50.2/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomain API. | ||
*/ | ||
updateApmDomain(updateApmDomainRequest: requests.UpdateApmDomainRequest): Promise<responses.UpdateApmDomainResponse>; | ||
} |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -17,3 +17,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/ChangeApmDomainCompartment.ts.html |here} to see how to use ChangeApmDomainCompartmentRequest. | ||
*/ | ||
@@ -20,0 +20,0 @@ export interface ChangeApmDomainCompartmentRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -17,3 +17,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/CreateApmDomain.ts.html |here} to see how to use CreateApmDomainRequest. | ||
*/ | ||
@@ -20,0 +20,0 @@ export interface CreateApmDomainRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,3 +16,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/DeleteApmDomain.ts.html |here} to see how to use DeleteApmDomainRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface DeleteApmDomainRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -17,3 +17,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/GenerateDataKeys.ts.html |here} to see how to use GenerateDataKeysRequest. | ||
*/ | ||
@@ -20,0 +20,0 @@ export interface GenerateDataKeysRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,3 +16,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/GetApmDomain.ts.html |here} to see how to use GetApmDomainRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface GetApmDomainRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,3 +16,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface GetWorkRequestRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,3 +16,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/ListApmDomainWorkRequests.ts.html |here} to see how to use ListApmDomainWorkRequestsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListApmDomainWorkRequestsRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -17,3 +17,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/ListApmDomains.ts.html |here} to see how to use ListApmDomainsRequest. | ||
*/ | ||
@@ -20,0 +20,0 @@ export interface ListApmDomainsRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -17,3 +17,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/ListDataKeys.ts.html |here} to see how to use ListDataKeysRequest. | ||
*/ | ||
@@ -20,0 +20,0 @@ export interface ListDataKeysRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,3 +16,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,3 +16,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,3 +16,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ListWorkRequestsRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -17,3 +17,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/RemoveDataKeys.ts.html |here} to see how to use RemoveDataKeysRequest. | ||
*/ | ||
@@ -20,0 +20,0 @@ export interface RemoveDataKeysRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -17,3 +17,3 @@ */ | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/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.50.2/apmcontrolplane/UpdateApmDomain.ts.html |here} to see how to use UpdateApmDomainRequest. | ||
*/ | ||
@@ -20,0 +20,0 @@ export interface UpdateApmDomainRequest extends common.BaseRequest { |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -12,3 +12,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -15,0 +15,0 @@ */ |
@@ -13,3 +13,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -16,0 +16,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -13,0 +13,0 @@ */ |
@@ -11,3 +11,3 @@ "use strict"; | ||
* | ||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. | ||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. | ||
@@ -14,0 +14,0 @@ */ |
{ | ||
"name": "oci-apmcontrolplane", | ||
"version": "2.50.1", | ||
"version": "2.50.2", | ||
"description": "OCI NodeJS client for Apm Control Plane Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.50.1", | ||
"oci-workrequests": "2.50.1" | ||
"oci-common": "2.50.2", | ||
"oci-workrequests": "2.50.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
+ Addedoci-common@2.50.2(transitive)
+ Addedoci-workrequests@2.50.2(transitive)
- Removedoci-common@2.50.1(transitive)
- Removedoci-workrequests@2.50.1(transitive)
Updatedoci-common@2.50.2
Updatedoci-workrequests@2.50.2