oci-accessgovernancecp 2.59.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 (110) 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 +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/accessgovernancecp-waiter.d.ts +29 -0
  9. package/lib/accessgovernancecp-waiter.js +65 -0
  10. package/lib/accessgovernancecp-waiter.js.map +1 -0
  11. package/lib/client.d.ts +157 -0
  12. package/lib/client.js +705 -0
  13. package/lib/client.js.map +1 -0
  14. package/lib/model/change-governance-instance-compartment-details.d.ts +25 -0
  15. package/lib/model/change-governance-instance-compartment-details.js +29 -0
  16. package/lib/model/change-governance-instance-compartment-details.js.map +1 -0
  17. package/lib/model/create-governance-instance-details.d.ts +75 -0
  18. package/lib/model/create-governance-instance-details.js +29 -0
  19. package/lib/model/create-governance-instance-details.js.map +1 -0
  20. package/lib/model/governance-instance-collection.d.ts +26 -0
  21. package/lib/model/governance-instance-collection.js +61 -0
  22. package/lib/model/governance-instance-collection.js.map +1 -0
  23. package/lib/model/governance-instance-configuration.d.ts +23 -0
  24. package/lib/model/governance-instance-configuration.js +55 -0
  25. package/lib/model/governance-instance-configuration.js.map +1 -0
  26. package/lib/model/governance-instance-summary.d.ts +86 -0
  27. package/lib/model/governance-instance-summary.js +29 -0
  28. package/lib/model/governance-instance-summary.js.map +1 -0
  29. package/lib/model/governance-instance.d.ts +90 -0
  30. package/lib/model/governance-instance.js +29 -0
  31. package/lib/model/governance-instance.js.map +1 -0
  32. package/lib/model/index.d.ts +38 -0
  33. package/lib/model/index.js +61 -0
  34. package/lib/model/index.js.map +1 -0
  35. package/lib/model/instance-lifecycle-state.d.ts +31 -0
  36. package/lib/model/instance-lifecycle-state.js +42 -0
  37. package/lib/model/instance-lifecycle-state.js.map +1 -0
  38. package/lib/model/license-type.d.ts +31 -0
  39. package/lib/model/license-type.js +42 -0
  40. package/lib/model/license-type.js.map +1 -0
  41. package/lib/model/sender-config.d.ts +41 -0
  42. package/lib/model/sender-config.js +29 -0
  43. package/lib/model/sender-config.js.map +1 -0
  44. package/lib/model/sort-order.d.ts +23 -0
  45. package/lib/model/sort-order.js +34 -0
  46. package/lib/model/sort-order.js.map +1 -0
  47. package/lib/model/update-governance-instance-configuration-details.d.ts +23 -0
  48. package/lib/model/update-governance-instance-configuration-details.js +57 -0
  49. package/lib/model/update-governance-instance-configuration-details.js.map +1 -0
  50. package/lib/model/update-governance-instance-details.d.ts +52 -0
  51. package/lib/model/update-governance-instance-details.js +29 -0
  52. package/lib/model/update-governance-instance-details.js.map +1 -0
  53. package/lib/model/update-sender-config.d.ts +37 -0
  54. package/lib/model/update-sender-config.js +29 -0
  55. package/lib/model/update-sender-config.js.map +1 -0
  56. package/lib/request/change-governance-instance-compartment-request.d.ts +49 -0
  57. package/lib/request/change-governance-instance-compartment-request.js +15 -0
  58. package/lib/request/change-governance-instance-compartment-request.js.map +1 -0
  59. package/lib/request/create-governance-instance-request.d.ts +36 -0
  60. package/lib/request/create-governance-instance-request.js +15 -0
  61. package/lib/request/create-governance-instance-request.js.map +1 -0
  62. package/lib/request/delete-governance-instance-request.d.ts +44 -0
  63. package/lib/request/delete-governance-instance-request.js +15 -0
  64. package/lib/request/delete-governance-instance-request.js.map +1 -0
  65. package/lib/request/get-governance-instance-configuration-request.d.ts +26 -0
  66. package/lib/request/get-governance-instance-configuration-request.js +15 -0
  67. package/lib/request/get-governance-instance-configuration-request.js.map +1 -0
  68. package/lib/request/get-governance-instance-request.d.ts +26 -0
  69. package/lib/request/get-governance-instance-request.js +15 -0
  70. package/lib/request/get-governance-instance-request.js.map +1 -0
  71. package/lib/request/index.d.ts +28 -0
  72. package/lib/request/index.js +37 -0
  73. package/lib/request/index.js.map +1 -0
  74. package/lib/request/list-governance-instances-request.d.ts +64 -0
  75. package/lib/request/list-governance-instances-request.js +26 -0
  76. package/lib/request/list-governance-instances-request.js.map +1 -0
  77. package/lib/request/update-governance-instance-configuration-request.d.ts +40 -0
  78. package/lib/request/update-governance-instance-configuration-request.js +15 -0
  79. package/lib/request/update-governance-instance-configuration-request.js.map +1 -0
  80. package/lib/request/update-governance-instance-request.d.ts +40 -0
  81. package/lib/request/update-governance-instance-request.js +15 -0
  82. package/lib/request/update-governance-instance-request.js.map +1 -0
  83. package/lib/response/change-governance-instance-compartment-response.d.ts +20 -0
  84. package/lib/response/change-governance-instance-compartment-response.js +15 -0
  85. package/lib/response/change-governance-instance-compartment-response.js.map +1 -0
  86. package/lib/response/create-governance-instance-response.d.ts +35 -0
  87. package/lib/response/create-governance-instance-response.js +15 -0
  88. package/lib/response/create-governance-instance-response.js.map +1 -0
  89. package/lib/response/delete-governance-instance-response.d.ts +25 -0
  90. package/lib/response/delete-governance-instance-response.js +15 -0
  91. package/lib/response/delete-governance-instance-response.js.map +1 -0
  92. package/lib/response/get-governance-instance-configuration-response.d.ts +30 -0
  93. package/lib/response/get-governance-instance-configuration-response.js +15 -0
  94. package/lib/response/get-governance-instance-configuration-response.js.map +1 -0
  95. package/lib/response/get-governance-instance-response.d.ts +30 -0
  96. package/lib/response/get-governance-instance-response.js +15 -0
  97. package/lib/response/get-governance-instance-response.js.map +1 -0
  98. package/lib/response/index.d.ts +28 -0
  99. package/lib/response/index.js +15 -0
  100. package/lib/response/index.js.map +1 -0
  101. package/lib/response/list-governance-instances-response.d.ts +32 -0
  102. package/lib/response/list-governance-instances-response.js +15 -0
  103. package/lib/response/list-governance-instances-response.js.map +1 -0
  104. package/lib/response/update-governance-instance-configuration-response.d.ts +35 -0
  105. package/lib/response/update-governance-instance-configuration-response.js +15 -0
  106. package/lib/response/update-governance-instance-configuration-response.js.map +1 -0
  107. package/lib/response/update-governance-instance-response.d.ts +35 -0
  108. package/lib/response/update-governance-instance-response.js +15 -0
  109. package/lib/response/update-governance-instance-response.js.map +1 -0
  110. package/package.json +29 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-sender-config.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/model/update-sender-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.59.1/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartmentRequest.
17
+ */
18
+ export interface ChangeGovernanceInstanceCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the GovernanceInstance
21
+ */
22
+ "governanceInstanceId": string;
23
+ /**
24
+ * The details to change the compartment of a GovernanceInstance.
25
+ */
26
+ "changeGovernanceInstanceCompartmentDetails": model.ChangeGovernanceInstanceCompartmentDetails;
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
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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=change-governance-instance-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-governance-instance-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/request/change-governance-instance-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.59.1/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstanceRequest.
17
+ */
18
+ export interface CreateGovernanceInstanceRequest extends common.BaseRequest {
19
+ /**
20
+ * The details of a new GovernanceInstance.
21
+ */
22
+ "createGovernanceInstanceDetails": model.CreateGovernanceInstanceDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without risk of executing that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
+ * has been deleted and purged from the system, then a retry of the original creation request
28
+ * might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * The client request ID for tracing.
34
+ */
35
+ "opcRequestId"?: string;
36
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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-governance-instance-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-governance-instance-request.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/request/create-governance-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstanceRequest.
16
+ */
17
+ export interface DeleteGovernanceInstanceRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the GovernanceInstance
20
+ */
21
+ "governanceInstanceId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call
24
+ * for a resource, set the `if-match` parameter to the value of the
25
+ * etag from a previous GET or POST response for that resource.
26
+ * The resource will be updated or deleted only if the etag you
27
+ * provide matches the resource's current etag value.
28
+ *
29
+ */
30
+ "ifMatch"?: string;
31
+ /**
32
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
33
+ * server error without risk of executing that same action again. Retry tokens expire after 24
34
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
35
+ * has been deleted and purged from the system, then a retry of the original creation request
36
+ * might be rejected.
37
+ *
38
+ */
39
+ "opcRetryToken"?: string;
40
+ /**
41
+ * The client request ID for tracing.
42
+ */
43
+ "opcRequestId"?: string;
44
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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-governance-instance-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-governance-instance-request.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/request/delete-governance-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfigurationRequest.
16
+ */
17
+ export interface GetGovernanceInstanceConfigurationRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the compartment in which resources are listed.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * The client request ID for tracing.
24
+ */
25
+ "opcRequestId"?: string;
26
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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-governance-instance-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-governance-instance-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/request/get-governance-instance-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.1/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstanceRequest.
16
+ */
17
+ export interface GetGovernanceInstanceRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the GovernanceInstance
20
+ */
21
+ "governanceInstanceId": string;
22
+ /**
23
+ * The client request ID for tracing.
24
+ */
25
+ "opcRequestId"?: string;
26
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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-governance-instance-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-governance-instance-request.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/request/get-governance-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Access Governance APIs
3
+ * Use the Oracle Access Governance API to create, view, and manage GovernanceInstances.
4
+ * OpenAPI spec version: 20220518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 ChangeGovernanceInstanceCompartmentRequest from "./change-governance-instance-compartment-request";
14
+ export import ChangeGovernanceInstanceCompartmentRequest = ChangeGovernanceInstanceCompartmentRequest.ChangeGovernanceInstanceCompartmentRequest;
15
+ import * as CreateGovernanceInstanceRequest from "./create-governance-instance-request";
16
+ export import CreateGovernanceInstanceRequest = CreateGovernanceInstanceRequest.CreateGovernanceInstanceRequest;
17
+ import * as DeleteGovernanceInstanceRequest from "./delete-governance-instance-request";
18
+ export import DeleteGovernanceInstanceRequest = DeleteGovernanceInstanceRequest.DeleteGovernanceInstanceRequest;
19
+ import * as GetGovernanceInstanceRequest from "./get-governance-instance-request";
20
+ export import GetGovernanceInstanceRequest = GetGovernanceInstanceRequest.GetGovernanceInstanceRequest;
21
+ import * as GetGovernanceInstanceConfigurationRequest from "./get-governance-instance-configuration-request";
22
+ export import GetGovernanceInstanceConfigurationRequest = GetGovernanceInstanceConfigurationRequest.GetGovernanceInstanceConfigurationRequest;
23
+ import * as ListGovernanceInstancesRequest from "./list-governance-instances-request";
24
+ export import ListGovernanceInstancesRequest = ListGovernanceInstancesRequest.ListGovernanceInstancesRequest;
25
+ import * as UpdateGovernanceInstanceRequest from "./update-governance-instance-request";
26
+ export import UpdateGovernanceInstanceRequest = UpdateGovernanceInstanceRequest.UpdateGovernanceInstanceRequest;
27
+ import * as UpdateGovernanceInstanceConfigurationRequest from "./update-governance-instance-configuration-request";
28
+ export import UpdateGovernanceInstanceConfigurationRequest = UpdateGovernanceInstanceConfigurationRequest.UpdateGovernanceInstanceConfigurationRequest;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ /**
3
+ * Access Governance APIs
4
+ * Use the Oracle Access Governance API to create, view, and manage GovernanceInstances.
5
+ * OpenAPI spec version: 20220518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ListGovernanceInstancesRequest = void 0;
35
+ const ListGovernanceInstancesRequest = __importStar(require("./list-governance-instances-request"));
36
+ exports.ListGovernanceInstancesRequest = ListGovernanceInstancesRequest.ListGovernanceInstancesRequest;
37
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAYH,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC"}
@@ -0,0 +1,64 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.59.1/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstancesRequest.
17
+ */
18
+ export interface ListGovernanceInstancesRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the compartment in which resources are listed.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * The lifecycle state to filter on.
25
+ */
26
+ "lifecycleState"?: string;
27
+ /**
28
+ * A filter to return only resources that match the entire display name given.
29
+ */
30
+ "displayName"?: string;
31
+ /**
32
+ * The OCID of the GovernanceInstance
33
+ */
34
+ "id"?: string;
35
+ /**
36
+ * The maximum number of items to return.
37
+ */
38
+ "limit"?: number;
39
+ /**
40
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
41
+ */
42
+ "page"?: string;
43
+ /**
44
+ * The sort order to use, either 'ASC' or 'DESC'.
45
+ */
46
+ "sortOrder"?: model.SortOrder;
47
+ /**
48
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.
49
+ *
50
+ */
51
+ "sortBy"?: ListGovernanceInstancesRequest.SortBy;
52
+ /**
53
+ * The client request ID for tracing.
54
+ */
55
+ "opcRequestId"?: string;
56
+ }
57
+ export declare namespace ListGovernanceInstancesRequest {
58
+ enum SortBy {
59
+ TimeCreated = "timeCreated",
60
+ DisplayName = "displayName",
61
+ TimeUpdated = "timeUpdated",
62
+ LifecycleState = "lifecycleState"
63
+ }
64
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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.ListGovernanceInstancesRequest = void 0;
16
+ var ListGovernanceInstancesRequest;
17
+ (function (ListGovernanceInstancesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ SortBy["TimeUpdated"] = "timeUpdated";
23
+ SortBy["LifecycleState"] = "lifecycleState";
24
+ })(SortBy = ListGovernanceInstancesRequest.SortBy || (ListGovernanceInstancesRequest.SortBy = {}));
25
+ })(ListGovernanceInstancesRequest = exports.ListGovernanceInstancesRequest || (exports.ListGovernanceInstancesRequest = {}));
26
+ //# sourceMappingURL=list-governance-instances-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-governance-instances-request.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/request/list-governance-instances-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,8BAA8B,CAO9C;AAPD,WAAiB,8BAA8B;IAC7C,IAAY,MAKX;IALD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,2CAAiC,CAAA;IACnC,CAAC,EALW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAKjB;AACH,CAAC,EAPgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAO9C"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.59.1/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfigurationRequest.
17
+ */
18
+ export interface UpdateGovernanceInstanceConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The details of the tenancy-wide configuration to be updated.
21
+ */
22
+ "updateGovernanceInstanceConfigurationDetails": model.UpdateGovernanceInstanceConfigurationDetails;
23
+ /**
24
+ * The OCID of the compartment in which resources are listed.
25
+ */
26
+ "compartmentId": string;
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
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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-governance-instance-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-governance-instance-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/request/update-governance-instance-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.59.1/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstanceRequest.
17
+ */
18
+ export interface UpdateGovernanceInstanceRequest extends common.BaseRequest {
19
+ /**
20
+ * The details of the GovernanceInstance to be updated.
21
+ */
22
+ "updateGovernanceInstanceDetails": model.UpdateGovernanceInstanceDetails;
23
+ /**
24
+ * The OCID of the GovernanceInstance
25
+ */
26
+ "governanceInstanceId": string;
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
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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-governance-instance-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-governance-instance-request.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/request/update-governance-instance-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 ChangeGovernanceInstanceCompartmentResponse {
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: 20220518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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=change-governance-instance-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-governance-instance-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/accessgovernancecp/lib/response/change-governance-instance-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}