Skip to content

Commit f307607

Browse files
Merge remote-tracking branch 'bitbucket/github' into release_2025-03-11
2 parents 96492d0 + 08d8a1d commit f307607

File tree

225 files changed

+7867
-365
lines changed

Some content is hidden

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

225 files changed

+7867
-365
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.86.0 - 2025-03-11
8+
### Added
9+
- Support for pipelines in the OpenSearch service
10+
- Support for uploading and downloading the model metadata artifacts in the Data Science service
11+
- Support for model references via native API in the Data Science service
12+
- Support for scheduling cross-region database backups in the HeatWave service
13+
- Support for specifying backup retention days for manual cross-region backups in the HeatWave service
14+
- Support for IPv6 addresses for dedicated infrastructure in the Database service
15+
- Support for NewDev edition for the development community in the Database service
16+
- Support for grouping sensitive types across the tenancies and reuse of groups in the discovery workflow in the Data Safe service
17+
- Support for generating custom assessment reports in the Data Safe service
18+
19+
### Breaking Changes
20+
- The properties `MaxMemoryGB`, `MaxOcpuCount`, `MinMemoryGB`, `MinOcpuCount` were removed from the models `CreateOpensearchClusterPipelineDetails`, `OpensearchClusterPipeline`, `OpensearchClusterPipelineSummary`, and `UpdateOpensearchClusterPipelineDetails` in the OpenSearch service
21+
- The property `SystemTags` was removed from the model `CreateOpensearchClusterPipelineDetails` in the OpenSearch service
22+
- The models `OpensearchPipelineValidationResponse`, `ValidateOpensearchPipelineDetails`, and `PipelineValidationErrorDetails` were removed in the OpenSearch service
23+
724
## 65.85.0 - 2025-03-04
825
### Added
926
- Support for user quotas on file system resources in the File Storage service

apmsynthetics/aggregate_network_data_details.go

+2-2
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-
// Application Performance Monitoring Synthetic Monitoring API
5+
// APM Availability Monitoring API
66
//
7-
// Use the Application Performance Monitoring Synthetic Monitoring API to query synthetic scripts and monitors. For more information, see Application Performance Monitoring (https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
7+
// Use the APM Availability Monitoring API to query Scripts, Monitors, Dedicated Vantage Points and On-Premise Vantage Points resources. For more information, see Application Performance Monitoring (https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
88
//
99

1010
package apmsynthetics

apmsynthetics/aggregated_network_data.go

+2-2
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-
// Application Performance Monitoring Synthetic Monitoring API
5+
// APM Availability Monitoring API
66
//
7-
// Use the Application Performance Monitoring Synthetic Monitoring API to query synthetic scripts and monitors. For more information, see Application Performance Monitoring (https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
7+
// Use the APM Availability Monitoring API to query Scripts, Monitors, Dedicated Vantage Points and On-Premise Vantage Points resources. For more information, see Application Performance Monitoring (https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
88
//
99

1010
package apmsynthetics

apmsynthetics/aggregated_network_data_result.go

+2-2
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-
// Application Performance Monitoring Synthetic Monitoring API
5+
// APM Availability Monitoring API
66
//
7-
// Use the Application Performance Monitoring Synthetic Monitoring API to query synthetic scripts and monitors. For more information, see Application Performance Monitoring (https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
7+
// Use the APM Availability Monitoring API to query Scripts, Monitors, Dedicated Vantage Points and On-Premise Vantage Points resources. For more information, see Application Performance Monitoring (https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
88
//
99

1010
package apmsynthetics

apmsynthetics/apmsynthetics_apmsynthetic_client.go

+30-30
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-
// Application Performance Monitoring Synthetic Monitoring API
5+
// APM Availability Monitoring API
66
//
7-
// Use the Application Performance Monitoring Synthetic Monitoring API to query synthetic scripts and monitors. For more information, see Application Performance Monitoring (https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
7+
// Use the APM Availability Monitoring API to query Scripts, Monitors, Dedicated Vantage Points and On-Premise Vantage Points resources. For more information, see Application Performance Monitoring (https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
88
//
99

1010
package apmsynthetics
@@ -145,7 +145,7 @@ func (client ApmSyntheticClient) aggregateNetworkData(ctx context.Context, reque
145145
defer common.CloseBodyIfValid(httpResponse)
146146
response.RawResponse = httpResponse
147147
if err != nil {
148-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/AggregatedNetworkDataResult/AggregateNetworkData"
148+
apiReferenceLink := ""
149149
err = common.PostProcessServiceError(err, "ApmSynthetic", "AggregateNetworkData", apiReferenceLink)
150150
return response, err
151151
}
@@ -208,7 +208,7 @@ func (client ApmSyntheticClient) createDedicatedVantagePoint(ctx context.Context
208208
defer common.CloseBodyIfValid(httpResponse)
209209
response.RawResponse = httpResponse
210210
if err != nil {
211-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/DedicatedVantagePoint/CreateDedicatedVantagePoint"
211+
apiReferenceLink := ""
212212
err = common.PostProcessServiceError(err, "ApmSynthetic", "CreateDedicatedVantagePoint", apiReferenceLink)
213213
return response, err
214214
}
@@ -271,7 +271,7 @@ func (client ApmSyntheticClient) createMonitor(ctx context.Context, request comm
271271
defer common.CloseBodyIfValid(httpResponse)
272272
response.RawResponse = httpResponse
273273
if err != nil {
274-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Monitor/CreateMonitor"
274+
apiReferenceLink := ""
275275
err = common.PostProcessServiceError(err, "ApmSynthetic", "CreateMonitor", apiReferenceLink)
276276
return response, err
277277
}
@@ -334,7 +334,7 @@ func (client ApmSyntheticClient) createOnPremiseVantagePoint(ctx context.Context
334334
defer common.CloseBodyIfValid(httpResponse)
335335
response.RawResponse = httpResponse
336336
if err != nil {
337-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/OnPremiseVantagePoint/CreateOnPremiseVantagePoint"
337+
apiReferenceLink := ""
338338
err = common.PostProcessServiceError(err, "ApmSynthetic", "CreateOnPremiseVantagePoint", apiReferenceLink)
339339
return response, err
340340
}
@@ -397,7 +397,7 @@ func (client ApmSyntheticClient) createScript(ctx context.Context, request commo
397397
defer common.CloseBodyIfValid(httpResponse)
398398
response.RawResponse = httpResponse
399399
if err != nil {
400-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Script/CreateScript"
400+
apiReferenceLink := ""
401401
err = common.PostProcessServiceError(err, "ApmSynthetic", "CreateScript", apiReferenceLink)
402402
return response, err
403403
}
@@ -460,7 +460,7 @@ func (client ApmSyntheticClient) createWorker(ctx context.Context, request commo
460460
defer common.CloseBodyIfValid(httpResponse)
461461
response.RawResponse = httpResponse
462462
if err != nil {
463-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Worker/CreateWorker"
463+
apiReferenceLink := ""
464464
err = common.PostProcessServiceError(err, "ApmSynthetic", "CreateWorker", apiReferenceLink)
465465
return response, err
466466
}
@@ -518,7 +518,7 @@ func (client ApmSyntheticClient) deleteDedicatedVantagePoint(ctx context.Context
518518
defer common.CloseBodyIfValid(httpResponse)
519519
response.RawResponse = httpResponse
520520
if err != nil {
521-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/DedicatedVantagePoint/DeleteDedicatedVantagePoint"
521+
apiReferenceLink := ""
522522
err = common.PostProcessServiceError(err, "ApmSynthetic", "DeleteDedicatedVantagePoint", apiReferenceLink)
523523
return response, err
524524
}
@@ -576,7 +576,7 @@ func (client ApmSyntheticClient) deleteMonitor(ctx context.Context, request comm
576576
defer common.CloseBodyIfValid(httpResponse)
577577
response.RawResponse = httpResponse
578578
if err != nil {
579-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Monitor/DeleteMonitor"
579+
apiReferenceLink := ""
580580
err = common.PostProcessServiceError(err, "ApmSynthetic", "DeleteMonitor", apiReferenceLink)
581581
return response, err
582582
}
@@ -634,7 +634,7 @@ func (client ApmSyntheticClient) deleteOnPremiseVantagePoint(ctx context.Context
634634
defer common.CloseBodyIfValid(httpResponse)
635635
response.RawResponse = httpResponse
636636
if err != nil {
637-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/OnPremiseVantagePoint/DeleteOnPremiseVantagePoint"
637+
apiReferenceLink := ""
638638
err = common.PostProcessServiceError(err, "ApmSynthetic", "DeleteOnPremiseVantagePoint", apiReferenceLink)
639639
return response, err
640640
}
@@ -692,7 +692,7 @@ func (client ApmSyntheticClient) deleteScript(ctx context.Context, request commo
692692
defer common.CloseBodyIfValid(httpResponse)
693693
response.RawResponse = httpResponse
694694
if err != nil {
695-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Script/DeleteScript"
695+
apiReferenceLink := ""
696696
err = common.PostProcessServiceError(err, "ApmSynthetic", "DeleteScript", apiReferenceLink)
697697
return response, err
698698
}
@@ -750,7 +750,7 @@ func (client ApmSyntheticClient) deleteWorker(ctx context.Context, request commo
750750
defer common.CloseBodyIfValid(httpResponse)
751751
response.RawResponse = httpResponse
752752
if err != nil {
753-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Worker/DeleteWorker"
753+
apiReferenceLink := ""
754754
err = common.PostProcessServiceError(err, "ApmSynthetic", "DeleteWorker", apiReferenceLink)
755755
return response, err
756756
}
@@ -808,7 +808,7 @@ func (client ApmSyntheticClient) getDedicatedVantagePoint(ctx context.Context, r
808808
defer common.CloseBodyIfValid(httpResponse)
809809
response.RawResponse = httpResponse
810810
if err != nil {
811-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/DedicatedVantagePoint/GetDedicatedVantagePoint"
811+
apiReferenceLink := ""
812812
err = common.PostProcessServiceError(err, "ApmSynthetic", "GetDedicatedVantagePoint", apiReferenceLink)
813813
return response, err
814814
}
@@ -866,7 +866,7 @@ func (client ApmSyntheticClient) getMonitor(ctx context.Context, request common.
866866
defer common.CloseBodyIfValid(httpResponse)
867867
response.RawResponse = httpResponse
868868
if err != nil {
869-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Monitor/GetMonitor"
869+
apiReferenceLink := ""
870870
err = common.PostProcessServiceError(err, "ApmSynthetic", "GetMonitor", apiReferenceLink)
871871
return response, err
872872
}
@@ -924,7 +924,7 @@ func (client ApmSyntheticClient) getMonitorResult(ctx context.Context, request c
924924
defer common.CloseBodyIfValid(httpResponse)
925925
response.RawResponse = httpResponse
926926
if err != nil {
927-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/MonitorResult/GetMonitorResult"
927+
apiReferenceLink := ""
928928
err = common.PostProcessServiceError(err, "ApmSynthetic", "GetMonitorResult", apiReferenceLink)
929929
return response, err
930930
}
@@ -982,7 +982,7 @@ func (client ApmSyntheticClient) getOnPremiseVantagePoint(ctx context.Context, r
982982
defer common.CloseBodyIfValid(httpResponse)
983983
response.RawResponse = httpResponse
984984
if err != nil {
985-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/OnPremiseVantagePoint/GetOnPremiseVantagePoint"
985+
apiReferenceLink := ""
986986
err = common.PostProcessServiceError(err, "ApmSynthetic", "GetOnPremiseVantagePoint", apiReferenceLink)
987987
return response, err
988988
}
@@ -1040,7 +1040,7 @@ func (client ApmSyntheticClient) getScript(ctx context.Context, request common.O
10401040
defer common.CloseBodyIfValid(httpResponse)
10411041
response.RawResponse = httpResponse
10421042
if err != nil {
1043-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Script/GetScript"
1043+
apiReferenceLink := ""
10441044
err = common.PostProcessServiceError(err, "ApmSynthetic", "GetScript", apiReferenceLink)
10451045
return response, err
10461046
}
@@ -1098,7 +1098,7 @@ func (client ApmSyntheticClient) getWorker(ctx context.Context, request common.O
10981098
defer common.CloseBodyIfValid(httpResponse)
10991099
response.RawResponse = httpResponse
11001100
if err != nil {
1101-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Worker/GetWorker"
1101+
apiReferenceLink := ""
11021102
err = common.PostProcessServiceError(err, "ApmSynthetic", "GetWorker", apiReferenceLink)
11031103
return response, err
11041104
}
@@ -1156,7 +1156,7 @@ func (client ApmSyntheticClient) listDedicatedVantagePoints(ctx context.Context,
11561156
defer common.CloseBodyIfValid(httpResponse)
11571157
response.RawResponse = httpResponse
11581158
if err != nil {
1159-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/DedicatedVantagePointCollection/ListDedicatedVantagePoints"
1159+
apiReferenceLink := ""
11601160
err = common.PostProcessServiceError(err, "ApmSynthetic", "ListDedicatedVantagePoints", apiReferenceLink)
11611161
return response, err
11621162
}
@@ -1214,7 +1214,7 @@ func (client ApmSyntheticClient) listMonitors(ctx context.Context, request commo
12141214
defer common.CloseBodyIfValid(httpResponse)
12151215
response.RawResponse = httpResponse
12161216
if err != nil {
1217-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/MonitorCollection/ListMonitors"
1217+
apiReferenceLink := ""
12181218
err = common.PostProcessServiceError(err, "ApmSynthetic", "ListMonitors", apiReferenceLink)
12191219
return response, err
12201220
}
@@ -1272,7 +1272,7 @@ func (client ApmSyntheticClient) listOnPremiseVantagePoints(ctx context.Context,
12721272
defer common.CloseBodyIfValid(httpResponse)
12731273
response.RawResponse = httpResponse
12741274
if err != nil {
1275-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/OnPremiseVantagePointCollection/ListOnPremiseVantagePoints"
1275+
apiReferenceLink := ""
12761276
err = common.PostProcessServiceError(err, "ApmSynthetic", "ListOnPremiseVantagePoints", apiReferenceLink)
12771277
return response, err
12781278
}
@@ -1330,7 +1330,7 @@ func (client ApmSyntheticClient) listPublicVantagePoints(ctx context.Context, re
13301330
defer common.CloseBodyIfValid(httpResponse)
13311331
response.RawResponse = httpResponse
13321332
if err != nil {
1333-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/PublicVantagePointCollection/ListPublicVantagePoints"
1333+
apiReferenceLink := ""
13341334
err = common.PostProcessServiceError(err, "ApmSynthetic", "ListPublicVantagePoints", apiReferenceLink)
13351335
return response, err
13361336
}
@@ -1388,7 +1388,7 @@ func (client ApmSyntheticClient) listScripts(ctx context.Context, request common
13881388
defer common.CloseBodyIfValid(httpResponse)
13891389
response.RawResponse = httpResponse
13901390
if err != nil {
1391-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/ScriptCollection/ListScripts"
1391+
apiReferenceLink := ""
13921392
err = common.PostProcessServiceError(err, "ApmSynthetic", "ListScripts", apiReferenceLink)
13931393
return response, err
13941394
}
@@ -1446,7 +1446,7 @@ func (client ApmSyntheticClient) listWorkers(ctx context.Context, request common
14461446
defer common.CloseBodyIfValid(httpResponse)
14471447
response.RawResponse = httpResponse
14481448
if err != nil {
1449-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/WorkerCollection/ListWorkers"
1449+
apiReferenceLink := ""
14501450
err = common.PostProcessServiceError(err, "ApmSynthetic", "ListWorkers", apiReferenceLink)
14511451
return response, err
14521452
}
@@ -1504,7 +1504,7 @@ func (client ApmSyntheticClient) updateDedicatedVantagePoint(ctx context.Context
15041504
defer common.CloseBodyIfValid(httpResponse)
15051505
response.RawResponse = httpResponse
15061506
if err != nil {
1507-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/DedicatedVantagePoint/UpdateDedicatedVantagePoint"
1507+
apiReferenceLink := ""
15081508
err = common.PostProcessServiceError(err, "ApmSynthetic", "UpdateDedicatedVantagePoint", apiReferenceLink)
15091509
return response, err
15101510
}
@@ -1562,7 +1562,7 @@ func (client ApmSyntheticClient) updateMonitor(ctx context.Context, request comm
15621562
defer common.CloseBodyIfValid(httpResponse)
15631563
response.RawResponse = httpResponse
15641564
if err != nil {
1565-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Monitor/UpdateMonitor"
1565+
apiReferenceLink := ""
15661566
err = common.PostProcessServiceError(err, "ApmSynthetic", "UpdateMonitor", apiReferenceLink)
15671567
return response, err
15681568
}
@@ -1620,7 +1620,7 @@ func (client ApmSyntheticClient) updateOnPremiseVantagePoint(ctx context.Context
16201620
defer common.CloseBodyIfValid(httpResponse)
16211621
response.RawResponse = httpResponse
16221622
if err != nil {
1623-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/OnPremiseVantagePoint/UpdateOnPremiseVantagePoint"
1623+
apiReferenceLink := ""
16241624
err = common.PostProcessServiceError(err, "ApmSynthetic", "UpdateOnPremiseVantagePoint", apiReferenceLink)
16251625
return response, err
16261626
}
@@ -1678,7 +1678,7 @@ func (client ApmSyntheticClient) updateScript(ctx context.Context, request commo
16781678
defer common.CloseBodyIfValid(httpResponse)
16791679
response.RawResponse = httpResponse
16801680
if err != nil {
1681-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Script/UpdateScript"
1681+
apiReferenceLink := ""
16821682
err = common.PostProcessServiceError(err, "ApmSynthetic", "UpdateScript", apiReferenceLink)
16831683
return response, err
16841684
}
@@ -1736,7 +1736,7 @@ func (client ApmSyntheticClient) updateWorker(ctx context.Context, request commo
17361736
defer common.CloseBodyIfValid(httpResponse)
17371737
response.RawResponse = httpResponse
17381738
if err != nil {
1739-
apiReferenceLink := "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Worker/UpdateWorker"
1739+
apiReferenceLink := ""
17401740
err = common.PostProcessServiceError(err, "ApmSynthetic", "UpdateWorker", apiReferenceLink)
17411741
return response, err
17421742
}

apmsynthetics/availability_configuration.go

+2-2
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-
// Application Performance Monitoring Synthetic Monitoring API
5+
// APM Availability Monitoring API
66
//
7-
// Use the Application Performance Monitoring Synthetic Monitoring API to query synthetic scripts and monitors. For more information, see Application Performance Monitoring (https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
7+
// Use the APM Availability Monitoring API to query Scripts, Monitors, Dedicated Vantage Points and On-Premise Vantage Points resources. For more information, see Application Performance Monitoring (https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
88
//
99

1010
package apmsynthetics

0 commit comments

Comments
 (0)