oci-dns 2.26.0 → 2.29.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/lib/client.d.ts +52 -51
- package/lib/client.js +205 -102
- package/lib/client.js.map +1 -1
- package/lib/model/create-resolver-endpoint-details.js +2 -2
- package/lib/model/create-resolver-endpoint-details.js.map +1 -1
- package/lib/model/create-zone-base-details.js +2 -2
- package/lib/model/create-zone-base-details.js.map +1 -1
- package/lib/model/resolver-endpoint-summary.js +2 -2
- package/lib/model/resolver-endpoint-summary.js.map +1 -1
- package/lib/model/resolver-endpoint.js +2 -2
- package/lib/model/resolver-endpoint.js.map +1 -1
- package/lib/model/resolver-rule-details.js +2 -2
- package/lib/model/resolver-rule-details.js.map +1 -1
- package/lib/model/resolver-rule.js +2 -2
- package/lib/model/resolver-rule.js.map +1 -1
- package/lib/model/steering-policy-rule.js +2 -2
- package/lib/model/steering-policy-rule.js.map +1 -1
- package/lib/model/update-resolver-endpoint-details.js +2 -2
- package/lib/model/update-resolver-endpoint-details.js.map +1 -1
- package/lib/request/change-resolver-compartment-request.d.ts +1 -1
- package/lib/request/change-steering-policy-compartment-request.d.ts +1 -1
- package/lib/request/change-tsig-key-compartment-request.d.ts +1 -1
- package/lib/request/change-view-compartment-request.d.ts +1 -1
- package/lib/request/change-zone-compartment-request.d.ts +1 -1
- package/lib/request/create-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/create-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/create-steering-policy-request.d.ts +1 -1
- package/lib/request/create-tsig-key-request.d.ts +1 -1
- package/lib/request/create-view-request.d.ts +1 -1
- package/lib/request/create-zone-request.d.ts +1 -1
- package/lib/request/delete-domain-records-request.d.ts +1 -1
- package/lib/request/delete-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/delete-rrset-request.d.ts +1 -1
- package/lib/request/delete-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/delete-steering-policy-request.d.ts +1 -1
- package/lib/request/delete-tsig-key-request.d.ts +1 -1
- package/lib/request/delete-view-request.d.ts +1 -1
- package/lib/request/delete-zone-request.d.ts +1 -1
- package/lib/request/get-domain-records-request.d.ts +1 -1
- package/lib/request/get-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/get-resolver-request.d.ts +1 -1
- package/lib/request/get-rrset-request.d.ts +1 -1
- package/lib/request/get-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/get-steering-policy-request.d.ts +1 -1
- package/lib/request/get-tsig-key-request.d.ts +1 -1
- package/lib/request/get-view-request.d.ts +1 -1
- package/lib/request/get-zone-content-request.d.ts +1 -1
- package/lib/request/get-zone-records-request.d.ts +1 -1
- package/lib/request/get-zone-request.d.ts +1 -1
- package/lib/request/list-resolver-endpoints-request.d.ts +1 -1
- package/lib/request/list-resolvers-request.d.ts +1 -1
- package/lib/request/list-steering-policies-request.d.ts +1 -1
- package/lib/request/list-steering-policy-attachments-request.d.ts +1 -1
- package/lib/request/list-tsig-keys-request.d.ts +1 -1
- package/lib/request/list-views-request.d.ts +1 -1
- package/lib/request/list-zone-transfer-servers-request.d.ts +1 -1
- package/lib/request/list-zones-request.d.ts +1 -1
- package/lib/request/patch-domain-records-request.d.ts +1 -1
- package/lib/request/patch-rrset-request.d.ts +1 -1
- package/lib/request/patch-zone-records-request.d.ts +1 -1
- package/lib/request/update-domain-records-request.d.ts +1 -1
- package/lib/request/update-resolver-endpoint-request.d.ts +1 -1
- package/lib/request/update-resolver-request.d.ts +1 -1
- package/lib/request/update-rrset-request.d.ts +1 -1
- package/lib/request/update-steering-policy-attachment-request.d.ts +1 -1
- package/lib/request/update-steering-policy-request.d.ts +1 -1
- package/lib/request/update-tsig-key-request.d.ts +1 -1
- package/lib/request/update-view-request.d.ts +1 -1
- package/lib/request/update-zone-records-request.d.ts +1 -1
- package/lib/request/update-zone-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -63,6 +63,7 @@ class DnsClient {
|
|
|
63
63
|
this["_defaultHeaders"] = {};
|
|
64
64
|
this._circuitBreaker = null;
|
|
65
65
|
this._httpOptions = undefined;
|
|
66
|
+
this.targetService = "Dns";
|
|
66
67
|
const requestSigner = params.authenticationDetailsProvider
|
|
67
68
|
? new common.DefaultRequestSigner(params.authenticationDetailsProvider)
|
|
68
69
|
: null;
|
|
@@ -162,12 +163,14 @@ class DnsClient {
|
|
|
162
163
|
* @param ChangeResolverCompartmentRequest
|
|
163
164
|
* @return ChangeResolverCompartmentResponse
|
|
164
165
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
|
|
166
167
|
*/
|
|
167
168
|
changeResolverCompartment(changeResolverCompartmentRequest) {
|
|
168
169
|
return __awaiter(this, void 0, void 0, function* () {
|
|
169
170
|
if (this.logger)
|
|
170
171
|
this.logger.debug("Calling operation DnsClient#changeResolverCompartment.");
|
|
172
|
+
const operationName = "changeResolverCompartment";
|
|
173
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Resolver/ChangeResolverCompartment";
|
|
171
174
|
const pathParams = {
|
|
172
175
|
"{resolverId}": changeResolverCompartmentRequest.resolverId
|
|
173
176
|
};
|
|
@@ -195,7 +198,7 @@ class DnsClient {
|
|
|
195
198
|
queryParams: queryParams
|
|
196
199
|
});
|
|
197
200
|
try {
|
|
198
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
201
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
199
202
|
const sdkResponse = oci_common_2.composeResponse({
|
|
200
203
|
responseObject: {},
|
|
201
204
|
responseHeaders: [
|
|
@@ -225,12 +228,14 @@ class DnsClient {
|
|
|
225
228
|
* @param ChangeSteeringPolicyCompartmentRequest
|
|
226
229
|
* @return ChangeSteeringPolicyCompartmentResponse
|
|
227
230
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
|
|
229
232
|
*/
|
|
230
233
|
changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest) {
|
|
231
234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
232
235
|
if (this.logger)
|
|
233
236
|
this.logger.debug("Calling operation DnsClient#changeSteeringPolicyCompartment.");
|
|
237
|
+
const operationName = "changeSteeringPolicyCompartment";
|
|
238
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/SteeringPolicy/ChangeSteeringPolicyCompartment";
|
|
234
239
|
const pathParams = {
|
|
235
240
|
"{steeringPolicyId}": changeSteeringPolicyCompartmentRequest.steeringPolicyId
|
|
236
241
|
};
|
|
@@ -258,7 +263,7 @@ class DnsClient {
|
|
|
258
263
|
queryParams: queryParams
|
|
259
264
|
});
|
|
260
265
|
try {
|
|
261
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
266
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
262
267
|
const sdkResponse = oci_common_2.composeResponse({
|
|
263
268
|
responseObject: {},
|
|
264
269
|
responseHeaders: [
|
|
@@ -283,12 +288,14 @@ class DnsClient {
|
|
|
283
288
|
* @param ChangeTsigKeyCompartmentRequest
|
|
284
289
|
* @return ChangeTsigKeyCompartmentResponse
|
|
285
290
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
|
|
287
292
|
*/
|
|
288
293
|
changeTsigKeyCompartment(changeTsigKeyCompartmentRequest) {
|
|
289
294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
290
295
|
if (this.logger)
|
|
291
296
|
this.logger.debug("Calling operation DnsClient#changeTsigKeyCompartment.");
|
|
297
|
+
const operationName = "changeTsigKeyCompartment";
|
|
298
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/TsigKey/ChangeTsigKeyCompartment";
|
|
292
299
|
const pathParams = {
|
|
293
300
|
"{tsigKeyId}": changeTsigKeyCompartmentRequest.tsigKeyId
|
|
294
301
|
};
|
|
@@ -316,7 +323,7 @@ class DnsClient {
|
|
|
316
323
|
queryParams: queryParams
|
|
317
324
|
});
|
|
318
325
|
try {
|
|
319
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
326
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
320
327
|
const sdkResponse = oci_common_2.composeResponse({
|
|
321
328
|
responseObject: {},
|
|
322
329
|
responseHeaders: [
|
|
@@ -343,12 +350,14 @@ class DnsClient {
|
|
|
343
350
|
* @param ChangeViewCompartmentRequest
|
|
344
351
|
* @return ChangeViewCompartmentResponse
|
|
345
352
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
|
|
347
354
|
*/
|
|
348
355
|
changeViewCompartment(changeViewCompartmentRequest) {
|
|
349
356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
350
357
|
if (this.logger)
|
|
351
358
|
this.logger.debug("Calling operation DnsClient#changeViewCompartment.");
|
|
359
|
+
const operationName = "changeViewCompartment";
|
|
360
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/View/ChangeViewCompartment";
|
|
352
361
|
const pathParams = {
|
|
353
362
|
"{viewId}": changeViewCompartmentRequest.viewId
|
|
354
363
|
};
|
|
@@ -376,7 +385,7 @@ class DnsClient {
|
|
|
376
385
|
queryParams: queryParams
|
|
377
386
|
});
|
|
378
387
|
try {
|
|
379
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
388
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
380
389
|
const sdkResponse = oci_common_2.composeResponse({
|
|
381
390
|
responseObject: {},
|
|
382
391
|
responseHeaders: [
|
|
@@ -413,12 +422,14 @@ class DnsClient {
|
|
|
413
422
|
* @param ChangeZoneCompartmentRequest
|
|
414
423
|
* @return ChangeZoneCompartmentResponse
|
|
415
424
|
* @throws OciError when an error occurs
|
|
416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
|
|
417
426
|
*/
|
|
418
427
|
changeZoneCompartment(changeZoneCompartmentRequest) {
|
|
419
428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
420
429
|
if (this.logger)
|
|
421
430
|
this.logger.debug("Calling operation DnsClient#changeZoneCompartment.");
|
|
431
|
+
const operationName = "changeZoneCompartment";
|
|
432
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Zone/ChangeZoneCompartment";
|
|
422
433
|
const pathParams = {
|
|
423
434
|
"{zoneId}": changeZoneCompartmentRequest.zoneId
|
|
424
435
|
};
|
|
@@ -446,7 +457,7 @@ class DnsClient {
|
|
|
446
457
|
queryParams: queryParams
|
|
447
458
|
});
|
|
448
459
|
try {
|
|
449
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
460
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
450
461
|
const sdkResponse = oci_common_2.composeResponse({
|
|
451
462
|
responseObject: {},
|
|
452
463
|
responseHeaders: [
|
|
@@ -476,12 +487,14 @@ class DnsClient {
|
|
|
476
487
|
* @param CreateResolverEndpointRequest
|
|
477
488
|
* @return CreateResolverEndpointResponse
|
|
478
489
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
|
|
480
491
|
*/
|
|
481
492
|
createResolverEndpoint(createResolverEndpointRequest) {
|
|
482
493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
483
494
|
if (this.logger)
|
|
484
495
|
this.logger.debug("Calling operation DnsClient#createResolverEndpoint.");
|
|
496
|
+
const operationName = "createResolverEndpoint";
|
|
497
|
+
const apiReferenceLink = "";
|
|
485
498
|
const pathParams = {
|
|
486
499
|
"{resolverId}": createResolverEndpointRequest.resolverId
|
|
487
500
|
};
|
|
@@ -508,7 +521,7 @@ class DnsClient {
|
|
|
508
521
|
queryParams: queryParams
|
|
509
522
|
});
|
|
510
523
|
try {
|
|
511
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
524
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
512
525
|
const sdkResponse = oci_common_2.composeResponse({
|
|
513
526
|
responseObject: {},
|
|
514
527
|
body: yield response.json(),
|
|
@@ -553,12 +566,14 @@ class DnsClient {
|
|
|
553
566
|
* @param CreateSteeringPolicyRequest
|
|
554
567
|
* @return CreateSteeringPolicyResponse
|
|
555
568
|
* @throws OciError when an error occurs
|
|
556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
|
|
557
570
|
*/
|
|
558
571
|
createSteeringPolicy(createSteeringPolicyRequest) {
|
|
559
572
|
return __awaiter(this, void 0, void 0, function* () {
|
|
560
573
|
if (this.logger)
|
|
561
574
|
this.logger.debug("Calling operation DnsClient#createSteeringPolicy.");
|
|
575
|
+
const operationName = "createSteeringPolicy";
|
|
576
|
+
const apiReferenceLink = "";
|
|
562
577
|
const pathParams = {};
|
|
563
578
|
const queryParams = {
|
|
564
579
|
"scope": createSteeringPolicyRequest.scope
|
|
@@ -583,7 +598,7 @@ class DnsClient {
|
|
|
583
598
|
queryParams: queryParams
|
|
584
599
|
});
|
|
585
600
|
try {
|
|
586
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
601
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
587
602
|
const sdkResponse = oci_common_2.composeResponse({
|
|
588
603
|
responseObject: {},
|
|
589
604
|
body: yield response.json(),
|
|
@@ -627,12 +642,14 @@ class DnsClient {
|
|
|
627
642
|
* @param CreateSteeringPolicyAttachmentRequest
|
|
628
643
|
* @return CreateSteeringPolicyAttachmentResponse
|
|
629
644
|
* @throws OciError when an error occurs
|
|
630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
|
|
631
646
|
*/
|
|
632
647
|
createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest) {
|
|
633
648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
634
649
|
if (this.logger)
|
|
635
650
|
this.logger.debug("Calling operation DnsClient#createSteeringPolicyAttachment.");
|
|
651
|
+
const operationName = "createSteeringPolicyAttachment";
|
|
652
|
+
const apiReferenceLink = "";
|
|
636
653
|
const pathParams = {};
|
|
637
654
|
const queryParams = {
|
|
638
655
|
"scope": createSteeringPolicyAttachmentRequest.scope
|
|
@@ -657,7 +674,7 @@ class DnsClient {
|
|
|
657
674
|
queryParams: queryParams
|
|
658
675
|
});
|
|
659
676
|
try {
|
|
660
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
677
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
661
678
|
const sdkResponse = oci_common_2.composeResponse({
|
|
662
679
|
responseObject: {},
|
|
663
680
|
body: yield response.json(),
|
|
@@ -697,12 +714,14 @@ class DnsClient {
|
|
|
697
714
|
* @param CreateTsigKeyRequest
|
|
698
715
|
* @return CreateTsigKeyResponse
|
|
699
716
|
* @throws OciError when an error occurs
|
|
700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
|
|
701
718
|
*/
|
|
702
719
|
createTsigKey(createTsigKeyRequest) {
|
|
703
720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
704
721
|
if (this.logger)
|
|
705
722
|
this.logger.debug("Calling operation DnsClient#createTsigKey.");
|
|
723
|
+
const operationName = "createTsigKey";
|
|
724
|
+
const apiReferenceLink = "";
|
|
706
725
|
const pathParams = {};
|
|
707
726
|
const queryParams = {
|
|
708
727
|
"scope": createTsigKeyRequest.scope
|
|
@@ -726,7 +745,7 @@ class DnsClient {
|
|
|
726
745
|
queryParams: queryParams
|
|
727
746
|
});
|
|
728
747
|
try {
|
|
729
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
748
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
730
749
|
const sdkResponse = oci_common_2.composeResponse({
|
|
731
750
|
responseObject: {},
|
|
732
751
|
body: yield response.json(),
|
|
@@ -770,12 +789,14 @@ class DnsClient {
|
|
|
770
789
|
* @param CreateViewRequest
|
|
771
790
|
* @return CreateViewResponse
|
|
772
791
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
|
|
774
793
|
*/
|
|
775
794
|
createView(createViewRequest) {
|
|
776
795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
777
796
|
if (this.logger)
|
|
778
797
|
this.logger.debug("Calling operation DnsClient#createView.");
|
|
798
|
+
const operationName = "createView";
|
|
799
|
+
const apiReferenceLink = "";
|
|
779
800
|
const pathParams = {};
|
|
780
801
|
const queryParams = {
|
|
781
802
|
"scope": createViewRequest.scope
|
|
@@ -800,7 +821,7 @@ class DnsClient {
|
|
|
800
821
|
queryParams: queryParams
|
|
801
822
|
});
|
|
802
823
|
try {
|
|
803
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
824
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
804
825
|
const sdkResponse = oci_common_2.composeResponse({
|
|
805
826
|
responseObject: {},
|
|
806
827
|
body: yield response.json(),
|
|
@@ -847,12 +868,14 @@ class DnsClient {
|
|
|
847
868
|
* @param CreateZoneRequest
|
|
848
869
|
* @return CreateZoneResponse
|
|
849
870
|
* @throws OciError when an error occurs
|
|
850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
|
|
851
872
|
*/
|
|
852
873
|
createZone(createZoneRequest) {
|
|
853
874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
854
875
|
if (this.logger)
|
|
855
876
|
this.logger.debug("Calling operation DnsClient#createZone.");
|
|
877
|
+
const operationName = "createZone";
|
|
878
|
+
const apiReferenceLink = "";
|
|
856
879
|
const pathParams = {};
|
|
857
880
|
const queryParams = {
|
|
858
881
|
"compartmentId": createZoneRequest.compartmentId,
|
|
@@ -878,7 +901,7 @@ class DnsClient {
|
|
|
878
901
|
queryParams: queryParams
|
|
879
902
|
});
|
|
880
903
|
try {
|
|
881
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
904
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
882
905
|
const sdkResponse = oci_common_2.composeResponse({
|
|
883
906
|
responseObject: {},
|
|
884
907
|
body: yield response.json(),
|
|
@@ -925,12 +948,14 @@ class DnsClient {
|
|
|
925
948
|
* @param DeleteDomainRecordsRequest
|
|
926
949
|
* @return DeleteDomainRecordsResponse
|
|
927
950
|
* @throws OciError when an error occurs
|
|
928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
|
|
929
952
|
*/
|
|
930
953
|
deleteDomainRecords(deleteDomainRecordsRequest) {
|
|
931
954
|
return __awaiter(this, void 0, void 0, function* () {
|
|
932
955
|
if (this.logger)
|
|
933
956
|
this.logger.debug("Calling operation DnsClient#deleteDomainRecords.");
|
|
957
|
+
const operationName = "deleteDomainRecords";
|
|
958
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Records/DeleteDomainRecords";
|
|
934
959
|
const pathParams = {
|
|
935
960
|
"{zoneNameOrId}": deleteDomainRecordsRequest.zoneNameOrId,
|
|
936
961
|
"{domain}": deleteDomainRecordsRequest.domain
|
|
@@ -960,7 +985,7 @@ class DnsClient {
|
|
|
960
985
|
queryParams: queryParams
|
|
961
986
|
});
|
|
962
987
|
try {
|
|
963
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
988
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
964
989
|
const sdkResponse = oci_common_2.composeResponse({
|
|
965
990
|
responseObject: {},
|
|
966
991
|
responseHeaders: [
|
|
@@ -988,12 +1013,14 @@ class DnsClient {
|
|
|
988
1013
|
* @param DeleteRRSetRequest
|
|
989
1014
|
* @return DeleteRRSetResponse
|
|
990
1015
|
* @throws OciError when an error occurs
|
|
991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
|
|
992
1017
|
*/
|
|
993
1018
|
deleteRRSet(deleteRRSetRequest) {
|
|
994
1019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
995
1020
|
if (this.logger)
|
|
996
1021
|
this.logger.debug("Calling operation DnsClient#deleteRRSet.");
|
|
1022
|
+
const operationName = "deleteRRSet";
|
|
1023
|
+
const apiReferenceLink = "";
|
|
997
1024
|
const pathParams = {
|
|
998
1025
|
"{zoneNameOrId}": deleteRRSetRequest.zoneNameOrId,
|
|
999
1026
|
"{domain}": deleteRRSetRequest.domain,
|
|
@@ -1024,7 +1051,7 @@ class DnsClient {
|
|
|
1024
1051
|
queryParams: queryParams
|
|
1025
1052
|
});
|
|
1026
1053
|
try {
|
|
1027
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1054
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1028
1055
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1029
1056
|
responseObject: {},
|
|
1030
1057
|
responseHeaders: [
|
|
@@ -1053,12 +1080,14 @@ class DnsClient {
|
|
|
1053
1080
|
* @param DeleteResolverEndpointRequest
|
|
1054
1081
|
* @return DeleteResolverEndpointResponse
|
|
1055
1082
|
* @throws OciError when an error occurs
|
|
1056
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
|
|
1057
1084
|
*/
|
|
1058
1085
|
deleteResolverEndpoint(deleteResolverEndpointRequest) {
|
|
1059
1086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1060
1087
|
if (this.logger)
|
|
1061
1088
|
this.logger.debug("Calling operation DnsClient#deleteResolverEndpoint.");
|
|
1089
|
+
const operationName = "deleteResolverEndpoint";
|
|
1090
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/ResolverEndpoint/DeleteResolverEndpoint";
|
|
1062
1091
|
const pathParams = {
|
|
1063
1092
|
"{resolverId}": deleteResolverEndpointRequest.resolverId,
|
|
1064
1093
|
"{resolverEndpointName}": deleteResolverEndpointRequest.resolverEndpointName
|
|
@@ -1086,7 +1115,7 @@ class DnsClient {
|
|
|
1086
1115
|
queryParams: queryParams
|
|
1087
1116
|
});
|
|
1088
1117
|
try {
|
|
1089
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1118
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1090
1119
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1091
1120
|
responseObject: {},
|
|
1092
1121
|
responseHeaders: [
|
|
@@ -1120,12 +1149,14 @@ class DnsClient {
|
|
|
1120
1149
|
* @param DeleteSteeringPolicyRequest
|
|
1121
1150
|
* @return DeleteSteeringPolicyResponse
|
|
1122
1151
|
* @throws OciError when an error occurs
|
|
1123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
|
|
1124
1153
|
*/
|
|
1125
1154
|
deleteSteeringPolicy(deleteSteeringPolicyRequest) {
|
|
1126
1155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1127
1156
|
if (this.logger)
|
|
1128
1157
|
this.logger.debug("Calling operation DnsClient#deleteSteeringPolicy.");
|
|
1158
|
+
const operationName = "deleteSteeringPolicy";
|
|
1159
|
+
const apiReferenceLink = "";
|
|
1129
1160
|
const pathParams = {
|
|
1130
1161
|
"{steeringPolicyId}": deleteSteeringPolicyRequest.steeringPolicyId
|
|
1131
1162
|
};
|
|
@@ -1152,7 +1183,7 @@ class DnsClient {
|
|
|
1152
1183
|
queryParams: queryParams
|
|
1153
1184
|
});
|
|
1154
1185
|
try {
|
|
1155
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1186
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1156
1187
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1157
1188
|
responseObject: {},
|
|
1158
1189
|
responseHeaders: [
|
|
@@ -1178,12 +1209,14 @@ class DnsClient {
|
|
|
1178
1209
|
* @param DeleteSteeringPolicyAttachmentRequest
|
|
1179
1210
|
* @return DeleteSteeringPolicyAttachmentResponse
|
|
1180
1211
|
* @throws OciError when an error occurs
|
|
1181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
|
|
1182
1213
|
*/
|
|
1183
1214
|
deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest) {
|
|
1184
1215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1185
1216
|
if (this.logger)
|
|
1186
1217
|
this.logger.debug("Calling operation DnsClient#deleteSteeringPolicyAttachment.");
|
|
1218
|
+
const operationName = "deleteSteeringPolicyAttachment";
|
|
1219
|
+
const apiReferenceLink = "";
|
|
1187
1220
|
const pathParams = {
|
|
1188
1221
|
"{steeringPolicyAttachmentId}": deleteSteeringPolicyAttachmentRequest.steeringPolicyAttachmentId
|
|
1189
1222
|
};
|
|
@@ -1210,7 +1243,7 @@ class DnsClient {
|
|
|
1210
1243
|
queryParams: queryParams
|
|
1211
1244
|
});
|
|
1212
1245
|
try {
|
|
1213
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1246
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1214
1247
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1215
1248
|
responseObject: {},
|
|
1216
1249
|
responseHeaders: [
|
|
@@ -1235,12 +1268,14 @@ class DnsClient {
|
|
|
1235
1268
|
* @param DeleteTsigKeyRequest
|
|
1236
1269
|
* @return DeleteTsigKeyResponse
|
|
1237
1270
|
* @throws OciError when an error occurs
|
|
1238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
|
|
1239
1272
|
*/
|
|
1240
1273
|
deleteTsigKey(deleteTsigKeyRequest) {
|
|
1241
1274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1242
1275
|
if (this.logger)
|
|
1243
1276
|
this.logger.debug("Calling operation DnsClient#deleteTsigKey.");
|
|
1277
|
+
const operationName = "deleteTsigKey";
|
|
1278
|
+
const apiReferenceLink = "";
|
|
1244
1279
|
const pathParams = {
|
|
1245
1280
|
"{tsigKeyId}": deleteTsigKeyRequest.tsigKeyId
|
|
1246
1281
|
};
|
|
@@ -1267,7 +1302,7 @@ class DnsClient {
|
|
|
1267
1302
|
queryParams: queryParams
|
|
1268
1303
|
});
|
|
1269
1304
|
try {
|
|
1270
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1305
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1271
1306
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1272
1307
|
responseObject: {},
|
|
1273
1308
|
responseHeaders: [
|
|
@@ -1302,12 +1337,14 @@ class DnsClient {
|
|
|
1302
1337
|
* @param DeleteViewRequest
|
|
1303
1338
|
* @return DeleteViewResponse
|
|
1304
1339
|
* @throws OciError when an error occurs
|
|
1305
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
|
|
1306
1341
|
*/
|
|
1307
1342
|
deleteView(deleteViewRequest) {
|
|
1308
1343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1309
1344
|
if (this.logger)
|
|
1310
1345
|
this.logger.debug("Calling operation DnsClient#deleteView.");
|
|
1346
|
+
const operationName = "deleteView";
|
|
1347
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/View/DeleteView";
|
|
1311
1348
|
const pathParams = {
|
|
1312
1349
|
"{viewId}": deleteViewRequest.viewId
|
|
1313
1350
|
};
|
|
@@ -1334,7 +1371,7 @@ class DnsClient {
|
|
|
1334
1371
|
queryParams: queryParams
|
|
1335
1372
|
});
|
|
1336
1373
|
try {
|
|
1337
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1374
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1338
1375
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1339
1376
|
responseObject: {},
|
|
1340
1377
|
responseHeaders: [
|
|
@@ -1368,12 +1405,14 @@ class DnsClient {
|
|
|
1368
1405
|
* @param DeleteZoneRequest
|
|
1369
1406
|
* @return DeleteZoneResponse
|
|
1370
1407
|
* @throws OciError when an error occurs
|
|
1371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
|
|
1372
1409
|
*/
|
|
1373
1410
|
deleteZone(deleteZoneRequest) {
|
|
1374
1411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1375
1412
|
if (this.logger)
|
|
1376
1413
|
this.logger.debug("Calling operation DnsClient#deleteZone.");
|
|
1414
|
+
const operationName = "deleteZone";
|
|
1415
|
+
const apiReferenceLink = "";
|
|
1377
1416
|
const pathParams = {
|
|
1378
1417
|
"{zoneNameOrId}": deleteZoneRequest.zoneNameOrId
|
|
1379
1418
|
};
|
|
@@ -1402,7 +1441,7 @@ class DnsClient {
|
|
|
1402
1441
|
queryParams: queryParams
|
|
1403
1442
|
});
|
|
1404
1443
|
try {
|
|
1405
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1444
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1406
1445
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1407
1446
|
responseObject: {},
|
|
1408
1447
|
responseHeaders: [
|
|
@@ -1436,12 +1475,14 @@ class DnsClient {
|
|
|
1436
1475
|
* @param GetDomainRecordsRequest
|
|
1437
1476
|
* @return GetDomainRecordsResponse
|
|
1438
1477
|
* @throws OciError when an error occurs
|
|
1439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
|
|
1440
1479
|
*/
|
|
1441
1480
|
getDomainRecords(getDomainRecordsRequest) {
|
|
1442
1481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1443
1482
|
if (this.logger)
|
|
1444
1483
|
this.logger.debug("Calling operation DnsClient#getDomainRecords.");
|
|
1484
|
+
const operationName = "getDomainRecords";
|
|
1485
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Records/GetDomainRecords";
|
|
1445
1486
|
const pathParams = {
|
|
1446
1487
|
"{zoneNameOrId}": getDomainRecordsRequest.zoneNameOrId,
|
|
1447
1488
|
"{domain}": getDomainRecordsRequest.domain
|
|
@@ -1477,7 +1518,7 @@ class DnsClient {
|
|
|
1477
1518
|
queryParams: queryParams
|
|
1478
1519
|
});
|
|
1479
1520
|
try {
|
|
1480
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1521
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1481
1522
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1482
1523
|
responseObject: {},
|
|
1483
1524
|
body: yield response.json(),
|
|
@@ -1564,12 +1605,14 @@ class DnsClient {
|
|
|
1564
1605
|
* @param GetRRSetRequest
|
|
1565
1606
|
* @return GetRRSetResponse
|
|
1566
1607
|
* @throws OciError when an error occurs
|
|
1567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1608
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
|
|
1568
1609
|
*/
|
|
1569
1610
|
getRRSet(getRRSetRequest) {
|
|
1570
1611
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1571
1612
|
if (this.logger)
|
|
1572
1613
|
this.logger.debug("Calling operation DnsClient#getRRSet.");
|
|
1614
|
+
const operationName = "getRRSet";
|
|
1615
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/RRSet/GetRRSet";
|
|
1573
1616
|
const pathParams = {
|
|
1574
1617
|
"{zoneNameOrId}": getRRSetRequest.zoneNameOrId,
|
|
1575
1618
|
"{domain}": getRRSetRequest.domain,
|
|
@@ -1603,7 +1646,7 @@ class DnsClient {
|
|
|
1603
1646
|
queryParams: queryParams
|
|
1604
1647
|
});
|
|
1605
1648
|
try {
|
|
1606
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1649
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1607
1650
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1608
1651
|
responseObject: {},
|
|
1609
1652
|
body: yield response.json(),
|
|
@@ -1690,12 +1733,14 @@ class DnsClient {
|
|
|
1690
1733
|
* @param GetResolverRequest
|
|
1691
1734
|
* @return GetResolverResponse
|
|
1692
1735
|
* @throws OciError when an error occurs
|
|
1693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
|
|
1694
1737
|
*/
|
|
1695
1738
|
getResolver(getResolverRequest) {
|
|
1696
1739
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1697
1740
|
if (this.logger)
|
|
1698
1741
|
this.logger.debug("Calling operation DnsClient#getResolver.");
|
|
1742
|
+
const operationName = "getResolver";
|
|
1743
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Resolver/GetResolver";
|
|
1699
1744
|
const pathParams = {
|
|
1700
1745
|
"{resolverId}": getResolverRequest.resolverId
|
|
1701
1746
|
};
|
|
@@ -1722,7 +1767,7 @@ class DnsClient {
|
|
|
1722
1767
|
queryParams: queryParams
|
|
1723
1768
|
});
|
|
1724
1769
|
try {
|
|
1725
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1770
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1726
1771
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1727
1772
|
responseObject: {},
|
|
1728
1773
|
body: yield response.json(),
|
|
@@ -1759,12 +1804,14 @@ class DnsClient {
|
|
|
1759
1804
|
* @param GetResolverEndpointRequest
|
|
1760
1805
|
* @return GetResolverEndpointResponse
|
|
1761
1806
|
* @throws OciError when an error occurs
|
|
1762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1807
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
|
|
1763
1808
|
*/
|
|
1764
1809
|
getResolverEndpoint(getResolverEndpointRequest) {
|
|
1765
1810
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1766
1811
|
if (this.logger)
|
|
1767
1812
|
this.logger.debug("Calling operation DnsClient#getResolverEndpoint.");
|
|
1813
|
+
const operationName = "getResolverEndpoint";
|
|
1814
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/ResolverEndpoint/GetResolverEndpoint";
|
|
1768
1815
|
const pathParams = {
|
|
1769
1816
|
"{resolverId}": getResolverEndpointRequest.resolverId,
|
|
1770
1817
|
"{resolverEndpointName}": getResolverEndpointRequest.resolverEndpointName
|
|
@@ -1792,7 +1839,7 @@ class DnsClient {
|
|
|
1792
1839
|
queryParams: queryParams
|
|
1793
1840
|
});
|
|
1794
1841
|
try {
|
|
1795
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1842
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1796
1843
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1797
1844
|
responseObject: {},
|
|
1798
1845
|
body: yield response.json(),
|
|
@@ -1826,12 +1873,14 @@ class DnsClient {
|
|
|
1826
1873
|
* @param GetSteeringPolicyRequest
|
|
1827
1874
|
* @return GetSteeringPolicyResponse
|
|
1828
1875
|
* @throws OciError when an error occurs
|
|
1829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1876
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
|
|
1830
1877
|
*/
|
|
1831
1878
|
getSteeringPolicy(getSteeringPolicyRequest) {
|
|
1832
1879
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1833
1880
|
if (this.logger)
|
|
1834
1881
|
this.logger.debug("Calling operation DnsClient#getSteeringPolicy.");
|
|
1882
|
+
const operationName = "getSteeringPolicy";
|
|
1883
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/SteeringPolicy/GetSteeringPolicy";
|
|
1835
1884
|
const pathParams = {
|
|
1836
1885
|
"{steeringPolicyId}": getSteeringPolicyRequest.steeringPolicyId
|
|
1837
1886
|
};
|
|
@@ -1858,7 +1907,7 @@ class DnsClient {
|
|
|
1858
1907
|
queryParams: queryParams
|
|
1859
1908
|
});
|
|
1860
1909
|
try {
|
|
1861
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1910
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1862
1911
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1863
1912
|
responseObject: {},
|
|
1864
1913
|
body: yield response.json(),
|
|
@@ -1892,12 +1941,14 @@ class DnsClient {
|
|
|
1892
1941
|
* @param GetSteeringPolicyAttachmentRequest
|
|
1893
1942
|
* @return GetSteeringPolicyAttachmentResponse
|
|
1894
1943
|
* @throws OciError when an error occurs
|
|
1895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
|
|
1896
1945
|
*/
|
|
1897
1946
|
getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest) {
|
|
1898
1947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1899
1948
|
if (this.logger)
|
|
1900
1949
|
this.logger.debug("Calling operation DnsClient#getSteeringPolicyAttachment.");
|
|
1950
|
+
const operationName = "getSteeringPolicyAttachment";
|
|
1951
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/SteeringPolicyAttachment/GetSteeringPolicyAttachment";
|
|
1901
1952
|
const pathParams = {
|
|
1902
1953
|
"{steeringPolicyAttachmentId}": getSteeringPolicyAttachmentRequest.steeringPolicyAttachmentId
|
|
1903
1954
|
};
|
|
@@ -1924,7 +1975,7 @@ class DnsClient {
|
|
|
1924
1975
|
queryParams: queryParams
|
|
1925
1976
|
});
|
|
1926
1977
|
try {
|
|
1927
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
1978
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1928
1979
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1929
1980
|
responseObject: {},
|
|
1930
1981
|
body: yield response.json(),
|
|
@@ -1958,12 +2009,14 @@ class DnsClient {
|
|
|
1958
2009
|
* @param GetTsigKeyRequest
|
|
1959
2010
|
* @return GetTsigKeyResponse
|
|
1960
2011
|
* @throws OciError when an error occurs
|
|
1961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2012
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
|
|
1962
2013
|
*/
|
|
1963
2014
|
getTsigKey(getTsigKeyRequest) {
|
|
1964
2015
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1965
2016
|
if (this.logger)
|
|
1966
2017
|
this.logger.debug("Calling operation DnsClient#getTsigKey.");
|
|
2018
|
+
const operationName = "getTsigKey";
|
|
2019
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/TsigKey/GetTsigKey";
|
|
1967
2020
|
const pathParams = {
|
|
1968
2021
|
"{tsigKeyId}": getTsigKeyRequest.tsigKeyId
|
|
1969
2022
|
};
|
|
@@ -1990,7 +2043,7 @@ class DnsClient {
|
|
|
1990
2043
|
queryParams: queryParams
|
|
1991
2044
|
});
|
|
1992
2045
|
try {
|
|
1993
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2046
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
1994
2047
|
const sdkResponse = oci_common_2.composeResponse({
|
|
1995
2048
|
responseObject: {},
|
|
1996
2049
|
body: yield response.json(),
|
|
@@ -2028,12 +2081,14 @@ class DnsClient {
|
|
|
2028
2081
|
* @param GetViewRequest
|
|
2029
2082
|
* @return GetViewResponse
|
|
2030
2083
|
* @throws OciError when an error occurs
|
|
2031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2084
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetView.ts.html |here} to see how to use GetView API.
|
|
2032
2085
|
*/
|
|
2033
2086
|
getView(getViewRequest) {
|
|
2034
2087
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2035
2088
|
if (this.logger)
|
|
2036
2089
|
this.logger.debug("Calling operation DnsClient#getView.");
|
|
2090
|
+
const operationName = "getView";
|
|
2091
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/View/GetView";
|
|
2037
2092
|
const pathParams = {
|
|
2038
2093
|
"{viewId}": getViewRequest.viewId
|
|
2039
2094
|
};
|
|
@@ -2060,7 +2115,7 @@ class DnsClient {
|
|
|
2060
2115
|
queryParams: queryParams
|
|
2061
2116
|
});
|
|
2062
2117
|
try {
|
|
2063
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2118
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2064
2119
|
const sdkResponse = oci_common_2.composeResponse({
|
|
2065
2120
|
responseObject: {},
|
|
2066
2121
|
body: yield response.json(),
|
|
@@ -2097,12 +2152,14 @@ class DnsClient {
|
|
|
2097
2152
|
* @param GetZoneRequest
|
|
2098
2153
|
* @return GetZoneResponse
|
|
2099
2154
|
* @throws OciError when an error occurs
|
|
2100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
|
|
2101
2156
|
*/
|
|
2102
2157
|
getZone(getZoneRequest) {
|
|
2103
2158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2104
2159
|
if (this.logger)
|
|
2105
2160
|
this.logger.debug("Calling operation DnsClient#getZone.");
|
|
2161
|
+
const operationName = "getZone";
|
|
2162
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Zone/GetZone";
|
|
2106
2163
|
const pathParams = {
|
|
2107
2164
|
"{zoneNameOrId}": getZoneRequest.zoneNameOrId
|
|
2108
2165
|
};
|
|
@@ -2131,7 +2188,7 @@ class DnsClient {
|
|
|
2131
2188
|
queryParams: queryParams
|
|
2132
2189
|
});
|
|
2133
2190
|
try {
|
|
2134
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2191
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2135
2192
|
const sdkResponse = oci_common_2.composeResponse({
|
|
2136
2193
|
responseObject: {},
|
|
2137
2194
|
body: yield response.json(),
|
|
@@ -2165,12 +2222,14 @@ class DnsClient {
|
|
|
2165
2222
|
* @param GetZoneContentRequest
|
|
2166
2223
|
* @return GetZoneContentResponse
|
|
2167
2224
|
* @throws OciError when an error occurs
|
|
2168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
|
|
2169
2226
|
*/
|
|
2170
2227
|
getZoneContent(getZoneContentRequest) {
|
|
2171
2228
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2172
2229
|
if (this.logger)
|
|
2173
2230
|
this.logger.debug("Calling operation DnsClient#getZoneContent.");
|
|
2231
|
+
const operationName = "getZoneContent";
|
|
2232
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Zone/GetZoneContent";
|
|
2174
2233
|
const pathParams = {
|
|
2175
2234
|
"{zoneNameOrId}": getZoneContentRequest.zoneNameOrId
|
|
2176
2235
|
};
|
|
@@ -2198,7 +2257,7 @@ class DnsClient {
|
|
|
2198
2257
|
queryParams: queryParams
|
|
2199
2258
|
});
|
|
2200
2259
|
try {
|
|
2201
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2260
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2202
2261
|
const sdkResponse = oci_common_2.composeResponse({
|
|
2203
2262
|
responseObject: {},
|
|
2204
2263
|
body: response.body,
|
|
@@ -2236,12 +2295,14 @@ class DnsClient {
|
|
|
2236
2295
|
* @param GetZoneRecordsRequest
|
|
2237
2296
|
* @return GetZoneRecordsResponse
|
|
2238
2297
|
* @throws OciError when an error occurs
|
|
2239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
|
|
2240
2299
|
*/
|
|
2241
2300
|
getZoneRecords(getZoneRecordsRequest) {
|
|
2242
2301
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2243
2302
|
if (this.logger)
|
|
2244
2303
|
this.logger.debug("Calling operation DnsClient#getZoneRecords.");
|
|
2304
|
+
const operationName = "getZoneRecords";
|
|
2305
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Records/GetZoneRecords";
|
|
2245
2306
|
const pathParams = {
|
|
2246
2307
|
"{zoneNameOrId}": getZoneRecordsRequest.zoneNameOrId
|
|
2247
2308
|
};
|
|
@@ -2278,7 +2339,7 @@ class DnsClient {
|
|
|
2278
2339
|
queryParams: queryParams
|
|
2279
2340
|
});
|
|
2280
2341
|
try {
|
|
2281
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2342
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2282
2343
|
const sdkResponse = oci_common_2.composeResponse({
|
|
2283
2344
|
responseObject: {},
|
|
2284
2345
|
body: yield response.json(),
|
|
@@ -2365,12 +2426,14 @@ class DnsClient {
|
|
|
2365
2426
|
* @param ListResolverEndpointsRequest
|
|
2366
2427
|
* @return ListResolverEndpointsResponse
|
|
2367
2428
|
* @throws OciError when an error occurs
|
|
2368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
|
|
2369
2430
|
*/
|
|
2370
2431
|
listResolverEndpoints(listResolverEndpointsRequest) {
|
|
2371
2432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2372
2433
|
if (this.logger)
|
|
2373
2434
|
this.logger.debug("Calling operation DnsClient#listResolverEndpoints.");
|
|
2435
|
+
const operationName = "listResolverEndpoints";
|
|
2436
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/ResolverEndpoint/ListResolverEndpoints";
|
|
2374
2437
|
const pathParams = {
|
|
2375
2438
|
"{resolverId}": listResolverEndpointsRequest.resolverId
|
|
2376
2439
|
};
|
|
@@ -2401,7 +2464,7 @@ class DnsClient {
|
|
|
2401
2464
|
queryParams: queryParams
|
|
2402
2465
|
});
|
|
2403
2466
|
try {
|
|
2404
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2467
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2405
2468
|
const sdkResponse = oci_common_2.composeResponse({
|
|
2406
2469
|
responseObject: {},
|
|
2407
2470
|
body: yield response.json(),
|
|
@@ -2480,12 +2543,14 @@ class DnsClient {
|
|
|
2480
2543
|
* @param ListResolversRequest
|
|
2481
2544
|
* @return ListResolversResponse
|
|
2482
2545
|
* @throws OciError when an error occurs
|
|
2483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
|
|
2484
2547
|
*/
|
|
2485
2548
|
listResolvers(listResolversRequest) {
|
|
2486
2549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2487
2550
|
if (this.logger)
|
|
2488
2551
|
this.logger.debug("Calling operation DnsClient#listResolvers.");
|
|
2552
|
+
const operationName = "listResolvers";
|
|
2553
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Resolver/ListResolvers";
|
|
2489
2554
|
const pathParams = {};
|
|
2490
2555
|
const queryParams = {
|
|
2491
2556
|
"compartmentId": listResolversRequest.compartmentId,
|
|
@@ -2516,7 +2581,7 @@ class DnsClient {
|
|
|
2516
2581
|
queryParams: queryParams
|
|
2517
2582
|
});
|
|
2518
2583
|
try {
|
|
2519
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2584
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2520
2585
|
const sdkResponse = oci_common_2.composeResponse({
|
|
2521
2586
|
responseObject: {},
|
|
2522
2587
|
body: yield response.json(),
|
|
@@ -2590,12 +2655,14 @@ class DnsClient {
|
|
|
2590
2655
|
* @param ListSteeringPoliciesRequest
|
|
2591
2656
|
* @return ListSteeringPoliciesResponse
|
|
2592
2657
|
* @throws OciError when an error occurs
|
|
2593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
|
|
2594
2659
|
*/
|
|
2595
2660
|
listSteeringPolicies(listSteeringPoliciesRequest) {
|
|
2596
2661
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2597
2662
|
if (this.logger)
|
|
2598
2663
|
this.logger.debug("Calling operation DnsClient#listSteeringPolicies.");
|
|
2664
|
+
const operationName = "listSteeringPolicies";
|
|
2665
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/SteeringPolicy/ListSteeringPolicies";
|
|
2599
2666
|
const pathParams = {};
|
|
2600
2667
|
const queryParams = {
|
|
2601
2668
|
"limit": listSteeringPoliciesRequest.limit,
|
|
@@ -2631,7 +2698,7 @@ class DnsClient {
|
|
|
2631
2698
|
queryParams: queryParams
|
|
2632
2699
|
});
|
|
2633
2700
|
try {
|
|
2634
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2701
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2635
2702
|
const sdkResponse = oci_common_2.composeResponse({
|
|
2636
2703
|
responseObject: {},
|
|
2637
2704
|
body: yield response.json(),
|
|
@@ -2710,12 +2777,14 @@ class DnsClient {
|
|
|
2710
2777
|
* @param ListSteeringPolicyAttachmentsRequest
|
|
2711
2778
|
* @return ListSteeringPolicyAttachmentsResponse
|
|
2712
2779
|
* @throws OciError when an error occurs
|
|
2713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
|
|
2714
2781
|
*/
|
|
2715
2782
|
listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest) {
|
|
2716
2783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2717
2784
|
if (this.logger)
|
|
2718
2785
|
this.logger.debug("Calling operation DnsClient#listSteeringPolicyAttachments.");
|
|
2786
|
+
const operationName = "listSteeringPolicyAttachments";
|
|
2787
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/SteeringPolicyAttachment/ListSteeringPolicyAttachments";
|
|
2719
2788
|
const pathParams = {};
|
|
2720
2789
|
const queryParams = {
|
|
2721
2790
|
"limit": listSteeringPolicyAttachmentsRequest.limit,
|
|
@@ -2752,7 +2821,7 @@ class DnsClient {
|
|
|
2752
2821
|
queryParams: queryParams
|
|
2753
2822
|
});
|
|
2754
2823
|
try {
|
|
2755
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2824
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2756
2825
|
const sdkResponse = oci_common_2.composeResponse({
|
|
2757
2826
|
responseObject: {},
|
|
2758
2827
|
body: yield response.json(),
|
|
@@ -2831,12 +2900,14 @@ class DnsClient {
|
|
|
2831
2900
|
* @param ListTsigKeysRequest
|
|
2832
2901
|
* @return ListTsigKeysResponse
|
|
2833
2902
|
* @throws OciError when an error occurs
|
|
2834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
|
|
2835
2904
|
*/
|
|
2836
2905
|
listTsigKeys(listTsigKeysRequest) {
|
|
2837
2906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2838
2907
|
if (this.logger)
|
|
2839
2908
|
this.logger.debug("Calling operation DnsClient#listTsigKeys.");
|
|
2909
|
+
const operationName = "listTsigKeys";
|
|
2910
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/TsigKey/ListTsigKeys";
|
|
2840
2911
|
const pathParams = {};
|
|
2841
2912
|
const queryParams = {
|
|
2842
2913
|
"limit": listTsigKeysRequest.limit,
|
|
@@ -2867,7 +2938,7 @@ class DnsClient {
|
|
|
2867
2938
|
queryParams: queryParams
|
|
2868
2939
|
});
|
|
2869
2940
|
try {
|
|
2870
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
2941
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2871
2942
|
const sdkResponse = oci_common_2.composeResponse({
|
|
2872
2943
|
responseObject: {},
|
|
2873
2944
|
body: yield response.json(),
|
|
@@ -2946,12 +3017,14 @@ class DnsClient {
|
|
|
2946
3017
|
* @param ListViewsRequest
|
|
2947
3018
|
* @return ListViewsResponse
|
|
2948
3019
|
* @throws OciError when an error occurs
|
|
2949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
|
|
2950
3021
|
*/
|
|
2951
3022
|
listViews(listViewsRequest) {
|
|
2952
3023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2953
3024
|
if (this.logger)
|
|
2954
3025
|
this.logger.debug("Calling operation DnsClient#listViews.");
|
|
3026
|
+
const operationName = "listViews";
|
|
3027
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/View/ListViews";
|
|
2955
3028
|
const pathParams = {};
|
|
2956
3029
|
const queryParams = {
|
|
2957
3030
|
"compartmentId": listViewsRequest.compartmentId,
|
|
@@ -2982,7 +3055,7 @@ class DnsClient {
|
|
|
2982
3055
|
queryParams: queryParams
|
|
2983
3056
|
});
|
|
2984
3057
|
try {
|
|
2985
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
3058
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
2986
3059
|
const sdkResponse = oci_common_2.composeResponse({
|
|
2987
3060
|
responseObject: {},
|
|
2988
3061
|
body: yield response.json(),
|
|
@@ -3058,12 +3131,14 @@ class DnsClient {
|
|
|
3058
3131
|
* @param ListZoneTransferServersRequest
|
|
3059
3132
|
* @return ListZoneTransferServersResponse
|
|
3060
3133
|
* @throws OciError when an error occurs
|
|
3061
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
|
|
3062
3135
|
*/
|
|
3063
3136
|
listZoneTransferServers(listZoneTransferServersRequest) {
|
|
3064
3137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3065
3138
|
if (this.logger)
|
|
3066
3139
|
this.logger.debug("Calling operation DnsClient#listZoneTransferServers.");
|
|
3140
|
+
const operationName = "listZoneTransferServers";
|
|
3141
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/ZoneTransferServer/ListZoneTransferServers";
|
|
3067
3142
|
const pathParams = {};
|
|
3068
3143
|
const queryParams = {
|
|
3069
3144
|
"compartmentId": listZoneTransferServersRequest.compartmentId,
|
|
@@ -3088,7 +3163,7 @@ class DnsClient {
|
|
|
3088
3163
|
queryParams: queryParams
|
|
3089
3164
|
});
|
|
3090
3165
|
try {
|
|
3091
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
3166
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3092
3167
|
const sdkResponse = oci_common_2.composeResponse({
|
|
3093
3168
|
responseObject: {},
|
|
3094
3169
|
body: yield response.json(),
|
|
@@ -3165,12 +3240,14 @@ class DnsClient {
|
|
|
3165
3240
|
* @param ListZonesRequest
|
|
3166
3241
|
* @return ListZonesResponse
|
|
3167
3242
|
* @throws OciError when an error occurs
|
|
3168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
|
|
3169
3244
|
*/
|
|
3170
3245
|
listZones(listZonesRequest) {
|
|
3171
3246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3172
3247
|
if (this.logger)
|
|
3173
3248
|
this.logger.debug("Calling operation DnsClient#listZones.");
|
|
3249
|
+
const operationName = "listZones";
|
|
3250
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Zone/ListZones";
|
|
3174
3251
|
const pathParams = {};
|
|
3175
3252
|
const queryParams = {
|
|
3176
3253
|
"limit": listZonesRequest.limit,
|
|
@@ -3206,7 +3283,7 @@ class DnsClient {
|
|
|
3206
3283
|
queryParams: queryParams
|
|
3207
3284
|
});
|
|
3208
3285
|
try {
|
|
3209
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
3286
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3210
3287
|
const sdkResponse = oci_common_2.composeResponse({
|
|
3211
3288
|
responseObject: {},
|
|
3212
3289
|
body: yield response.json(),
|
|
@@ -3290,12 +3367,14 @@ class DnsClient {
|
|
|
3290
3367
|
* @param PatchDomainRecordsRequest
|
|
3291
3368
|
* @return PatchDomainRecordsResponse
|
|
3292
3369
|
* @throws OciError when an error occurs
|
|
3293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
|
|
3294
3371
|
*/
|
|
3295
3372
|
patchDomainRecords(patchDomainRecordsRequest) {
|
|
3296
3373
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3297
3374
|
if (this.logger)
|
|
3298
3375
|
this.logger.debug("Calling operation DnsClient#patchDomainRecords.");
|
|
3376
|
+
const operationName = "patchDomainRecords";
|
|
3377
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Records/PatchDomainRecords";
|
|
3299
3378
|
const pathParams = {
|
|
3300
3379
|
"{zoneNameOrId}": patchDomainRecordsRequest.zoneNameOrId,
|
|
3301
3380
|
"{domain}": patchDomainRecordsRequest.domain
|
|
@@ -3326,7 +3405,7 @@ class DnsClient {
|
|
|
3326
3405
|
queryParams: queryParams
|
|
3327
3406
|
});
|
|
3328
3407
|
try {
|
|
3329
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
3408
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3330
3409
|
const sdkResponse = oci_common_2.composeResponse({
|
|
3331
3410
|
responseObject: {},
|
|
3332
3411
|
body: yield response.json(),
|
|
@@ -3373,12 +3452,14 @@ class DnsClient {
|
|
|
3373
3452
|
* @param PatchRRSetRequest
|
|
3374
3453
|
* @return PatchRRSetResponse
|
|
3375
3454
|
* @throws OciError when an error occurs
|
|
3376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
|
|
3377
3456
|
*/
|
|
3378
3457
|
patchRRSet(patchRRSetRequest) {
|
|
3379
3458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3380
3459
|
if (this.logger)
|
|
3381
3460
|
this.logger.debug("Calling operation DnsClient#patchRRSet.");
|
|
3461
|
+
const operationName = "patchRRSet";
|
|
3462
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/RRSet/PatchRRSet";
|
|
3382
3463
|
const pathParams = {
|
|
3383
3464
|
"{zoneNameOrId}": patchRRSetRequest.zoneNameOrId,
|
|
3384
3465
|
"{domain}": patchRRSetRequest.domain,
|
|
@@ -3410,7 +3491,7 @@ class DnsClient {
|
|
|
3410
3491
|
queryParams: queryParams
|
|
3411
3492
|
});
|
|
3412
3493
|
try {
|
|
3413
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
3494
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3414
3495
|
const sdkResponse = oci_common_2.composeResponse({
|
|
3415
3496
|
responseObject: {},
|
|
3416
3497
|
body: yield response.json(),
|
|
@@ -3459,12 +3540,14 @@ class DnsClient {
|
|
|
3459
3540
|
* @param PatchZoneRecordsRequest
|
|
3460
3541
|
* @return PatchZoneRecordsResponse
|
|
3461
3542
|
* @throws OciError when an error occurs
|
|
3462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
|
|
3463
3544
|
*/
|
|
3464
3545
|
patchZoneRecords(patchZoneRecordsRequest) {
|
|
3465
3546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3466
3547
|
if (this.logger)
|
|
3467
3548
|
this.logger.debug("Calling operation DnsClient#patchZoneRecords.");
|
|
3549
|
+
const operationName = "patchZoneRecords";
|
|
3550
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Records/PatchZoneRecords";
|
|
3468
3551
|
const pathParams = {
|
|
3469
3552
|
"{zoneNameOrId}": patchZoneRecordsRequest.zoneNameOrId
|
|
3470
3553
|
};
|
|
@@ -3494,7 +3577,7 @@ class DnsClient {
|
|
|
3494
3577
|
queryParams: queryParams
|
|
3495
3578
|
});
|
|
3496
3579
|
try {
|
|
3497
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
3580
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3498
3581
|
const sdkResponse = oci_common_2.composeResponse({
|
|
3499
3582
|
responseObject: {},
|
|
3500
3583
|
body: yield response.json(),
|
|
@@ -3543,12 +3626,14 @@ class DnsClient {
|
|
|
3543
3626
|
* @param UpdateDomainRecordsRequest
|
|
3544
3627
|
* @return UpdateDomainRecordsResponse
|
|
3545
3628
|
* @throws OciError when an error occurs
|
|
3546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
|
|
3547
3630
|
*/
|
|
3548
3631
|
updateDomainRecords(updateDomainRecordsRequest) {
|
|
3549
3632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3550
3633
|
if (this.logger)
|
|
3551
3634
|
this.logger.debug("Calling operation DnsClient#updateDomainRecords.");
|
|
3635
|
+
const operationName = "updateDomainRecords";
|
|
3636
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Records/UpdateDomainRecords";
|
|
3552
3637
|
const pathParams = {
|
|
3553
3638
|
"{zoneNameOrId}": updateDomainRecordsRequest.zoneNameOrId,
|
|
3554
3639
|
"{domain}": updateDomainRecordsRequest.domain
|
|
@@ -3579,7 +3664,7 @@ class DnsClient {
|
|
|
3579
3664
|
queryParams: queryParams
|
|
3580
3665
|
});
|
|
3581
3666
|
try {
|
|
3582
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
3667
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3583
3668
|
const sdkResponse = oci_common_2.composeResponse({
|
|
3584
3669
|
responseObject: {},
|
|
3585
3670
|
body: yield response.json(),
|
|
@@ -3626,12 +3711,14 @@ class DnsClient {
|
|
|
3626
3711
|
* @param UpdateRRSetRequest
|
|
3627
3712
|
* @return UpdateRRSetResponse
|
|
3628
3713
|
* @throws OciError when an error occurs
|
|
3629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3714
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
|
|
3630
3715
|
*/
|
|
3631
3716
|
updateRRSet(updateRRSetRequest) {
|
|
3632
3717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3633
3718
|
if (this.logger)
|
|
3634
3719
|
this.logger.debug("Calling operation DnsClient#updateRRSet.");
|
|
3720
|
+
const operationName = "updateRRSet";
|
|
3721
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/RRSet/UpdateRRSet";
|
|
3635
3722
|
const pathParams = {
|
|
3636
3723
|
"{zoneNameOrId}": updateRRSetRequest.zoneNameOrId,
|
|
3637
3724
|
"{domain}": updateRRSetRequest.domain,
|
|
@@ -3663,7 +3750,7 @@ class DnsClient {
|
|
|
3663
3750
|
queryParams: queryParams
|
|
3664
3751
|
});
|
|
3665
3752
|
try {
|
|
3666
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
3753
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3667
3754
|
const sdkResponse = oci_common_2.composeResponse({
|
|
3668
3755
|
responseObject: {},
|
|
3669
3756
|
body: yield response.json(),
|
|
@@ -3707,12 +3794,14 @@ class DnsClient {
|
|
|
3707
3794
|
* @param UpdateResolverRequest
|
|
3708
3795
|
* @return UpdateResolverResponse
|
|
3709
3796
|
* @throws OciError when an error occurs
|
|
3710
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
|
|
3711
3798
|
*/
|
|
3712
3799
|
updateResolver(updateResolverRequest) {
|
|
3713
3800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3714
3801
|
if (this.logger)
|
|
3715
3802
|
this.logger.debug("Calling operation DnsClient#updateResolver.");
|
|
3803
|
+
const operationName = "updateResolver";
|
|
3804
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Resolver/UpdateResolver";
|
|
3716
3805
|
const pathParams = {
|
|
3717
3806
|
"{resolverId}": updateResolverRequest.resolverId
|
|
3718
3807
|
};
|
|
@@ -3740,7 +3829,7 @@ class DnsClient {
|
|
|
3740
3829
|
queryParams: queryParams
|
|
3741
3830
|
});
|
|
3742
3831
|
try {
|
|
3743
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
3832
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3744
3833
|
const sdkResponse = oci_common_2.composeResponse({
|
|
3745
3834
|
responseObject: {},
|
|
3746
3835
|
body: yield response.json(),
|
|
@@ -3779,12 +3868,14 @@ class DnsClient {
|
|
|
3779
3868
|
* @param UpdateResolverEndpointRequest
|
|
3780
3869
|
* @return UpdateResolverEndpointResponse
|
|
3781
3870
|
* @throws OciError when an error occurs
|
|
3782
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
|
|
3783
3872
|
*/
|
|
3784
3873
|
updateResolverEndpoint(updateResolverEndpointRequest) {
|
|
3785
3874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3786
3875
|
if (this.logger)
|
|
3787
3876
|
this.logger.debug("Calling operation DnsClient#updateResolverEndpoint.");
|
|
3877
|
+
const operationName = "updateResolverEndpoint";
|
|
3878
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/ResolverEndpoint/UpdateResolverEndpoint";
|
|
3788
3879
|
const pathParams = {
|
|
3789
3880
|
"{resolverId}": updateResolverEndpointRequest.resolverId,
|
|
3790
3881
|
"{resolverEndpointName}": updateResolverEndpointRequest.resolverEndpointName
|
|
@@ -3813,7 +3904,7 @@ class DnsClient {
|
|
|
3813
3904
|
queryParams: queryParams
|
|
3814
3905
|
});
|
|
3815
3906
|
try {
|
|
3816
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
3907
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3817
3908
|
const sdkResponse = oci_common_2.composeResponse({
|
|
3818
3909
|
responseObject: {},
|
|
3819
3910
|
body: yield response.json(),
|
|
@@ -3852,12 +3943,14 @@ class DnsClient {
|
|
|
3852
3943
|
* @param UpdateSteeringPolicyRequest
|
|
3853
3944
|
* @return UpdateSteeringPolicyResponse
|
|
3854
3945
|
* @throws OciError when an error occurs
|
|
3855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
|
|
3856
3947
|
*/
|
|
3857
3948
|
updateSteeringPolicy(updateSteeringPolicyRequest) {
|
|
3858
3949
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3859
3950
|
if (this.logger)
|
|
3860
3951
|
this.logger.debug("Calling operation DnsClient#updateSteeringPolicy.");
|
|
3952
|
+
const operationName = "updateSteeringPolicy";
|
|
3953
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/SteeringPolicy/UpdateSteeringPolicy";
|
|
3861
3954
|
const pathParams = {
|
|
3862
3955
|
"{steeringPolicyId}": updateSteeringPolicyRequest.steeringPolicyId
|
|
3863
3956
|
};
|
|
@@ -3885,7 +3978,7 @@ class DnsClient {
|
|
|
3885
3978
|
queryParams: queryParams
|
|
3886
3979
|
});
|
|
3887
3980
|
try {
|
|
3888
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
3981
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3889
3982
|
const sdkResponse = oci_common_2.composeResponse({
|
|
3890
3983
|
responseObject: {},
|
|
3891
3984
|
body: yield response.json(),
|
|
@@ -3919,12 +4012,14 @@ class DnsClient {
|
|
|
3919
4012
|
* @param UpdateSteeringPolicyAttachmentRequest
|
|
3920
4013
|
* @return UpdateSteeringPolicyAttachmentResponse
|
|
3921
4014
|
* @throws OciError when an error occurs
|
|
3922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
|
|
3923
4016
|
*/
|
|
3924
4017
|
updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest) {
|
|
3925
4018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3926
4019
|
if (this.logger)
|
|
3927
4020
|
this.logger.debug("Calling operation DnsClient#updateSteeringPolicyAttachment.");
|
|
4021
|
+
const operationName = "updateSteeringPolicyAttachment";
|
|
4022
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/SteeringPolicyAttachment/UpdateSteeringPolicyAttachment";
|
|
3928
4023
|
const pathParams = {
|
|
3929
4024
|
"{steeringPolicyAttachmentId}": updateSteeringPolicyAttachmentRequest.steeringPolicyAttachmentId
|
|
3930
4025
|
};
|
|
@@ -3952,7 +4047,7 @@ class DnsClient {
|
|
|
3952
4047
|
queryParams: queryParams
|
|
3953
4048
|
});
|
|
3954
4049
|
try {
|
|
3955
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
4050
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
3956
4051
|
const sdkResponse = oci_common_2.composeResponse({
|
|
3957
4052
|
responseObject: {},
|
|
3958
4053
|
body: yield response.json(),
|
|
@@ -3986,12 +4081,14 @@ class DnsClient {
|
|
|
3986
4081
|
* @param UpdateTsigKeyRequest
|
|
3987
4082
|
* @return UpdateTsigKeyResponse
|
|
3988
4083
|
* @throws OciError when an error occurs
|
|
3989
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4084
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
|
|
3990
4085
|
*/
|
|
3991
4086
|
updateTsigKey(updateTsigKeyRequest) {
|
|
3992
4087
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3993
4088
|
if (this.logger)
|
|
3994
4089
|
this.logger.debug("Calling operation DnsClient#updateTsigKey.");
|
|
4090
|
+
const operationName = "updateTsigKey";
|
|
4091
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/TsigKey/UpdateTsigKey";
|
|
3995
4092
|
const pathParams = {
|
|
3996
4093
|
"{tsigKeyId}": updateTsigKeyRequest.tsigKeyId
|
|
3997
4094
|
};
|
|
@@ -4019,7 +4116,7 @@ class DnsClient {
|
|
|
4019
4116
|
queryParams: queryParams
|
|
4020
4117
|
});
|
|
4021
4118
|
try {
|
|
4022
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
4119
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4023
4120
|
const sdkResponse = oci_common_2.composeResponse({
|
|
4024
4121
|
responseObject: {},
|
|
4025
4122
|
body: yield response.json(),
|
|
@@ -4058,12 +4155,14 @@ class DnsClient {
|
|
|
4058
4155
|
* @param UpdateViewRequest
|
|
4059
4156
|
* @return UpdateViewResponse
|
|
4060
4157
|
* @throws OciError when an error occurs
|
|
4061
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
|
|
4062
4159
|
*/
|
|
4063
4160
|
updateView(updateViewRequest) {
|
|
4064
4161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4065
4162
|
if (this.logger)
|
|
4066
4163
|
this.logger.debug("Calling operation DnsClient#updateView.");
|
|
4164
|
+
const operationName = "updateView";
|
|
4165
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/View/UpdateView";
|
|
4067
4166
|
const pathParams = {
|
|
4068
4167
|
"{viewId}": updateViewRequest.viewId
|
|
4069
4168
|
};
|
|
@@ -4091,7 +4190,7 @@ class DnsClient {
|
|
|
4091
4190
|
queryParams: queryParams
|
|
4092
4191
|
});
|
|
4093
4192
|
try {
|
|
4094
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
4193
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4095
4194
|
const sdkResponse = oci_common_2.composeResponse({
|
|
4096
4195
|
responseObject: {},
|
|
4097
4196
|
body: yield response.json(),
|
|
@@ -4135,12 +4234,14 @@ class DnsClient {
|
|
|
4135
4234
|
* @param UpdateZoneRequest
|
|
4136
4235
|
* @return UpdateZoneResponse
|
|
4137
4236
|
* @throws OciError when an error occurs
|
|
4138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
|
|
4139
4238
|
*/
|
|
4140
4239
|
updateZone(updateZoneRequest) {
|
|
4141
4240
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4142
4241
|
if (this.logger)
|
|
4143
4242
|
this.logger.debug("Calling operation DnsClient#updateZone.");
|
|
4243
|
+
const operationName = "updateZone";
|
|
4244
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Zone/UpdateZone";
|
|
4144
4245
|
const pathParams = {
|
|
4145
4246
|
"{zoneNameOrId}": updateZoneRequest.zoneNameOrId
|
|
4146
4247
|
};
|
|
@@ -4170,7 +4271,7 @@ class DnsClient {
|
|
|
4170
4271
|
queryParams: queryParams
|
|
4171
4272
|
});
|
|
4172
4273
|
try {
|
|
4173
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
4274
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4174
4275
|
const sdkResponse = oci_common_2.composeResponse({
|
|
4175
4276
|
responseObject: {},
|
|
4176
4277
|
body: yield response.json(),
|
|
@@ -4215,12 +4316,14 @@ class DnsClient {
|
|
|
4215
4316
|
* @param UpdateZoneRecordsRequest
|
|
4216
4317
|
* @return UpdateZoneRecordsResponse
|
|
4217
4318
|
* @throws OciError when an error occurs
|
|
4218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
|
|
4219
4320
|
*/
|
|
4220
4321
|
updateZoneRecords(updateZoneRecordsRequest) {
|
|
4221
4322
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4222
4323
|
if (this.logger)
|
|
4223
4324
|
this.logger.debug("Calling operation DnsClient#updateZoneRecords.");
|
|
4325
|
+
const operationName = "updateZoneRecords";
|
|
4326
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/dns/20180115/Records/UpdateZoneRecords";
|
|
4224
4327
|
const pathParams = {
|
|
4225
4328
|
"{zoneNameOrId}": updateZoneRecordsRequest.zoneNameOrId
|
|
4226
4329
|
};
|
|
@@ -4250,7 +4353,7 @@ class DnsClient {
|
|
|
4250
4353
|
queryParams: queryParams
|
|
4251
4354
|
});
|
|
4252
4355
|
try {
|
|
4253
|
-
const response = yield retrier.makeServiceCall(this._httpClient, request);
|
|
4356
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4254
4357
|
const sdkResponse = oci_common_2.composeResponse({
|
|
4255
4358
|
responseObject: {},
|
|
4256
4359
|
body: yield response.json(),
|