oci-monitoring 2.4.0 → 2.6.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.
package/LICENSE.txt CHANGED
@@ -1,3 +1,9 @@
1
+ Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
2
+
3
+ This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4
+
5
+ ____________________________
6
+
1
7
  The Universal Permissive License (UPL), Version 1.0
2
8
 
3
9
  Subject to the condition set forth below, permission is hereby granted to any
package/lib/client.d.ts CHANGED
@@ -20,6 +20,9 @@ import * as responses from "./response";
20
20
  import { MonitoringWaiter } from "./monitoring-waiter";
21
21
  export declare enum MonitoringApiKeys {
22
22
  }
23
+ /**
24
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
25
+ */
23
26
  export declare class MonitoringClient {
24
27
  protected static serviceEndpointTemplate: string;
25
28
  protected "_endpoint": string;
@@ -72,10 +75,11 @@ export declare class MonitoringClient {
72
75
  * <p>
73
76
  For information about moving resources between compartments, see [Moving Resources Between Compartments](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
74
77
  *
78
+ * This operation does not retry by default if the user has not defined a retry configuration.
75
79
  * @param ChangeAlarmCompartmentRequest
76
80
  * @return ChangeAlarmCompartmentResponse
77
81
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
82
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
79
83
  */
80
84
  changeAlarmCompartment(changeAlarmCompartmentRequest: requests.ChangeAlarmCompartmentRequest): Promise<responses.ChangeAlarmCompartmentResponse>;
81
85
  /**
@@ -86,10 +90,11 @@ export declare class MonitoringClient {
86
90
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
87
91
  * or transactions, per second (TPS) for a given tenancy.
88
92
  *
93
+ * This operation does not retry by default if the user has not defined a retry configuration.
89
94
  * @param CreateAlarmRequest
90
95
  * @return CreateAlarmResponse
91
96
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
93
98
  */
94
99
  createAlarm(createAlarmRequest: requests.CreateAlarmRequest): Promise<responses.CreateAlarmResponse>;
95
100
  /**
@@ -100,10 +105,11 @@ export declare class MonitoringClient {
100
105
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
101
106
  * or transactions, per second (TPS) for a given tenancy.
102
107
  *
108
+ * This operation does not retry by default if the user has not defined a retry configuration.
103
109
  * @param DeleteAlarmRequest
104
110
  * @return DeleteAlarmResponse
105
111
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
107
113
  */
108
114
  deleteAlarm(deleteAlarmRequest: requests.DeleteAlarmRequest): Promise<responses.DeleteAlarmResponse>;
109
115
  /**
@@ -114,10 +120,11 @@ export declare class MonitoringClient {
114
120
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
115
121
  * or transactions, per second (TPS) for a given tenancy.
116
122
  *
123
+ * This operation does not retry by default if the user has not defined a retry configuration.
117
124
  * @param GetAlarmRequest
118
125
  * @return GetAlarmResponse
119
126
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
121
128
  */
122
129
  getAlarm(getAlarmRequest: requests.GetAlarmRequest): Promise<responses.GetAlarmResponse>;
123
130
  /**
@@ -128,10 +135,11 @@ export declare class MonitoringClient {
128
135
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
129
136
  * or transactions, per second (TPS) for a given tenancy.
130
137
  *
138
+ * This operation does not retry by default if the user has not defined a retry configuration.
131
139
  * @param GetAlarmHistoryRequest
132
140
  * @return GetAlarmHistoryResponse
133
141
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
135
143
  */
136
144
  getAlarmHistory(getAlarmHistoryRequest: requests.GetAlarmHistoryRequest): Promise<responses.GetAlarmHistoryResponse>;
137
145
  /**
@@ -142,13 +150,15 @@ export declare class MonitoringClient {
142
150
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
143
151
  * or transactions, per second (TPS) for a given tenancy.
144
152
  *
153
+ * This operation does not retry by default if the user has not defined a retry configuration.
145
154
  * @param ListAlarmsRequest
146
155
  * @return ListAlarmsResponse
147
156
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
149
158
  */
150
159
  listAlarms(listAlarmsRequest: requests.ListAlarmsRequest): Promise<responses.ListAlarmsResponse>;
151
160
  /**
161
+ * NOTE: This function is deprecated in favor of listAlarmsRecordIterator function.
152
162
  * Creates a new async iterator which will iterate over the models.AlarmSummary objects
153
163
  * contained in responses from the listAlarms operation. This iterator will fetch more data from the
154
164
  * server as needed.
@@ -157,12 +167,28 @@ export declare class MonitoringClient {
157
167
  */
158
168
  listAllAlarms(request: requests.ListAlarmsRequest): AsyncIterableIterator<model.AlarmSummary>;
159
169
  /**
170
+ * NOTE: This function is deprecated in favor of listAlarmsResponseIterator function.
160
171
  * Creates a new async iterator which will iterate over the responses received from the listAlarms operation. This iterator
161
172
  * will fetch more data from the server as needed.
162
173
  *
163
174
  * @param request a request which can be sent to the service operation
164
175
  */
165
176
  listAllAlarmsResponses(request: requests.ListAlarmsRequest): AsyncIterableIterator<responses.ListAlarmsResponse>;
177
+ /**
178
+ * Creates a new async iterator which will iterate over the models.AlarmSummary objects
179
+ * contained in responses from the listAlarms operation. This iterator will fetch more data from the
180
+ * server as needed.
181
+ *
182
+ * @param request a request which can be sent to the service operation
183
+ */
184
+ listAlarmsRecordIterator(request: requests.ListAlarmsRequest): AsyncIterableIterator<model.AlarmSummary>;
185
+ /**
186
+ * Creates a new async iterator which will iterate over the responses received from the listAlarms operation. This iterator
187
+ * will fetch more data from the server as needed.
188
+ *
189
+ * @param request a request which can be sent to the service operation
190
+ */
191
+ listAlarmsResponseIterator(request: requests.ListAlarmsRequest): AsyncIterableIterator<responses.ListAlarmsResponse>;
166
192
  /**
167
193
  * List the status of each alarm in the specified compartment.
168
194
  * For important limits information, see [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits).
@@ -171,13 +197,15 @@ export declare class MonitoringClient {
171
197
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
172
198
  * or transactions, per second (TPS) for a given tenancy.
173
199
  *
200
+ * This operation does not retry by default if the user has not defined a retry configuration.
174
201
  * @param ListAlarmsStatusRequest
175
202
  * @return ListAlarmsStatusResponse
176
203
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
178
205
  */
179
206
  listAlarmsStatus(listAlarmsStatusRequest: requests.ListAlarmsStatusRequest): Promise<responses.ListAlarmsStatusResponse>;
180
207
  /**
208
+ * NOTE: This function is deprecated in favor of listAlarmsStatusRecordIterator function.
181
209
  * Creates a new async iterator which will iterate over the models.AlarmStatusSummary objects
182
210
  * contained in responses from the listAlarmsStatus operation. This iterator will fetch more data from the
183
211
  * server as needed.
@@ -186,12 +214,28 @@ export declare class MonitoringClient {
186
214
  */
187
215
  listAllAlarmsStatus(request: requests.ListAlarmsStatusRequest): AsyncIterableIterator<model.AlarmStatusSummary>;
188
216
  /**
217
+ * NOTE: This function is deprecated in favor of listAlarmsStatusResponseIterator function.
189
218
  * Creates a new async iterator which will iterate over the responses received from the listAlarmsStatus operation. This iterator
190
219
  * will fetch more data from the server as needed.
191
220
  *
192
221
  * @param request a request which can be sent to the service operation
193
222
  */
194
223
  listAllAlarmsStatusResponses(request: requests.ListAlarmsStatusRequest): AsyncIterableIterator<responses.ListAlarmsStatusResponse>;
224
+ /**
225
+ * Creates a new async iterator which will iterate over the models.AlarmStatusSummary objects
226
+ * contained in responses from the listAlarmsStatus operation. This iterator will fetch more data from the
227
+ * server as needed.
228
+ *
229
+ * @param request a request which can be sent to the service operation
230
+ */
231
+ listAlarmsStatusRecordIterator(request: requests.ListAlarmsStatusRequest): AsyncIterableIterator<model.AlarmStatusSummary>;
232
+ /**
233
+ * Creates a new async iterator which will iterate over the responses received from the listAlarmsStatus operation. This iterator
234
+ * will fetch more data from the server as needed.
235
+ *
236
+ * @param request a request which can be sent to the service operation
237
+ */
238
+ listAlarmsStatusResponseIterator(request: requests.ListAlarmsStatusRequest): AsyncIterableIterator<responses.ListAlarmsStatusResponse>;
195
239
  /**
196
240
  * Returns metric definitions that match the criteria specified in the request. Compartment OCID required.
197
241
  * For information about metrics, see [Metrics Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview).
@@ -199,13 +243,15 @@ export declare class MonitoringClient {
199
243
  * <p>
200
244
  Transactions Per Second (TPS) per-tenancy limit for this operation: 10.
201
245
  *
246
+ * This operation does not retry by default if the user has not defined a retry configuration.
202
247
  * @param ListMetricsRequest
203
248
  * @return ListMetricsResponse
204
249
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
206
251
  */
207
252
  listMetrics(listMetricsRequest: requests.ListMetricsRequest): Promise<responses.ListMetricsResponse>;
208
253
  /**
254
+ * NOTE: This function is deprecated in favor of listMetricsRecordIterator function.
209
255
  * Creates a new async iterator which will iterate over the models.Metric objects
210
256
  * contained in responses from the listMetrics operation. This iterator will fetch more data from the
211
257
  * server as needed.
@@ -214,12 +260,28 @@ export declare class MonitoringClient {
214
260
  */
215
261
  listAllMetrics(request: requests.ListMetricsRequest): AsyncIterableIterator<model.Metric>;
216
262
  /**
263
+ * NOTE: This function is deprecated in favor of listMetricsResponseIterator function.
217
264
  * Creates a new async iterator which will iterate over the responses received from the listMetrics operation. This iterator
218
265
  * will fetch more data from the server as needed.
219
266
  *
220
267
  * @param request a request which can be sent to the service operation
221
268
  */
222
269
  listAllMetricsResponses(request: requests.ListMetricsRequest): AsyncIterableIterator<responses.ListMetricsResponse>;
270
+ /**
271
+ * Creates a new async iterator which will iterate over the models.Metric objects
272
+ * contained in responses from the listMetrics operation. This iterator will fetch more data from the
273
+ * server as needed.
274
+ *
275
+ * @param request a request which can be sent to the service operation
276
+ */
277
+ listMetricsRecordIterator(request: requests.ListMetricsRequest): AsyncIterableIterator<model.Metric>;
278
+ /**
279
+ * Creates a new async iterator which will iterate over the responses received from the listMetrics operation. This iterator
280
+ * will fetch more data from the server as needed.
281
+ *
282
+ * @param request a request which can be sent to the service operation
283
+ */
284
+ listMetricsResponseIterator(request: requests.ListMetricsRequest): AsyncIterableIterator<responses.ListMetricsResponse>;
223
285
  /**
224
286
  * Publishes raw metric data points to the Monitoring service.
225
287
  * For more information about publishing metrics, see [Publishing Custom Metrics](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/publishingcustommetrics.htm).
@@ -240,10 +302,11 @@ export declare class MonitoringClient {
240
302
  * <p>
241
303
  https://telemetry-ingestion.eu-frankfurt-1.oraclecloud.com
242
304
  *
305
+ * This operation does not retry by default if the user has not defined a retry configuration.
243
306
  * @param PostMetricDataRequest
244
307
  * @return PostMetricDataResponse
245
308
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
247
310
  */
248
311
  postMetricData(postMetricDataRequest: requests.PostMetricDataRequest): Promise<responses.PostMetricDataResponse>;
249
312
  /**
@@ -254,10 +317,11 @@ export declare class MonitoringClient {
254
317
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
255
318
  * or transactions, per second (TPS) for a given tenancy.
256
319
  *
320
+ * This operation does not retry by default if the user has not defined a retry configuration.
257
321
  * @param RemoveAlarmSuppressionRequest
258
322
  * @return RemoveAlarmSuppressionResponse
259
323
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
261
325
  */
262
326
  removeAlarmSuppression(removeAlarmSuppressionRequest: requests.RemoveAlarmSuppressionRequest): Promise<responses.RemoveAlarmSuppressionResponse>;
263
327
  /**
@@ -267,10 +331,11 @@ export declare class MonitoringClient {
267
331
  * <p>
268
332
  Transactions Per Second (TPS) per-tenancy limit for this operation: 10.
269
333
  *
334
+ * This operation does not retry by default if the user has not defined a retry configuration.
270
335
  * @param SummarizeMetricsDataRequest
271
336
  * @return SummarizeMetricsDataResponse
272
337
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
274
339
  */
275
340
  summarizeMetricsData(summarizeMetricsDataRequest: requests.SummarizeMetricsDataRequest): Promise<responses.SummarizeMetricsDataResponse>;
276
341
  /**
@@ -281,10 +346,11 @@ export declare class MonitoringClient {
281
346
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
282
347
  * or transactions, per second (TPS) for a given tenancy.
283
348
  *
349
+ * This operation does not retry by default if the user has not defined a retry configuration.
284
350
  * @param UpdateAlarmRequest
285
351
  * @return UpdateAlarmResponse
286
352
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
288
354
  */
289
355
  updateAlarm(updateAlarmRequest: requests.UpdateAlarmRequest): Promise<responses.UpdateAlarmResponse>;
290
356
  }
package/lib/client.js CHANGED
@@ -55,6 +55,9 @@ const oci_common_2 = require("oci-common");
55
55
  var MonitoringApiKeys;
56
56
  (function (MonitoringApiKeys) {
57
57
  })(MonitoringApiKeys = exports.MonitoringApiKeys || (exports.MonitoringApiKeys = {}));
58
+ /**
59
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
60
+ */
58
61
  class MonitoringClient {
59
62
  constructor(params, clientConfiguration) {
60
63
  this["_endpoint"] = "";
@@ -69,6 +72,13 @@ class MonitoringClient {
69
72
  ? clientConfiguration.circuitBreaker.circuit
70
73
  : null;
71
74
  }
75
+ // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
76
+ const specCircuitBreakerEnabled = false;
77
+ if (!this._circuitBreaker &&
78
+ common.utils.isCircuitBreakerSystemEnabled(clientConfiguration) &&
79
+ (specCircuitBreakerEnabled || common.CircuitBreaker.DefaultCircuitBreakerOverriden)) {
80
+ this._circuitBreaker = new common.CircuitBreaker().circuit;
81
+ }
72
82
  this._httpClient =
73
83
  params.httpClient || new common.FetchHttpClient(requestSigner, this._circuitBreaker);
74
84
  if (params.authenticationDetailsProvider &&
@@ -143,10 +153,11 @@ class MonitoringClient {
143
153
  * <p>
144
154
  For information about moving resources between compartments, see [Moving Resources Between Compartments](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
145
155
  *
156
+ * This operation does not retry by default if the user has not defined a retry configuration.
146
157
  * @param ChangeAlarmCompartmentRequest
147
158
  * @return ChangeAlarmCompartmentResponse
148
159
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
150
161
  */
151
162
  changeAlarmCompartment(changeAlarmCompartmentRequest) {
152
163
  return __awaiter(this, void 0, void 0, function* () {
@@ -162,7 +173,8 @@ class MonitoringClient {
162
173
  "opc-request-id": changeAlarmCompartmentRequest.opcRequestId,
163
174
  "opc-retry-token": changeAlarmCompartmentRequest.opcRetryToken
164
175
  };
165
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, changeAlarmCompartmentRequest.retryConfiguration);
176
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
177
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeAlarmCompartmentRequest.retryConfiguration, specRetryConfiguration);
166
178
  if (this.logger)
167
179
  retrier.logger = this.logger;
168
180
  const request = yield oci_common_2.composeRequest({
@@ -202,10 +214,11 @@ class MonitoringClient {
202
214
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
203
215
  * or transactions, per second (TPS) for a given tenancy.
204
216
  *
217
+ * This operation does not retry by default if the user has not defined a retry configuration.
205
218
  * @param CreateAlarmRequest
206
219
  * @return CreateAlarmResponse
207
220
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
209
222
  */
210
223
  createAlarm(createAlarmRequest) {
211
224
  return __awaiter(this, void 0, void 0, function* () {
@@ -218,7 +231,8 @@ class MonitoringClient {
218
231
  "opc-request-id": createAlarmRequest.opcRequestId,
219
232
  "opc-retry-token": createAlarmRequest.opcRetryToken
220
233
  };
221
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createAlarmRequest.retryConfiguration);
234
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
235
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createAlarmRequest.retryConfiguration, specRetryConfiguration);
222
236
  if (this.logger)
223
237
  retrier.logger = this.logger;
224
238
  const request = yield oci_common_2.composeRequest({
@@ -267,10 +281,11 @@ class MonitoringClient {
267
281
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
268
282
  * or transactions, per second (TPS) for a given tenancy.
269
283
  *
284
+ * This operation does not retry by default if the user has not defined a retry configuration.
270
285
  * @param DeleteAlarmRequest
271
286
  * @return DeleteAlarmResponse
272
287
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
274
289
  */
275
290
  deleteAlarm(deleteAlarmRequest) {
276
291
  return __awaiter(this, void 0, void 0, function* () {
@@ -285,7 +300,8 @@ class MonitoringClient {
285
300
  "if-match": deleteAlarmRequest.ifMatch,
286
301
  "opc-request-id": deleteAlarmRequest.opcRequestId
287
302
  };
288
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteAlarmRequest.retryConfiguration);
303
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
304
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteAlarmRequest.retryConfiguration, specRetryConfiguration);
289
305
  if (this.logger)
290
306
  retrier.logger = this.logger;
291
307
  const request = yield oci_common_2.composeRequest({
@@ -324,10 +340,11 @@ class MonitoringClient {
324
340
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
325
341
  * or transactions, per second (TPS) for a given tenancy.
326
342
  *
343
+ * This operation does not retry by default if the user has not defined a retry configuration.
327
344
  * @param GetAlarmRequest
328
345
  * @return GetAlarmResponse
329
346
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
331
348
  */
332
349
  getAlarm(getAlarmRequest) {
333
350
  return __awaiter(this, void 0, void 0, function* () {
@@ -341,7 +358,8 @@ class MonitoringClient {
341
358
  "Content-Type": common.Constants.APPLICATION_JSON,
342
359
  "opc-request-id": getAlarmRequest.opcRequestId
343
360
  };
344
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getAlarmRequest.retryConfiguration);
361
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
362
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAlarmRequest.retryConfiguration, specRetryConfiguration);
345
363
  if (this.logger)
346
364
  retrier.logger = this.logger;
347
365
  const request = yield oci_common_2.composeRequest({
@@ -389,10 +407,11 @@ class MonitoringClient {
389
407
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
390
408
  * or transactions, per second (TPS) for a given tenancy.
391
409
  *
410
+ * This operation does not retry by default if the user has not defined a retry configuration.
392
411
  * @param GetAlarmHistoryRequest
393
412
  * @return GetAlarmHistoryResponse
394
413
  * @throws OciError when an error occurs
395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
396
415
  */
397
416
  getAlarmHistory(getAlarmHistoryRequest) {
398
417
  return __awaiter(this, void 0, void 0, function* () {
@@ -412,7 +431,8 @@ class MonitoringClient {
412
431
  "Content-Type": common.Constants.APPLICATION_JSON,
413
432
  "opc-request-id": getAlarmHistoryRequest.opcRequestId
414
433
  };
415
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getAlarmHistoryRequest.retryConfiguration);
434
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
435
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAlarmHistoryRequest.retryConfiguration, specRetryConfiguration);
416
436
  if (this.logger)
417
437
  retrier.logger = this.logger;
418
438
  const request = yield oci_common_2.composeRequest({
@@ -460,10 +480,11 @@ class MonitoringClient {
460
480
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
461
481
  * or transactions, per second (TPS) for a given tenancy.
462
482
  *
483
+ * This operation does not retry by default if the user has not defined a retry configuration.
463
484
  * @param ListAlarmsRequest
464
485
  * @return ListAlarmsResponse
465
486
  * @throws OciError when an error occurs
466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
467
488
  */
468
489
  listAlarms(listAlarmsRequest) {
469
490
  return __awaiter(this, void 0, void 0, function* () {
@@ -484,7 +505,8 @@ class MonitoringClient {
484
505
  "Content-Type": common.Constants.APPLICATION_JSON,
485
506
  "opc-request-id": listAlarmsRequest.opcRequestId
486
507
  };
487
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listAlarmsRequest.retryConfiguration);
508
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
509
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAlarmsRequest.retryConfiguration, specRetryConfiguration);
488
510
  if (this.logger)
489
511
  retrier.logger = this.logger;
490
512
  const request = yield oci_common_2.composeRequest({
@@ -525,6 +547,7 @@ class MonitoringClient {
525
547
  });
526
548
  }
527
549
  /**
550
+ * NOTE: This function is deprecated in favor of listAlarmsRecordIterator function.
528
551
  * Creates a new async iterator which will iterate over the models.AlarmSummary objects
529
552
  * contained in responses from the listAlarms operation. This iterator will fetch more data from the
530
553
  * server as needed.
@@ -535,6 +558,7 @@ class MonitoringClient {
535
558
  return oci_common_1.paginateRecords(request, req => this.listAlarms(req));
536
559
  }
537
560
  /**
561
+ * NOTE: This function is deprecated in favor of listAlarmsResponseIterator function.
538
562
  * Creates a new async iterator which will iterate over the responses received from the listAlarms operation. This iterator
539
563
  * will fetch more data from the server as needed.
540
564
  *
@@ -543,6 +567,25 @@ class MonitoringClient {
543
567
  listAllAlarmsResponses(request) {
544
568
  return oci_common_1.paginateResponses(request, req => this.listAlarms(req));
545
569
  }
570
+ /**
571
+ * Creates a new async iterator which will iterate over the models.AlarmSummary objects
572
+ * contained in responses from the listAlarms operation. This iterator will fetch more data from the
573
+ * server as needed.
574
+ *
575
+ * @param request a request which can be sent to the service operation
576
+ */
577
+ listAlarmsRecordIterator(request) {
578
+ return oci_common_1.paginateRecords(request, req => this.listAlarms(req));
579
+ }
580
+ /**
581
+ * Creates a new async iterator which will iterate over the responses received from the listAlarms operation. This iterator
582
+ * will fetch more data from the server as needed.
583
+ *
584
+ * @param request a request which can be sent to the service operation
585
+ */
586
+ listAlarmsResponseIterator(request) {
587
+ return oci_common_1.paginateResponses(request, req => this.listAlarms(req));
588
+ }
546
589
  /**
547
590
  * List the status of each alarm in the specified compartment.
548
591
  * For important limits information, see [Limits on Monitoring](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits).
@@ -551,10 +594,11 @@ class MonitoringClient {
551
594
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
552
595
  * or transactions, per second (TPS) for a given tenancy.
553
596
  *
597
+ * This operation does not retry by default if the user has not defined a retry configuration.
554
598
  * @param ListAlarmsStatusRequest
555
599
  * @return ListAlarmsStatusResponse
556
600
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
601
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
558
602
  */
559
603
  listAlarmsStatus(listAlarmsStatusRequest) {
560
604
  return __awaiter(this, void 0, void 0, function* () {
@@ -574,7 +618,8 @@ class MonitoringClient {
574
618
  "Content-Type": common.Constants.APPLICATION_JSON,
575
619
  "opc-request-id": listAlarmsStatusRequest.opcRequestId
576
620
  };
577
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listAlarmsStatusRequest.retryConfiguration);
621
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
622
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAlarmsStatusRequest.retryConfiguration, specRetryConfiguration);
578
623
  if (this.logger)
579
624
  retrier.logger = this.logger;
580
625
  const request = yield oci_common_2.composeRequest({
@@ -615,6 +660,7 @@ class MonitoringClient {
615
660
  });
616
661
  }
617
662
  /**
663
+ * NOTE: This function is deprecated in favor of listAlarmsStatusRecordIterator function.
618
664
  * Creates a new async iterator which will iterate over the models.AlarmStatusSummary objects
619
665
  * contained in responses from the listAlarmsStatus operation. This iterator will fetch more data from the
620
666
  * server as needed.
@@ -625,6 +671,7 @@ class MonitoringClient {
625
671
  return oci_common_1.paginateRecords(request, req => this.listAlarmsStatus(req));
626
672
  }
627
673
  /**
674
+ * NOTE: This function is deprecated in favor of listAlarmsStatusResponseIterator function.
628
675
  * Creates a new async iterator which will iterate over the responses received from the listAlarmsStatus operation. This iterator
629
676
  * will fetch more data from the server as needed.
630
677
  *
@@ -633,6 +680,25 @@ class MonitoringClient {
633
680
  listAllAlarmsStatusResponses(request) {
634
681
  return oci_common_1.paginateResponses(request, req => this.listAlarmsStatus(req));
635
682
  }
683
+ /**
684
+ * Creates a new async iterator which will iterate over the models.AlarmStatusSummary objects
685
+ * contained in responses from the listAlarmsStatus operation. This iterator will fetch more data from the
686
+ * server as needed.
687
+ *
688
+ * @param request a request which can be sent to the service operation
689
+ */
690
+ listAlarmsStatusRecordIterator(request) {
691
+ return oci_common_1.paginateRecords(request, req => this.listAlarmsStatus(req));
692
+ }
693
+ /**
694
+ * Creates a new async iterator which will iterate over the responses received from the listAlarmsStatus operation. This iterator
695
+ * will fetch more data from the server as needed.
696
+ *
697
+ * @param request a request which can be sent to the service operation
698
+ */
699
+ listAlarmsStatusResponseIterator(request) {
700
+ return oci_common_1.paginateResponses(request, req => this.listAlarmsStatus(req));
701
+ }
636
702
  /**
637
703
  * Returns metric definitions that match the criteria specified in the request. Compartment OCID required.
638
704
  * For information about metrics, see [Metrics Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview).
@@ -640,10 +706,11 @@ class MonitoringClient {
640
706
  * <p>
641
707
  Transactions Per Second (TPS) per-tenancy limit for this operation: 10.
642
708
  *
709
+ * This operation does not retry by default if the user has not defined a retry configuration.
643
710
  * @param ListMetricsRequest
644
711
  * @return ListMetricsResponse
645
712
  * @throws OciError when an error occurs
646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
647
714
  */
648
715
  listMetrics(listMetricsRequest) {
649
716
  return __awaiter(this, void 0, void 0, function* () {
@@ -660,7 +727,8 @@ class MonitoringClient {
660
727
  "Content-Type": common.Constants.APPLICATION_JSON,
661
728
  "opc-request-id": listMetricsRequest.opcRequestId
662
729
  };
663
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listMetricsRequest.retryConfiguration);
730
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
731
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listMetricsRequest.retryConfiguration, specRetryConfiguration);
664
732
  if (this.logger)
665
733
  retrier.logger = this.logger;
666
734
  const request = yield oci_common_2.composeRequest({
@@ -702,6 +770,7 @@ class MonitoringClient {
702
770
  });
703
771
  }
704
772
  /**
773
+ * NOTE: This function is deprecated in favor of listMetricsRecordIterator function.
705
774
  * Creates a new async iterator which will iterate over the models.Metric objects
706
775
  * contained in responses from the listMetrics operation. This iterator will fetch more data from the
707
776
  * server as needed.
@@ -712,6 +781,7 @@ class MonitoringClient {
712
781
  return oci_common_1.paginateRecords(request, req => this.listMetrics(req));
713
782
  }
714
783
  /**
784
+ * NOTE: This function is deprecated in favor of listMetricsResponseIterator function.
715
785
  * Creates a new async iterator which will iterate over the responses received from the listMetrics operation. This iterator
716
786
  * will fetch more data from the server as needed.
717
787
  *
@@ -720,6 +790,25 @@ class MonitoringClient {
720
790
  listAllMetricsResponses(request) {
721
791
  return oci_common_1.paginateResponses(request, req => this.listMetrics(req));
722
792
  }
793
+ /**
794
+ * Creates a new async iterator which will iterate over the models.Metric objects
795
+ * contained in responses from the listMetrics operation. This iterator will fetch more data from the
796
+ * server as needed.
797
+ *
798
+ * @param request a request which can be sent to the service operation
799
+ */
800
+ listMetricsRecordIterator(request) {
801
+ return oci_common_1.paginateRecords(request, req => this.listMetrics(req));
802
+ }
803
+ /**
804
+ * Creates a new async iterator which will iterate over the responses received from the listMetrics operation. This iterator
805
+ * will fetch more data from the server as needed.
806
+ *
807
+ * @param request a request which can be sent to the service operation
808
+ */
809
+ listMetricsResponseIterator(request) {
810
+ return oci_common_1.paginateResponses(request, req => this.listMetrics(req));
811
+ }
723
812
  /**
724
813
  * Publishes raw metric data points to the Monitoring service.
725
814
  * For more information about publishing metrics, see [Publishing Custom Metrics](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/publishingcustommetrics.htm).
@@ -740,10 +829,11 @@ class MonitoringClient {
740
829
  * <p>
741
830
  https://telemetry-ingestion.eu-frankfurt-1.oraclecloud.com
742
831
  *
832
+ * This operation does not retry by default if the user has not defined a retry configuration.
743
833
  * @param PostMetricDataRequest
744
834
  * @return PostMetricDataResponse
745
835
  * @throws OciError when an error occurs
746
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
747
837
  */
748
838
  postMetricData(postMetricDataRequest) {
749
839
  return __awaiter(this, void 0, void 0, function* () {
@@ -755,7 +845,8 @@ class MonitoringClient {
755
845
  "Content-Type": common.Constants.APPLICATION_JSON,
756
846
  "opc-request-id": postMetricDataRequest.opcRequestId
757
847
  };
758
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, postMetricDataRequest.retryConfiguration);
848
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
849
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, postMetricDataRequest.retryConfiguration, specRetryConfiguration);
759
850
  if (this.logger)
760
851
  retrier.logger = this.logger;
761
852
  const request = yield oci_common_2.composeRequest({
@@ -799,10 +890,11 @@ class MonitoringClient {
799
890
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
800
891
  * or transactions, per second (TPS) for a given tenancy.
801
892
  *
893
+ * This operation does not retry by default if the user has not defined a retry configuration.
802
894
  * @param RemoveAlarmSuppressionRequest
803
895
  * @return RemoveAlarmSuppressionResponse
804
896
  * @throws OciError when an error occurs
805
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
806
898
  */
807
899
  removeAlarmSuppression(removeAlarmSuppressionRequest) {
808
900
  return __awaiter(this, void 0, void 0, function* () {
@@ -817,7 +909,8 @@ class MonitoringClient {
817
909
  "if-match": removeAlarmSuppressionRequest.ifMatch,
818
910
  "opc-request-id": removeAlarmSuppressionRequest.opcRequestId
819
911
  };
820
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, removeAlarmSuppressionRequest.retryConfiguration);
912
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
913
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeAlarmSuppressionRequest.retryConfiguration, specRetryConfiguration);
821
914
  if (this.logger)
822
915
  retrier.logger = this.logger;
823
916
  const request = yield oci_common_2.composeRequest({
@@ -855,10 +948,11 @@ class MonitoringClient {
855
948
  * <p>
856
949
  Transactions Per Second (TPS) per-tenancy limit for this operation: 10.
857
950
  *
951
+ * This operation does not retry by default if the user has not defined a retry configuration.
858
952
  * @param SummarizeMetricsDataRequest
859
953
  * @return SummarizeMetricsDataResponse
860
954
  * @throws OciError when an error occurs
861
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
862
956
  */
863
957
  summarizeMetricsData(summarizeMetricsDataRequest) {
864
958
  return __awaiter(this, void 0, void 0, function* () {
@@ -873,7 +967,8 @@ class MonitoringClient {
873
967
  "Content-Type": common.Constants.APPLICATION_JSON,
874
968
  "opc-request-id": summarizeMetricsDataRequest.opcRequestId
875
969
  };
876
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, summarizeMetricsDataRequest.retryConfiguration);
970
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
971
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeMetricsDataRequest.retryConfiguration, specRetryConfiguration);
877
972
  if (this.logger)
878
973
  retrier.logger = this.logger;
879
974
  const request = yield oci_common_2.composeRequest({
@@ -917,10 +1012,11 @@ class MonitoringClient {
917
1012
  * Monitoring might throttle this call to reject an otherwise valid request when the total rate of alarm operations exceeds 10 requests,
918
1013
  * or transactions, per second (TPS) for a given tenancy.
919
1014
  *
1015
+ * This operation does not retry by default if the user has not defined a retry configuration.
920
1016
  * @param UpdateAlarmRequest
921
1017
  * @return UpdateAlarmResponse
922
1018
  * @throws OciError when an error occurs
923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
1019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
924
1020
  */
925
1021
  updateAlarm(updateAlarmRequest) {
926
1022
  return __awaiter(this, void 0, void 0, function* () {
@@ -935,7 +1031,8 @@ class MonitoringClient {
935
1031
  "if-match": updateAlarmRequest.ifMatch,
936
1032
  "opc-request-id": updateAlarmRequest.opcRequestId
937
1033
  };
938
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateAlarmRequest.retryConfiguration);
1034
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1035
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateAlarmRequest.retryConfiguration, specRetryConfiguration);
939
1036
  if (this.logger)
940
1037
  retrier.logger = this.logger;
941
1038
  const request = yield oci_common_2.composeRequest({
package/lib/client.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../lib/monitoring/lib/client.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../lib/monitoring/lib/client.ts"],"names":[],"mappings":"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"}
@@ -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/2.4.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAlarmCompartmentRequest 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/2.4.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarmRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarmRequest.
17
17
  */
18
18
  export interface CreateAlarmRequest 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/2.4.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarmRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarmRequest.
16
16
  */
17
17
  export interface DeleteAlarmRequest 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/2.4.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistoryRequest.
16
16
  */
17
17
  export interface GetAlarmHistoryRequest 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/2.4.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarmRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarmRequest.
16
16
  */
17
17
  export interface GetAlarmRequest 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/2.4.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarmsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarmsRequest.
16
16
  */
17
17
  export interface ListAlarmsRequest 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/2.4.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatusRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatusRequest.
16
16
  */
17
17
  export interface ListAlarmsStatusRequest 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/2.4.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetricsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetricsRequest.
17
17
  */
18
18
  export interface ListMetricsRequest 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/2.4.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricDataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricDataRequest.
17
17
  */
18
18
  export interface PostMetricDataRequest 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/2.4.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppressionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppressionRequest.
16
16
  */
17
17
  export interface RemoveAlarmSuppressionRequest 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/2.4.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsDataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsDataRequest.
17
17
  */
18
18
  export interface SummarizeMetricsDataRequest 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/2.4.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarmRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarmRequest.
17
17
  */
18
18
  export interface UpdateAlarmRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-monitoring",
3
- "version": "2.4.0",
3
+ "version": "2.6.0",
4
4
  "description": "OCI NodeJS client for Monitoring",
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.4.0",
19
- "oci-workrequests": "2.4.0"
18
+ "oci-common": "2.6.0",
19
+ "oci-workrequests": "2.6.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"