oci-dashboardservice 2.76.0 → 2.77.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 (95) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +13 -13
  4. package/lib/client.js +13 -13
  5. package/lib/dashboard-waiter.d.ts +1 -1
  6. package/lib/dashboard-waiter.js +1 -1
  7. package/lib/dashboardgroup-waiter.d.ts +1 -1
  8. package/lib/dashboardgroup-waiter.js +1 -1
  9. package/lib/model/change-dashboard-group-compartment-details.d.ts +1 -1
  10. package/lib/model/change-dashboard-group-compartment-details.js +1 -1
  11. package/lib/model/change-dashboard-group-details.d.ts +1 -1
  12. package/lib/model/change-dashboard-group-details.js +1 -1
  13. package/lib/model/create-dashboard-details.d.ts +4 -4
  14. package/lib/model/create-dashboard-details.js +1 -1
  15. package/lib/model/create-dashboard-group-details.d.ts +3 -3
  16. package/lib/model/create-dashboard-group-details.js +1 -1
  17. package/lib/model/create-v1-dashboard-details.d.ts +3 -3
  18. package/lib/model/create-v1-dashboard-details.js +1 -1
  19. package/lib/model/dashboard-collection.d.ts +2 -2
  20. package/lib/model/dashboard-collection.js +1 -1
  21. package/lib/model/dashboard-group-collection.d.ts +2 -2
  22. package/lib/model/dashboard-group-collection.js +1 -1
  23. package/lib/model/dashboard-group-summary.d.ts +7 -7
  24. package/lib/model/dashboard-group-summary.js +1 -1
  25. package/lib/model/dashboard-group.d.ts +7 -7
  26. package/lib/model/dashboard-group.js +1 -1
  27. package/lib/model/dashboard-summary.d.ts +6 -6
  28. package/lib/model/dashboard-summary.js +1 -1
  29. package/lib/model/dashboard.d.ts +7 -7
  30. package/lib/model/dashboard.js +1 -1
  31. package/lib/model/index.d.ts +1 -1
  32. package/lib/model/index.js +1 -1
  33. package/lib/model/sort-order.d.ts +1 -1
  34. package/lib/model/sort-order.js +1 -1
  35. package/lib/model/update-dashboard-details.d.ts +4 -4
  36. package/lib/model/update-dashboard-details.js +1 -1
  37. package/lib/model/update-dashboard-group-details.d.ts +3 -3
  38. package/lib/model/update-dashboard-group-details.js +1 -1
  39. package/lib/model/update-v1-dashboard-details.d.ts +3 -3
  40. package/lib/model/update-v1-dashboard-details.js +1 -1
  41. package/lib/model/v1-dashboard.d.ts +3 -3
  42. package/lib/model/v1-dashboard.js +1 -1
  43. package/lib/request/change-dashboard-group-compartment-request.d.ts +3 -3
  44. package/lib/request/change-dashboard-group-compartment-request.js +1 -1
  45. package/lib/request/change-dashboard-group-request.d.ts +3 -3
  46. package/lib/request/change-dashboard-group-request.js +1 -1
  47. package/lib/request/create-dashboard-group-request.d.ts +3 -3
  48. package/lib/request/create-dashboard-group-request.js +1 -1
  49. package/lib/request/create-dashboard-request.d.ts +3 -3
  50. package/lib/request/create-dashboard-request.js +1 -1
  51. package/lib/request/delete-dashboard-group-request.d.ts +4 -4
  52. package/lib/request/delete-dashboard-group-request.js +1 -1
  53. package/lib/request/delete-dashboard-request.d.ts +4 -4
  54. package/lib/request/delete-dashboard-request.js +1 -1
  55. package/lib/request/get-dashboard-group-request.d.ts +3 -3
  56. package/lib/request/get-dashboard-group-request.js +1 -1
  57. package/lib/request/get-dashboard-request.d.ts +3 -3
  58. package/lib/request/get-dashboard-request.js +1 -1
  59. package/lib/request/index.d.ts +1 -1
  60. package/lib/request/index.js +1 -1
  61. package/lib/request/list-dashboard-groups-request.d.ts +5 -5
  62. package/lib/request/list-dashboard-groups-request.js +1 -1
  63. package/lib/request/list-dashboards-request.d.ts +5 -5
  64. package/lib/request/list-dashboards-request.js +1 -1
  65. package/lib/request/update-dashboard-group-request.d.ts +4 -4
  66. package/lib/request/update-dashboard-group-request.js +1 -1
  67. package/lib/request/update-dashboard-request.d.ts +4 -4
  68. package/lib/request/update-dashboard-request.js +1 -1
  69. package/lib/response/change-dashboard-group-compartment-response.d.ts +1 -1
  70. package/lib/response/change-dashboard-group-compartment-response.js +1 -1
  71. package/lib/response/change-dashboard-group-response.d.ts +1 -1
  72. package/lib/response/change-dashboard-group-response.js +1 -1
  73. package/lib/response/create-dashboard-group-response.d.ts +2 -2
  74. package/lib/response/create-dashboard-group-response.js +1 -1
  75. package/lib/response/create-dashboard-response.d.ts +2 -2
  76. package/lib/response/create-dashboard-response.js +1 -1
  77. package/lib/response/delete-dashboard-group-response.d.ts +1 -1
  78. package/lib/response/delete-dashboard-group-response.js +1 -1
  79. package/lib/response/delete-dashboard-response.d.ts +1 -1
  80. package/lib/response/delete-dashboard-response.js +1 -1
  81. package/lib/response/get-dashboard-group-response.d.ts +2 -2
  82. package/lib/response/get-dashboard-group-response.js +1 -1
  83. package/lib/response/get-dashboard-response.d.ts +2 -2
  84. package/lib/response/get-dashboard-response.js +1 -1
  85. package/lib/response/index.d.ts +1 -1
  86. package/lib/response/index.js +1 -1
  87. package/lib/response/list-dashboard-groups-response.d.ts +2 -2
  88. package/lib/response/list-dashboard-groups-response.js +1 -1
  89. package/lib/response/list-dashboards-response.d.ts +2 -2
  90. package/lib/response/list-dashboards-response.js +1 -1
  91. package/lib/response/update-dashboard-group-response.d.ts +2 -2
  92. package/lib/response/update-dashboard-group-response.js +1 -1
  93. package/lib/response/update-dashboard-response.d.ts +2 -2
  94. package/lib/response/update-dashboard-response.js +1 -1
  95. package/package.json +3 -3
@@ -15,7 +15,7 @@ Therefore, creating resources outside of the home region is not recommended.
15
15
  * NOTE: This class is auto generated by OracleSDKGenerator.
16
16
  * Do not edit the class manually.
17
17
  *
18
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
18
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
19
19
  * 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.
20
20
  */
21
21
  /**
@@ -45,24 +45,24 @@ export interface DashboardGroup {
45
45
  /**
46
46
  * The date and time the dashboard group was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
47
47
  * <p>
48
- Example: `2016-08-25T21:10:29.600Z`
48
+ Example: {@code 2016-08-25T21:10:29.600Z}
49
49
  *
50
50
  */
51
51
  "timeCreated": Date;
52
52
  /**
53
53
  * The date and time the dashboard group was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
54
54
  * <p>
55
- Example: `2016-08-25T21:10:29.600Z`
55
+ Example: {@code 2016-08-25T21:10:29.600Z}
56
56
  *
57
57
  */
58
58
  "timeUpdated": Date;
59
59
  /**
60
- * The current state of the `DashboardGroup` resource.
60
+ * The current state of the {@code DashboardGroup} resource.
61
61
  */
62
62
  "lifecycleState": DashboardGroup.LifecycleState;
63
63
  /**
64
64
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
65
- * Example: `{\"bar-key\": \"value\"}`
65
+ * Example: {@code {\"bar-key\": \"value\"}}
66
66
  *
67
67
  */
68
68
  "freeformTags": {
@@ -70,7 +70,7 @@ export interface DashboardGroup {
70
70
  };
71
71
  /**
72
72
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
73
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
73
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
74
74
  *
75
75
  */
76
76
  "definedTags": {
@@ -80,7 +80,7 @@ export interface DashboardGroup {
80
80
  };
81
81
  /**
82
82
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
83
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
83
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
84
84
  *
85
85
  */
86
86
  "systemTags"?: {
@@ -16,7 +16,7 @@ Therefore, creating resources outside of the home region is not recommended.
16
16
  * NOTE: This class is auto generated by OracleSDKGenerator.
17
17
  * Do not edit the class manually.
18
18
  *
19
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
20
  * 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.
21
21
  */
22
22
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -15,7 +15,7 @@ Therefore, creating resources outside of the home region is not recommended.
15
15
  * NOTE: This class is auto generated by OracleSDKGenerator.
16
16
  * Do not edit the class manually.
17
17
  *
18
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
18
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
19
19
  * 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.
20
20
  */
21
21
  /**
@@ -49,14 +49,14 @@ export interface DashboardSummary {
49
49
  /**
50
50
  * The date and time the dashboard was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
51
51
  * <p>
52
- Example: `2016-08-25T21:10:29.600Z
52
+ Example: 2016-08-25T21:10:29.600Z
53
53
  *
54
54
  */
55
55
  "timeCreated": Date;
56
56
  /**
57
57
  * The date and time the dashboard was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
58
58
  * <p>
59
- Example: `2016-08-25T21:10:29.600Z`
59
+ Example: {@code 2016-08-25T21:10:29.600Z}
60
60
  *
61
61
  */
62
62
  "timeUpdated"?: Date;
@@ -66,7 +66,7 @@ export interface DashboardSummary {
66
66
  "lifecycleState": string;
67
67
  /**
68
68
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
69
- * Example: `{\"bar-key\": \"value\"}`
69
+ * Example: {@code {\"bar-key\": \"value\"}}
70
70
  *
71
71
  */
72
72
  "freeformTags": {
@@ -74,7 +74,7 @@ export interface DashboardSummary {
74
74
  };
75
75
  /**
76
76
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
77
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
77
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
78
78
  *
79
79
  */
80
80
  "definedTags": {
@@ -84,7 +84,7 @@ export interface DashboardSummary {
84
84
  };
85
85
  /**
86
86
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
87
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
87
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
88
88
  *
89
89
  */
90
90
  "systemTags"?: {
@@ -16,7 +16,7 @@ Therefore, creating resources outside of the home region is not recommended.
16
16
  * NOTE: This class is auto generated by OracleSDKGenerator.
17
17
  * Do not edit the class manually.
18
18
  *
19
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
20
  * 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.
21
21
  */
22
22
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -15,12 +15,12 @@ Therefore, creating resources outside of the home region is not recommended.
15
15
  * NOTE: This class is auto generated by OracleSDKGenerator.
16
16
  * Do not edit the class manually.
17
17
  *
18
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
18
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
19
19
  * 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.
20
20
  */
21
21
  /**
22
22
  * The base schema for a dashboard.
23
- * Derived schemas have configurations and widgets specific to the `schemaVersion`.
23
+ * Derived schemas have configurations and widgets specific to the {@code schemaVersion}.
24
24
  *
25
25
  */
26
26
  export interface Dashboard {
@@ -51,14 +51,14 @@ export interface Dashboard {
51
51
  /**
52
52
  * The date and time the dashboard was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
53
53
  * <p>
54
- Example: `2016-08-25T21:10:29.600Z`
54
+ Example: {@code 2016-08-25T21:10:29.600Z}
55
55
  *
56
56
  */
57
57
  "timeCreated": Date;
58
58
  /**
59
59
  * The date and time the dashboard was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
60
60
  * <p>
61
- Example: `2016-08-25T21:10:29.600Z`
61
+ Example: {@code 2016-08-25T21:10:29.600Z}
62
62
  *
63
63
  */
64
64
  "timeUpdated": Date;
@@ -68,7 +68,7 @@ export interface Dashboard {
68
68
  "lifecycleState": Dashboard.LifecycleState;
69
69
  /**
70
70
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
71
- * Example: `{\"bar-key\": \"value\"}`
71
+ * Example: {@code {\"bar-key\": \"value\"}}
72
72
  *
73
73
  */
74
74
  "freeformTags": {
@@ -76,7 +76,7 @@ export interface Dashboard {
76
76
  };
77
77
  /**
78
78
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
79
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
79
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
80
80
  *
81
81
  */
82
82
  "definedTags": {
@@ -86,7 +86,7 @@ export interface Dashboard {
86
86
  };
87
87
  /**
88
88
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
89
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
89
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
90
90
  *
91
91
  */
92
92
  "systemTags"?: {
@@ -16,7 +16,7 @@ Therefore, creating resources outside of the home region is not recommended.
16
16
  * NOTE: This class is auto generated by OracleSDKGenerator.
17
17
  * Do not edit the class manually.
18
18
  *
19
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
20
  * 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.
21
21
  */
22
22
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -15,7 +15,7 @@ Therefore, creating resources outside of the home region is not recommended.
15
15
  * NOTE: This class is auto generated by OracleSDKGenerator.
16
16
  * Do not edit the class manually.
17
17
  *
18
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
18
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
19
19
  * 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.
20
20
  */
21
21
  import * as ChangeDashboardGroupCompartmentDetails from "./change-dashboard-group-compartment-details";
@@ -16,7 +16,7 @@ Therefore, creating resources outside of the home region is not recommended.
16
16
  * NOTE: This class is auto generated by OracleSDKGenerator.
17
17
  * Do not edit the class manually.
18
18
  *
19
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
20
  * 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.
21
21
  */
22
22
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -15,7 +15,7 @@ Therefore, creating resources outside of the home region is not recommended.
15
15
  * NOTE: This class is auto generated by OracleSDKGenerator.
16
16
  * Do not edit the class manually.
17
17
  *
18
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
18
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
19
19
  * 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.
20
20
  */
21
21
  /**
@@ -16,7 +16,7 @@ Therefore, creating resources outside of the home region is not recommended.
16
16
  * NOTE: This class is auto generated by OracleSDKGenerator.
17
17
  * Do not edit the class manually.
18
18
  *
19
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
20
  * 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.
21
21
  */
22
22
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -15,12 +15,12 @@ Therefore, creating resources outside of the home region is not recommended.
15
15
  * NOTE: This class is auto generated by OracleSDKGenerator.
16
16
  * Do not edit the class manually.
17
17
  *
18
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
18
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
19
19
  * 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.
20
20
  */
21
21
  /**
22
22
  * The base schema for updating a dashboard.
23
- * Derived schemas have configurations and widgets specific to the `schemaVersion`.
23
+ * Derived schemas have configurations and widgets specific to the {@code schemaVersion}.
24
24
  *
25
25
  */
26
26
  export interface UpdateDashboardDetails {
@@ -38,7 +38,7 @@ export interface UpdateDashboardDetails {
38
38
  "description"?: string;
39
39
  /**
40
40
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
41
- * Example: `{\"bar-key\": \"value\"}`
41
+ * Example: {@code {\"bar-key\": \"value\"}}
42
42
  *
43
43
  */
44
44
  "freeformTags"?: {
@@ -46,7 +46,7 @@ export interface UpdateDashboardDetails {
46
46
  };
47
47
  /**
48
48
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
49
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
49
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
50
50
  *
51
51
  */
52
52
  "definedTags"?: {
@@ -16,7 +16,7 @@ Therefore, creating resources outside of the home region is not recommended.
16
16
  * NOTE: This class is auto generated by OracleSDKGenerator.
17
17
  * Do not edit the class manually.
18
18
  *
19
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
20
  * 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.
21
21
  */
22
22
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -15,7 +15,7 @@ Therefore, creating resources outside of the home region is not recommended.
15
15
  * NOTE: This class is auto generated by OracleSDKGenerator.
16
16
  * Do not edit the class manually.
17
17
  *
18
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
18
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
19
19
  * 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.
20
20
  */
21
21
  /**
@@ -36,7 +36,7 @@ export interface UpdateDashboardGroupDetails {
36
36
  "description"?: string;
37
37
  /**
38
38
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
39
- * Example: `{\"bar-key\": \"value\"}`
39
+ * Example: {@code {\"bar-key\": \"value\"}}
40
40
  *
41
41
  */
42
42
  "freeformTags"?: {
@@ -44,7 +44,7 @@ export interface UpdateDashboardGroupDetails {
44
44
  };
45
45
  /**
46
46
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
47
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
47
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
48
48
  *
49
49
  */
50
50
  "definedTags"?: {
@@ -16,7 +16,7 @@ Therefore, creating resources outside of the home region is not recommended.
16
16
  * NOTE: This class is auto generated by OracleSDKGenerator.
17
17
  * Do not edit the class manually.
18
18
  *
19
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
20
  * 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.
21
21
  */
22
22
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -15,14 +15,14 @@ Therefore, creating resources outside of the home region is not recommended.
15
15
  * NOTE: This class is auto generated by OracleSDKGenerator.
16
16
  * Do not edit the class manually.
17
17
  *
18
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
18
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
19
19
  * 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.
20
20
  */
21
21
  import * as model from "../model";
22
22
  /**
23
23
  * Details for updating a version 1 dashboard.
24
- * The interpretation of the `config` and `widgets` fields depends on the runtime behavior of the Oracle Cloud Infrastructure Console.
25
- * The sum of the `config` and `widget` fields JSON text representation cannot exceed 200 KB.
24
+ * The interpretation of the {@code config} and {@code widgets} fields depends on the runtime behavior of the Oracle Cloud Infrastructure Console.
25
+ * The sum of the {@code config} and {@code widget} fields JSON text representation cannot exceed 200 KB.
26
26
  *
27
27
  */
28
28
  export interface UpdateV1DashboardDetails extends model.UpdateDashboardDetails {
@@ -16,7 +16,7 @@ Therefore, creating resources outside of the home region is not recommended.
16
16
  * NOTE: This class is auto generated by OracleSDKGenerator.
17
17
  * Do not edit the class manually.
18
18
  *
19
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
20
  * 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.
21
21
  */
22
22
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -15,14 +15,14 @@ Therefore, creating resources outside of the home region is not recommended.
15
15
  * NOTE: This class is auto generated by OracleSDKGenerator.
16
16
  * Do not edit the class manually.
17
17
  *
18
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
18
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
19
19
  * 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.
20
20
  */
21
21
  import * as model from "../model";
22
22
  /**
23
23
  * A version 1 dashboard.
24
- * The interpretation of the `config` and `widgets` fields depends on the runtime behavior of the Oracle Cloud Infrastructure Console.
25
- * The sum of the `config` and `widget` fields JSON text representation cannot exceed 200 KB.
24
+ * The interpretation of the {@code config} and {@code widgets} fields depends on the runtime behavior of the Oracle Cloud Infrastructure Console.
25
+ * The sum of the {@code config} and {@code widget} fields JSON text representation cannot exceed 200 KB.
26
26
  *
27
27
  */
28
28
  export interface V1Dashboard extends model.Dashboard {
@@ -16,7 +16,7 @@ Therefore, creating resources outside of the home region is not recommended.
16
16
  * NOTE: This class is auto generated by OracleSDKGenerator.
17
17
  * Do not edit the class manually.
18
18
  *
19
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
19
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
20
20
  * 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.
21
21
  */
22
22
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
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.76.0/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDashboardGroupCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeDashboardGroupCompartmentRequest extends common.BaseReque
26
26
  "changeDashboardGroupCompartmentDetails": model.ChangeDashboardGroupCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
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.76.0/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroupRequest.
17
17
  */
18
18
  export interface ChangeDashboardGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeDashboardGroupRequest extends common.BaseRequest {
26
26
  "changeDashboardGroupDetails": model.ChangeDashboardGroupDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
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.76.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroupRequest.
17
17
  */
18
18
  export interface CreateDashboardGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -36,7 +36,7 @@ export interface CreateDashboardGroupRequest extends common.BaseRequest {
36
36
  /**
37
37
  * To identify if the call is cross-regional. In CRUD calls for a resource, to
38
38
  * identify that the call originates from different region, set the
39
- * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
39
+ * {@code CrossRegionIdentifierHeader} parameter to a region name (ex - {@code US-ASHBURN-1})
40
40
  * The call will be served from a Replicated bucket.
41
41
  * For same-region calls, the value is unassigned.
42
42
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
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.76.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboardRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboardRequest.
17
17
  */
18
18
  export interface CreateDashboardRequest extends common.BaseRequest {
19
19
  /**
@@ -36,7 +36,7 @@ export interface CreateDashboardRequest extends common.BaseRequest {
36
36
  /**
37
37
  * To identify if the call is cross-regional. In CRUD calls for a resource, to
38
38
  * identify that the call originates from different region, set the
39
- * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
39
+ * {@code CrossRegionIdentifierHeader} parameter to a region name (ex - {@code US-ASHBURN-1})
40
40
  * The call will be served from a Replicated bucket.
41
41
  * For same-region calls, the value is unassigned.
42
42
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
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.76.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroupRequest.
16
16
  */
17
17
  export interface DeleteDashboardGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteDashboardGroupRequest extends common.BaseRequest {
21
21
  "dashboardGroupId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -35,7 +35,7 @@ export interface DeleteDashboardGroupRequest extends common.BaseRequest {
35
35
  /**
36
36
  * To identify if the call is cross-regional. In CRUD calls for a resource, to
37
37
  * identify that the call originates from different region, set the
38
- * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
38
+ * {@code CrossRegionIdentifierHeader} parameter to a region name (ex - {@code US-ASHBURN-1})
39
39
  * The call will be served from a Replicated bucket.
40
40
  * For same-region calls, the value is unassigned.
41
41
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
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.76.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboardRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboardRequest.
16
16
  */
17
17
  export interface DeleteDashboardRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteDashboardRequest extends common.BaseRequest {
21
21
  "dashboardId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -35,7 +35,7 @@ export interface DeleteDashboardRequest extends common.BaseRequest {
35
35
  /**
36
36
  * To identify if the call is cross-regional. In CRUD calls for a resource, to
37
37
  * identify that the call originates from different region, set the
38
- * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
38
+ * {@code CrossRegionIdentifierHeader} parameter to a region name (ex - {@code US-ASHBURN-1})
39
39
  * The call will be served from a Replicated bucket.
40
40
  * For same-region calls, the value is unassigned.
41
41
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });