oci-clusterplacementgroups 2.102.2 → 2.103.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 (27) hide show
  1. package/lib/client.d.ts +14 -14
  2. package/lib/client.js +14 -14
  3. package/lib/model/change-cluster-placement-group-compartment-details.d.ts +1 -1
  4. package/lib/model/cluster-placement-group-summary.d.ts +2 -2
  5. package/lib/model/cluster-placement-group.d.ts +2 -2
  6. package/lib/model/create-cluster-placement-group-details.d.ts +1 -1
  7. package/lib/model/work-request-error.d.ts +1 -1
  8. package/lib/model/work-request-summary.d.ts +1 -1
  9. package/lib/model/work-request.d.ts +1 -1
  10. package/lib/request/activate-cluster-placement-group-request.d.ts +1 -1
  11. package/lib/request/cancel-work-request-request.d.ts +1 -1
  12. package/lib/request/change-cluster-placement-group-compartment-request.d.ts +1 -1
  13. package/lib/request/create-cluster-placement-group-request.d.ts +1 -1
  14. package/lib/request/deactivate-cluster-placement-group-request.d.ts +1 -1
  15. package/lib/request/delete-cluster-placement-group-request.d.ts +1 -1
  16. package/lib/request/get-cluster-placement-group-request.d.ts +1 -1
  17. package/lib/request/get-work-request-request.d.ts +1 -1
  18. package/lib/request/list-cluster-placement-groups-request.d.ts +2 -2
  19. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  20. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  21. package/lib/request/list-work-requests-request.d.ts +2 -2
  22. package/lib/request/update-cluster-placement-group-request.d.ts +1 -1
  23. package/lib/response/list-cluster-placement-groups-response.d.ts +1 -1
  24. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  25. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  26. package/lib/response/list-work-requests-response.d.ts +1 -1
  27. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -101,7 +101,7 @@ export declare class ClusterPlacementGroupsCPClient {
101
101
  * @param ActivateClusterPlacementGroupRequest
102
102
  * @return ActivateClusterPlacementGroupResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ActivateClusterPlacementGroup.ts.html |here} to see how to use ActivateClusterPlacementGroup API.
104
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ActivateClusterPlacementGroup.ts.html |here} to see how to use ActivateClusterPlacementGroup API.
105
105
  */
106
106
  activateClusterPlacementGroup(activateClusterPlacementGroupRequest: requests.ActivateClusterPlacementGroupRequest): Promise<responses.ActivateClusterPlacementGroupResponse>;
107
107
  /**
@@ -110,12 +110,12 @@ export declare class ClusterPlacementGroupsCPClient {
110
110
  * @param CancelWorkRequestRequest
111
111
  * @return CancelWorkRequestResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
113
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
114
114
  */
115
115
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
116
116
  /**
117
117
  * Moves a cluster placement group resource from one compartment to another in the same tenancy. For information about
118
- * moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
118
+ * moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
119
119
  * <p>
120
120
  When provided, If-Match is checked against ETag values of the resource.
121
121
  *
@@ -123,7 +123,7 @@ export declare class ClusterPlacementGroupsCPClient {
123
123
  * @param ChangeClusterPlacementGroupCompartmentRequest
124
124
  * @return ChangeClusterPlacementGroupCompartmentResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ChangeClusterPlacementGroupCompartment.ts.html |here} to see how to use ChangeClusterPlacementGroupCompartment API.
126
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ChangeClusterPlacementGroupCompartment.ts.html |here} to see how to use ChangeClusterPlacementGroupCompartment API.
127
127
  */
128
128
  changeClusterPlacementGroupCompartment(changeClusterPlacementGroupCompartmentRequest: requests.ChangeClusterPlacementGroupCompartmentRequest): Promise<responses.ChangeClusterPlacementGroupCompartmentResponse>;
129
129
  /**
@@ -133,7 +133,7 @@ export declare class ClusterPlacementGroupsCPClient {
133
133
  * @param CreateClusterPlacementGroupRequest
134
134
  * @return CreateClusterPlacementGroupResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/CreateClusterPlacementGroup.ts.html |here} to see how to use CreateClusterPlacementGroup API.
136
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/CreateClusterPlacementGroup.ts.html |here} to see how to use CreateClusterPlacementGroup API.
137
137
  */
138
138
  createClusterPlacementGroup(createClusterPlacementGroupRequest: requests.CreateClusterPlacementGroupRequest): Promise<responses.CreateClusterPlacementGroupResponse>;
139
139
  /**
@@ -142,7 +142,7 @@ export declare class ClusterPlacementGroupsCPClient {
142
142
  * @param DeactivateClusterPlacementGroupRequest
143
143
  * @return DeactivateClusterPlacementGroupResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeactivateClusterPlacementGroup.ts.html |here} to see how to use DeactivateClusterPlacementGroup API.
145
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeactivateClusterPlacementGroup.ts.html |here} to see how to use DeactivateClusterPlacementGroup API.
146
146
  */
147
147
  deactivateClusterPlacementGroup(deactivateClusterPlacementGroupRequest: requests.DeactivateClusterPlacementGroupRequest): Promise<responses.DeactivateClusterPlacementGroupResponse>;
148
148
  /**
@@ -151,7 +151,7 @@ export declare class ClusterPlacementGroupsCPClient {
151
151
  * @param DeleteClusterPlacementGroupRequest
152
152
  * @return DeleteClusterPlacementGroupResponse
153
153
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeleteClusterPlacementGroup.ts.html |here} to see how to use DeleteClusterPlacementGroup API.
154
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeleteClusterPlacementGroup.ts.html |here} to see how to use DeleteClusterPlacementGroup API.
155
155
  */
156
156
  deleteClusterPlacementGroup(deleteClusterPlacementGroupRequest: requests.DeleteClusterPlacementGroupRequest): Promise<responses.DeleteClusterPlacementGroupResponse>;
157
157
  /**
@@ -160,7 +160,7 @@ export declare class ClusterPlacementGroupsCPClient {
160
160
  * @param GetClusterPlacementGroupRequest
161
161
  * @return GetClusterPlacementGroupResponse
162
162
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetClusterPlacementGroup.ts.html |here} to see how to use GetClusterPlacementGroup API.
163
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetClusterPlacementGroup.ts.html |here} to see how to use GetClusterPlacementGroup API.
164
164
  */
165
165
  getClusterPlacementGroup(getClusterPlacementGroupRequest: requests.GetClusterPlacementGroupRequest): Promise<responses.GetClusterPlacementGroupResponse>;
166
166
  /**
@@ -169,7 +169,7 @@ export declare class ClusterPlacementGroupsCPClient {
169
169
  * @param GetWorkRequestRequest
170
170
  * @return GetWorkRequestResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
172
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
173
173
  */
174
174
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
175
175
  /**
@@ -179,7 +179,7 @@ export declare class ClusterPlacementGroupsCPClient {
179
179
  * @param ListClusterPlacementGroupsRequest
180
180
  * @return ListClusterPlacementGroupsResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListClusterPlacementGroups.ts.html |here} to see how to use ListClusterPlacementGroups API.
182
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListClusterPlacementGroups.ts.html |here} to see how to use ListClusterPlacementGroups API.
183
183
  */
184
184
  listClusterPlacementGroups(listClusterPlacementGroupsRequest: requests.ListClusterPlacementGroupsRequest): Promise<responses.ListClusterPlacementGroupsResponse>;
185
185
  /**
@@ -189,7 +189,7 @@ export declare class ClusterPlacementGroupsCPClient {
189
189
  * @param ListWorkRequestErrorsRequest
190
190
  * @return ListWorkRequestErrorsResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
192
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
193
193
  */
194
194
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
195
195
  /**
@@ -199,7 +199,7 @@ export declare class ClusterPlacementGroupsCPClient {
199
199
  * @param ListWorkRequestLogsRequest
200
200
  * @return ListWorkRequestLogsResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
202
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
203
203
  */
204
204
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
205
205
  /**
@@ -209,7 +209,7 @@ export declare class ClusterPlacementGroupsCPClient {
209
209
  * @param ListWorkRequestsRequest
210
210
  * @return ListWorkRequestsResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
212
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
213
213
  */
214
214
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
215
215
  /**
@@ -218,7 +218,7 @@ export declare class ClusterPlacementGroupsCPClient {
218
218
  * @param UpdateClusterPlacementGroupRequest
219
219
  * @return UpdateClusterPlacementGroupResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/UpdateClusterPlacementGroup.ts.html |here} to see how to use UpdateClusterPlacementGroup API.
221
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/UpdateClusterPlacementGroup.ts.html |here} to see how to use UpdateClusterPlacementGroup API.
222
222
  */
223
223
  updateClusterPlacementGroup(updateClusterPlacementGroupRequest: requests.UpdateClusterPlacementGroupRequest): Promise<responses.UpdateClusterPlacementGroupResponse>;
224
224
  }
package/lib/client.js CHANGED
@@ -214,7 +214,7 @@ class ClusterPlacementGroupsCPClient {
214
214
  * @param ActivateClusterPlacementGroupRequest
215
215
  * @return ActivateClusterPlacementGroupResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ActivateClusterPlacementGroup.ts.html |here} to see how to use ActivateClusterPlacementGroup API.
217
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ActivateClusterPlacementGroup.ts.html |here} to see how to use ActivateClusterPlacementGroup API.
218
218
  */
219
219
  activateClusterPlacementGroup(activateClusterPlacementGroupRequest) {
220
220
  return __awaiter(this, void 0, void 0, function* () {
@@ -279,7 +279,7 @@ class ClusterPlacementGroupsCPClient {
279
279
  * @param CancelWorkRequestRequest
280
280
  * @return CancelWorkRequestResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
282
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
283
283
  */
284
284
  cancelWorkRequest(cancelWorkRequestRequest) {
285
285
  return __awaiter(this, void 0, void 0, function* () {
@@ -330,7 +330,7 @@ class ClusterPlacementGroupsCPClient {
330
330
  }
331
331
  /**
332
332
  * Moves a cluster placement group resource from one compartment to another in the same tenancy. For information about
333
- * moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
333
+ * moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
334
334
  * <p>
335
335
  When provided, If-Match is checked against ETag values of the resource.
336
336
  *
@@ -338,7 +338,7 @@ class ClusterPlacementGroupsCPClient {
338
338
  * @param ChangeClusterPlacementGroupCompartmentRequest
339
339
  * @return ChangeClusterPlacementGroupCompartmentResponse
340
340
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ChangeClusterPlacementGroupCompartment.ts.html |here} to see how to use ChangeClusterPlacementGroupCompartment API.
341
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ChangeClusterPlacementGroupCompartment.ts.html |here} to see how to use ChangeClusterPlacementGroupCompartment API.
342
342
  */
343
343
  changeClusterPlacementGroupCompartment(changeClusterPlacementGroupCompartmentRequest) {
344
344
  return __awaiter(this, void 0, void 0, function* () {
@@ -396,7 +396,7 @@ class ClusterPlacementGroupsCPClient {
396
396
  * @param CreateClusterPlacementGroupRequest
397
397
  * @return CreateClusterPlacementGroupResponse
398
398
  * @throws OciError when an error occurs
399
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/CreateClusterPlacementGroup.ts.html |here} to see how to use CreateClusterPlacementGroup API.
399
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/CreateClusterPlacementGroup.ts.html |here} to see how to use CreateClusterPlacementGroup API.
400
400
  */
401
401
  createClusterPlacementGroup(createClusterPlacementGroupRequest) {
402
402
  return __awaiter(this, void 0, void 0, function* () {
@@ -475,7 +475,7 @@ class ClusterPlacementGroupsCPClient {
475
475
  * @param DeactivateClusterPlacementGroupRequest
476
476
  * @return DeactivateClusterPlacementGroupResponse
477
477
  * @throws OciError when an error occurs
478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeactivateClusterPlacementGroup.ts.html |here} to see how to use DeactivateClusterPlacementGroup API.
478
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeactivateClusterPlacementGroup.ts.html |here} to see how to use DeactivateClusterPlacementGroup API.
479
479
  */
480
480
  deactivateClusterPlacementGroup(deactivateClusterPlacementGroupRequest) {
481
481
  return __awaiter(this, void 0, void 0, function* () {
@@ -540,7 +540,7 @@ class ClusterPlacementGroupsCPClient {
540
540
  * @param DeleteClusterPlacementGroupRequest
541
541
  * @return DeleteClusterPlacementGroupResponse
542
542
  * @throws OciError when an error occurs
543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeleteClusterPlacementGroup.ts.html |here} to see how to use DeleteClusterPlacementGroup API.
543
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeleteClusterPlacementGroup.ts.html |here} to see how to use DeleteClusterPlacementGroup API.
544
544
  */
545
545
  deleteClusterPlacementGroup(deleteClusterPlacementGroupRequest) {
546
546
  return __awaiter(this, void 0, void 0, function* () {
@@ -600,7 +600,7 @@ class ClusterPlacementGroupsCPClient {
600
600
  * @param GetClusterPlacementGroupRequest
601
601
  * @return GetClusterPlacementGroupResponse
602
602
  * @throws OciError when an error occurs
603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetClusterPlacementGroup.ts.html |here} to see how to use GetClusterPlacementGroup API.
603
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetClusterPlacementGroup.ts.html |here} to see how to use GetClusterPlacementGroup API.
604
604
  */
605
605
  getClusterPlacementGroup(getClusterPlacementGroupRequest) {
606
606
  return __awaiter(this, void 0, void 0, function* () {
@@ -663,7 +663,7 @@ class ClusterPlacementGroupsCPClient {
663
663
  * @param GetWorkRequestRequest
664
664
  * @return GetWorkRequestResponse
665
665
  * @throws OciError when an error occurs
666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
666
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
667
667
  */
668
668
  getWorkRequest(getWorkRequestRequest) {
669
669
  return __awaiter(this, void 0, void 0, function* () {
@@ -732,7 +732,7 @@ class ClusterPlacementGroupsCPClient {
732
732
  * @param ListClusterPlacementGroupsRequest
733
733
  * @return ListClusterPlacementGroupsResponse
734
734
  * @throws OciError when an error occurs
735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListClusterPlacementGroups.ts.html |here} to see how to use ListClusterPlacementGroups API.
735
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListClusterPlacementGroups.ts.html |here} to see how to use ListClusterPlacementGroups API.
736
736
  */
737
737
  listClusterPlacementGroups(listClusterPlacementGroupsRequest) {
738
738
  return __awaiter(this, void 0, void 0, function* () {
@@ -805,7 +805,7 @@ class ClusterPlacementGroupsCPClient {
805
805
  * @param ListWorkRequestErrorsRequest
806
806
  * @return ListWorkRequestErrorsResponse
807
807
  * @throws OciError when an error occurs
808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
808
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
809
809
  */
810
810
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
811
811
  return __awaiter(this, void 0, void 0, function* () {
@@ -874,7 +874,7 @@ class ClusterPlacementGroupsCPClient {
874
874
  * @param ListWorkRequestLogsRequest
875
875
  * @return ListWorkRequestLogsResponse
876
876
  * @throws OciError when an error occurs
877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
877
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
878
878
  */
879
879
  listWorkRequestLogs(listWorkRequestLogsRequest) {
880
880
  return __awaiter(this, void 0, void 0, function* () {
@@ -943,7 +943,7 @@ class ClusterPlacementGroupsCPClient {
943
943
  * @param ListWorkRequestsRequest
944
944
  * @return ListWorkRequestsResponse
945
945
  * @throws OciError when an error occurs
946
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
946
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
947
947
  */
948
948
  listWorkRequests(listWorkRequestsRequest) {
949
949
  return __awaiter(this, void 0, void 0, function* () {
@@ -1013,7 +1013,7 @@ class ClusterPlacementGroupsCPClient {
1013
1013
  * @param UpdateClusterPlacementGroupRequest
1014
1014
  * @return UpdateClusterPlacementGroupResponse
1015
1015
  * @throws OciError when an error occurs
1016
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/UpdateClusterPlacementGroup.ts.html |here} to see how to use UpdateClusterPlacementGroup API.
1016
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/UpdateClusterPlacementGroup.ts.html |here} to see how to use UpdateClusterPlacementGroup API.
1017
1017
  */
1018
1018
  updateClusterPlacementGroup(updateClusterPlacementGroupRequest) {
1019
1019
  return __awaiter(this, void 0, void 0, function* () {
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export interface ChangeClusterPlacementGroupCompartmentDetails {
17
17
  /**
18
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment
19
19
  * into which the resource should be moved.
20
20
  *
21
21
  */
@@ -16,7 +16,7 @@ import * as model from "../model";
16
16
  */
17
17
  export interface ClusterPlacementGroupSummary {
18
18
  /**
19
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group.
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group.
20
20
  */
21
21
  "id": string;
22
22
  /**
@@ -24,7 +24,7 @@ export interface ClusterPlacementGroupSummary {
24
24
  */
25
25
  "name": string;
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the cluster placement group.
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the cluster placement group.
28
28
  */
29
29
  "compartmentId": string;
30
30
  /**
@@ -17,7 +17,7 @@ import * as model from "../model";
17
17
  */
18
18
  export interface ClusterPlacementGroup {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group.
21
21
  *
22
22
  */
23
23
  "id": string;
@@ -31,7 +31,7 @@ export interface ClusterPlacementGroup {
31
31
  */
32
32
  "description": string;
33
33
  /**
34
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the cluster placement group.
34
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the cluster placement group.
35
35
  *
36
36
  */
37
37
  "compartmentId": string;
@@ -32,7 +32,7 @@ export interface CreateClusterPlacementGroupDetails {
32
32
  */
33
33
  "availabilityDomain": string;
34
34
  /**
35
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the cluster placement group.
35
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the cluster placement group.
36
36
  *
37
37
  */
38
38
  "compartmentId": string;
@@ -16,7 +16,7 @@
16
16
  export interface WorkRequestError {
17
17
  /**
18
18
  * A machine-usable code for the error that occured. Error codes are listed on
19
- * (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
19
+ * (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm).
20
20
  *
21
21
  */
22
22
  "code": string;
@@ -28,7 +28,7 @@ export interface WorkRequestSummary {
28
28
  */
29
29
  "id": string;
30
30
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request. Work requests are scoped to
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request. Work requests are scoped to
32
32
  * the same compartment as the resource that the work request affects. If the work request affects multiple resources
33
33
  * and those resources are not in the same compartment, the OCID of the resource designated as the primary
34
34
  * resource is used.
@@ -28,7 +28,7 @@ export interface WorkRequest {
28
28
  */
29
29
  "id": string;
30
30
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request. Work requests are scoped to
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request. Work requests are scoped to
32
32
  * the same compartment as the resource that the work request affects. If the work request affects multiple resources
33
33
  * and those resources are not in the same compartment, the OCID of the resource designated as the primary
34
34
  * resource is used.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ActivateClusterPlacementGroup.ts.html |here} to see how to use ActivateClusterPlacementGroupRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ActivateClusterPlacementGroup.ts.html |here} to see how to use ActivateClusterPlacementGroupRequest.
16
16
  */
17
17
  export interface ActivateClusterPlacementGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
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/latest/clusterplacementgroups/ChangeClusterPlacementGroupCompartment.ts.html |here} to see how to use ChangeClusterPlacementGroupCompartmentRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ChangeClusterPlacementGroupCompartment.ts.html |here} to see how to use ChangeClusterPlacementGroupCompartmentRequest.
17
17
  */
18
18
  export interface ChangeClusterPlacementGroupCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
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/latest/clusterplacementgroups/CreateClusterPlacementGroup.ts.html |here} to see how to use CreateClusterPlacementGroupRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/CreateClusterPlacementGroup.ts.html |here} to see how to use CreateClusterPlacementGroupRequest.
17
17
  */
18
18
  export interface CreateClusterPlacementGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeactivateClusterPlacementGroup.ts.html |here} to see how to use DeactivateClusterPlacementGroupRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeactivateClusterPlacementGroup.ts.html |here} to see how to use DeactivateClusterPlacementGroupRequest.
16
16
  */
17
17
  export interface DeactivateClusterPlacementGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeleteClusterPlacementGroup.ts.html |here} to see how to use DeleteClusterPlacementGroupRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/DeleteClusterPlacementGroup.ts.html |here} to see how to use DeleteClusterPlacementGroupRequest.
16
16
  */
17
17
  export interface DeleteClusterPlacementGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetClusterPlacementGroup.ts.html |here} to see how to use GetClusterPlacementGroupRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetClusterPlacementGroup.ts.html |here} to see how to use GetClusterPlacementGroupRequest.
16
16
  */
17
17
  export interface GetClusterPlacementGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,11 +13,11 @@
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/latest/clusterplacementgroups/ListClusterPlacementGroups.ts.html |here} to see how to use ListClusterPlacementGroupsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListClusterPlacementGroups.ts.html |here} to see how to use ListClusterPlacementGroupsRequest.
17
17
  */
18
18
  export interface ListClusterPlacementGroupsRequest extends common.BaseRequest {
19
19
  /**
20
- * A filter to return only the resources that match the specified compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
20
+ * A filter to return only the resources that match the specified compartment [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
21
21
  *
22
22
  */
23
23
  "compartmentId"?: string;
@@ -13,7 +13,7 @@
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/latest/clusterplacementgroups/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
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/latest/clusterplacementgroups/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,11 +13,11 @@
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/latest/clusterplacementgroups/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
20
- * A filter to return only the resources that match the specified compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
20
+ * A filter to return only the resources that match the specified compartment [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
21
21
  *
22
22
  */
23
23
  "compartmentId"?: string;
@@ -13,7 +13,7 @@
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/latest/clusterplacementgroups/UpdateClusterPlacementGroup.ts.html |here} to see how to use UpdateClusterPlacementGroupRequest.
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/clusterplacementgroups/UpdateClusterPlacementGroup.ts.html |here} to see how to use UpdateClusterPlacementGroupRequest.
17
17
  */
18
18
  export interface UpdateClusterPlacementGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -21,7 +21,7 @@ export interface ListClusterPlacementGroupsResponse {
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
23
  * then there are additional items to get. Include this value as the {@code page} parameter for the
24
- * subsequent GET request to get the next batch of items. For information about pagination, see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
24
+ * subsequent GET request to get the next batch of items. For information about pagination, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
@@ -15,7 +15,7 @@ export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
17
  * then there are additional items to get. Include this value as the {@code page} parameter for the
18
- * subsequent GET request to get the next batch of items. For information about pagination, see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
18
+ * subsequent GET request to get the next batch of items. For information about pagination, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
@@ -15,7 +15,7 @@ export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
17
  * then there are additional items to get. Include this value as the {@code page} parameter for the
18
- * subsequent GET request to get the next batch of items. For information about pagination, see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
18
+ * subsequent GET request to get the next batch of items. For information about pagination, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
@@ -21,7 +21,7 @@ export interface ListWorkRequestsResponse {
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
23
  * then there are additional items to get. Include this value as the {@code page} parameter for the
24
- * subsequent GET request to get the next batch of items. For information about pagination, see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
24
+ * subsequent GET request to get the next batch of items. For information about pagination, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
26
26
  */
27
27
  "opcNextPage": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-clusterplacementgroups",
3
- "version": "2.102.2",
3
+ "version": "2.103.0",
4
4
  "description": "OCI NodeJS client for Cluster Placement Groups Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.102.2",
19
- "oci-workrequests": "2.102.2"
18
+ "oci-common": "2.103.0",
19
+ "oci-workrequests": "2.103.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"