oci-dns 2.84.0 → 2.84.2
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 +56 -52
- package/lib/client.js +58 -52
- package/lib/client.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-from-zone-file-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
|
@@ -194,6 +194,12 @@ class DnsClient {
|
|
|
194
194
|
this._circuitBreaker.shutdown();
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
|
+
/**
|
|
198
|
+
* Close the client once it is no longer needed
|
|
199
|
+
*/
|
|
200
|
+
close() {
|
|
201
|
+
this.shutdownCircuitBreaker();
|
|
202
|
+
}
|
|
197
203
|
/**
|
|
198
204
|
* Moves a resolver into a different compartment along with its protected default view and any endpoints.
|
|
199
205
|
* <p>
|
|
@@ -204,7 +210,7 @@ class DnsClient {
|
|
|
204
210
|
* @param ChangeResolverCompartmentRequest
|
|
205
211
|
* @return ChangeResolverCompartmentResponse
|
|
206
212
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
|
|
208
214
|
*/
|
|
209
215
|
changeResolverCompartment(changeResolverCompartmentRequest) {
|
|
210
216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -269,7 +275,7 @@ class DnsClient {
|
|
|
269
275
|
* @param ChangeSteeringPolicyCompartmentRequest
|
|
270
276
|
* @return ChangeSteeringPolicyCompartmentResponse
|
|
271
277
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
|
|
273
279
|
*/
|
|
274
280
|
changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest) {
|
|
275
281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -329,7 +335,7 @@ class DnsClient {
|
|
|
329
335
|
* @param ChangeTsigKeyCompartmentRequest
|
|
330
336
|
* @return ChangeTsigKeyCompartmentResponse
|
|
331
337
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
|
|
333
339
|
*/
|
|
334
340
|
changeTsigKeyCompartment(changeTsigKeyCompartmentRequest) {
|
|
335
341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -391,7 +397,7 @@ class DnsClient {
|
|
|
391
397
|
* @param ChangeViewCompartmentRequest
|
|
392
398
|
* @return ChangeViewCompartmentResponse
|
|
393
399
|
* @throws OciError when an error occurs
|
|
394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
|
|
395
401
|
*/
|
|
396
402
|
changeViewCompartment(changeViewCompartmentRequest) {
|
|
397
403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -463,7 +469,7 @@ class DnsClient {
|
|
|
463
469
|
* @param ChangeZoneCompartmentRequest
|
|
464
470
|
* @return ChangeZoneCompartmentResponse
|
|
465
471
|
* @throws OciError when an error occurs
|
|
466
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
|
|
467
473
|
*/
|
|
468
474
|
changeZoneCompartment(changeZoneCompartmentRequest) {
|
|
469
475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -528,7 +534,7 @@ class DnsClient {
|
|
|
528
534
|
* @param CreateResolverEndpointRequest
|
|
529
535
|
* @return CreateResolverEndpointResponse
|
|
530
536
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
|
|
532
538
|
*/
|
|
533
539
|
createResolverEndpoint(createResolverEndpointRequest) {
|
|
534
540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -607,7 +613,7 @@ class DnsClient {
|
|
|
607
613
|
* @param CreateSteeringPolicyRequest
|
|
608
614
|
* @return CreateSteeringPolicyResponse
|
|
609
615
|
* @throws OciError when an error occurs
|
|
610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
|
|
611
617
|
*/
|
|
612
618
|
createSteeringPolicy(createSteeringPolicyRequest) {
|
|
613
619
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -683,7 +689,7 @@ class DnsClient {
|
|
|
683
689
|
* @param CreateSteeringPolicyAttachmentRequest
|
|
684
690
|
* @return CreateSteeringPolicyAttachmentResponse
|
|
685
691
|
* @throws OciError when an error occurs
|
|
686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
|
|
687
693
|
*/
|
|
688
694
|
createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest) {
|
|
689
695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -755,7 +761,7 @@ class DnsClient {
|
|
|
755
761
|
* @param CreateTsigKeyRequest
|
|
756
762
|
* @return CreateTsigKeyResponse
|
|
757
763
|
* @throws OciError when an error occurs
|
|
758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
764
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
|
|
759
765
|
*/
|
|
760
766
|
createTsigKey(createTsigKeyRequest) {
|
|
761
767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -830,7 +836,7 @@ class DnsClient {
|
|
|
830
836
|
* @param CreateViewRequest
|
|
831
837
|
* @return CreateViewResponse
|
|
832
838
|
* @throws OciError when an error occurs
|
|
833
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
839
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateView.ts.html |here} to see how to use CreateView API.
|
|
834
840
|
*/
|
|
835
841
|
createView(createViewRequest) {
|
|
836
842
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -909,7 +915,7 @@ class DnsClient {
|
|
|
909
915
|
* @param CreateZoneRequest
|
|
910
916
|
* @return CreateZoneResponse
|
|
911
917
|
* @throws OciError when an error occurs
|
|
912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
|
|
913
919
|
*/
|
|
914
920
|
createZone(createZoneRequest) {
|
|
915
921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -986,7 +992,7 @@ class DnsClient {
|
|
|
986
992
|
* @param CreateZoneFromZoneFileRequest
|
|
987
993
|
* @return CreateZoneFromZoneFileResponse
|
|
988
994
|
* @throws OciError when an error occurs
|
|
989
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
995
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/CreateZoneFromZoneFile.ts.html |here} to see how to use CreateZoneFromZoneFile API.
|
|
990
996
|
*/
|
|
991
997
|
createZoneFromZoneFile(createZoneFromZoneFileRequest) {
|
|
992
998
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1066,7 +1072,7 @@ class DnsClient {
|
|
|
1066
1072
|
* @param DeleteDomainRecordsRequest
|
|
1067
1073
|
* @return DeleteDomainRecordsResponse
|
|
1068
1074
|
* @throws OciError when an error occurs
|
|
1069
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1075
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
|
|
1070
1076
|
*/
|
|
1071
1077
|
deleteDomainRecords(deleteDomainRecordsRequest) {
|
|
1072
1078
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1131,7 +1137,7 @@ class DnsClient {
|
|
|
1131
1137
|
* @param DeleteRRSetRequest
|
|
1132
1138
|
* @return DeleteRRSetResponse
|
|
1133
1139
|
* @throws OciError when an error occurs
|
|
1134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
|
|
1135
1141
|
*/
|
|
1136
1142
|
deleteRRSet(deleteRRSetRequest) {
|
|
1137
1143
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1198,7 +1204,7 @@ class DnsClient {
|
|
|
1198
1204
|
* @param DeleteResolverEndpointRequest
|
|
1199
1205
|
* @return DeleteResolverEndpointResponse
|
|
1200
1206
|
* @throws OciError when an error occurs
|
|
1201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
|
|
1202
1208
|
*/
|
|
1203
1209
|
deleteResolverEndpoint(deleteResolverEndpointRequest) {
|
|
1204
1210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1267,7 +1273,7 @@ class DnsClient {
|
|
|
1267
1273
|
* @param DeleteSteeringPolicyRequest
|
|
1268
1274
|
* @return DeleteSteeringPolicyResponse
|
|
1269
1275
|
* @throws OciError when an error occurs
|
|
1270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
|
|
1271
1277
|
*/
|
|
1272
1278
|
deleteSteeringPolicy(deleteSteeringPolicyRequest) {
|
|
1273
1279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1327,7 +1333,7 @@ class DnsClient {
|
|
|
1327
1333
|
* @param DeleteSteeringPolicyAttachmentRequest
|
|
1328
1334
|
* @return DeleteSteeringPolicyAttachmentResponse
|
|
1329
1335
|
* @throws OciError when an error occurs
|
|
1330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
|
|
1331
1337
|
*/
|
|
1332
1338
|
deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest) {
|
|
1333
1339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1386,7 +1392,7 @@ class DnsClient {
|
|
|
1386
1392
|
* @param DeleteTsigKeyRequest
|
|
1387
1393
|
* @return DeleteTsigKeyResponse
|
|
1388
1394
|
* @throws OciError when an error occurs
|
|
1389
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
|
|
1390
1396
|
*/
|
|
1391
1397
|
deleteTsigKey(deleteTsigKeyRequest) {
|
|
1392
1398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1455,7 +1461,7 @@ class DnsClient {
|
|
|
1455
1461
|
* @param DeleteViewRequest
|
|
1456
1462
|
* @return DeleteViewResponse
|
|
1457
1463
|
* @throws OciError when an error occurs
|
|
1458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
|
|
1459
1465
|
*/
|
|
1460
1466
|
deleteView(deleteViewRequest) {
|
|
1461
1467
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1523,7 +1529,7 @@ class DnsClient {
|
|
|
1523
1529
|
* @param DeleteZoneRequest
|
|
1524
1530
|
* @return DeleteZoneResponse
|
|
1525
1531
|
* @throws OciError when an error occurs
|
|
1526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
|
|
1527
1533
|
*/
|
|
1528
1534
|
deleteZone(deleteZoneRequest) {
|
|
1529
1535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1593,7 +1599,7 @@ class DnsClient {
|
|
|
1593
1599
|
* @param GetDomainRecordsRequest
|
|
1594
1600
|
* @return GetDomainRecordsResponse
|
|
1595
1601
|
* @throws OciError when an error occurs
|
|
1596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
|
|
1597
1603
|
*/
|
|
1598
1604
|
getDomainRecords(getDomainRecordsRequest) {
|
|
1599
1605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1723,7 +1729,7 @@ class DnsClient {
|
|
|
1723
1729
|
* @param GetRRSetRequest
|
|
1724
1730
|
* @return GetRRSetResponse
|
|
1725
1731
|
* @throws OciError when an error occurs
|
|
1726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
|
|
1727
1733
|
*/
|
|
1728
1734
|
getRRSet(getRRSetRequest) {
|
|
1729
1735
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1851,7 +1857,7 @@ class DnsClient {
|
|
|
1851
1857
|
* @param GetResolverRequest
|
|
1852
1858
|
* @return GetResolverResponse
|
|
1853
1859
|
* @throws OciError when an error occurs
|
|
1854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
|
|
1855
1861
|
*/
|
|
1856
1862
|
getResolver(getResolverRequest) {
|
|
1857
1863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1922,7 +1928,7 @@ class DnsClient {
|
|
|
1922
1928
|
* @param GetResolverEndpointRequest
|
|
1923
1929
|
* @return GetResolverEndpointResponse
|
|
1924
1930
|
* @throws OciError when an error occurs
|
|
1925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
1931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
|
|
1926
1932
|
*/
|
|
1927
1933
|
getResolverEndpoint(getResolverEndpointRequest) {
|
|
1928
1934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1991,7 +1997,7 @@ class DnsClient {
|
|
|
1991
1997
|
* @param GetSteeringPolicyRequest
|
|
1992
1998
|
* @return GetSteeringPolicyResponse
|
|
1993
1999
|
* @throws OciError when an error occurs
|
|
1994
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2000
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
|
|
1995
2001
|
*/
|
|
1996
2002
|
getSteeringPolicy(getSteeringPolicyRequest) {
|
|
1997
2003
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2059,7 +2065,7 @@ class DnsClient {
|
|
|
2059
2065
|
* @param GetSteeringPolicyAttachmentRequest
|
|
2060
2066
|
* @return GetSteeringPolicyAttachmentResponse
|
|
2061
2067
|
* @throws OciError when an error occurs
|
|
2062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2068
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
|
|
2063
2069
|
*/
|
|
2064
2070
|
getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest) {
|
|
2065
2071
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2127,7 +2133,7 @@ class DnsClient {
|
|
|
2127
2133
|
* @param GetTsigKeyRequest
|
|
2128
2134
|
* @return GetTsigKeyResponse
|
|
2129
2135
|
* @throws OciError when an error occurs
|
|
2130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
|
|
2131
2137
|
*/
|
|
2132
2138
|
getTsigKey(getTsigKeyRequest) {
|
|
2133
2139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2199,7 +2205,7 @@ class DnsClient {
|
|
|
2199
2205
|
* @param GetViewRequest
|
|
2200
2206
|
* @return GetViewResponse
|
|
2201
2207
|
* @throws OciError when an error occurs
|
|
2202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetView.ts.html |here} to see how to use GetView API.
|
|
2203
2209
|
*/
|
|
2204
2210
|
getView(getViewRequest) {
|
|
2205
2211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2270,7 +2276,7 @@ class DnsClient {
|
|
|
2270
2276
|
* @param GetZoneRequest
|
|
2271
2277
|
* @return GetZoneResponse
|
|
2272
2278
|
* @throws OciError when an error occurs
|
|
2273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetZone.ts.html |here} to see how to use GetZone API.
|
|
2274
2280
|
*/
|
|
2275
2281
|
getZone(getZoneRequest) {
|
|
2276
2282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2340,7 +2346,7 @@ class DnsClient {
|
|
|
2340
2346
|
* @param GetZoneContentRequest
|
|
2341
2347
|
* @return GetZoneContentResponse
|
|
2342
2348
|
* @throws OciError when an error occurs
|
|
2343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
|
|
2344
2350
|
*/
|
|
2345
2351
|
getZoneContent(getZoneContentRequest) {
|
|
2346
2352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2413,7 +2419,7 @@ class DnsClient {
|
|
|
2413
2419
|
* @param GetZoneRecordsRequest
|
|
2414
2420
|
* @return GetZoneRecordsResponse
|
|
2415
2421
|
* @throws OciError when an error occurs
|
|
2416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2422
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
|
|
2417
2423
|
*/
|
|
2418
2424
|
getZoneRecords(getZoneRecordsRequest) {
|
|
2419
2425
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2544,7 +2550,7 @@ class DnsClient {
|
|
|
2544
2550
|
* @param ListResolverEndpointsRequest
|
|
2545
2551
|
* @return ListResolverEndpointsResponse
|
|
2546
2552
|
* @throws OciError when an error occurs
|
|
2547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
|
|
2548
2554
|
*/
|
|
2549
2555
|
listResolverEndpoints(listResolverEndpointsRequest) {
|
|
2550
2556
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2661,7 +2667,7 @@ class DnsClient {
|
|
|
2661
2667
|
* @param ListResolversRequest
|
|
2662
2668
|
* @return ListResolversResponse
|
|
2663
2669
|
* @throws OciError when an error occurs
|
|
2664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
|
|
2665
2671
|
*/
|
|
2666
2672
|
listResolvers(listResolversRequest) {
|
|
2667
2673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2773,7 +2779,7 @@ class DnsClient {
|
|
|
2773
2779
|
* @param ListSteeringPoliciesRequest
|
|
2774
2780
|
* @return ListSteeringPoliciesResponse
|
|
2775
2781
|
* @throws OciError when an error occurs
|
|
2776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2782
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
|
|
2777
2783
|
*/
|
|
2778
2784
|
listSteeringPolicies(listSteeringPoliciesRequest) {
|
|
2779
2785
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2895,7 +2901,7 @@ class DnsClient {
|
|
|
2895
2901
|
* @param ListSteeringPolicyAttachmentsRequest
|
|
2896
2902
|
* @return ListSteeringPolicyAttachmentsResponse
|
|
2897
2903
|
* @throws OciError when an error occurs
|
|
2898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
2904
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
|
|
2899
2905
|
*/
|
|
2900
2906
|
listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest) {
|
|
2901
2907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3018,7 +3024,7 @@ class DnsClient {
|
|
|
3018
3024
|
* @param ListTsigKeysRequest
|
|
3019
3025
|
* @return ListTsigKeysResponse
|
|
3020
3026
|
* @throws OciError when an error occurs
|
|
3021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3027
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
|
|
3022
3028
|
*/
|
|
3023
3029
|
listTsigKeys(listTsigKeysRequest) {
|
|
3024
3030
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3135,7 +3141,7 @@ class DnsClient {
|
|
|
3135
3141
|
* @param ListViewsRequest
|
|
3136
3142
|
* @return ListViewsResponse
|
|
3137
3143
|
* @throws OciError when an error occurs
|
|
3138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListViews.ts.html |here} to see how to use ListViews API.
|
|
3139
3145
|
*/
|
|
3140
3146
|
listViews(listViewsRequest) {
|
|
3141
3147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3249,7 +3255,7 @@ class DnsClient {
|
|
|
3249
3255
|
* @param ListZoneTransferServersRequest
|
|
3250
3256
|
* @return ListZoneTransferServersResponse
|
|
3251
3257
|
* @throws OciError when an error occurs
|
|
3252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
|
|
3253
3259
|
*/
|
|
3254
3260
|
listZoneTransferServers(listZoneTransferServersRequest) {
|
|
3255
3261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3358,7 +3364,7 @@ class DnsClient {
|
|
|
3358
3364
|
* @param ListZonesRequest
|
|
3359
3365
|
* @return ListZonesResponse
|
|
3360
3366
|
* @throws OciError when an error occurs
|
|
3361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/ListZones.ts.html |here} to see how to use ListZones API.
|
|
3362
3368
|
*/
|
|
3363
3369
|
listZones(listZonesRequest) {
|
|
3364
3370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3485,7 +3491,7 @@ class DnsClient {
|
|
|
3485
3491
|
* @param PatchDomainRecordsRequest
|
|
3486
3492
|
* @return PatchDomainRecordsResponse
|
|
3487
3493
|
* @throws OciError when an error occurs
|
|
3488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
|
|
3489
3495
|
*/
|
|
3490
3496
|
patchDomainRecords(patchDomainRecordsRequest) {
|
|
3491
3497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3570,7 +3576,7 @@ class DnsClient {
|
|
|
3570
3576
|
* @param PatchRRSetRequest
|
|
3571
3577
|
* @return PatchRRSetResponse
|
|
3572
3578
|
* @throws OciError when an error occurs
|
|
3573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
|
|
3574
3580
|
*/
|
|
3575
3581
|
patchRRSet(patchRRSetRequest) {
|
|
3576
3582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3658,7 +3664,7 @@ class DnsClient {
|
|
|
3658
3664
|
* @param PatchZoneRecordsRequest
|
|
3659
3665
|
* @return PatchZoneRecordsResponse
|
|
3660
3666
|
* @throws OciError when an error occurs
|
|
3661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
|
|
3662
3668
|
*/
|
|
3663
3669
|
patchZoneRecords(patchZoneRecordsRequest) {
|
|
3664
3670
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3744,7 +3750,7 @@ class DnsClient {
|
|
|
3744
3750
|
* @param UpdateDomainRecordsRequest
|
|
3745
3751
|
* @return UpdateDomainRecordsResponse
|
|
3746
3752
|
* @throws OciError when an error occurs
|
|
3747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
|
|
3748
3754
|
*/
|
|
3749
3755
|
updateDomainRecords(updateDomainRecordsRequest) {
|
|
3750
3756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3829,7 +3835,7 @@ class DnsClient {
|
|
|
3829
3835
|
* @param UpdateRRSetRequest
|
|
3830
3836
|
* @return UpdateRRSetResponse
|
|
3831
3837
|
* @throws OciError when an error occurs
|
|
3832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
|
|
3833
3839
|
*/
|
|
3834
3840
|
updateRRSet(updateRRSetRequest) {
|
|
3835
3841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3912,7 +3918,7 @@ class DnsClient {
|
|
|
3912
3918
|
* @param UpdateResolverRequest
|
|
3913
3919
|
* @return UpdateResolverResponse
|
|
3914
3920
|
* @throws OciError when an error occurs
|
|
3915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
|
|
3916
3922
|
*/
|
|
3917
3923
|
updateResolver(updateResolverRequest) {
|
|
3918
3924
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3986,7 +3992,7 @@ class DnsClient {
|
|
|
3986
3992
|
* @param UpdateResolverEndpointRequest
|
|
3987
3993
|
* @return UpdateResolverEndpointResponse
|
|
3988
3994
|
* @throws OciError when an error occurs
|
|
3989
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
3995
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
|
|
3990
3996
|
*/
|
|
3991
3997
|
updateResolverEndpoint(updateResolverEndpointRequest) {
|
|
3992
3998
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4061,7 +4067,7 @@ class DnsClient {
|
|
|
4061
4067
|
* @param UpdateSteeringPolicyRequest
|
|
4062
4068
|
* @return UpdateSteeringPolicyResponse
|
|
4063
4069
|
* @throws OciError when an error occurs
|
|
4064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4070
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
|
|
4065
4071
|
*/
|
|
4066
4072
|
updateSteeringPolicy(updateSteeringPolicyRequest) {
|
|
4067
4073
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4130,7 +4136,7 @@ class DnsClient {
|
|
|
4130
4136
|
* @param UpdateSteeringPolicyAttachmentRequest
|
|
4131
4137
|
* @return UpdateSteeringPolicyAttachmentResponse
|
|
4132
4138
|
* @throws OciError when an error occurs
|
|
4133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
|
|
4134
4140
|
*/
|
|
4135
4141
|
updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest) {
|
|
4136
4142
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4199,7 +4205,7 @@ class DnsClient {
|
|
|
4199
4205
|
* @param UpdateTsigKeyRequest
|
|
4200
4206
|
* @return UpdateTsigKeyResponse
|
|
4201
4207
|
* @throws OciError when an error occurs
|
|
4202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4208
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
|
|
4203
4209
|
*/
|
|
4204
4210
|
updateTsigKey(updateTsigKeyRequest) {
|
|
4205
4211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4273,7 +4279,7 @@ class DnsClient {
|
|
|
4273
4279
|
* @param UpdateViewRequest
|
|
4274
4280
|
* @return UpdateViewResponse
|
|
4275
4281
|
* @throws OciError when an error occurs
|
|
4276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
|
|
4277
4283
|
*/
|
|
4278
4284
|
updateView(updateViewRequest) {
|
|
4279
4285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4352,7 +4358,7 @@ class DnsClient {
|
|
|
4352
4358
|
* @param UpdateZoneRequest
|
|
4353
4359
|
* @return UpdateZoneResponse
|
|
4354
4360
|
* @throws OciError when an error occurs
|
|
4355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
|
|
4356
4362
|
*/
|
|
4357
4363
|
updateZone(updateZoneRequest) {
|
|
4358
4364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4434,7 +4440,7 @@ class DnsClient {
|
|
|
4434
4440
|
* @param UpdateZoneRecordsRequest
|
|
4435
4441
|
* @return UpdateZoneRecordsResponse
|
|
4436
4442
|
* @throws OciError when an error occurs
|
|
4437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.
|
|
4443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
|
|
4438
4444
|
*/
|
|
4439
4445
|
updateZoneRecords(updateZoneRecordsRequest) {
|
|
4440
4446
|
return __awaiter(this, void 0, void 0, function* () {
|