oci-stackmonitoring 2.58.1 → 2.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/lib/client.d.ts +66 -32
  2. package/lib/client.js +119 -32
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/associate-monitored-resources-details.d.ts +8 -4
  5. package/lib/model/associate-monitored-resources-details.js.map +1 -1
  6. package/lib/model/associated-monitored-resource.d.ts +17 -7
  7. package/lib/model/associated-monitored-resource.js.map +1 -1
  8. package/lib/model/associated-resources-summary.d.ts +17 -7
  9. package/lib/model/associated-resources-summary.js.map +1 -1
  10. package/lib/model/association-details.d.ts +4 -2
  11. package/lib/model/association-details.js.map +1 -1
  12. package/lib/model/association-resource-details.d.ts +11 -3
  13. package/lib/model/association-resource-details.js.map +1 -1
  14. package/lib/model/connection-details.d.ts +8 -4
  15. package/lib/model/connection-details.js.map +1 -1
  16. package/lib/model/create-discovery-job-details.d.ts +7 -0
  17. package/lib/model/create-discovery-job-details.js.map +1 -1
  18. package/lib/model/create-monitored-resource-details.d.ts +55 -7
  19. package/lib/model/create-monitored-resource-details.js +20 -0
  20. package/lib/model/create-monitored-resource-details.js.map +1 -1
  21. package/lib/model/credential-property.d.ts +6 -2
  22. package/lib/model/credential-property.js.map +1 -1
  23. package/lib/model/disassociate-monitored-resources-details.d.ts +8 -4
  24. package/lib/model/disassociate-monitored-resources-details.js.map +1 -1
  25. package/lib/model/encrypted-credentials.d.ts +4 -2
  26. package/lib/model/encrypted-credentials.js.map +1 -1
  27. package/lib/model/index.d.ts +2 -0
  28. package/lib/model/index.js +4 -2
  29. package/lib/model/index.js.map +1 -1
  30. package/lib/model/monitored-resource-alias-credential.d.ts +3 -1
  31. package/lib/model/monitored-resource-alias-credential.js.map +1 -1
  32. package/lib/model/monitored-resource-alias-source-credential.d.ts +12 -4
  33. package/lib/model/monitored-resource-alias-source-credential.js.map +1 -1
  34. package/lib/model/monitored-resource-association-summary.d.ts +8 -4
  35. package/lib/model/monitored-resource-association-summary.js.map +1 -1
  36. package/lib/model/monitored-resource-association.d.ts +31 -7
  37. package/lib/model/monitored-resource-association.js +11 -0
  38. package/lib/model/monitored-resource-association.js.map +1 -1
  39. package/lib/model/monitored-resource-credential.d.ts +5 -2
  40. package/lib/model/monitored-resource-credential.js.map +1 -1
  41. package/lib/model/monitored-resource-member-summary.d.ts +18 -8
  42. package/lib/model/monitored-resource-member-summary.js.map +1 -1
  43. package/lib/model/monitored-resource-members-collection.d.ts +2 -1
  44. package/lib/model/monitored-resource-members-collection.js.map +1 -1
  45. package/lib/model/monitored-resource-property.d.ts +6 -3
  46. package/lib/model/monitored-resource-property.js.map +1 -1
  47. package/lib/model/monitored-resource-summary.d.ts +14 -9
  48. package/lib/model/monitored-resource-summary.js.map +1 -1
  49. package/lib/model/monitored-resource.d.ts +24 -12
  50. package/lib/model/monitored-resource.js.map +1 -1
  51. package/lib/model/operation-type.d.ts +1 -0
  52. package/lib/model/operation-type.js +1 -0
  53. package/lib/model/operation-type.js.map +1 -1
  54. package/lib/model/plain-text-credentials.d.ts +3 -1
  55. package/lib/model/plain-text-credentials.js.map +1 -1
  56. package/lib/model/pre-existing-credentials.d.ts +1 -1
  57. package/lib/model/resource-lifecycle-state.d.ts +2 -1
  58. package/lib/model/resource-lifecycle-state.js +2 -1
  59. package/lib/model/resource-lifecycle-state.js.map +1 -1
  60. package/lib/model/search-associated-resources-details.d.ts +4 -2
  61. package/lib/model/search-associated-resources-details.js.map +1 -1
  62. package/lib/model/search-monitored-resource-associations-details.d.ts +16 -8
  63. package/lib/model/search-monitored-resource-associations-details.js.map +1 -1
  64. package/lib/model/search-monitored-resource-members-details.d.ts +4 -2
  65. package/lib/model/search-monitored-resource-members-details.js.map +1 -1
  66. package/lib/model/search-monitored-resources-details.d.ts +16 -8
  67. package/lib/model/search-monitored-resources-details.js.map +1 -1
  68. package/lib/model/update-and-propagate-tags-details.d.ts +52 -0
  69. package/lib/model/update-and-propagate-tags-details.js +29 -0
  70. package/lib/model/update-and-propagate-tags-details.js.map +1 -0
  71. package/lib/model/update-monitored-resource-details.d.ts +46 -3
  72. package/lib/model/update-monitored-resource-details.js +20 -0
  73. package/lib/model/update-monitored-resource-details.js.map +1 -1
  74. package/lib/request/associate-monitored-resources-request.d.ts +3 -2
  75. package/lib/request/change-monitored-resource-compartment-request.d.ts +1 -1
  76. package/lib/request/create-discovery-job-request.d.ts +1 -1
  77. package/lib/request/create-monitored-resource-request.d.ts +3 -2
  78. package/lib/request/delete-discovery-job-request.d.ts +1 -1
  79. package/lib/request/delete-monitored-resource-request.d.ts +4 -2
  80. package/lib/request/disable-external-database-request.d.ts +1 -1
  81. package/lib/request/disassociate-monitored-resources-request.d.ts +1 -1
  82. package/lib/request/get-discovery-job-request.d.ts +1 -1
  83. package/lib/request/get-monitored-resource-request.d.ts +1 -1
  84. package/lib/request/get-work-request-request.d.ts +1 -1
  85. package/lib/request/index.d.ts +2 -0
  86. package/lib/request/list-discovery-job-logs-request.d.ts +1 -1
  87. package/lib/request/list-discovery-jobs-request.d.ts +1 -1
  88. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  89. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  90. package/lib/request/list-work-requests-request.d.ts +1 -1
  91. package/lib/request/search-associated-resources-request.d.ts +1 -1
  92. package/lib/request/search-monitored-resource-associations-request.d.ts +3 -2
  93. package/lib/request/search-monitored-resource-members-request.d.ts +3 -2
  94. package/lib/request/search-monitored-resource-members-request.js.map +1 -1
  95. package/lib/request/search-monitored-resources-request.d.ts +3 -2
  96. package/lib/request/update-and-propagate-tags-request.d.ts +51 -0
  97. package/lib/request/update-and-propagate-tags-request.js +15 -0
  98. package/lib/request/update-and-propagate-tags-request.js.map +1 -0
  99. package/lib/request/update-monitored-resource-request.d.ts +1 -1
  100. package/lib/response/index.d.ts +2 -0
  101. package/lib/response/update-and-propagate-tags-response.d.ts +25 -0
  102. package/lib/response/update-and-propagate-tags-response.js +15 -0
  103. package/lib/response/update-and-propagate-tags-response.js.map +1 -0
  104. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/DeleteMonitoredResource.ts.html |here} to see how to use DeleteMonitoredResourceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/DeleteMonitoredResource.ts.html |here} to see how to use DeleteMonitoredResourceRequest.
16
16
  */
17
17
  export interface DeleteMonitoredResourceRequest extends common.BaseRequest {
18
18
  /**
@@ -35,7 +35,9 @@ export interface DeleteMonitoredResourceRequest extends common.BaseRequest {
35
35
  */
36
36
  "opcRequestId"?: string;
37
37
  /**
38
- * A filter to delete the associated children or not for given resource.
38
+ * If this query parameter is specified and set to true, all the member
39
+ * resources will be deleted before deleting the specified resource.
40
+ *
39
41
  */
40
42
  "isDeleteMembers"?: boolean;
41
43
  }
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/DisableExternalDatabase.ts.html |here} to see how to use DisableExternalDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/DisableExternalDatabase.ts.html |here} to see how to use DisableExternalDatabaseRequest.
16
16
  */
17
17
  export interface DisableExternalDatabaseRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/DisassociateMonitoredResources.ts.html |here} to see how to use DisassociateMonitoredResourcesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/DisassociateMonitoredResources.ts.html |here} to see how to use DisassociateMonitoredResourcesRequest.
17
17
  */
18
18
  export interface DisassociateMonitoredResourcesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/GetDiscoveryJob.ts.html |here} to see how to use GetDiscoveryJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/GetDiscoveryJob.ts.html |here} to see how to use GetDiscoveryJobRequest.
16
16
  */
17
17
  export interface GetDiscoveryJobRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/GetMonitoredResource.ts.html |here} to see how to use GetMonitoredResourceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/GetMonitoredResource.ts.html |here} to see how to use GetMonitoredResourceRequest.
16
16
  */
17
17
  export interface GetMonitoredResourceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -50,5 +50,7 @@ import * as SearchMonitoredResourceMembersRequest from "./search-monitored-resou
50
50
  export import SearchMonitoredResourceMembersRequest = SearchMonitoredResourceMembersRequest.SearchMonitoredResourceMembersRequest;
51
51
  import * as SearchMonitoredResourcesRequest from "./search-monitored-resources-request";
52
52
  export import SearchMonitoredResourcesRequest = SearchMonitoredResourcesRequest.SearchMonitoredResourcesRequest;
53
+ import * as UpdateAndPropagateTagsRequest from "./update-and-propagate-tags-request";
54
+ export import UpdateAndPropagateTagsRequest = UpdateAndPropagateTagsRequest.UpdateAndPropagateTagsRequest;
53
55
  import * as UpdateMonitoredResourceRequest from "./update-monitored-resource-request";
54
56
  export import UpdateMonitoredResourceRequest = UpdateMonitoredResourceRequest.UpdateMonitoredResourceRequest;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/ListDiscoveryJobLogs.ts.html |here} to see how to use ListDiscoveryJobLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/ListDiscoveryJobLogs.ts.html |here} to see how to use ListDiscoveryJobLogsRequest.
17
17
  */
18
18
  export interface ListDiscoveryJobLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/ListDiscoveryJobs.ts.html |here} to see how to use ListDiscoveryJobsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/ListDiscoveryJobs.ts.html |here} to see how to use ListDiscoveryJobsRequest.
17
17
  */
18
18
  export interface ListDiscoveryJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/SearchAssociatedResources.ts.html |here} to see how to use SearchAssociatedResourcesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/SearchAssociatedResources.ts.html |here} to see how to use SearchAssociatedResourcesRequest.
17
17
  */
18
18
  export interface SearchAssociatedResourcesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,11 +13,12 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/SearchMonitoredResourceAssociations.ts.html |here} to see how to use SearchMonitoredResourceAssociationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/SearchMonitoredResourceAssociations.ts.html |here} to see how to use SearchMonitoredResourceAssociationsRequest.
17
17
  */
18
18
  export interface SearchMonitoredResourceAssociationsRequest extends common.BaseRequest {
19
19
  /**
20
- * Search Criteria for the listing the monitored resource associations.
20
+ * Search criteria for listing monitored resource associations.
21
+ *
21
22
  */
22
23
  "searchMonitoredResourceAssociationsDetails": model.SearchMonitoredResourceAssociationsDetails;
23
24
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/SearchMonitoredResourceMembers.ts.html |here} to see how to use SearchMonitoredResourceMembersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/SearchMonitoredResourceMembers.ts.html |here} to see how to use SearchMonitoredResourceMembersRequest.
17
17
  */
18
18
  export interface SearchMonitoredResourceMembersRequest extends common.BaseRequest {
19
19
  /**
@@ -21,7 +21,8 @@ export interface SearchMonitoredResourceMembersRequest extends common.BaseReques
21
21
  */
22
22
  "monitoredResourceId": string;
23
23
  /**
24
- * Search criteria for the listing the member monitored resources.
24
+ * Search criteria for listing member monitored resources.
25
+ *
25
26
  */
26
27
  "searchMonitoredResourceMembersDetails": model.SearchMonitoredResourceMembersDetails;
27
28
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"search-monitored-resource-members-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/search-monitored-resource-members-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmEH,IAAiB,qCAAqC,CAMrD;AAND,WAAiB,qCAAqC;IACpD,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,uCAA6B,CAAA;QAC7B,mDAAyC,CAAA;IAC3C,CAAC,EAJW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAIjB;AACH,CAAC,EANgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAMrD"}
1
+ {"version":3,"file":"search-monitored-resource-members-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/search-monitored-resource-members-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoEH,IAAiB,qCAAqC,CAMrD;AAND,WAAiB,qCAAqC;IACpD,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,uCAA6B,CAAA;QAC7B,mDAAyC,CAAA;IAC3C,CAAC,EAJW,MAAM,GAAN,4CAAM,KAAN,4CAAM,QAIjB;AACH,CAAC,EANgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAMrD"}
@@ -13,11 +13,12 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/SearchMonitoredResources.ts.html |here} to see how to use SearchMonitoredResourcesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/SearchMonitoredResources.ts.html |here} to see how to use SearchMonitoredResourcesRequest.
17
17
  */
18
18
  export interface SearchMonitoredResourcesRequest extends common.BaseRequest {
19
19
  /**
20
- * Property Search Criteria for the listing the monitored resources.
20
+ * Search Criteria for listing monitored resources.
21
+ *
21
22
  */
22
23
  "searchMonitoredResourcesDetails": model.SearchMonitoredResourcesDetails;
23
24
  /**
@@ -0,0 +1,51 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/UpdateAndPropagateTags.ts.html |here} to see how to use UpdateAndPropagateTagsRequest.
17
+ */
18
+ export interface UpdateAndPropagateTagsRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of monitored resource.
21
+ */
22
+ "monitoredResourceId": string;
23
+ /**
24
+ * The tags to be updated.
25
+ */
26
+ "updateAndPropagateTagsDetails": model.UpdateAndPropagateTagsDetails;
27
+ /**
28
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
29
+ * server error without risk of executing that same action again. Retry tokens expire after 24
30
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
31
+ * has been deleted and purged from the system, then a retry of the original creation request
32
+ * might be rejected.
33
+ *
34
+ */
35
+ "opcRetryToken"?: string;
36
+ /**
37
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
38
+ * particular request, please provide the request ID.
39
+ *
40
+ */
41
+ "opcRequestId"?: string;
42
+ /**
43
+ * For optimistic concurrency control. In the PUT or DELETE call
44
+ * for a resource, set the `if-match` parameter to the value of the
45
+ * etag from a previous GET or POST response for that resource.
46
+ * The resource will be updated or deleted only if the etag you
47
+ * provide matches the resource's current etag value.
48
+ *
49
+ */
50
+ "ifMatch"?: string;
51
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * 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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-and-propagate-tags-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-and-propagate-tags-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/update-and-propagate-tags-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.58.1/stackmonitoring/UpdateMonitoredResource.ts.html |here} to see how to use UpdateMonitoredResourceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/stackmonitoring/UpdateMonitoredResource.ts.html |here} to see how to use UpdateMonitoredResourceRequest.
17
17
  */
18
18
  export interface UpdateMonitoredResourceRequest extends common.BaseRequest {
19
19
  /**
@@ -50,5 +50,7 @@ import * as SearchMonitoredResourceMembersResponse from "./search-monitored-reso
50
50
  export import SearchMonitoredResourceMembersResponse = SearchMonitoredResourceMembersResponse.SearchMonitoredResourceMembersResponse;
51
51
  import * as SearchMonitoredResourcesResponse from "./search-monitored-resources-response";
52
52
  export import SearchMonitoredResourcesResponse = SearchMonitoredResourcesResponse.SearchMonitoredResourcesResponse;
53
+ import * as UpdateAndPropagateTagsResponse from "./update-and-propagate-tags-response";
54
+ export import UpdateAndPropagateTagsResponse = UpdateAndPropagateTagsResponse.UpdateAndPropagateTagsResponse;
53
55
  import * as UpdateMonitoredResourceResponse from "./update-monitored-resource-response";
54
56
  export import UpdateMonitoredResourceResponse = UpdateMonitoredResourceResponse.UpdateMonitoredResourceResponse;
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ export interface UpdateAndPropagateTagsResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
16
+ *
17
+ */
18
+ "opcWorkRequestId": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * 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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-and-propagate-tags-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-and-propagate-tags-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/update-and-propagate-tags-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-stackmonitoring",
3
- "version": "2.58.1",
3
+ "version": "2.59.0",
4
4
  "description": "OCI NodeJS client for Stack Monitoring Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.58.1",
19
- "oci-workrequests": "2.58.1"
18
+ "oci-common": "2.59.0",
19
+ "oci-workrequests": "2.59.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"