oci-analytics 2.137.0 → 2.137.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 (118) hide show
  1. package/lib/client.d.ts +103 -22
  2. package/lib/client.js +423 -22
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/access-control-service-type.d.ts +1 -1
  5. package/lib/model/access-control-service-type.js +1 -1
  6. package/lib/model/analytics-instance-lifecycle-state.d.ts +1 -1
  7. package/lib/model/analytics-instance-lifecycle-state.js +1 -1
  8. package/lib/model/analytics-instance-summary.d.ts +9 -8
  9. package/lib/model/analytics-instance-summary.js.map +1 -1
  10. package/lib/model/analytics-instance.d.ts +17 -11
  11. package/lib/model/analytics-instance.js +10 -0
  12. package/lib/model/analytics-instance.js.map +1 -1
  13. package/lib/model/capacity.d.ts +2 -2
  14. package/lib/model/change-analytics-instance-network-endpoint-details.d.ts +1 -1
  15. package/lib/model/create-analytics-instance-details.d.ts +7 -6
  16. package/lib/model/create-analytics-instance-details.js.map +1 -1
  17. package/lib/model/create-private-access-channel-details.d.ts +9 -9
  18. package/lib/model/create-resource-group-details.d.ts +39 -0
  19. package/lib/model/create-resource-group-details.js +30 -0
  20. package/lib/model/create-resource-group-details.js.map +1 -0
  21. package/lib/model/create-vanity-url-details.d.ts +5 -5
  22. package/lib/model/feature-bundle.d.ts +1 -0
  23. package/lib/model/feature-bundle.js +1 -0
  24. package/lib/model/feature-bundle.js.map +1 -1
  25. package/lib/model/index.d.ts +10 -0
  26. package/lib/model/index.js +11 -1
  27. package/lib/model/index.js.map +1 -1
  28. package/lib/model/instance-resource-group-summary.d.ts +43 -0
  29. package/lib/model/instance-resource-group-summary.js +30 -0
  30. package/lib/model/instance-resource-group-summary.js.map +1 -0
  31. package/lib/model/instance-resource-group.d.ts +43 -0
  32. package/lib/model/instance-resource-group.js +30 -0
  33. package/lib/model/instance-resource-group.js.map +1 -0
  34. package/lib/model/license-type.d.ts +1 -1
  35. package/lib/model/license-type.js +1 -1
  36. package/lib/model/network-endpoint-type.d.ts +1 -1
  37. package/lib/model/network-endpoint-type.js +1 -1
  38. package/lib/model/private-access-channel.d.ts +13 -13
  39. package/lib/model/private-endpoint-details.d.ts +1 -1
  40. package/lib/model/private-source-dns-zone.d.ts +3 -3
  41. package/lib/model/private-source-scan-host.d.ts +4 -4
  42. package/lib/model/public-endpoint-details.d.ts +1 -1
  43. package/lib/model/resource-group-sort-by.d.ts +30 -0
  44. package/lib/model/resource-group-sort-by.js +41 -0
  45. package/lib/model/resource-group-sort-by.js.map +1 -0
  46. package/lib/model/set-kms-key-details.d.ts +2 -2
  47. package/lib/model/sort-by.d.ts +1 -1
  48. package/lib/model/sort-by.js +1 -1
  49. package/lib/model/update-analytics-instance-details.d.ts +3 -3
  50. package/lib/model/update-channel.d.ts +2 -2
  51. package/lib/model/update-channel.js +2 -2
  52. package/lib/model/update-private-access-channel-details.d.ts +9 -9
  53. package/lib/model/update-resource-group-details.d.ts +39 -0
  54. package/lib/model/update-resource-group-details.js +30 -0
  55. package/lib/model/update-resource-group-details.js.map +1 -0
  56. package/lib/model/update-vanity-url-details.d.ts +4 -4
  57. package/lib/model/vanity-url-details.d.ts +5 -5
  58. package/lib/model/work-request-action-result.d.ts +3 -0
  59. package/lib/model/work-request-action-result.js +3 -0
  60. package/lib/model/work-request-action-result.js.map +1 -1
  61. package/lib/model/work-request-error.d.ts +2 -2
  62. package/lib/model/work-request-log.d.ts +1 -1
  63. package/lib/model/work-request-operation-type.d.ts +4 -0
  64. package/lib/model/work-request-operation-type.js +4 -0
  65. package/lib/model/work-request-operation-type.js.map +1 -1
  66. package/lib/model/work-request-resource.d.ts +1 -1
  67. package/lib/request/change-analytics-instance-compartment-request.d.ts +1 -1
  68. package/lib/request/change-analytics-instance-network-endpoint-request.d.ts +2 -2
  69. package/lib/request/create-analytics-instance-request.d.ts +1 -1
  70. package/lib/request/create-private-access-channel-request.d.ts +1 -1
  71. package/lib/request/create-resource-group-request.d.ts +44 -0
  72. package/lib/request/create-resource-group-request.js +15 -0
  73. package/lib/request/create-resource-group-request.js.map +1 -0
  74. package/lib/request/create-vanity-url-request.d.ts +2 -2
  75. package/lib/request/delete-analytics-instance-request.d.ts +1 -1
  76. package/lib/request/delete-private-access-channel-request.d.ts +2 -2
  77. package/lib/request/delete-resource-group-request.d.ts +50 -0
  78. package/lib/request/delete-resource-group-request.js +15 -0
  79. package/lib/request/delete-resource-group-request.js.map +1 -0
  80. package/lib/request/delete-vanity-url-request.d.ts +2 -2
  81. package/lib/request/get-analytics-instance-request.d.ts +1 -1
  82. package/lib/request/get-private-access-channel-request.d.ts +2 -2
  83. package/lib/request/get-resource-group-request.d.ts +34 -0
  84. package/lib/request/get-resource-group-request.js +15 -0
  85. package/lib/request/get-resource-group-request.js.map +1 -0
  86. package/lib/request/index.d.ts +10 -0
  87. package/lib/request/list-resource-groups-request.d.ts +62 -0
  88. package/lib/request/list-resource-groups-request.js +15 -0
  89. package/lib/request/list-resource-groups-request.js.map +1 -0
  90. package/lib/request/scale-analytics-instance-request.d.ts +1 -1
  91. package/lib/request/set-feature-bundle-request.d.ts +1 -1
  92. package/lib/request/set-kms-key-request.d.ts +2 -2
  93. package/lib/request/start-analytics-instance-request.d.ts +1 -1
  94. package/lib/request/stop-analytics-instance-request.d.ts +1 -1
  95. package/lib/request/update-analytics-instance-request.d.ts +3 -3
  96. package/lib/request/update-private-access-channel-request.d.ts +3 -3
  97. package/lib/request/update-resource-group-request.d.ts +56 -0
  98. package/lib/request/update-resource-group-request.js +15 -0
  99. package/lib/request/update-resource-group-request.js.map +1 -0
  100. package/lib/request/update-vanity-url-request.d.ts +3 -3
  101. package/lib/response/create-resource-group-response.d.ts +47 -0
  102. package/lib/response/create-resource-group-response.js +15 -0
  103. package/lib/response/create-resource-group-response.js.map +1 -0
  104. package/lib/response/delete-resource-group-response.d.ts +32 -0
  105. package/lib/response/delete-resource-group-response.js +15 -0
  106. package/lib/response/delete-resource-group-response.js.map +1 -0
  107. package/lib/response/get-resource-group-response.d.ts +30 -0
  108. package/lib/response/get-resource-group-response.js +15 -0
  109. package/lib/response/get-resource-group-response.js.map +1 -0
  110. package/lib/response/get-work-request-response.d.ts +1 -1
  111. package/lib/response/index.d.ts +10 -0
  112. package/lib/response/list-resource-groups-response.d.ts +32 -0
  113. package/lib/response/list-resource-groups-response.js +15 -0
  114. package/lib/response/list-resource-groups-response.js.map +1 -0
  115. package/lib/response/update-resource-group-response.d.ts +42 -0
  116. package/lib/response/update-resource-group-response.js +15 -0
  117. package/lib/response/update-resource-group-response.js.map +1 -0
  118. package/package.json +2 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-resource-group-request.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/request/delete-resource-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -16,12 +16,12 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface DeleteVanityUrlRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the AnalyticsInstance.
19
+ * The OCID of the Analytics instance.
20
20
  *
21
21
  */
22
22
  "analyticsInstanceId": string;
23
23
  /**
24
- * Specify unique identifier key of a vanity url to update or delete.
24
+ * Specify unique identifier key of a vanity URL to update or delete.
25
25
  *
26
26
  */
27
27
  "vanityUrlKey": string;
@@ -16,7 +16,7 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface GetAnalyticsInstanceRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the AnalyticsInstance.
19
+ * The OCID of the Analytics instance.
20
20
  *
21
21
  */
22
22
  "analyticsInstanceId": string;
@@ -16,12 +16,12 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface GetPrivateAccessChannelRequest extends common.BaseRequest {
18
18
  /**
19
- * The unique identifier key of the Private Access Channel.
19
+ * The unique identifier key of the private access channel.
20
20
  *
21
21
  */
22
22
  "privateAccessChannelKey": string;
23
23
  /**
24
- * The OCID of the AnalyticsInstance.
24
+ * The OCID of the Analytics instance.
25
25
  *
26
26
  */
27
27
  "analyticsInstanceId": string;
@@ -0,0 +1,34 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190331
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/GetResourceGroup.ts.html |here} to see how to use GetResourceGroupRequest.
16
+ */
17
+ export interface GetResourceGroupRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the Analytics instance.
20
+ *
21
+ */
22
+ "analyticsInstanceId": string;
23
+ /**
24
+ * Specify unique id of a resource group within an Analytics instance.
25
+ *
26
+ */
27
+ "analyticsInstanceResourceGroupId": string;
28
+ /**
29
+ * Unique identifier for the request.
30
+ * If you need to contact Oracle about a particular request, please provide the request ID.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190331
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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-resource-group-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-resource-group-request.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/request/get-resource-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -19,12 +19,16 @@ import * as CreateAnalyticsInstanceRequest from "./create-analytics-instance-req
19
19
  export import CreateAnalyticsInstanceRequest = CreateAnalyticsInstanceRequest.CreateAnalyticsInstanceRequest;
20
20
  import * as CreatePrivateAccessChannelRequest from "./create-private-access-channel-request";
21
21
  export import CreatePrivateAccessChannelRequest = CreatePrivateAccessChannelRequest.CreatePrivateAccessChannelRequest;
22
+ import * as CreateResourceGroupRequest from "./create-resource-group-request";
23
+ export import CreateResourceGroupRequest = CreateResourceGroupRequest.CreateResourceGroupRequest;
22
24
  import * as CreateVanityUrlRequest from "./create-vanity-url-request";
23
25
  export import CreateVanityUrlRequest = CreateVanityUrlRequest.CreateVanityUrlRequest;
24
26
  import * as DeleteAnalyticsInstanceRequest from "./delete-analytics-instance-request";
25
27
  export import DeleteAnalyticsInstanceRequest = DeleteAnalyticsInstanceRequest.DeleteAnalyticsInstanceRequest;
26
28
  import * as DeletePrivateAccessChannelRequest from "./delete-private-access-channel-request";
27
29
  export import DeletePrivateAccessChannelRequest = DeletePrivateAccessChannelRequest.DeletePrivateAccessChannelRequest;
30
+ import * as DeleteResourceGroupRequest from "./delete-resource-group-request";
31
+ export import DeleteResourceGroupRequest = DeleteResourceGroupRequest.DeleteResourceGroupRequest;
28
32
  import * as DeleteVanityUrlRequest from "./delete-vanity-url-request";
29
33
  export import DeleteVanityUrlRequest = DeleteVanityUrlRequest.DeleteVanityUrlRequest;
30
34
  import * as DeleteWorkRequestRequest from "./delete-work-request-request";
@@ -33,10 +37,14 @@ import * as GetAnalyticsInstanceRequest from "./get-analytics-instance-request";
33
37
  export import GetAnalyticsInstanceRequest = GetAnalyticsInstanceRequest.GetAnalyticsInstanceRequest;
34
38
  import * as GetPrivateAccessChannelRequest from "./get-private-access-channel-request";
35
39
  export import GetPrivateAccessChannelRequest = GetPrivateAccessChannelRequest.GetPrivateAccessChannelRequest;
40
+ import * as GetResourceGroupRequest from "./get-resource-group-request";
41
+ export import GetResourceGroupRequest = GetResourceGroupRequest.GetResourceGroupRequest;
36
42
  import * as GetWorkRequestRequest from "./get-work-request-request";
37
43
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
38
44
  import * as ListAnalyticsInstancesRequest from "./list-analytics-instances-request";
39
45
  export import ListAnalyticsInstancesRequest = ListAnalyticsInstancesRequest.ListAnalyticsInstancesRequest;
46
+ import * as ListResourceGroupsRequest from "./list-resource-groups-request";
47
+ export import ListResourceGroupsRequest = ListResourceGroupsRequest.ListResourceGroupsRequest;
40
48
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
41
49
  export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
42
50
  import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
@@ -57,5 +65,7 @@ import * as UpdateAnalyticsInstanceRequest from "./update-analytics-instance-req
57
65
  export import UpdateAnalyticsInstanceRequest = UpdateAnalyticsInstanceRequest.UpdateAnalyticsInstanceRequest;
58
66
  import * as UpdatePrivateAccessChannelRequest from "./update-private-access-channel-request";
59
67
  export import UpdatePrivateAccessChannelRequest = UpdatePrivateAccessChannelRequest.UpdatePrivateAccessChannelRequest;
68
+ import * as UpdateResourceGroupRequest from "./update-resource-group-request";
69
+ export import UpdateResourceGroupRequest = UpdateResourceGroupRequest.UpdateResourceGroupRequest;
60
70
  import * as UpdateVanityUrlRequest from "./update-vanity-url-request";
61
71
  export import UpdateVanityUrlRequest = UpdateVanityUrlRequest.UpdateVanityUrlRequest;
@@ -0,0 +1,62 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190331
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/ListResourceGroups.ts.html |here} to see how to use ListResourceGroupsRequest.
17
+ */
18
+ export interface ListResourceGroupsRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the Analytics instance.
21
+ *
22
+ */
23
+ "analyticsInstanceId": string;
24
+ /**
25
+ * Unique identifier for the request.
26
+ * If you need to contact Oracle about a particular request, please provide the request ID.
27
+ *
28
+ */
29
+ "opcRequestId"?: string;
30
+ /**
31
+ * A filter to return only resources that match the given name exactly.
32
+ *
33
+ */
34
+ "name"?: string;
35
+ /**
36
+ * For list pagination. The maximum number of results per page, or items to return in a paginated
37
+ * \"List\" call. For important details about how pagination works, see
38
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
39
+ * <p>
40
+ Example: {@code 50}
41
+ *
42
+ */
43
+ "limit"?: number;
44
+ /**
45
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
46
+ * call. For important details about how pagination works, see
47
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
48
+ *
49
+ */
50
+ "page"?: string;
51
+ /**
52
+ * The field to sort by (one column only). Default sort order is
53
+ * default group first, then sort by resource name, ascending.
54
+ *
55
+ */
56
+ "sortBy"?: model.ResourceGroupSortBy;
57
+ /**
58
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
59
+ *
60
+ */
61
+ "sortOrder"?: model.SortOrder;
62
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190331
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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=list-resource-groups-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-resource-groups-request.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/request/list-resource-groups-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -17,7 +17,7 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface ScaleAnalyticsInstanceRequest extends common.BaseRequest {
19
19
  /**
20
- * The OCID of the AnalyticsInstance.
20
+ * The OCID of the Analytics instance.
21
21
  *
22
22
  */
23
23
  "analyticsInstanceId": string;
@@ -17,7 +17,7 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface SetFeatureBundleRequest extends common.BaseRequest {
19
19
  /**
20
- * The OCID of the AnalyticsInstance.
20
+ * The OCID of the Analytics instance.
21
21
  *
22
22
  */
23
23
  "analyticsInstanceId": string;
@@ -17,12 +17,12 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface SetKmsKeyRequest extends common.BaseRequest {
19
19
  /**
20
- * The OCID of the AnalyticsInstance.
20
+ * The OCID of the Analytics instance.
21
21
  *
22
22
  */
23
23
  "analyticsInstanceId": string;
24
24
  /**
25
- * Input payload to reset the OCI Vault encryption key.
25
+ * Input payload to reset the OCI vault encryption key.
26
26
  *
27
27
  */
28
28
  "setKmsKeyDetails": model.SetKmsKeyDetails;
@@ -16,7 +16,7 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface StartAnalyticsInstanceRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the AnalyticsInstance.
19
+ * The OCID of the Analytics instance.
20
20
  *
21
21
  */
22
22
  "analyticsInstanceId": string;
@@ -16,7 +16,7 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface StopAnalyticsInstanceRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the AnalyticsInstance.
19
+ * The OCID of the Analytics instance.
20
20
  *
21
21
  */
22
22
  "analyticsInstanceId": string;
@@ -17,13 +17,13 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface UpdateAnalyticsInstanceRequest extends common.BaseRequest {
19
19
  /**
20
- * The OCID of the AnalyticsInstance.
20
+ * The OCID of the Analytics instance.
21
21
  *
22
22
  */
23
23
  "analyticsInstanceId": string;
24
24
  /**
25
- * The Analytics Instance fields to update. Fields that are not provided
26
- * will not be updated.
25
+ * Update specified fields for an Analytics instance. Fields that aren't provided
26
+ * won't be updated.
27
27
  *
28
28
  */
29
29
  "updateAnalyticsInstanceDetails": model.UpdateAnalyticsInstanceDetails;
@@ -17,17 +17,17 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface UpdatePrivateAccessChannelRequest extends common.BaseRequest {
19
19
  /**
20
- * The unique identifier key of the Private Access Channel.
20
+ * The unique identifier key of the private access channel.
21
21
  *
22
22
  */
23
23
  "privateAccessChannelKey": string;
24
24
  /**
25
- * The OCID of the AnalyticsInstance.
25
+ * The OCID of the Analytics instance.
26
26
  *
27
27
  */
28
28
  "analyticsInstanceId": string;
29
29
  /**
30
- * Update the Private Access Channel with the given unique identifier key in the specified Analytics Instance.
30
+ * Update the private access channel with the given unique identifier key in the specified Analytics instance.
31
31
  *
32
32
  */
33
33
  "updatePrivateAccessChannelDetails": model.UpdatePrivateAccessChannelDetails;
@@ -0,0 +1,56 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190331
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/analytics/UpdateResourceGroup.ts.html |here} to see how to use UpdateResourceGroupRequest.
17
+ */
18
+ export interface UpdateResourceGroupRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the Analytics instance.
21
+ *
22
+ */
23
+ "analyticsInstanceId": string;
24
+ /**
25
+ * Specify unique id of a resource group within an Analytics instance.
26
+ *
27
+ */
28
+ "analyticsInstanceResourceGroupId": string;
29
+ /**
30
+ * Resource group details to update (certificate).
31
+ *
32
+ */
33
+ "updateResourceGroupDetails": model.UpdateResourceGroupDetails;
34
+ /**
35
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
36
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
37
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
38
+ *
39
+ */
40
+ "ifMatch"?: string;
41
+ /**
42
+ * Unique identifier for the request.
43
+ * If you need to contact Oracle about a particular request, please provide the request ID.
44
+ *
45
+ */
46
+ "opcRequestId"?: string;
47
+ /**
48
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
49
+ * server error without risk of executing that same action again. Retry tokens expire after 24
50
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
51
+ * has been deleted and purged from the system, then a retry of the original creation request
52
+ * may be rejected).
53
+ *
54
+ */
55
+ "opcRetryToken"?: string;
56
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190331
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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-resource-group-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-resource-group-request.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/request/update-resource-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -17,17 +17,17 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface UpdateVanityUrlRequest extends common.BaseRequest {
19
19
  /**
20
- * The OCID of the AnalyticsInstance.
20
+ * The OCID of the Analytics instance.
21
21
  *
22
22
  */
23
23
  "analyticsInstanceId": string;
24
24
  /**
25
- * Specify unique identifier key of a vanity url to update or delete.
25
+ * Specify unique identifier key of a vanity URL to update or delete.
26
26
  *
27
27
  */
28
28
  "vanityUrlKey": string;
29
29
  /**
30
- * Vanity url details to update (certificate).
30
+ * Vanity URL details to update (certificate).
31
31
  *
32
32
  */
33
33
  "updateVanityUrlDetails": model.UpdateVanityUrlDetails;
@@ -0,0 +1,47 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190331
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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 CreateResourceGroupResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code 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 OCID of the work request. Use {@link #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with this ID to track the status
28
+ * of the request.
29
+ *
30
+ */
31
+ "opcWorkRequestId": string;
32
+ /**
33
+ * The id of the child object being created. Child objects are not top level objects, but
34
+ * exist as part of a larger object (usually instance).
35
+ *
36
+ */
37
+ "childResourceId": string;
38
+ /**
39
+ * The full URI of the resource.
40
+ *
41
+ */
42
+ "location": string;
43
+ /**
44
+ * The returned model.InstanceResourceGroup instance.
45
+ */
46
+ "instanceResourceGroup": model.InstanceResourceGroup;
47
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190331
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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-resource-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-resource-group-response.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/response/create-resource-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190331
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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 DeleteResourceGroupResponse {
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
+ /**
21
+ * The OCID of the work request. Use {@link #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with this ID to track the status
22
+ * of the request.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
26
+ /**
27
+ * The id of the child object being created. Child objects are not top level objects, but
28
+ * exist as part of a larger object (usually instance).
29
+ *
30
+ */
31
+ "childResourceId": string;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190331
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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-resource-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-resource-group-response.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/response/delete-resource-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190331
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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 GetResourceGroupResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See {@code if-match}.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.InstanceResourceGroup instance.
28
+ */
29
+ "instanceResourceGroup": model.InstanceResourceGroup;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190331
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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-resource-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-resource-group-response.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/response/get-resource-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -24,7 +24,7 @@ export interface GetWorkRequestResponse {
24
24
  */
25
25
  "opcRequestId": string;
26
26
  /**
27
- * The number of seconds a client should wait before polling this endpoint again.
27
+ * The number of seconds a client waits before polling this endpoint again.
28
28
  *
29
29
  */
30
30
  "retryAfter": number;
@@ -19,12 +19,16 @@ import * as CreateAnalyticsInstanceResponse from "./create-analytics-instance-re
19
19
  export import CreateAnalyticsInstanceResponse = CreateAnalyticsInstanceResponse.CreateAnalyticsInstanceResponse;
20
20
  import * as CreatePrivateAccessChannelResponse from "./create-private-access-channel-response";
21
21
  export import CreatePrivateAccessChannelResponse = CreatePrivateAccessChannelResponse.CreatePrivateAccessChannelResponse;
22
+ import * as CreateResourceGroupResponse from "./create-resource-group-response";
23
+ export import CreateResourceGroupResponse = CreateResourceGroupResponse.CreateResourceGroupResponse;
22
24
  import * as CreateVanityUrlResponse from "./create-vanity-url-response";
23
25
  export import CreateVanityUrlResponse = CreateVanityUrlResponse.CreateVanityUrlResponse;
24
26
  import * as DeleteAnalyticsInstanceResponse from "./delete-analytics-instance-response";
25
27
  export import DeleteAnalyticsInstanceResponse = DeleteAnalyticsInstanceResponse.DeleteAnalyticsInstanceResponse;
26
28
  import * as DeletePrivateAccessChannelResponse from "./delete-private-access-channel-response";
27
29
  export import DeletePrivateAccessChannelResponse = DeletePrivateAccessChannelResponse.DeletePrivateAccessChannelResponse;
30
+ import * as DeleteResourceGroupResponse from "./delete-resource-group-response";
31
+ export import DeleteResourceGroupResponse = DeleteResourceGroupResponse.DeleteResourceGroupResponse;
28
32
  import * as DeleteVanityUrlResponse from "./delete-vanity-url-response";
29
33
  export import DeleteVanityUrlResponse = DeleteVanityUrlResponse.DeleteVanityUrlResponse;
30
34
  import * as DeleteWorkRequestResponse from "./delete-work-request-response";
@@ -33,10 +37,14 @@ import * as GetAnalyticsInstanceResponse from "./get-analytics-instance-response
33
37
  export import GetAnalyticsInstanceResponse = GetAnalyticsInstanceResponse.GetAnalyticsInstanceResponse;
34
38
  import * as GetPrivateAccessChannelResponse from "./get-private-access-channel-response";
35
39
  export import GetPrivateAccessChannelResponse = GetPrivateAccessChannelResponse.GetPrivateAccessChannelResponse;
40
+ import * as GetResourceGroupResponse from "./get-resource-group-response";
41
+ export import GetResourceGroupResponse = GetResourceGroupResponse.GetResourceGroupResponse;
36
42
  import * as GetWorkRequestResponse from "./get-work-request-response";
37
43
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
38
44
  import * as ListAnalyticsInstancesResponse from "./list-analytics-instances-response";
39
45
  export import ListAnalyticsInstancesResponse = ListAnalyticsInstancesResponse.ListAnalyticsInstancesResponse;
46
+ import * as ListResourceGroupsResponse from "./list-resource-groups-response";
47
+ export import ListResourceGroupsResponse = ListResourceGroupsResponse.ListResourceGroupsResponse;
40
48
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
41
49
  export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
42
50
  import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
@@ -57,5 +65,7 @@ import * as UpdateAnalyticsInstanceResponse from "./update-analytics-instance-re
57
65
  export import UpdateAnalyticsInstanceResponse = UpdateAnalyticsInstanceResponse.UpdateAnalyticsInstanceResponse;
58
66
  import * as UpdatePrivateAccessChannelResponse from "./update-private-access-channel-response";
59
67
  export import UpdatePrivateAccessChannelResponse = UpdatePrivateAccessChannelResponse.UpdatePrivateAccessChannelResponse;
68
+ import * as UpdateResourceGroupResponse from "./update-resource-group-response";
69
+ export import UpdateResourceGroupResponse = UpdateResourceGroupResponse.UpdateResourceGroupResponse;
60
70
  import * as UpdateVanityUrlResponse from "./update-vanity-url-response";
61
71
  export import UpdateVanityUrlResponse = UpdateVanityUrlResponse.UpdateVanityUrlResponse;