Skip to content

Commit f6aab27

Browse files
Releasing version 65.69.0
Releasing version 65.69.0
2 parents d5f4568 + c75571a commit f6aab27

File tree

645 files changed

+10267
-2069
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

645 files changed

+10267
-2069
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66

7+
## 65.69.0 - 2024-07-02
8+
### Added
9+
- Support for calling Oracle Cloud Infrastructure services in the `ap-singapore-2` region
10+
- Support for additional parameters in list and delete operations in the File Storage service
11+
- Support for host capacity planning to analyze disabled and deleted resources in the Operations Insights service
12+
- Support for title and description updates in the Capacity Management service
13+
- Support for listing parameters for migrations in the Database Migration service
14+
- Support for Oracle exadata database service on exascale Infrastructure (ExaDB-XS) in the Database service
15+
16+
### Breaking Changes
17+
- The Enum `HostInsightHostRecommendationsMetricRecommendationNameHostCpuRecommendations` was renamed to `HostInsightHostRecommendationsMetricRecommendationNameCpuRecommendations` in the Operations Insights service
18+
19+
720
## 65.68.0 - 2024-06-25
821
### Added
922
- Support for MySQL to MySQL homogeneous migrations in the Database Migration service

capacitymanagement/capacitymanagement_client.go

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// 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.
33
// Code generated. DO NOT EDIT.
44

5-
// OciControlCenterCp API
5+
// OCI Control Center Capacity Management API
66
//
7-
// A description of the OciControlCenterCp API
7+
// OCI Control Center (OCC) Capacity Management enables you to manage capacity requests in realms where OCI Control Center Capacity Management is available. For more information, see OCI Control Center (https://docs.cloud.oracle.com/iaas/Content/control-center/home.htm).
88
//
99

1010
package capacitymanagement
@@ -145,7 +145,7 @@ func (client CapacityManagementClient) createOccAvailabilityCatalog(ctx context.
145145
defer common.CloseBodyIfValid(httpResponse)
146146
response.RawResponse = httpResponse
147147
if err != nil {
148-
apiReferenceLink := ""
148+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccAvailabilityCatalog/CreateOccAvailabilityCatalog"
149149
err = common.PostProcessServiceError(err, "CapacityManagement", "CreateOccAvailabilityCatalog", apiReferenceLink)
150150
return response, err
151151
}
@@ -208,7 +208,7 @@ func (client CapacityManagementClient) createOccCapacityRequest(ctx context.Cont
208208
defer common.CloseBodyIfValid(httpResponse)
209209
response.RawResponse = httpResponse
210210
if err != nil {
211-
apiReferenceLink := ""
211+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccCapacityRequest/CreateOccCapacityRequest"
212212
err = common.PostProcessServiceError(err, "CapacityManagement", "CreateOccCapacityRequest", apiReferenceLink)
213213
return response, err
214214
}
@@ -266,7 +266,7 @@ func (client CapacityManagementClient) deleteOccAvailabilityCatalog(ctx context.
266266
defer common.CloseBodyIfValid(httpResponse)
267267
response.RawResponse = httpResponse
268268
if err != nil {
269-
apiReferenceLink := ""
269+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccAvailabilityCatalog/DeleteOccAvailabilityCatalog"
270270
err = common.PostProcessServiceError(err, "CapacityManagement", "DeleteOccAvailabilityCatalog", apiReferenceLink)
271271
return response, err
272272
}
@@ -324,7 +324,7 @@ func (client CapacityManagementClient) deleteOccCapacityRequest(ctx context.Cont
324324
defer common.CloseBodyIfValid(httpResponse)
325325
response.RawResponse = httpResponse
326326
if err != nil {
327-
apiReferenceLink := ""
327+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccCapacityRequest/DeleteOccCapacityRequest"
328328
err = common.PostProcessServiceError(err, "CapacityManagement", "DeleteOccCapacityRequest", apiReferenceLink)
329329
return response, err
330330
}
@@ -382,7 +382,7 @@ func (client CapacityManagementClient) getOccAvailabilityCatalog(ctx context.Con
382382
defer common.CloseBodyIfValid(httpResponse)
383383
response.RawResponse = httpResponse
384384
if err != nil {
385-
apiReferenceLink := ""
385+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccAvailabilityCatalog/GetOccAvailabilityCatalog"
386386
err = common.PostProcessServiceError(err, "CapacityManagement", "GetOccAvailabilityCatalog", apiReferenceLink)
387387
return response, err
388388
}
@@ -444,7 +444,7 @@ func (client CapacityManagementClient) getOccAvailabilityCatalogContent(ctx cont
444444
httpResponse, err = client.Call(ctx, &httpRequest)
445445
response.RawResponse = httpResponse
446446
if err != nil {
447-
apiReferenceLink := ""
447+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccAvailabilityCatalog/GetOccAvailabilityCatalogContent"
448448
err = common.PostProcessServiceError(err, "CapacityManagement", "GetOccAvailabilityCatalogContent", apiReferenceLink)
449449
return response, err
450450
}
@@ -502,7 +502,7 @@ func (client CapacityManagementClient) getOccCapacityRequest(ctx context.Context
502502
defer common.CloseBodyIfValid(httpResponse)
503503
response.RawResponse = httpResponse
504504
if err != nil {
505-
apiReferenceLink := ""
505+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccCapacityRequest/GetOccCapacityRequest"
506506
err = common.PostProcessServiceError(err, "CapacityManagement", "GetOccCapacityRequest", apiReferenceLink)
507507
return response, err
508508
}
@@ -560,7 +560,7 @@ func (client CapacityManagementClient) getOccCustomerGroup(ctx context.Context,
560560
defer common.CloseBodyIfValid(httpResponse)
561561
response.RawResponse = httpResponse
562562
if err != nil {
563-
apiReferenceLink := ""
563+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccCustomerGroup/GetOccCustomerGroup"
564564
err = common.PostProcessServiceError(err, "CapacityManagement", "GetOccCustomerGroup", apiReferenceLink)
565565
return response, err
566566
}
@@ -618,7 +618,7 @@ func (client CapacityManagementClient) listInternalNamespaceOccOverviews(ctx con
618618
defer common.CloseBodyIfValid(httpResponse)
619619
response.RawResponse = httpResponse
620620
if err != nil {
621-
apiReferenceLink := ""
621+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccOverviewCollection/ListInternalNamespaceOccOverviews"
622622
err = common.PostProcessServiceError(err, "CapacityManagement", "ListInternalNamespaceOccOverviews", apiReferenceLink)
623623
return response, err
624624
}
@@ -676,7 +676,7 @@ func (client CapacityManagementClient) listOccAvailabilities(ctx context.Context
676676
defer common.CloseBodyIfValid(httpResponse)
677677
response.RawResponse = httpResponse
678678
if err != nil {
679-
apiReferenceLink := ""
679+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccAvailabilityCollection/ListOccAvailabilities"
680680
err = common.PostProcessServiceError(err, "CapacityManagement", "ListOccAvailabilities", apiReferenceLink)
681681
return response, err
682682
}
@@ -734,7 +734,7 @@ func (client CapacityManagementClient) listOccAvailabilityCatalogs(ctx context.C
734734
defer common.CloseBodyIfValid(httpResponse)
735735
response.RawResponse = httpResponse
736736
if err != nil {
737-
apiReferenceLink := ""
737+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccAvailabilityCatalogCollection/ListOccAvailabilityCatalogs"
738738
err = common.PostProcessServiceError(err, "CapacityManagement", "ListOccAvailabilityCatalogs", apiReferenceLink)
739739
return response, err
740740
}
@@ -792,7 +792,7 @@ func (client CapacityManagementClient) listOccAvailabilityCatalogsInternal(ctx c
792792
defer common.CloseBodyIfValid(httpResponse)
793793
response.RawResponse = httpResponse
794794
if err != nil {
795-
apiReferenceLink := ""
795+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccAvailabilityCatalogCollection/ListOccAvailabilityCatalogsInternal"
796796
err = common.PostProcessServiceError(err, "CapacityManagement", "ListOccAvailabilityCatalogsInternal", apiReferenceLink)
797797
return response, err
798798
}
@@ -850,7 +850,7 @@ func (client CapacityManagementClient) listOccCapacityRequests(ctx context.Conte
850850
defer common.CloseBodyIfValid(httpResponse)
851851
response.RawResponse = httpResponse
852852
if err != nil {
853-
apiReferenceLink := ""
853+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccCapacityRequestCollection/ListOccCapacityRequests"
854854
err = common.PostProcessServiceError(err, "CapacityManagement", "ListOccCapacityRequests", apiReferenceLink)
855855
return response, err
856856
}
@@ -908,7 +908,7 @@ func (client CapacityManagementClient) listOccCapacityRequestsInternal(ctx conte
908908
defer common.CloseBodyIfValid(httpResponse)
909909
response.RawResponse = httpResponse
910910
if err != nil {
911-
apiReferenceLink := ""
911+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccCapacityRequestCollection/ListOccCapacityRequestsInternal"
912912
err = common.PostProcessServiceError(err, "CapacityManagement", "ListOccCapacityRequestsInternal", apiReferenceLink)
913913
return response, err
914914
}
@@ -966,7 +966,7 @@ func (client CapacityManagementClient) listOccCustomerGroups(ctx context.Context
966966
defer common.CloseBodyIfValid(httpResponse)
967967
response.RawResponse = httpResponse
968968
if err != nil {
969-
apiReferenceLink := ""
969+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccCustomerGroupCollection/ListOccCustomerGroups"
970970
err = common.PostProcessServiceError(err, "CapacityManagement", "ListOccCustomerGroups", apiReferenceLink)
971971
return response, err
972972
}
@@ -1024,7 +1024,7 @@ func (client CapacityManagementClient) listOccOverviews(ctx context.Context, req
10241024
defer common.CloseBodyIfValid(httpResponse)
10251025
response.RawResponse = httpResponse
10261026
if err != nil {
1027-
apiReferenceLink := ""
1027+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccOverviewCollection/ListOccOverviews"
10281028
err = common.PostProcessServiceError(err, "CapacityManagement", "ListOccOverviews", apiReferenceLink)
10291029
return response, err
10301030
}
@@ -1082,7 +1082,7 @@ func (client CapacityManagementClient) patchInternalOccCapacityRequest(ctx conte
10821082
defer common.CloseBodyIfValid(httpResponse)
10831083
response.RawResponse = httpResponse
10841084
if err != nil {
1085-
apiReferenceLink := ""
1085+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccCapacityRequest/PatchInternalOccCapacityRequest"
10861086
err = common.PostProcessServiceError(err, "CapacityManagement", "PatchInternalOccCapacityRequest", apiReferenceLink)
10871087
return response, err
10881088
}
@@ -1140,7 +1140,7 @@ func (client CapacityManagementClient) patchOccCapacityRequest(ctx context.Conte
11401140
defer common.CloseBodyIfValid(httpResponse)
11411141
response.RawResponse = httpResponse
11421142
if err != nil {
1143-
apiReferenceLink := ""
1143+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccCapacityRequest/PatchOccCapacityRequest"
11441144
err = common.PostProcessServiceError(err, "CapacityManagement", "PatchOccCapacityRequest", apiReferenceLink)
11451145
return response, err
11461146
}
@@ -1203,7 +1203,7 @@ func (client CapacityManagementClient) publishOccAvailabilityCatalog(ctx context
12031203
defer common.CloseBodyIfValid(httpResponse)
12041204
response.RawResponse = httpResponse
12051205
if err != nil {
1206-
apiReferenceLink := ""
1206+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccAvailabilityCatalog/PublishOccAvailabilityCatalog"
12071207
err = common.PostProcessServiceError(err, "CapacityManagement", "PublishOccAvailabilityCatalog", apiReferenceLink)
12081208
return response, err
12091209
}
@@ -1261,7 +1261,7 @@ func (client CapacityManagementClient) updateInternalOccCapacityRequest(ctx cont
12611261
defer common.CloseBodyIfValid(httpResponse)
12621262
response.RawResponse = httpResponse
12631263
if err != nil {
1264-
apiReferenceLink := ""
1264+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccCapacityRequest/UpdateInternalOccCapacityRequest"
12651265
err = common.PostProcessServiceError(err, "CapacityManagement", "UpdateInternalOccCapacityRequest", apiReferenceLink)
12661266
return response, err
12671267
}
@@ -1319,7 +1319,7 @@ func (client CapacityManagementClient) updateOccAvailabilityCatalog(ctx context.
13191319
defer common.CloseBodyIfValid(httpResponse)
13201320
response.RawResponse = httpResponse
13211321
if err != nil {
1322-
apiReferenceLink := ""
1322+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccAvailabilityCatalog/UpdateOccAvailabilityCatalog"
13231323
err = common.PostProcessServiceError(err, "CapacityManagement", "UpdateOccAvailabilityCatalog", apiReferenceLink)
13241324
return response, err
13251325
}
@@ -1377,7 +1377,7 @@ func (client CapacityManagementClient) updateOccCapacityRequest(ctx context.Cont
13771377
defer common.CloseBodyIfValid(httpResponse)
13781378
response.RawResponse = httpResponse
13791379
if err != nil {
1380-
apiReferenceLink := ""
1380+
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/occcm/20231107/OccCapacityRequest/UpdateOccCapacityRequest"
13811381
err = common.PostProcessServiceError(err, "CapacityManagement", "UpdateOccCapacityRequest", apiReferenceLink)
13821382
return response, err
13831383
}

capacitymanagement/create_occ_availability_catalog_details.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// 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.
33
// Code generated. DO NOT EDIT.
44

5-
// OciControlCenterCp API
5+
// OCI Control Center Capacity Management API
66
//
7-
// A description of the OciControlCenterCp API
7+
// OCI Control Center (OCC) Capacity Management enables you to manage capacity requests in realms where OCI Control Center Capacity Management is available. For more information, see OCI Control Center (https://docs.cloud.oracle.com/iaas/Content/control-center/home.htm).
88
//
99

1010
package capacitymanagement

capacitymanagement/create_occ_capacity_request_details.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// 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.
33
// Code generated. DO NOT EDIT.
44

5-
// OciControlCenterCp API
5+
// OCI Control Center Capacity Management API
66
//
7-
// A description of the OciControlCenterCp API
7+
// OCI Control Center (OCC) Capacity Management enables you to manage capacity requests in realms where OCI Control Center Capacity Management is available. For more information, see OCI Control Center (https://docs.cloud.oracle.com/iaas/Content/control-center/home.htm).
88
//
99

1010
package capacitymanagement

capacitymanagement/metadata_details.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// 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.
33
// Code generated. DO NOT EDIT.
44

5-
// OciControlCenterCp API
5+
// OCI Control Center Capacity Management API
66
//
7-
// A description of the OciControlCenterCp API
7+
// OCI Control Center (OCC) Capacity Management enables you to manage capacity requests in realms where OCI Control Center Capacity Management is available. For more information, see OCI Control Center (https://docs.cloud.oracle.com/iaas/Content/control-center/home.htm).
88
//
99

1010
package capacitymanagement

capacitymanagement/namespace.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// 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.
33
// Code generated. DO NOT EDIT.
44

5-
// OciControlCenterCp API
5+
// OCI Control Center Capacity Management API
66
//
7-
// A description of the OciControlCenterCp API
7+
// OCI Control Center (OCC) Capacity Management enables you to manage capacity requests in realms where OCI Control Center Capacity Management is available. For more information, see OCI Control Center (https://docs.cloud.oracle.com/iaas/Content/control-center/home.htm).
88
//
99

1010
package capacitymanagement

capacitymanagement/occ_availability_catalog.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// 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.
33
// Code generated. DO NOT EDIT.
44

5-
// OciControlCenterCp API
5+
// OCI Control Center Capacity Management API
66
//
7-
// A description of the OciControlCenterCp API
7+
// OCI Control Center (OCC) Capacity Management enables you to manage capacity requests in realms where OCI Control Center Capacity Management is available. For more information, see OCI Control Center (https://docs.cloud.oracle.com/iaas/Content/control-center/home.htm).
88
//
99

1010
package capacitymanagement

capacitymanagement/occ_availability_catalog_collection.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// 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.
33
// Code generated. DO NOT EDIT.
44

5-
// OciControlCenterCp API
5+
// OCI Control Center Capacity Management API
66
//
7-
// A description of the OciControlCenterCp API
7+
// OCI Control Center (OCC) Capacity Management enables you to manage capacity requests in realms where OCI Control Center Capacity Management is available. For more information, see OCI Control Center (https://docs.cloud.oracle.com/iaas/Content/control-center/home.htm).
88
//
99

1010
package capacitymanagement

capacitymanagement/occ_availability_catalog_summary.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// 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.
33
// Code generated. DO NOT EDIT.
44

5-
// OciControlCenterCp API
5+
// OCI Control Center Capacity Management API
66
//
7-
// A description of the OciControlCenterCp API
7+
// OCI Control Center (OCC) Capacity Management enables you to manage capacity requests in realms where OCI Control Center Capacity Management is available. For more information, see OCI Control Center (https://docs.cloud.oracle.com/iaas/Content/control-center/home.htm).
88
//
99

1010
package capacitymanagement

capacitymanagement/occ_availability_collection.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// 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.
33
// Code generated. DO NOT EDIT.
44

5-
// OciControlCenterCp API
5+
// OCI Control Center Capacity Management API
66
//
7-
// A description of the OciControlCenterCp API
7+
// OCI Control Center (OCC) Capacity Management enables you to manage capacity requests in realms where OCI Control Center Capacity Management is available. For more information, see OCI Control Center (https://docs.cloud.oracle.com/iaas/Content/control-center/home.htm).
88
//
99

1010
package capacitymanagement

0 commit comments

Comments
 (0)