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,41 @@
1
+ "use strict";
2
+ /**
3
+ * Analytics API
4
+ * Analytics API.
5
+
6
+ * OpenAPI spec version: 20190331
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ResourceGroupSortBy = void 0;
17
+ /**
18
+ * The field to sort by (one column only). Default sort order is
19
+ * default group first, then sort by resource name, ascending.
20
+ *
21
+ **/
22
+ var ResourceGroupSortBy;
23
+ (function (ResourceGroupSortBy) {
24
+ ResourceGroupSortBy["Id"] = "id";
25
+ ResourceGroupSortBy["ResourceName"] = "resourceName";
26
+ ResourceGroupSortBy["DisplayName"] = "displayName";
27
+ ResourceGroupSortBy["Description"] = "description";
28
+ ResourceGroupSortBy["Capacity"] = "capacity";
29
+ ResourceGroupSortBy["Status"] = "status";
30
+ })(ResourceGroupSortBy = exports.ResourceGroupSortBy || (exports.ResourceGroupSortBy = {}));
31
+ (function (ResourceGroupSortBy) {
32
+ function getJsonObj(obj) {
33
+ return obj;
34
+ }
35
+ ResourceGroupSortBy.getJsonObj = getJsonObj;
36
+ function getDeserializedJsonObj(obj) {
37
+ return obj;
38
+ }
39
+ ResourceGroupSortBy.getDeserializedJsonObj = getDeserializedJsonObj;
40
+ })(ResourceGroupSortBy = exports.ResourceGroupSortBy || (exports.ResourceGroupSortBy = {}));
41
+ //# sourceMappingURL=resource-group-sort-by.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource-group-sort-by.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/model/resource-group-sort-by.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;;IAII;AACJ,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,gCAAS,CAAA;IACT,oDAA6B,CAAA;IAC7B,kDAA2B,CAAA;IAC3B,kDAA2B,CAAA;IAC3B,4CAAqB,CAAA;IACrB,wCAAiB,CAAA;AACnB,CAAC,EAPW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAO9B;AAED,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAOnC"}
@@ -12,12 +12,12 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
15
- * Input payload to reset the OCI Vault encryption key.
15
+ * Input payload to reset the OCI vault encryption key.
16
16
  *
17
17
  */
18
18
  export interface SetKmsKeyDetails {
19
19
  /**
20
- * OCID of the OCI Vault Key encrypting the customer data stored in this Analytics instance. An empty value indicates Oracle managed default encryption (null is not supported in this API).
20
+ * OCID of the OCI vault key encrypting the customer data stored in this Analytics instance. An empty value indicates the default Oracle-managed encryption (this API doesn't support null).
21
21
  *
22
22
  */
23
23
  "kmsKeyId": string;
@@ -13,7 +13,7 @@
13
13
  */
14
14
  /**
15
15
  * The field to sort by (one column only). Default sort order is
16
- * ascending exception of {@code timeCreated} column (descending).
16
+ * ascending, except for the {@code timeCreated} column which is descending.
17
17
  *
18
18
  **/
19
19
  export declare enum SortBy {
@@ -16,7 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.SortBy = void 0;
17
17
  /**
18
18
  * The field to sort by (one column only). Default sort order is
19
- * ascending exception of {@code timeCreated} column (descending).
19
+ * ascending, except for the {@code timeCreated} column which is descending.
20
20
  *
21
21
  **/
22
22
  var SortBy;
@@ -13,8 +13,8 @@
13
13
  */
14
14
  import * as model from "../model";
15
15
  /**
16
- * Input payload to update an Analytics instance. Fields that are not provided
17
- * will not be updated.
16
+ * Input payload to update an Analytics instance. Fields that aren't provided
17
+ * won't be updated.
18
18
  *
19
19
  */
20
20
  export interface UpdateAnalyticsInstanceDetails {
@@ -56,7 +56,7 @@ export interface UpdateAnalyticsInstanceDetails {
56
56
  [key: string]: string;
57
57
  };
58
58
  /**
59
- * Analytics instance update channel.
59
+ * The Analytics instance update cycle.
60
60
  *
61
61
  */
62
62
  "updateChannel"?: model.UpdateChannel;
@@ -12,8 +12,8 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
15
- * EARLY - Early update channel recommended for pre-production use.
16
- * REGULAR - Regular update channel recommended for production use.
15
+ * EARLY - Early update cycle. Oracle delivers updates as soon as they're available.
16
+ * REGULAR - Regular update cycle. Oracle delivers updates a few weeks after completing the early update cycle.
17
17
  * PHASE_1 - Reserved for future use.
18
18
  * PHASE_2 - Reserved for future use.
19
19
  *
@@ -15,8 +15,8 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.UpdateChannel = void 0;
17
17
  /**
18
- * EARLY - Early update channel recommended for pre-production use.
19
- * REGULAR - Regular update channel recommended for production use.
18
+ * EARLY - Early update cycle. Oracle delivers updates as soon as they're available.
19
+ * REGULAR - Regular update cycle. Oracle delivers updates a few weeks after completing the early update cycle.
20
20
  * PHASE_1 - Reserved for future use.
21
21
  * PHASE_2 - Reserved for future use.
22
22
  *
@@ -13,39 +13,39 @@
13
13
  */
14
14
  import * as model from "../model";
15
15
  /**
16
- * Input payload to update a Private Access Channel.
16
+ * Input payload to update a private access channel.
17
17
  *
18
18
  */
19
19
  export interface UpdatePrivateAccessChannelDetails {
20
20
  /**
21
- * Display Name of the Private Access Channel.
21
+ * Display name of the private access channel.
22
22
  *
23
23
  */
24
24
  "displayName"?: string;
25
25
  /**
26
- * OCID of the customer VCN peered with private access channel.
26
+ * OCID of the customer VCN peered with the private access channel.
27
27
  *
28
28
  */
29
29
  "vcnId"?: string;
30
30
  /**
31
- * OCID of the customer subnet connected to private access channel.
31
+ * OCID of the customer subnet connected to the private access channel.
32
32
  *
33
33
  */
34
34
  "subnetId"?: string;
35
35
  /**
36
- * List of Private Source DNS zones registered with Private Access Channel,
37
- * where datasource hostnames from these dns zones / domains will be resolved in the peered VCN for access from Analytics Instance.
38
- * Min of 1 is required and Max of 30 Private Source DNS zones can be registered.
36
+ * List of private source DNS zones registered with the private access channel. The
37
+ * datasource hostnames from these DNS zones / domains will be resolved in the peered VCN for access from the Analytics instance.
38
+ * Minimum 1 private source is required. Maximum 30 private source DNS zones can be registered.
39
39
  *
40
40
  */
41
41
  "privateSourceDnsZones"?: Array<model.PrivateSourceDnsZone>;
42
42
  /**
43
- * List of Private Source DB SCAN hosts registered with Private Access Channel for access from Analytics Instance.
43
+ * List of private source database SCAN hosts registered with the private access channel for access from the Analytics instance.
44
44
  *
45
45
  */
46
46
  "privateSourceScanHosts"?: Array<model.PrivateSourceScanHost>;
47
47
  /**
48
- * Network Security Group OCIDs for an Analytics instance.
48
+ * Network Security Group OCIDs for the Analytics instance.
49
49
  *
50
50
  */
51
51
  "networkSecurityGroupIds"?: Array<string>;
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Analytics API
3
+ * Analytics API.
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
+ /**
15
+ * Input payload to update a resource group.
16
+ *
17
+ */
18
+ export interface UpdateResourceGroupDetails {
19
+ /**
20
+ * Meaningful name of resource group for end user
21
+ */
22
+ "resourceName": string;
23
+ /**
24
+ * Meaningful name of resource group for end user
25
+ */
26
+ "displayName"?: string;
27
+ /**
28
+ * Optional description of the resource group
29
+ */
30
+ "description"?: string;
31
+ /**
32
+ * The capacity (in OCPU's) to be allocated for this resource. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
33
+ */
34
+ "capacity": number;
35
+ }
36
+ export declare namespace UpdateResourceGroupDetails {
37
+ function getJsonObj(obj: UpdateResourceGroupDetails): object;
38
+ function getDeserializedJsonObj(obj: UpdateResourceGroupDetails): object;
39
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Analytics API
4
+ * Analytics API.
5
+
6
+ * OpenAPI spec version: 20190331
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.UpdateResourceGroupDetails = void 0;
17
+ var UpdateResourceGroupDetails;
18
+ (function (UpdateResourceGroupDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ UpdateResourceGroupDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ UpdateResourceGroupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(UpdateResourceGroupDetails = exports.UpdateResourceGroupDetails || (exports.UpdateResourceGroupDetails = {}));
30
+ //# sourceMappingURL=update-resource-group-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-resource-group-details.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/model/update-resource-group-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA4BH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
@@ -12,17 +12,17 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
15
- * Input payload to update a vanity url.
15
+ * Input payload to update a vanity URL.
16
16
  *
17
17
  */
18
18
  export interface UpdateVanityUrlDetails {
19
19
  /**
20
- * Passphrase for the PEM Private key (if any).
20
+ * Passphrase for the PEM private key (if any).
21
21
  *
22
22
  */
23
23
  "passphrase"?: string;
24
24
  /**
25
- * PEM Private key for HTTPS connections.
25
+ * PEM private key for HTTPS connections.
26
26
  *
27
27
  */
28
28
  "privateKey": string;
@@ -32,7 +32,7 @@ export interface UpdateVanityUrlDetails {
32
32
  */
33
33
  "publicCertificate": string;
34
34
  /**
35
- * PEM CA certificate(s) for HTTPS connections. This may include multiple PEM certificates.
35
+ * PEM CA certificates for HTTPS connections. This may include multiple PEM certificates.
36
36
  *
37
37
  */
38
38
  "caCertificate": string;
@@ -12,27 +12,27 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
15
- * Vanity url configuration details.
15
+ * Vanity URL configuration details.
16
16
  *
17
17
  */
18
18
  export interface VanityUrlDetails {
19
19
  /**
20
- * The vanity url unique identifier key.
20
+ * The vanity URL unique identifier key.
21
21
  *
22
22
  */
23
23
  "key"?: string;
24
24
  /**
25
- * Description of the vanity url.
25
+ * Description of the vanity URL.
26
26
  *
27
27
  */
28
28
  "description"?: string;
29
29
  /**
30
- * List of urls supported by this vanity URL definition (max of 3).
30
+ * List of URLs supported by this vanity URL definition (maximum of 3).
31
31
  *
32
32
  */
33
33
  "urls"?: Array<string>;
34
34
  /**
35
- * List of fully qualified hostnames supported by this vanity URL definition (max of 3).
35
+ * List of fully-qualified hostnames supported by this vanity URL definition (maximum of 3).
36
36
  *
37
37
  */
38
38
  "hosts"?: Array<string>;
@@ -30,6 +30,9 @@ export declare enum WorkRequestActionResult {
30
30
  PrivateAccessChannelUpdated = "PRIVATE_ACCESS_CHANNEL_UPDATED",
31
31
  PrivateAccessChannelDeleted = "PRIVATE_ACCESS_CHANNEL_DELETED",
32
32
  None = "NONE",
33
+ ResourceGroupCreated = "RESOURCE_GROUP_CREATED",
34
+ ResourceGroupUpdated = "RESOURCE_GROUP_UPDATED",
35
+ ResourceGroupDeleted = "RESOURCE_GROUP_DELETED",
33
36
  /**
34
37
  * This value is used if a service returns a value for this enum that is not recognized by this
35
38
  * version of the SDK.
@@ -34,6 +34,9 @@ var WorkRequestActionResult;
34
34
  WorkRequestActionResult["PrivateAccessChannelUpdated"] = "PRIVATE_ACCESS_CHANNEL_UPDATED";
35
35
  WorkRequestActionResult["PrivateAccessChannelDeleted"] = "PRIVATE_ACCESS_CHANNEL_DELETED";
36
36
  WorkRequestActionResult["None"] = "NONE";
37
+ WorkRequestActionResult["ResourceGroupCreated"] = "RESOURCE_GROUP_CREATED";
38
+ WorkRequestActionResult["ResourceGroupUpdated"] = "RESOURCE_GROUP_UPDATED";
39
+ WorkRequestActionResult["ResourceGroupDeleted"] = "RESOURCE_GROUP_DELETED";
37
40
  /**
38
41
  * This value is used if a service returns a value for this enum that is not recognized by this
39
42
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"work-request-action-result.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/model/work-request-action-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,uBAqBX;AArBD,WAAY,uBAAuB;IACjC,qEAA0C,CAAA;IAC1C,8CAAmB,CAAA;IACnB,8CAAmB,CAAA;IACnB,8CAAmB,CAAA;IACnB,8CAAmB,CAAA;IACnB,4CAAiB,CAAA;IACjB,8EAAmD,CAAA;IACnD,kEAAuC,CAAA;IACvC,kEAAuC,CAAA;IACvC,kEAAuC,CAAA;IACvC,yFAA8D,CAAA;IAC9D,yFAA8D,CAAA;IAC9D,yFAA8D,CAAA;IAC9D,wCAAa,CAAA;IAEb;;;OAGG;IACH,yDAA8B,CAAA;AAChC,CAAC,EArBW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAqBlC;AAED,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOvC"}
1
+ {"version":3,"file":"work-request-action-result.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/model/work-request-action-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,uBAwBX;AAxBD,WAAY,uBAAuB;IACjC,qEAA0C,CAAA;IAC1C,8CAAmB,CAAA;IACnB,8CAAmB,CAAA;IACnB,8CAAmB,CAAA;IACnB,8CAAmB,CAAA;IACnB,4CAAiB,CAAA;IACjB,8EAAmD,CAAA;IACnD,kEAAuC,CAAA;IACvC,kEAAuC,CAAA;IACvC,kEAAuC,CAAA;IACvC,yFAA8D,CAAA;IAC9D,yFAA8D,CAAA;IAC9D,yFAA8D,CAAA;IAC9D,wCAAa,CAAA;IACb,0EAA+C,CAAA;IAC/C,0EAA+C,CAAA;IAC/C,0EAA+C,CAAA;IAE/C;;;OAGG;IACH,yDAA8B,CAAA;AAChC,CAAC,EAxBW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAwBlC;AAED,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOvC"}
@@ -17,7 +17,7 @@
17
17
  */
18
18
  export interface WorkRequestError {
19
19
  /**
20
- * A short error code that defines the error, meant for programmatic parsing.
20
+ * A short error code that defines the error, for programmatic parsing.
21
21
  *
22
22
  */
23
23
  "code": string;
@@ -27,7 +27,7 @@ export interface WorkRequestError {
27
27
  */
28
28
  "message": string;
29
29
  /**
30
- * The date and time the error occured, in the format defined by RFC3339.
30
+ * The date and time the error occurred, in the format defined by RFC3339.
31
31
  * <p>
32
32
  Example: {@code 2016-08-25T21:10:29.600Z}
33
33
  *
@@ -22,7 +22,7 @@ export interface WorkRequestLog {
22
22
  */
23
23
  "message": string;
24
24
  /**
25
- * The date and time the log entry occured, in the format defined by RFC3339.
25
+ * The date and time the log entry occurred, in the format defined by RFC3339.
26
26
  * <p>
27
27
  Example: {@code 2016-08-25T21:10:29.600Z}
28
28
  *
@@ -30,6 +30,10 @@ export declare enum WorkRequestOperationType {
30
30
  UpdatePrivateAccessChannel = "UPDATE_PRIVATE_ACCESS_CHANNEL",
31
31
  DeletePrivateAccessChannel = "DELETE_PRIVATE_ACCESS_CHANNEL",
32
32
  UpdateInstanceEncryptionKey = "UPDATE_INSTANCE_ENCRYPTION_KEY",
33
+ CreateResourceGroup = "CREATE_RESOURCE_GROUP",
34
+ UpdateResourceGroup = "UPDATE_RESOURCE_GROUP",
35
+ DeleteResourceGroup = "DELETE_RESOURCE_GROUP",
36
+ SetFeatureSet = "SET_FEATURE_SET",
33
37
  /**
34
38
  * This value is used if a service returns a value for this enum that is not recognized by this
35
39
  * version of the SDK.
@@ -34,6 +34,10 @@ var WorkRequestOperationType;
34
34
  WorkRequestOperationType["UpdatePrivateAccessChannel"] = "UPDATE_PRIVATE_ACCESS_CHANNEL";
35
35
  WorkRequestOperationType["DeletePrivateAccessChannel"] = "DELETE_PRIVATE_ACCESS_CHANNEL";
36
36
  WorkRequestOperationType["UpdateInstanceEncryptionKey"] = "UPDATE_INSTANCE_ENCRYPTION_KEY";
37
+ WorkRequestOperationType["CreateResourceGroup"] = "CREATE_RESOURCE_GROUP";
38
+ WorkRequestOperationType["UpdateResourceGroup"] = "UPDATE_RESOURCE_GROUP";
39
+ WorkRequestOperationType["DeleteResourceGroup"] = "DELETE_RESOURCE_GROUP";
40
+ WorkRequestOperationType["SetFeatureSet"] = "SET_FEATURE_SET";
37
41
  /**
38
42
  * This value is used if a service returns a value for this enum that is not recognized by this
39
43
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"work-request-operation-type.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/model/work-request-operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,wBAqBX;AArBD,WAAY,wBAAwB;IAClC,iFAAqD,CAAA;IACrD,iFAAqD,CAAA;IACrD,+EAAmD,CAAA;IACnD,6EAAiD,CAAA;IACjD,+EAAmD,CAAA;IACnD,wGAA4E,CAAA;IAC5E,iHAAqF,CAAA;IACrF,iEAAqC,CAAA;IACrC,iEAAqC,CAAA;IACrC,iEAAqC,CAAA;IACrC,wFAA4D,CAAA;IAC5D,wFAA4D,CAAA;IAC5D,wFAA4D,CAAA;IAC5D,0FAA8D,CAAA;IAE9D;;;OAGG;IACH,0DAA8B,CAAA;AAChC,CAAC,EArBW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAqBnC;AAED,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAOxC"}
1
+ {"version":3,"file":"work-request-operation-type.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/model/work-request-operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,wBAyBX;AAzBD,WAAY,wBAAwB;IAClC,iFAAqD,CAAA;IACrD,iFAAqD,CAAA;IACrD,+EAAmD,CAAA;IACnD,6EAAiD,CAAA;IACjD,+EAAmD,CAAA;IACnD,wGAA4E,CAAA;IAC5E,iHAAqF,CAAA;IACrF,iEAAqC,CAAA;IACrC,iEAAqC,CAAA;IACrC,iEAAqC,CAAA;IACrC,wFAA4D,CAAA;IAC5D,wFAA4D,CAAA;IAC5D,wFAA4D,CAAA;IAC5D,0FAA8D,CAAA;IAC9D,yEAA6C,CAAA;IAC7C,yEAA6C,CAAA;IAC7C,yEAA6C,CAAA;IAC7C,6DAAiC,CAAA;IAEjC;;;OAGG;IACH,0DAA8B,CAAA;AAChC,CAAC,EAzBW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAyBnC;AAED,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,+CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAOxC"}
@@ -14,7 +14,7 @@
14
14
  import * as model from "../model";
15
15
  export interface WorkRequestResource {
16
16
  /**
17
- * The way in which this resource was affected by this work request.
17
+ * The way this resource was affected by this work request.
18
18
  *
19
19
  */
20
20
  "actionResult": model.WorkRequestActionResult;
@@ -17,7 +17,7 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface ChangeAnalyticsInstanceCompartmentRequest 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 ChangeAnalyticsInstanceNetworkEndpointRequest 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 for changing an Analytics instance network endpoint.
25
+ * Input payload for changing a network endpoint for an Analytics instance.
26
26
  *
27
27
  */
28
28
  "changeAnalyticsInstanceNetworkEndpointDetails": model.ChangeAnalyticsInstanceNetworkEndpointDetails;
@@ -17,7 +17,7 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface CreateAnalyticsInstanceRequest extends common.BaseRequest {
19
19
  /**
20
- * Analytics Instance details.
20
+ * Analytics instance details.
21
21
  *
22
22
  */
23
23
  "createAnalyticsInstanceDetails": model.CreateAnalyticsInstanceDetails;
@@ -17,7 +17,7 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface CreatePrivateAccessChannelRequest 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;
@@ -0,0 +1,44 @@
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/CreateResourceGroup.ts.html |here} to see how to use CreateResourceGroupRequest.
17
+ */
18
+ export interface CreateResourceGroupRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the Analytics instance.
21
+ *
22
+ */
23
+ "analyticsInstanceId": string;
24
+ /**
25
+ * Resource group details
26
+ *
27
+ */
28
+ "createResourceGroupDetails": model.CreateResourceGroupDetails;
29
+ /**
30
+ * Unique identifier for the request.
31
+ * If you need to contact Oracle about a particular request, please provide the request ID.
32
+ *
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
37
+ * server error without risk of executing that same action again. Retry tokens expire after 24
38
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
39
+ * has been deleted and purged from the system, then a retry of the original creation request
40
+ * may be rejected).
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-resource-group-request.js","sourceRoot":"","sources":["../../../../../lib/analytics/lib/request/create-resource-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -17,12 +17,12 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface CreateVanityUrlRequest 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
- * Vanity url details.
25
+ * Vanity URL details.
26
26
  *
27
27
  */
28
28
  "createVanityUrlDetails": model.CreateVanityUrlDetails;
@@ -16,7 +16,7 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface DeleteAnalyticsInstanceRequest 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 DeletePrivateAccessChannelRequest 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,50 @@
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/DeleteResourceGroup.ts.html |here} to see how to use DeleteResourceGroupRequest.
16
+ */
17
+ export interface DeleteResourceGroupRequest 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
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique identifier for the request.
37
+ * If you need to contact Oracle about a particular request, please provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ /**
42
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
43
+ * server error without risk of executing that same action again. Retry tokens expire after 24
44
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
45
+ * has been deleted and purged from the system, then a retry of the original creation request
46
+ * may be rejected).
47
+ *
48
+ */
49
+ "opcRetryToken"?: string;
50
+ }
@@ -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-request.js.map