oci-dashboardservice 2.12.1

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 (128) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +1521 -0
  5. package/index.d.ts +33 -0
  6. package/index.js +56 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +235 -0
  9. package/lib/client.js +894 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/dashboard-waiter.d.ts +37 -0
  12. package/lib/dashboard-waiter.js +73 -0
  13. package/lib/dashboard-waiter.js.map +1 -0
  14. package/lib/dashboardgroup-waiter.d.ts +37 -0
  15. package/lib/dashboardgroup-waiter.js +73 -0
  16. package/lib/dashboardgroup-waiter.js.map +1 -0
  17. package/lib/model/create-dashboard-details.d.ts +66 -0
  18. package/lib/model/create-dashboard-details.js +73 -0
  19. package/lib/model/create-dashboard-details.js.map +1 -0
  20. package/lib/model/create-dashboard-group-details.d.ts +63 -0
  21. package/lib/model/create-dashboard-group-details.js +37 -0
  22. package/lib/model/create-dashboard-group-details.js.map +1 -0
  23. package/lib/model/create-v1-dashboard-details.d.ts +43 -0
  24. package/lib/model/create-v1-dashboard-details.js +62 -0
  25. package/lib/model/create-v1-dashboard-details.js.map +1 -0
  26. package/lib/model/dashboard-collection.d.ts +34 -0
  27. package/lib/model/dashboard-collection.js +69 -0
  28. package/lib/model/dashboard-collection.js.map +1 -0
  29. package/lib/model/dashboard-group-collection.d.ts +34 -0
  30. package/lib/model/dashboard-group-collection.js +69 -0
  31. package/lib/model/dashboard-group-collection.js.map +1 -0
  32. package/lib/model/dashboard-group-summary.d.ts +95 -0
  33. package/lib/model/dashboard-group-summary.js +37 -0
  34. package/lib/model/dashboard-group-summary.js.map +1 -0
  35. package/lib/model/dashboard-group.d.ts +108 -0
  36. package/lib/model/dashboard-group.js +51 -0
  37. package/lib/model/dashboard-group.js.map +1 -0
  38. package/lib/model/dashboard-summary.d.ts +99 -0
  39. package/lib/model/dashboard-summary.js +37 -0
  40. package/lib/model/dashboard-summary.js.map +1 -0
  41. package/lib/model/dashboard.d.ts +115 -0
  42. package/lib/model/dashboard.js +87 -0
  43. package/lib/model/dashboard.js.map +1 -0
  44. package/lib/model/index.d.ts +48 -0
  45. package/lib/model/index.js +71 -0
  46. package/lib/model/index.js.map +1 -0
  47. package/lib/model/sort-order.d.ts +31 -0
  48. package/lib/model/sort-order.js +42 -0
  49. package/lib/model/sort-order.js.map +1 -0
  50. package/lib/model/update-dashboard-details.d.ts +62 -0
  51. package/lib/model/update-dashboard-details.js +73 -0
  52. package/lib/model/update-dashboard-details.js.map +1 -0
  53. package/lib/model/update-dashboard-group-details.d.ts +59 -0
  54. package/lib/model/update-dashboard-group-details.js +37 -0
  55. package/lib/model/update-dashboard-group-details.js.map +1 -0
  56. package/lib/model/update-v1-dashboard-details.d.ts +43 -0
  57. package/lib/model/update-v1-dashboard-details.js +62 -0
  58. package/lib/model/update-v1-dashboard-details.js.map +1 -0
  59. package/lib/model/v1-dashboard.d.ts +43 -0
  60. package/lib/model/v1-dashboard.js +58 -0
  61. package/lib/model/v1-dashboard.js.map +1 -0
  62. package/lib/request/create-dashboard-group-request.d.ts +45 -0
  63. package/lib/request/create-dashboard-group-request.js +15 -0
  64. package/lib/request/create-dashboard-group-request.js.map +1 -0
  65. package/lib/request/create-dashboard-request.d.ts +45 -0
  66. package/lib/request/create-dashboard-request.js +15 -0
  67. package/lib/request/create-dashboard-request.js.map +1 -0
  68. package/lib/request/delete-dashboard-group-request.d.ts +44 -0
  69. package/lib/request/delete-dashboard-group-request.js +15 -0
  70. package/lib/request/delete-dashboard-group-request.js.map +1 -0
  71. package/lib/request/delete-dashboard-request.d.ts +44 -0
  72. package/lib/request/delete-dashboard-request.js +15 -0
  73. package/lib/request/delete-dashboard-request.js.map +1 -0
  74. package/lib/request/get-dashboard-group-request.d.ts +35 -0
  75. package/lib/request/get-dashboard-group-request.js +15 -0
  76. package/lib/request/get-dashboard-group-request.js.map +1 -0
  77. package/lib/request/get-dashboard-request.d.ts +35 -0
  78. package/lib/request/get-dashboard-request.js +15 -0
  79. package/lib/request/get-dashboard-request.js.map +1 -0
  80. package/lib/request/index.d.ts +40 -0
  81. package/lib/request/index.js +47 -0
  82. package/lib/request/index.js.map +1 -0
  83. package/lib/request/list-dashboard-groups-request.d.ts +74 -0
  84. package/lib/request/list-dashboard-groups-request.js +24 -0
  85. package/lib/request/list-dashboard-groups-request.js.map +1 -0
  86. package/lib/request/list-dashboards-request.d.ts +74 -0
  87. package/lib/request/list-dashboards-request.js +24 -0
  88. package/lib/request/list-dashboards-request.js.map +1 -0
  89. package/lib/request/update-dashboard-group-request.d.ts +49 -0
  90. package/lib/request/update-dashboard-group-request.js +15 -0
  91. package/lib/request/update-dashboard-group-request.js.map +1 -0
  92. package/lib/request/update-dashboard-request.d.ts +49 -0
  93. package/lib/request/update-dashboard-request.js +15 -0
  94. package/lib/request/update-dashboard-request.js.map +1 -0
  95. package/lib/response/create-dashboard-group-response.d.ts +30 -0
  96. package/lib/response/create-dashboard-group-response.js +15 -0
  97. package/lib/response/create-dashboard-group-response.js.map +1 -0
  98. package/lib/response/create-dashboard-response.d.ts +30 -0
  99. package/lib/response/create-dashboard-response.js +15 -0
  100. package/lib/response/create-dashboard-response.js.map +1 -0
  101. package/lib/response/delete-dashboard-group-response.d.ts +20 -0
  102. package/lib/response/delete-dashboard-group-response.js +15 -0
  103. package/lib/response/delete-dashboard-group-response.js.map +1 -0
  104. package/lib/response/delete-dashboard-response.d.ts +20 -0
  105. package/lib/response/delete-dashboard-response.js +15 -0
  106. package/lib/response/delete-dashboard-response.js.map +1 -0
  107. package/lib/response/get-dashboard-group-response.d.ts +30 -0
  108. package/lib/response/get-dashboard-group-response.js +15 -0
  109. package/lib/response/get-dashboard-group-response.js.map +1 -0
  110. package/lib/response/get-dashboard-response.d.ts +30 -0
  111. package/lib/response/get-dashboard-response.js +15 -0
  112. package/lib/response/get-dashboard-response.js.map +1 -0
  113. package/lib/response/index.d.ts +40 -0
  114. package/lib/response/index.js +23 -0
  115. package/lib/response/index.js.map +1 -0
  116. package/lib/response/list-dashboard-groups-response.d.ts +32 -0
  117. package/lib/response/list-dashboard-groups-response.js +15 -0
  118. package/lib/response/list-dashboard-groups-response.js.map +1 -0
  119. package/lib/response/list-dashboards-response.d.ts +32 -0
  120. package/lib/response/list-dashboards-response.js +15 -0
  121. package/lib/response/list-dashboards-response.js.map +1 -0
  122. package/lib/response/update-dashboard-group-response.d.ts +30 -0
  123. package/lib/response/update-dashboard-group-response.js +15 -0
  124. package/lib/response/update-dashboard-group-response.js.map +1 -0
  125. package/lib/response/update-dashboard-response.d.ts +30 -0
  126. package/lib/response/update-dashboard-response.js +15 -0
  127. package/lib/response/update-dashboard-response.js.map +1 -0
  128. package/package.json +29 -0
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ /**
3
+ * Dashboards API
4
+ * Use the Oracle Cloud Infrastructure Dashboards service API to manage dashboards in the Console.
5
+ Dashboards provide an organized and customizable view of resources and their metrics in the Console.
6
+ For more information, see [Dashboards](/Content/Dashboards/home.htm).
7
+
8
+ **Important:** Resources for the Dashboards service are created in the tenacy's home region.
9
+ Although it is possible to create dashboard and dashboard group resources in regions other than the home region,
10
+ you won't be able to view those resources in the Console.
11
+ Therefore, creating resources outside of the home region is not recommended.
12
+
13
+ * OpenAPI spec version: 20210731
14
+ *
15
+ *
16
+ * NOTE: This class is auto generated by OracleSDKGenerator.
17
+ * Do not edit the class manually.
18
+ *
19
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
22
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
23
+ if (k2 === undefined) k2 = k;
24
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
25
+ }) : (function(o, m, k, k2) {
26
+ if (k2 === undefined) k2 = k;
27
+ o[k2] = m[k];
28
+ }));
29
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
30
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
31
+ }) : function(o, v) {
32
+ o["default"] = v;
33
+ });
34
+ var __importStar = (this && this.__importStar) || function (mod) {
35
+ if (mod && mod.__esModule) return mod;
36
+ var result = {};
37
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
38
+ __setModuleDefault(result, mod);
39
+ return result;
40
+ };
41
+ Object.defineProperty(exports, "__esModule", { value: true });
42
+ exports.ListDashboardGroupsRequest = exports.ListDashboardsRequest = void 0;
43
+ const ListDashboardsRequest = __importStar(require("./list-dashboards-request"));
44
+ exports.ListDashboardsRequest = ListDashboardsRequest.ListDashboardsRequest;
45
+ const ListDashboardGroupsRequest = __importStar(require("./list-dashboard-groups-request"));
46
+ exports.ListDashboardGroupsRequest = ListDashboardGroupsRequest.ListDashboardGroupsRequest;
47
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;AAQH,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AASlF,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC"}
@@ -0,0 +1,74 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210731
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/ListDashboardGroups.ts.html |here} to see how to use ListDashboardGroupsRequest.
17
+ */
18
+ export interface ListDashboardGroupsRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * A filter that returns dashboard groups that match the lifecycle state specified.
25
+ */
26
+ "lifecycleState"?: string;
27
+ /**
28
+ * A case-sensitive filter that returns resources that match the entire display name specified.
29
+ */
30
+ "displayName"?: string;
31
+ /**
32
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard group.
33
+ */
34
+ "id"?: string;
35
+ /**
36
+ * The maximum number of items to return.
37
+ */
38
+ "limit"?: number;
39
+ /**
40
+ * The page token representing the page at which to start retrieving results. This value is usually retrieved from a previous list call.
41
+ */
42
+ "page"?: string;
43
+ /**
44
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
45
+ */
46
+ "sortOrder"?: model.SortOrder;
47
+ /**
48
+ * The field to sort by. You can provide one sort order (`sortOrder`).
49
+ * Default order for TIMECREATED is descending.
50
+ * Default order for DISPLAYNAME is ascending.
51
+ * The DISPLAYNAME sort order is case sensitive.
52
+ *
53
+ */
54
+ "sortBy"?: ListDashboardGroupsRequest.SortBy;
55
+ /**
56
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
57
+ */
58
+ "opcRequestId"?: string;
59
+ /**
60
+ * To identify if the call is cross-regional. In CRUD calls for a resource, to
61
+ * identify that the call originates from different region, set the
62
+ * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
63
+ * The call will be served from a Replicated bucket.
64
+ * For same-region calls, the value is unassigned.
65
+ *
66
+ */
67
+ "opcCrossRegion"?: string;
68
+ }
69
+ export declare namespace ListDashboardGroupsRequest {
70
+ enum SortBy {
71
+ TimeCreated = "timeCreated",
72
+ DisplayName = "displayName"
73
+ }
74
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210731
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListDashboardGroupsRequest = void 0;
16
+ var ListDashboardGroupsRequest;
17
+ (function (ListDashboardGroupsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListDashboardGroupsRequest.SortBy || (ListDashboardGroupsRequest.SortBy = {}));
23
+ })(ListDashboardGroupsRequest = exports.ListDashboardGroupsRequest || (exports.ListDashboardGroupsRequest = {}));
24
+ //# sourceMappingURL=list-dashboard-groups-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-dashboard-groups-request.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/request/list-dashboard-groups-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4DH,IAAiB,0BAA0B,CAK1C;AALD,WAAiB,0BAA0B;IACzC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAGjB;AACH,CAAC,EALgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAK1C"}
@@ -0,0 +1,74 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210731
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/ListDashboards.ts.html |here} to see how to use ListDashboardsRequest.
17
+ */
18
+ export interface ListDashboardsRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard group that the dashboard belongs to.
21
+ */
22
+ "dashboardGroupId": string;
23
+ /**
24
+ * A filter that returns dashboard resources that match the lifecycle state specified.
25
+ */
26
+ "lifecycleState"?: string;
27
+ /**
28
+ * A case-sensitive filter that returns resources that match the entire display name specified.
29
+ */
30
+ "displayName"?: string;
31
+ /**
32
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard.
33
+ */
34
+ "id"?: string;
35
+ /**
36
+ * The maximum number of items to return.
37
+ */
38
+ "limit"?: number;
39
+ /**
40
+ * The page token representing the page at which to start retrieving results. This value is usually retrieved from a previous list call.
41
+ */
42
+ "page"?: string;
43
+ /**
44
+ * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
45
+ */
46
+ "sortOrder"?: model.SortOrder;
47
+ /**
48
+ * The field to sort by. You can provide one sort order (`sortOrder`).
49
+ * Default order for TIMECREATED is descending.
50
+ * Default order for DISPLAYNAME is ascending.
51
+ * The DISPLAYNAME sort order is case sensitive.
52
+ *
53
+ */
54
+ "sortBy"?: ListDashboardsRequest.SortBy;
55
+ /**
56
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
57
+ */
58
+ "opcRequestId"?: string;
59
+ /**
60
+ * To identify if the call is cross-regional. In CRUD calls for a resource, to
61
+ * identify that the call originates from different region, set the
62
+ * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
63
+ * The call will be served from a Replicated bucket.
64
+ * For same-region calls, the value is unassigned.
65
+ *
66
+ */
67
+ "opcCrossRegion"?: string;
68
+ }
69
+ export declare namespace ListDashboardsRequest {
70
+ enum SortBy {
71
+ TimeCreated = "timeCreated",
72
+ DisplayName = "displayName"
73
+ }
74
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210731
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListDashboardsRequest = void 0;
16
+ var ListDashboardsRequest;
17
+ (function (ListDashboardsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListDashboardsRequest.SortBy || (ListDashboardsRequest.SortBy = {}));
23
+ })(ListDashboardsRequest = exports.ListDashboardsRequest || (exports.ListDashboardsRequest = {}));
24
+ //# sourceMappingURL=list-dashboards-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-dashboards-request.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/request/list-dashboards-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4DH,IAAiB,qBAAqB,CAKrC;AALD,WAAiB,qBAAqB;IACpC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,4BAAM,KAAN,4BAAM,QAGjB;AACH,CAAC,EALgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAKrC"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210731
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/UpdateDashboardGroup.ts.html |here} to see how to use UpdateDashboardGroupRequest.
17
+ */
18
+ export interface UpdateDashboardGroupRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard group.
21
+ */
22
+ "dashboardGroupId": string;
23
+ /**
24
+ * The dashboard group details to be updated.
25
+ */
26
+ "updateDashboardGroupDetails": model.UpdateDashboardGroupDetails;
27
+ /**
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
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * To identify if the call is cross-regional. In CRUD calls for a resource, to
42
+ * identify that the call originates from different region, set the
43
+ * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
44
+ * The call will be served from a Replicated bucket.
45
+ * For same-region calls, the value is unassigned.
46
+ *
47
+ */
48
+ "opcCrossRegion"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210731
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-dashboard-group-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-dashboard-group-request.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/request/update-dashboard-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210731
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/dashboardservice/UpdateDashboard.ts.html |here} to see how to use UpdateDashboardRequest.
17
+ */
18
+ export interface UpdateDashboardRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dashboard.
21
+ */
22
+ "dashboardId": string;
23
+ /**
24
+ * The dashboard details to be updated.
25
+ */
26
+ "updateDashboardDetails": model.UpdateV1DashboardDetails;
27
+ /**
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
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * To identify if the call is cross-regional. In CRUD calls for a resource, to
42
+ * identify that the call originates from different region, set the
43
+ * `CrossRegionIdentifierHeader` parameter to a region name (ex - `US-ASHBURN-1`)
44
+ * The call will be served from a Replicated bucket.
45
+ * For same-region calls, the value is unassigned.
46
+ *
47
+ */
48
+ "opcCrossRegion"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210731
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-dashboard-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-dashboard-request.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/request/update-dashboard-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210731
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface CreateDashboardGroupResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.DashboardGroup instance.
28
+ */
29
+ "dashboardGroup": model.DashboardGroup;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210731
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-dashboard-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-dashboard-group-response.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/response/create-dashboard-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210731
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface CreateDashboardResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.Dashboard instance.
28
+ */
29
+ "dashboard": model.Dashboard;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210731
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-dashboard-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-dashboard-response.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/response/create-dashboard-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210731
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface DeleteDashboardGroupResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210731
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-dashboard-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-dashboard-group-response.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/response/delete-dashboard-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210731
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface DeleteDashboardResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210731
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-dashboard-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-dashboard-response.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/response/delete-dashboard-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210731
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetDashboardGroupResponse {
15
+ /**
16
+ * For optimistic concurrency control. See `if-match`.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.DashboardGroup instance.
28
+ */
29
+ "dashboardGroup": model.DashboardGroup;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210731
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-dashboard-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-dashboard-group-response.js","sourceRoot":"","sources":["../../../../../lib/dashboardservice/lib/response/get-dashboard-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}