Skip to content

Commit 55073d0

Browse files
committed
Merge pull request #1780 in SDK/oci-go-sdk from merge_to_github2021-12-13 to github
Releasing Version 54.0.0 Squashed commit of the following: commit ba106eec0982c520f21a77e6b373e20f709609e9 Author: swkrkris <[email protected]> Date: Mon Dec 13 17:49:26 2021 +0000 Releasing version 54 0 0
1 parent b56f1f9 commit 55073d0

File tree

8,932 files changed

+24719
-9571
lines changed

Some content is hidden

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

8,932 files changed

+24719
-9571
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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+
## 54.0.0 - 2021-12-14
8+
### Added
9+
- Support for node replacement in the VMWare Solution service
10+
- Support for ingestion of SQL stats metrics in the Operations Insights service
11+
- Support for AWR hub integration in the Operations Insights service
12+
- Support for automatically generating logical entities from filename patterns and relationships between business terms across glossaries in the Data Catalog service
13+
- Support for automatic start/stop at scheduled times in the Database service
14+
- Support for cloud VM cluster resources on autonomous dedicated databases in the Database service
15+
- Support for external Hive metastores in the Big Data service
16+
- Support for batch detection/inference in the AI Language service
17+
- Support for dimensions on monitoring targets in the Service Connector Hub service
18+
- Support for invoice operations in the Account Management service
19+
- Support for custom CA trust stores in the API Gateway service
20+
- Support for generating scoped database tokens in the Identity service
21+
- Support for database passwords for users, for logging into database accounts, in the Identity service
22+
23+
### Breaking changes
24+
- Support for retries enabled by default on some operations in the Data Catalog service
25+
726
## 53.1.0 - 2021-12-07
827
### Added
928
- Support for the Application Management service

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOC_SERVER_URL=https:\/\/docs.cloud.oracle.com
22

3-
GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events dts oce oda analytics integration osmanagement marketplace apigateway applicationmigration datacatalog dataflow datascience nosql secrets vault bds cims datasafe mysql dataintegration ocvp usageapi blockchain loggingingestion logging loganalytics managementdashboard sch loggingsearch managementagent cloudguard opsi computeinstanceagent optimizer tenantmanagercontrolplane rover databasemanagement artifacts apmsynthetics goldengate apmcontrolplane apmtraces networkloadbalancer vulnerabilityscanning databasemigration servicecatalog ailanguage operatoraccesscontrol bastion genericartifactscontent jms devops aianomalydetection datalabelingservice datalabelingservicedataplane apmconfig waf certificates certificatesmanagement usage databasetools servicemanagerproxy appmgmtcontrol ##SPECNAME##
3+
GEN_TARGETS = identity core objectstorage loadbalancer database audit dns filestorage email containerengine resourcesearch keymanagement announcementsservice healthchecks waas autoscaling streaming ons monitoring resourcemanager budget workrequests functions limits events dts oce oda analytics integration osmanagement marketplace apigateway applicationmigration datacatalog dataflow datascience nosql secrets vault bds cims datasafe mysql dataintegration ocvp usageapi blockchain loggingingestion logging loganalytics managementdashboard sch loggingsearch managementagent cloudguard opsi computeinstanceagent optimizer tenantmanagercontrolplane rover databasemanagement artifacts apmsynthetics goldengate apmcontrolplane apmtraces networkloadbalancer vulnerabilityscanning databasemigration servicecatalog ailanguage operatoraccesscontrol bastion genericartifactscontent jms devops aianomalydetection datalabelingservice datalabelingservicedataplane apmconfig waf certificates certificatesmanagement usage databasetools servicemanagerproxy appmgmtcontrol ospgateway identitydataplane ##SPECNAME##
44
NON_GEN_TARGETS = common common/auth objectstorage/transfer example
55
TARGETS = $(NON_GEN_TARGETS) $(GEN_TARGETS)
66

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![wercker status](https://app.wercker.com/status/09bc4818e7b1d70b04285331a9bdbc41/s/master "wercker status")](https://app.wercker.com/project/byKey/09bc4818e7b1d70b04285331a9bdbc41)
33

44
This is the Go SDK for Oracle Cloud Infrastructure. This project is open source and maintained by Oracle Corp.
5-
The home page for the project is [here](https://godoc.org/github.com/oracle/oci-go-sdk/v53/).
5+
The home page for the project is [here](https://godoc.org/github.com/oracle/oci-go-sdk/v54/).
66

77
## Survey
88
Are you a Developer using the OCI SDK? If so, please fill out our survey to help us make the OCI SDK better for you. Click [here](https://oracle.questionpro.com/t/APeMlZka26?custom3=pkg) for the survey page.
@@ -71,7 +71,7 @@ type ConfigurationProvider interface {
7171
AuthType() (AuthConfig, error)
7272
}
7373
```
74-
Or simply use one of structs exposed by the `oci-go-sdk` that already implement the above [interface](https://godoc.org/github.com/oracle/oci-go-sdk/v53/common#ConfigurationProvider)
74+
Or simply use one of structs exposed by the `oci-go-sdk` that already implement the above [interface](https://godoc.org/github.com/oracle/oci-go-sdk/v54/common#ConfigurationProvider)
7575

7676
### Making a Request
7777
To make a request to an Oracle Cloud Infrastructure service, create a client for the service and then use the client to call a function from the service.
@@ -132,7 +132,7 @@ in this package are meant to be used by the service packages.
132132
Examples can be found [here](https://github.com/oracle/oci-go-sdk/tree/master/example)
133133

134134
## Documentation
135-
Full documentation can be found [on the godocs site](https://godoc.org/github.com/oracle/oci-go-sdk/v53/).
135+
Full documentation can be found [on the godocs site](https://godoc.org/github.com/oracle/oci-go-sdk/v54/).
136136

137137
## Help
138138
* The [Issues](https://github.com/oracle/oci-go-sdk/issues) page of this GitHub repository.

Diff for: aianomalydetection/ai_private_endpoint.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// AiPrivateEndpoint A private network reverse connection creates a connection from service to customer subnet over a private network.

Diff for: aianomalydetection/ai_private_endpoint_collection.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// AiPrivateEndpointCollection A collection of AI Service PrivateEndpoints Each item is a AI Service PrivateEndpoint Summary object.

Diff for: aianomalydetection/ai_private_endpoint_summary.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// AiPrivateEndpointSummary A private network reverse connection creates a connection from service to customer subnet over a private network.

Diff for: aianomalydetection/aianomalydetection_anomalydetection_client.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ package aianomalydetection
1414
import (
1515
"context"
1616
"fmt"
17-
"github.com/oracle/oci-go-sdk/v53/common"
18-
"github.com/oracle/oci-go-sdk/v53/common/auth"
17+
"github.com/oracle/oci-go-sdk/v54/common"
18+
"github.com/oracle/oci-go-sdk/v54/common/auth"
1919
"net/http"
2020
)
2121

Diff for: aianomalydetection/anomaly.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// Anomaly An object to hold value information for each anomaly point

Diff for: aianomalydetection/anomaly_detect_result.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// AnomalyDetectResult Results of the detect anomalies call.

Diff for: aianomalydetection/cancel_work_request_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/change_ai_private_endpoint_compartment_details.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// ChangeAiPrivateEndpointCompartmentDetails Information about the change compartment for the private endpoint resource.

Diff for: aianomalydetection/change_ai_private_endpoint_compartment_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/change_data_asset_compartment_details.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// ChangeDataAssetCompartmentDetails Details for changing the compartment of a data asset.

Diff for: aianomalydetection/change_data_asset_compartment_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/change_model_compartment_details.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// ChangeModelCompartmentDetails Details for changing the compartment of a model.

Diff for: aianomalydetection/change_model_compartment_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/change_project_compartment_details.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// ChangeProjectCompartmentDetails Details for changing the compartment of a project.

Diff for: aianomalydetection/change_project_compartment_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/create_ai_private_endpoint_details.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// CreateAiPrivateEndpointDetails Information about the new private endpoint resource.

Diff for: aianomalydetection/create_ai_private_endpoint_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/create_data_asset_details.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package aianomalydetection
1313

1414
import (
1515
"encoding/json"
16-
"github.com/oracle/oci-go-sdk/v53/common"
16+
"github.com/oracle/oci-go-sdk/v54/common"
1717
)
1818

1919
// CreateDataAssetDetails Parameters needed to create a new data asset.

Diff for: aianomalydetection/create_data_asset_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/create_model_details.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// CreateModelDetails The information needed to train a new model

Diff for: aianomalydetection/create_model_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/create_project_details.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// CreateProjectDetails Parameters needed to create a new project. Projects enable users to organize their work.

Diff for: aianomalydetection/create_project_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/data_asset.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package aianomalydetection
1313

1414
import (
1515
"encoding/json"
16-
"github.com/oracle/oci-go-sdk/v53/common"
16+
"github.com/oracle/oci-go-sdk/v54/common"
1717
)
1818

1919
// DataAsset Description of DataAsset.

Diff for: aianomalydetection/data_asset_collection.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// DataAssetCollection Results of a dataAsset search. Contains both DataAssetSummary items and other data.

Diff for: aianomalydetection/data_asset_summary.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// DataAssetSummary Summary of the DataAsset.

Diff for: aianomalydetection/data_item.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package aianomalydetection
1313

1414
import (
15-
"github.com/oracle/oci-go-sdk/v53/common"
15+
"github.com/oracle/oci-go-sdk/v54/common"
1616
)
1717

1818
// DataItem Simple object representing signal values at a certain point in time.

Diff for: aianomalydetection/data_source_details.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package aianomalydetection
1313

1414
import (
1515
"encoding/json"
16-
"github.com/oracle/oci-go-sdk/v53/common"
16+
"github.com/oracle/oci-go-sdk/v54/common"
1717
)
1818

1919
// DataSourceDetails Possible data sources

Diff for: aianomalydetection/data_source_details_atp.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package aianomalydetection
1313

1414
import (
1515
"encoding/json"
16-
"github.com/oracle/oci-go-sdk/v53/common"
16+
"github.com/oracle/oci-go-sdk/v54/common"
1717
)
1818

1919
// DataSourceDetailsAtp Data Source details for ATP

Diff for: aianomalydetection/data_source_details_influx.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package aianomalydetection
1313

1414
import (
1515
"encoding/json"
16-
"github.com/oracle/oci-go-sdk/v53/common"
16+
"github.com/oracle/oci-go-sdk/v54/common"
1717
)
1818

1919
// DataSourceDetailsInflux Data Source details for influx.

Diff for: aianomalydetection/data_source_details_object_storage.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package aianomalydetection
1313

1414
import (
1515
"encoding/json"
16-
"github.com/oracle/oci-go-sdk/v53/common"
16+
"github.com/oracle/oci-go-sdk/v54/common"
1717
)
1818

1919
// DataSourceDetailsObjectStorage Data Source details for object storage

Diff for: aianomalydetection/delete_ai_private_endpoint_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/delete_data_asset_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/delete_model_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/delete_project_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

Diff for: aianomalydetection/detect_anomalies_details.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ package aianomalydetection
1313

1414
import (
1515
"encoding/json"
16-
"github.com/oracle/oci-go-sdk/v53/common"
16+
"github.com/oracle/oci-go-sdk/v54/common"
1717
)
1818

1919
// DetectAnomaliesDetails Base class for the DetectAnomalies call. It contains the identifier that will

Diff for: aianomalydetection/detect_anomalies_request_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package aianomalydetection
66

77
import (
8-
"github.com/oracle/oci-go-sdk/v53/common"
8+
"github.com/oracle/oci-go-sdk/v54/common"
99
"net/http"
1010
)
1111

0 commit comments

Comments
 (0)