oci-accessgovernancecp 2.76.0 → 2.77.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/accessgovernancecp-waiter.d.ts +1 -1
  4. package/lib/accessgovernancecp-waiter.js +1 -1
  5. package/lib/client.d.ts +9 -9
  6. package/lib/client.js +9 -9
  7. package/lib/model/change-governance-instance-compartment-details.d.ts +1 -1
  8. package/lib/model/change-governance-instance-compartment-details.js +1 -1
  9. package/lib/model/create-governance-instance-details.d.ts +4 -4
  10. package/lib/model/create-governance-instance-details.js +1 -1
  11. package/lib/model/governance-instance-collection.d.ts +1 -1
  12. package/lib/model/governance-instance-collection.js +1 -1
  13. package/lib/model/governance-instance-configuration.d.ts +1 -1
  14. package/lib/model/governance-instance-configuration.js +1 -1
  15. package/lib/model/governance-instance-summary.d.ts +4 -4
  16. package/lib/model/governance-instance-summary.js +1 -1
  17. package/lib/model/governance-instance.d.ts +4 -4
  18. package/lib/model/governance-instance.js +1 -1
  19. package/lib/model/index.d.ts +1 -1
  20. package/lib/model/index.js +1 -1
  21. package/lib/model/instance-lifecycle-state.d.ts +1 -1
  22. package/lib/model/instance-lifecycle-state.js +1 -1
  23. package/lib/model/license-type.d.ts +1 -1
  24. package/lib/model/license-type.js +1 -1
  25. package/lib/model/sender-config.d.ts +1 -1
  26. package/lib/model/sender-config.js +1 -1
  27. package/lib/model/sort-order.d.ts +1 -1
  28. package/lib/model/sort-order.js +1 -1
  29. package/lib/model/update-governance-instance-configuration-details.d.ts +1 -1
  30. package/lib/model/update-governance-instance-configuration-details.js +1 -1
  31. package/lib/model/update-governance-instance-details.d.ts +3 -3
  32. package/lib/model/update-governance-instance-details.js +1 -1
  33. package/lib/model/update-sender-config.d.ts +1 -1
  34. package/lib/model/update-sender-config.js +1 -1
  35. package/lib/request/change-governance-instance-compartment-request.d.ts +3 -3
  36. package/lib/request/change-governance-instance-compartment-request.js +1 -1
  37. package/lib/request/create-governance-instance-request.d.ts +2 -2
  38. package/lib/request/create-governance-instance-request.js +1 -1
  39. package/lib/request/delete-governance-instance-request.d.ts +3 -3
  40. package/lib/request/delete-governance-instance-request.js +1 -1
  41. package/lib/request/get-governance-instance-configuration-request.d.ts +2 -2
  42. package/lib/request/get-governance-instance-configuration-request.js +1 -1
  43. package/lib/request/get-governance-instance-request.d.ts +2 -2
  44. package/lib/request/get-governance-instance-request.js +1 -1
  45. package/lib/request/index.d.ts +1 -1
  46. package/lib/request/index.js +1 -1
  47. package/lib/request/list-governance-instances-request.d.ts +3 -3
  48. package/lib/request/list-governance-instances-request.js +1 -1
  49. package/lib/request/update-governance-instance-configuration-request.d.ts +3 -3
  50. package/lib/request/update-governance-instance-configuration-request.js +1 -1
  51. package/lib/request/update-governance-instance-request.d.ts +3 -3
  52. package/lib/request/update-governance-instance-request.js +1 -1
  53. package/lib/response/change-governance-instance-compartment-response.d.ts +1 -1
  54. package/lib/response/change-governance-instance-compartment-response.js +1 -1
  55. package/lib/response/create-governance-instance-response.d.ts +2 -2
  56. package/lib/response/create-governance-instance-response.js +1 -1
  57. package/lib/response/delete-governance-instance-response.d.ts +1 -1
  58. package/lib/response/delete-governance-instance-response.js +1 -1
  59. package/lib/response/get-governance-instance-configuration-response.d.ts +2 -2
  60. package/lib/response/get-governance-instance-configuration-response.js +1 -1
  61. package/lib/response/get-governance-instance-response.d.ts +2 -2
  62. package/lib/response/get-governance-instance-response.js +1 -1
  63. package/lib/response/index.d.ts +1 -1
  64. package/lib/response/index.js +1 -1
  65. package/lib/response/list-governance-instances-response.d.ts +2 -2
  66. package/lib/response/list-governance-instances-response.js +1 -1
  67. package/lib/response/update-governance-instance-configuration-response.d.ts +2 -2
  68. package/lib/response/update-governance-instance-configuration-response.js +1 -1
  69. package/lib/response/update-governance-instance-response.d.ts +2 -2
  70. package/lib/response/update-governance-instance-response.js +1 -1
  71. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as requests from "./lib/request";
package/index.js CHANGED
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as serviceRequests from "./request";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
package/lib/client.d.ts CHANGED
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import common = require("oci-common");
@@ -86,7 +86,7 @@ export declare class AccessGovernanceCPClient {
86
86
  * @param ChangeGovernanceInstanceCompartmentRequest
87
87
  * @return ChangeGovernanceInstanceCompartmentResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
90
90
  */
91
91
  changeGovernanceInstanceCompartment(changeGovernanceInstanceCompartmentRequest: requests.ChangeGovernanceInstanceCompartmentRequest): Promise<responses.ChangeGovernanceInstanceCompartmentResponse>;
92
92
  /**
@@ -96,7 +96,7 @@ export declare class AccessGovernanceCPClient {
96
96
  * @param CreateGovernanceInstanceRequest
97
97
  * @return CreateGovernanceInstanceResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
100
100
  */
101
101
  createGovernanceInstance(createGovernanceInstanceRequest: requests.CreateGovernanceInstanceRequest): Promise<responses.CreateGovernanceInstanceResponse>;
102
102
  /**
@@ -106,7 +106,7 @@ export declare class AccessGovernanceCPClient {
106
106
  * @param DeleteGovernanceInstanceRequest
107
107
  * @return DeleteGovernanceInstanceResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
110
110
  */
111
111
  deleteGovernanceInstance(deleteGovernanceInstanceRequest: requests.DeleteGovernanceInstanceRequest): Promise<responses.DeleteGovernanceInstanceResponse>;
112
112
  /**
@@ -115,7 +115,7 @@ export declare class AccessGovernanceCPClient {
115
115
  * @param GetGovernanceInstanceRequest
116
116
  * @return GetGovernanceInstanceResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
119
119
  */
120
120
  getGovernanceInstance(getGovernanceInstanceRequest: requests.GetGovernanceInstanceRequest): Promise<responses.GetGovernanceInstanceResponse>;
121
121
  /**
@@ -124,7 +124,7 @@ export declare class AccessGovernanceCPClient {
124
124
  * @param GetGovernanceInstanceConfigurationRequest
125
125
  * @return GetGovernanceInstanceConfigurationResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
128
128
  */
129
129
  getGovernanceInstanceConfiguration(getGovernanceInstanceConfigurationRequest: requests.GetGovernanceInstanceConfigurationRequest): Promise<responses.GetGovernanceInstanceConfigurationResponse>;
130
130
  /**
@@ -134,7 +134,7 @@ export declare class AccessGovernanceCPClient {
134
134
  * @param ListGovernanceInstancesRequest
135
135
  * @return ListGovernanceInstancesResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
138
138
  */
139
139
  listGovernanceInstances(listGovernanceInstancesRequest: requests.ListGovernanceInstancesRequest): Promise<responses.ListGovernanceInstancesResponse>;
140
140
  /**
@@ -143,7 +143,7 @@ export declare class AccessGovernanceCPClient {
143
143
  * @param UpdateGovernanceInstanceRequest
144
144
  * @return UpdateGovernanceInstanceResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
147
147
  */
148
148
  updateGovernanceInstance(updateGovernanceInstanceRequest: requests.UpdateGovernanceInstanceRequest): Promise<responses.UpdateGovernanceInstanceResponse>;
149
149
  /**
@@ -152,7 +152,7 @@ export declare class AccessGovernanceCPClient {
152
152
  * @param UpdateGovernanceInstanceConfigurationRequest
153
153
  * @return UpdateGovernanceInstanceConfigurationResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
156
156
  */
157
157
  updateGovernanceInstanceConfiguration(updateGovernanceInstanceConfigurationRequest: requests.UpdateGovernanceInstanceConfigurationRequest): Promise<responses.UpdateGovernanceInstanceConfigurationResponse>;
158
158
  }
package/lib/client.js CHANGED
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -187,7 +187,7 @@ class AccessGovernanceCPClient {
187
187
  * @param ChangeGovernanceInstanceCompartmentRequest
188
188
  * @return ChangeGovernanceInstanceCompartmentResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartment API.
191
191
  */
192
192
  changeGovernanceInstanceCompartment(changeGovernanceInstanceCompartmentRequest) {
193
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -245,7 +245,7 @@ class AccessGovernanceCPClient {
245
245
  * @param CreateGovernanceInstanceRequest
246
246
  * @return CreateGovernanceInstanceResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/CreateGovernanceInstance.ts.html |here} to see how to use CreateGovernanceInstance API.
249
249
  */
250
250
  createGovernanceInstance(createGovernanceInstanceRequest) {
251
251
  return __awaiter(this, void 0, void 0, function* () {
@@ -314,7 +314,7 @@ class AccessGovernanceCPClient {
314
314
  * @param DeleteGovernanceInstanceRequest
315
315
  * @return DeleteGovernanceInstanceResponse
316
316
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/DeleteGovernanceInstance.ts.html |here} to see how to use DeleteGovernanceInstance API.
318
318
  */
319
319
  deleteGovernanceInstance(deleteGovernanceInstanceRequest) {
320
320
  return __awaiter(this, void 0, void 0, function* () {
@@ -375,7 +375,7 @@ class AccessGovernanceCPClient {
375
375
  * @param GetGovernanceInstanceRequest
376
376
  * @return GetGovernanceInstanceResponse
377
377
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/GetGovernanceInstance.ts.html |here} to see how to use GetGovernanceInstance API.
379
379
  */
380
380
  getGovernanceInstance(getGovernanceInstanceRequest) {
381
381
  return __awaiter(this, void 0, void 0, function* () {
@@ -438,7 +438,7 @@ class AccessGovernanceCPClient {
438
438
  * @param GetGovernanceInstanceConfigurationRequest
439
439
  * @return GetGovernanceInstanceConfigurationResponse
440
440
  * @throws OciError when an error occurs
441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/GetGovernanceInstanceConfiguration.ts.html |here} to see how to use GetGovernanceInstanceConfiguration API.
442
442
  */
443
443
  getGovernanceInstanceConfiguration(getGovernanceInstanceConfigurationRequest) {
444
444
  return __awaiter(this, void 0, void 0, function* () {
@@ -502,7 +502,7 @@ class AccessGovernanceCPClient {
502
502
  * @param ListGovernanceInstancesRequest
503
503
  * @return ListGovernanceInstancesResponse
504
504
  * @throws OciError when an error occurs
505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/ListGovernanceInstances.ts.html |here} to see how to use ListGovernanceInstances API.
506
506
  */
507
507
  listGovernanceInstances(listGovernanceInstancesRequest) {
508
508
  return __awaiter(this, void 0, void 0, function* () {
@@ -572,7 +572,7 @@ class AccessGovernanceCPClient {
572
572
  * @param UpdateGovernanceInstanceRequest
573
573
  * @return UpdateGovernanceInstanceResponse
574
574
  * @throws OciError when an error occurs
575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/UpdateGovernanceInstance.ts.html |here} to see how to use UpdateGovernanceInstance API.
576
576
  */
577
577
  updateGovernanceInstance(updateGovernanceInstanceRequest) {
578
578
  return __awaiter(this, void 0, void 0, function* () {
@@ -642,7 +642,7 @@ class AccessGovernanceCPClient {
642
642
  * @param UpdateGovernanceInstanceConfigurationRequest
643
643
  * @return UpdateGovernanceInstanceConfigurationResponse
644
644
  * @throws OciError when an error occurs
645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/UpdateGovernanceInstanceConfiguration.ts.html |here} to see how to use UpdateGovernanceInstanceConfiguration API.
646
646
  */
647
647
  updateGovernanceInstanceConfiguration(updateGovernanceInstanceConfigurationRequest) {
648
648
  return __awaiter(this, void 0, void 0, function* () {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -42,7 +42,7 @@ export interface CreateGovernanceInstanceDetails {
42
42
  "idcsAccessToken": string;
43
43
  /**
44
44
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
45
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
45
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
46
46
  *
47
47
  */
48
48
  "definedTags"?: {
@@ -52,7 +52,7 @@ export interface CreateGovernanceInstanceDetails {
52
52
  };
53
53
  /**
54
54
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
55
- * Example: `{\"bar-key\": \"value\"}`
55
+ * Example: {@code {\"bar-key\": \"value\"}}
56
56
  *
57
57
  */
58
58
  "freeformTags"?: {
@@ -60,7 +60,7 @@ export interface CreateGovernanceInstanceDetails {
60
60
  };
61
61
  /**
62
62
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
63
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
63
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
64
64
  *
65
65
  */
66
66
  "systemTags"?: {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -53,7 +53,7 @@ export interface GovernanceInstanceSummary {
53
53
  "instanceUrl"?: string;
54
54
  /**
55
55
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
56
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
56
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
57
57
  *
58
58
  */
59
59
  "definedTags"?: {
@@ -63,7 +63,7 @@ export interface GovernanceInstanceSummary {
63
63
  };
64
64
  /**
65
65
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
66
- * Example: `{\"bar-key\": \"value\"}`
66
+ * Example: {@code {\"bar-key\": \"value\"}}
67
67
  *
68
68
  */
69
69
  "freeformTags"?: {
@@ -71,7 +71,7 @@ export interface GovernanceInstanceSummary {
71
71
  };
72
72
  /**
73
73
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
74
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
74
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
75
75
  *
76
76
  */
77
77
  "systemTags"?: {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -57,7 +57,7 @@ export interface GovernanceInstance {
57
57
  "instanceUrl"?: string;
58
58
  /**
59
59
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
60
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
60
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
61
61
  *
62
62
  */
63
63
  "definedTags"?: {
@@ -67,7 +67,7 @@ export interface GovernanceInstance {
67
67
  };
68
68
  /**
69
69
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
70
- * Example: `{\"bar-key\": \"value\"}`
70
+ * Example: {@code {\"bar-key\": \"value\"}}
71
71
  *
72
72
  */
73
73
  "freeformTags"?: {
@@ -75,7 +75,7 @@ export interface GovernanceInstance {
75
75
  };
76
76
  /**
77
77
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
78
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
78
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
79
79
  *
80
80
  */
81
81
  "systemTags"?: {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as ChangeGovernanceInstanceCompartmentDetails from "./change-governance-instance-compartment-details";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
@@ -29,7 +29,7 @@ export interface UpdateGovernanceInstanceDetails {
29
29
  "licenseType"?: model.LicenseType;
30
30
  /**
31
31
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
32
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
32
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
33
33
  *
34
34
  */
35
35
  "definedTags"?: {
@@ -39,7 +39,7 @@ export interface UpdateGovernanceInstanceDetails {
39
39
  };
40
40
  /**
41
41
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
42
- * Example: `{\"bar-key\": \"value\"}`
42
+ * Example: {@code {\"bar-key\": \"value\"}}
43
43
  *
44
44
  */
45
45
  "freeformTags"?: {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
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
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/accessgovernancecp/ChangeGovernanceInstanceCompartment.ts.html |here} to see how to use ChangeGovernanceInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeGovernanceInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeGovernanceInstanceCompartmentRequest extends common.BaseR
26
26
  "changeGovernanceInstanceCompartmentDetails": model.ChangeGovernanceInstanceCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.