oci-dashboardservice 2.76.1 → 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 (36) hide show
  1. package/lib/client.d.ts +12 -12
  2. package/lib/client.js +12 -12
  3. package/lib/model/create-dashboard-details.d.ts +3 -3
  4. package/lib/model/create-dashboard-group-details.d.ts +2 -2
  5. package/lib/model/create-v1-dashboard-details.d.ts +2 -2
  6. package/lib/model/dashboard-collection.d.ts +1 -1
  7. package/lib/model/dashboard-group-collection.d.ts +1 -1
  8. package/lib/model/dashboard-group-summary.d.ts +6 -6
  9. package/lib/model/dashboard-group.d.ts +6 -6
  10. package/lib/model/dashboard-summary.d.ts +5 -5
  11. package/lib/model/dashboard.d.ts +6 -6
  12. package/lib/model/update-dashboard-details.d.ts +3 -3
  13. package/lib/model/update-dashboard-group-details.d.ts +2 -2
  14. package/lib/model/update-v1-dashboard-details.d.ts +2 -2
  15. package/lib/model/v1-dashboard.d.ts +2 -2
  16. package/lib/request/change-dashboard-group-compartment-request.d.ts +2 -2
  17. package/lib/request/change-dashboard-group-request.d.ts +2 -2
  18. package/lib/request/create-dashboard-group-request.d.ts +2 -2
  19. package/lib/request/create-dashboard-request.d.ts +2 -2
  20. package/lib/request/delete-dashboard-group-request.d.ts +3 -3
  21. package/lib/request/delete-dashboard-request.d.ts +3 -3
  22. package/lib/request/get-dashboard-group-request.d.ts +2 -2
  23. package/lib/request/get-dashboard-request.d.ts +2 -2
  24. package/lib/request/list-dashboard-groups-request.d.ts +4 -4
  25. package/lib/request/list-dashboards-request.d.ts +4 -4
  26. package/lib/request/update-dashboard-group-request.d.ts +3 -3
  27. package/lib/request/update-dashboard-request.d.ts +3 -3
  28. package/lib/response/create-dashboard-group-response.d.ts +1 -1
  29. package/lib/response/create-dashboard-response.d.ts +1 -1
  30. package/lib/response/get-dashboard-group-response.d.ts +1 -1
  31. package/lib/response/get-dashboard-response.d.ts +1 -1
  32. package/lib/response/list-dashboard-groups-response.d.ts +1 -1
  33. package/lib/response/list-dashboards-response.d.ts +1 -1
  34. package/lib/response/update-dashboard-group-response.d.ts +1 -1
  35. package/lib/response/update-dashboard-response.d.ts +1 -1
  36. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -95,7 +95,7 @@ export declare class DashboardClient {
95
95
  * @param ChangeDashboardGroupRequest
96
96
  * @return ChangeDashboardGroupResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroup API.
98
+ * @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 ChangeDashboardGroup API.
99
99
  */
100
100
  changeDashboardGroup(changeDashboardGroupRequest: requests.ChangeDashboardGroupRequest): Promise<responses.ChangeDashboardGroupResponse>;
101
101
  /**
@@ -110,7 +110,7 @@ export declare class DashboardClient {
110
110
  * @param CreateDashboardRequest
111
111
  * @return CreateDashboardResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
113
+ * @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 CreateDashboard API.
114
114
  */
115
115
  createDashboard(createDashboardRequest: requests.CreateDashboardRequest): Promise<responses.CreateDashboardResponse>;
116
116
  /**
@@ -119,7 +119,7 @@ export declare class DashboardClient {
119
119
  * @param DeleteDashboardRequest
120
120
  * @return DeleteDashboardResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
122
+ * @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 DeleteDashboard API.
123
123
  */
124
124
  deleteDashboard(deleteDashboardRequest: requests.DeleteDashboardRequest): Promise<responses.DeleteDashboardResponse>;
125
125
  /**
@@ -128,7 +128,7 @@ export declare class DashboardClient {
128
128
  * @param GetDashboardRequest
129
129
  * @return GetDashboardResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
132
132
  */
133
133
  getDashboard(getDashboardRequest: requests.GetDashboardRequest): Promise<responses.GetDashboardResponse>;
134
134
  /**
@@ -138,7 +138,7 @@ export declare class DashboardClient {
138
138
  * @param ListDashboardsRequest
139
139
  * @return ListDashboardsResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
142
142
  */
143
143
  listDashboards(listDashboardsRequest: requests.ListDashboardsRequest): Promise<responses.ListDashboardsResponse>;
144
144
  /**
@@ -147,7 +147,7 @@ export declare class DashboardClient {
147
147
  * @param UpdateDashboardRequest
148
148
  * @return UpdateDashboardResponse
149
149
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
151
151
  */
152
152
  updateDashboard(updateDashboardRequest: requests.UpdateDashboardRequest): Promise<responses.UpdateDashboardResponse>;
153
153
  }
@@ -223,7 +223,7 @@ export declare class DashboardGroupClient {
223
223
  * @param ChangeDashboardGroupCompartmentRequest
224
224
  * @return ChangeDashboardGroupCompartmentResponse
225
225
  * @throws OciError when an error occurs
226
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartment API.
226
+ * @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 ChangeDashboardGroupCompartment API.
227
227
  */
228
228
  changeDashboardGroupCompartment(changeDashboardGroupCompartmentRequest: requests.ChangeDashboardGroupCompartmentRequest): Promise<responses.ChangeDashboardGroupCompartmentResponse>;
229
229
  /**
@@ -238,7 +238,7 @@ export declare class DashboardGroupClient {
238
238
  * @param CreateDashboardGroupRequest
239
239
  * @return CreateDashboardGroupResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
241
+ * @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 CreateDashboardGroup API.
242
242
  */
243
243
  createDashboardGroup(createDashboardGroupRequest: requests.CreateDashboardGroupRequest): Promise<responses.CreateDashboardGroupResponse>;
244
244
  /**
@@ -247,7 +247,7 @@ export declare class DashboardGroupClient {
247
247
  * @param DeleteDashboardGroupRequest
248
248
  * @return DeleteDashboardGroupResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
250
+ * @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 DeleteDashboardGroup API.
251
251
  */
252
252
  deleteDashboardGroup(deleteDashboardGroupRequest: requests.DeleteDashboardGroupRequest): Promise<responses.DeleteDashboardGroupResponse>;
253
253
  /**
@@ -256,7 +256,7 @@ export declare class DashboardGroupClient {
256
256
  * @param GetDashboardGroupRequest
257
257
  * @return GetDashboardGroupResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
260
260
  */
261
261
  getDashboardGroup(getDashboardGroupRequest: requests.GetDashboardGroupRequest): Promise<responses.GetDashboardGroupResponse>;
262
262
  /**
@@ -266,7 +266,7 @@ export declare class DashboardGroupClient {
266
266
  * @param ListDashboardGroupsRequest
267
267
  * @return ListDashboardGroupsResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
270
270
  */
271
271
  listDashboardGroups(listDashboardGroupsRequest: requests.ListDashboardGroupsRequest): Promise<responses.ListDashboardGroupsResponse>;
272
272
  /**
@@ -275,7 +275,7 @@ export declare class DashboardGroupClient {
275
275
  * @param UpdateDashboardGroupRequest
276
276
  * @return UpdateDashboardGroupResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
279
279
  */
280
280
  updateDashboardGroup(updateDashboardGroupRequest: requests.UpdateDashboardGroupRequest): Promise<responses.UpdateDashboardGroupResponse>;
281
281
  }
package/lib/client.js CHANGED
@@ -196,7 +196,7 @@ class DashboardClient {
196
196
  * @param ChangeDashboardGroupRequest
197
197
  * @return ChangeDashboardGroupResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/ChangeDashboardGroup.ts.html |here} to see how to use ChangeDashboardGroup API.
199
+ * @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 ChangeDashboardGroup API.
200
200
  */
201
201
  changeDashboardGroup(changeDashboardGroupRequest) {
202
202
  return __awaiter(this, void 0, void 0, function* () {
@@ -258,7 +258,7 @@ class DashboardClient {
258
258
  * @param CreateDashboardRequest
259
259
  * @return CreateDashboardResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/CreateDashboard.ts.html |here} to see how to use CreateDashboard API.
261
+ * @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 CreateDashboard API.
262
262
  */
263
263
  createDashboard(createDashboardRequest) {
264
264
  return __awaiter(this, void 0, void 0, function* () {
@@ -322,7 +322,7 @@ class DashboardClient {
322
322
  * @param DeleteDashboardRequest
323
323
  * @return DeleteDashboardResponse
324
324
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/DeleteDashboard.ts.html |here} to see how to use DeleteDashboard API.
325
+ * @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 DeleteDashboard API.
326
326
  */
327
327
  deleteDashboard(deleteDashboardRequest) {
328
328
  return __awaiter(this, void 0, void 0, function* () {
@@ -378,7 +378,7 @@ class DashboardClient {
378
378
  * @param GetDashboardRequest
379
379
  * @return GetDashboardResponse
380
380
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboard API.
382
382
  */
383
383
  getDashboard(getDashboardRequest) {
384
384
  return __awaiter(this, void 0, void 0, function* () {
@@ -443,7 +443,7 @@ class DashboardClient {
443
443
  * @param ListDashboardsRequest
444
444
  * @return ListDashboardsResponse
445
445
  * @throws OciError when an error occurs
446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboards API.
447
447
  */
448
448
  listDashboards(listDashboardsRequest) {
449
449
  return __awaiter(this, void 0, void 0, function* () {
@@ -514,7 +514,7 @@ class DashboardClient {
514
514
  * @param UpdateDashboardRequest
515
515
  * @return UpdateDashboardResponse
516
516
  * @throws OciError when an error occurs
517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboard API.
518
518
  */
519
519
  updateDashboard(updateDashboardRequest) {
520
520
  return __awaiter(this, void 0, void 0, function* () {
@@ -717,7 +717,7 @@ class DashboardGroupClient {
717
717
  * @param ChangeDashboardGroupCompartmentRequest
718
718
  * @return ChangeDashboardGroupCompartmentResponse
719
719
  * @throws OciError when an error occurs
720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/ChangeDashboardGroupCompartment.ts.html |here} to see how to use ChangeDashboardGroupCompartment API.
720
+ * @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 ChangeDashboardGroupCompartment API.
721
721
  */
722
722
  changeDashboardGroupCompartment(changeDashboardGroupCompartmentRequest) {
723
723
  return __awaiter(this, void 0, void 0, function* () {
@@ -779,7 +779,7 @@ class DashboardGroupClient {
779
779
  * @param CreateDashboardGroupRequest
780
780
  * @return CreateDashboardGroupResponse
781
781
  * @throws OciError when an error occurs
782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/CreateDashboardGroup.ts.html |here} to see how to use CreateDashboardGroup API.
782
+ * @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 CreateDashboardGroup API.
783
783
  */
784
784
  createDashboardGroup(createDashboardGroupRequest) {
785
785
  return __awaiter(this, void 0, void 0, function* () {
@@ -843,7 +843,7 @@ class DashboardGroupClient {
843
843
  * @param DeleteDashboardGroupRequest
844
844
  * @return DeleteDashboardGroupResponse
845
845
  * @throws OciError when an error occurs
846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/DeleteDashboardGroup.ts.html |here} to see how to use DeleteDashboardGroup API.
846
+ * @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 DeleteDashboardGroup API.
847
847
  */
848
848
  deleteDashboardGroup(deleteDashboardGroupRequest) {
849
849
  return __awaiter(this, void 0, void 0, function* () {
@@ -899,7 +899,7 @@ class DashboardGroupClient {
899
899
  * @param GetDashboardGroupRequest
900
900
  * @return GetDashboardGroupResponse
901
901
  * @throws OciError when an error occurs
902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
902
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroup API.
903
903
  */
904
904
  getDashboardGroup(getDashboardGroupRequest) {
905
905
  return __awaiter(this, void 0, void 0, function* () {
@@ -964,7 +964,7 @@ class DashboardGroupClient {
964
964
  * @param ListDashboardGroupsRequest
965
965
  * @return ListDashboardGroupsResponse
966
966
  * @throws OciError when an error occurs
967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroups API.
968
968
  */
969
969
  listDashboardGroups(listDashboardGroupsRequest) {
970
970
  return __awaiter(this, void 0, void 0, function* () {
@@ -1035,7 +1035,7 @@ class DashboardGroupClient {
1035
1035
  * @param UpdateDashboardGroupRequest
1036
1036
  * @return UpdateDashboardGroupResponse
1037
1037
  * @throws OciError when an error occurs
1038
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
1038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroup API.
1039
1039
  */
1040
1040
  updateDashboardGroup(updateDashboardGroupRequest) {
1041
1041
  return __awaiter(this, void 0, void 0, function* () {
@@ -20,7 +20,7 @@ Therefore, creating resources outside of the home region is not recommended.
20
20
  */
21
21
  /**
22
22
  * The base schema for creating 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 CreateDashboardDetails {
@@ -42,7 +42,7 @@ export interface CreateDashboardDetails {
42
42
  "description"?: string;
43
43
  /**
44
44
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
45
- * Example: `{\"bar-key\": \"value\"}`
45
+ * Example: {@code {\"bar-key\": \"value\"}}
46
46
  *
47
47
  */
48
48
  "freeformTags"?: {
@@ -50,7 +50,7 @@ export interface CreateDashboardDetails {
50
50
  };
51
51
  /**
52
52
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
53
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
53
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
54
54
  *
55
55
  */
56
56
  "definedTags"?: {
@@ -40,7 +40,7 @@ export interface CreateDashboardGroupDetails {
40
40
  "compartmentId": string;
41
41
  /**
42
42
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
43
- * Example: `{\"bar-key\": \"value\"}`
43
+ * Example: {@code {\"bar-key\": \"value\"}}
44
44
  *
45
45
  */
46
46
  "freeformTags"?: {
@@ -48,7 +48,7 @@ export interface CreateDashboardGroupDetails {
48
48
  };
49
49
  /**
50
50
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
51
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
51
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
52
52
  *
53
53
  */
54
54
  "definedTags"?: {
@@ -21,8 +21,8 @@ Therefore, creating resources outside of the home region is not recommended.
21
21
  import * as model from "../model";
22
22
  /**
23
23
  * Details for creating 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 CreateV1DashboardDetails extends model.CreateDashboardDetails {
@@ -20,7 +20,7 @@ Therefore, creating resources outside of the home region is not recommended.
20
20
  */
21
21
  import * as model from "../model";
22
22
  /**
23
- * Results of a dashboard search. Contains `DashboardSummary` items.
23
+ * Results of a dashboard search. Contains {@code DashboardSummary} items.
24
24
  */
25
25
  export interface DashboardCollection {
26
26
  /**
@@ -20,7 +20,7 @@ Therefore, creating resources outside of the home region is not recommended.
20
20
  */
21
21
  import * as model from "../model";
22
22
  /**
23
- * A list of dashboard groups that match filter criteria, if any. Results contain `DashboardGroupSummary` objects.
23
+ * A list of dashboard groups that match filter criteria, if any. Results contain {@code DashboardGroupSummary} objects.
24
24
  */
25
25
  export interface DashboardGroupCollection {
26
26
  /**
@@ -45,24 +45,24 @@ export interface DashboardGroupSummary {
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": string;
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 DashboardGroupSummary {
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 DashboardGroupSummary {
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"?: {
@@ -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"?: {
@@ -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"?: {
@@ -20,7 +20,7 @@ Therefore, creating resources outside of the home region is not recommended.
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"?: {
@@ -20,7 +20,7 @@ Therefore, creating resources outside of the home region is not recommended.
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"?: {
@@ -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"?: {
@@ -21,8 +21,8 @@ Therefore, creating resources outside of the home region is not recommended.
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 {
@@ -21,8 +21,8 @@ Therefore, creating resources outside of the home region is not recommended.
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 {
@@ -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.76.1/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.
@@ -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.76.1/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.
@@ -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.76.1/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
  *
@@ -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.76.1/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
  *
@@ -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.76.1/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
  *
@@ -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.76.1/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
  *
@@ -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.76.1/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/GetDashboardGroup.ts.html |here} to see how to use GetDashboardGroupRequest.
16
16
  */
17
17
  export interface GetDashboardGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -26,7 +26,7 @@ export interface GetDashboardGroupRequest extends common.BaseRequest {
26
26
  /**
27
27
  * To identify if the call is cross-regional. In CRUD calls for a resource, to
28
28
  * identify that the call originates from different region, set the
29
- * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
29
+ * {@code CrossRegionIdentifierHeader} parameter to a region name (ex - {@code US-ASHBURN-1})
30
30
  * The call will be served from a Replicated bucket.
31
31
  * For same-region calls, the value is unassigned.
32
32
  *
@@ -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.76.1/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboardRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/GetDashboard.ts.html |here} to see how to use GetDashboardRequest.
16
16
  */
17
17
  export interface GetDashboardRequest extends common.BaseRequest {
18
18
  /**
@@ -26,7 +26,7 @@ export interface GetDashboardRequest extends common.BaseRequest {
26
26
  /**
27
27
  * To identify if the call is cross-regional. In CRUD calls for a resource, to
28
28
  * identify that the call originates from different region, set the
29
- * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
29
+ * {@code CrossRegionIdentifierHeader} parameter to a region name (ex - {@code US-ASHBURN-1})
30
30
  * The call will be served from a Replicated bucket.
31
31
  * For same-region calls, the value is unassigned.
32
32
  *
@@ -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.76.1/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroupsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroupsRequest.
17
17
  */
18
18
  export interface ListDashboardGroupsRequest extends common.BaseRequest {
19
19
  /**
@@ -41,11 +41,11 @@ export interface ListDashboardGroupsRequest extends common.BaseRequest {
41
41
  */
42
42
  "page"?: string;
43
43
  /**
44
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
44
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
45
45
  */
46
46
  "sortOrder"?: model.SortOrder;
47
47
  /**
48
- * The field to sort by. You can provide one sort order (`sortOrder`).
48
+ * The field to sort by. You can provide one sort order ({@code sortOrder}).
49
49
  * Default order for TIMECREATED is descending.
50
50
  * Default order for DISPLAYNAME is ascending.
51
51
  * The DISPLAYNAME sort order is case sensitive.
@@ -59,7 +59,7 @@ export interface ListDashboardGroupsRequest extends common.BaseRequest {
59
59
  /**
60
60
  * To identify if the call is cross-regional. In CRUD calls for a resource, to
61
61
  * identify that the call originates from different region, set the
62
- * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
62
+ * {@code CrossRegionIdentifierHeader} parameter to a region name (ex - {@code US-ASHBURN-1})
63
63
  * The call will be served from a Replicated bucket.
64
64
  * For same-region calls, the value is unassigned.
65
65
  *
@@ -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.76.1/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboardsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboardsRequest.
17
17
  */
18
18
  export interface ListDashboardsRequest extends common.BaseRequest {
19
19
  /**
@@ -41,11 +41,11 @@ export interface ListDashboardsRequest extends common.BaseRequest {
41
41
  */
42
42
  "page"?: string;
43
43
  /**
44
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
44
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
45
45
  */
46
46
  "sortOrder"?: model.SortOrder;
47
47
  /**
48
- * The field to sort by. You can provide one sort order (`sortOrder`).
48
+ * The field to sort by. You can provide one sort order ({@code sortOrder}).
49
49
  * Default order for TIMECREATED is descending.
50
50
  * Default order for DISPLAYNAME is ascending.
51
51
  * The DISPLAYNAME sort order is case sensitive.
@@ -59,7 +59,7 @@ export interface ListDashboardsRequest extends common.BaseRequest {
59
59
  /**
60
60
  * To identify if the call is cross-regional. In CRUD calls for a resource, to
61
61
  * identify that the call originates from different region, set the
62
- * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
62
+ * {@code CrossRegionIdentifierHeader} parameter to a region name (ex - {@code US-ASHBURN-1})
63
63
  * The call will be served from a Replicated bucket.
64
64
  * For same-region calls, the value is unassigned.
65
65
  *
@@ -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.76.1/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroupRequest.
17
17
  */
18
18
  export interface UpdateDashboardGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateDashboardGroupRequest extends common.BaseRequest {
26
26
  "updateDashboardGroupDetails": model.UpdateDashboardGroupDetails;
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.
@@ -40,7 +40,7 @@ export interface UpdateDashboardGroupRequest extends common.BaseRequest {
40
40
  /**
41
41
  * To identify if the call is cross-regional. In CRUD calls for a resource, to
42
42
  * identify that the call originates from different region, set the
43
- * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
43
+ * {@code CrossRegionIdentifierHeader} parameter to a region name (ex - {@code US-ASHBURN-1})
44
44
  * The call will be served from a Replicated bucket.
45
45
  * For same-region calls, the value is unassigned.
46
46
  *
@@ -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.76.1/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboardRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboardRequest.
17
17
  */
18
18
  export interface UpdateDashboardRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateDashboardRequest extends common.BaseRequest {
26
26
  "updateDashboardDetails": model.UpdateV1DashboardDetails;
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.
@@ -40,7 +40,7 @@ export interface UpdateDashboardRequest extends common.BaseRequest {
40
40
  /**
41
41
  * To identify if the call is cross-regional. In CRUD calls for a resource, to
42
42
  * identify that the call originates from different region, set the
43
- * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
43
+ * {@code CrossRegionIdentifierHeader} parameter to a region name (ex - {@code US-ASHBURN-1})
44
44
  * The call will be served from a Replicated bucket.
45
45
  * For same-region calls, the value is unassigned.
46
46
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateDashboardGroupResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateDashboardResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDashboardGroupResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDashboardResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListDashboardGroupsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListDashboardsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateDashboardGroupResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateDashboardResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-dashboardservice",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Dashboard Service 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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"