oci-dns 2.13.0 → 2.14.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 +51 -51
- package/lib/client.js +51 -51
- 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.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export declare class DnsClient {
|
|
|
78
78
|
* @param ChangeResolverCompartmentRequest
|
|
79
79
|
* @return ChangeResolverCompartmentResponse
|
|
80
80
|
* @throws OciError when an error occurs
|
|
81
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
|
|
82
82
|
*/
|
|
83
83
|
changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
|
|
84
84
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class DnsClient {
|
|
|
88
88
|
* @param ChangeSteeringPolicyCompartmentRequest
|
|
89
89
|
* @return ChangeSteeringPolicyCompartmentResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
|
|
92
92
|
*/
|
|
93
93
|
changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
|
|
94
94
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class DnsClient {
|
|
|
98
98
|
* @param ChangeTsigKeyCompartmentRequest
|
|
99
99
|
* @return ChangeTsigKeyCompartmentResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
|
|
102
102
|
*/
|
|
103
103
|
changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
|
|
104
104
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class DnsClient {
|
|
|
109
109
|
* @param ChangeViewCompartmentRequest
|
|
110
110
|
* @return ChangeViewCompartmentResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
|
|
113
113
|
*/
|
|
114
114
|
changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
|
|
115
115
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class DnsClient {
|
|
|
123
123
|
* @param ChangeZoneCompartmentRequest
|
|
124
124
|
* @return ChangeZoneCompartmentResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
|
|
127
127
|
*/
|
|
128
128
|
changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
|
|
129
129
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class DnsClient {
|
|
|
133
133
|
* @param CreateResolverEndpointRequest
|
|
134
134
|
* @return CreateResolverEndpointResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
|
|
137
137
|
*/
|
|
138
138
|
createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
|
|
139
139
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class DnsClient {
|
|
|
144
144
|
* @param CreateSteeringPolicyRequest
|
|
145
145
|
* @return CreateSteeringPolicyResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
|
|
148
148
|
*/
|
|
149
149
|
createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
|
|
150
150
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class DnsClient {
|
|
|
159
159
|
* @param CreateSteeringPolicyAttachmentRequest
|
|
160
160
|
* @return CreateSteeringPolicyAttachmentResponse
|
|
161
161
|
* @throws OciError when an error occurs
|
|
162
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
162
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
|
|
163
163
|
*/
|
|
164
164
|
createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
|
|
165
165
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class DnsClient {
|
|
|
170
170
|
* @param CreateTsigKeyRequest
|
|
171
171
|
* @return CreateTsigKeyResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
|
|
174
174
|
*/
|
|
175
175
|
createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
|
|
176
176
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class DnsClient {
|
|
|
180
180
|
* @param CreateViewRequest
|
|
181
181
|
* @return CreateViewResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/CreateView.ts.html |here} to see how to use CreateView API.
|
|
184
184
|
*/
|
|
185
185
|
createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
|
|
186
186
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class DnsClient {
|
|
|
194
194
|
* @param CreateZoneRequest
|
|
195
195
|
* @return CreateZoneResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
|
|
198
198
|
*/
|
|
199
199
|
createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
|
|
200
200
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class DnsClient {
|
|
|
206
206
|
* @param DeleteDomainRecordsRequest
|
|
207
207
|
* @return DeleteDomainRecordsResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
|
|
210
210
|
*/
|
|
211
211
|
deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
|
|
212
212
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class DnsClient {
|
|
|
218
218
|
* @param DeleteRRSetRequest
|
|
219
219
|
* @return DeleteRRSetResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
|
|
222
222
|
*/
|
|
223
223
|
deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
|
|
224
224
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class DnsClient {
|
|
|
231
231
|
* @param DeleteResolverEndpointRequest
|
|
232
232
|
* @return DeleteResolverEndpointResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
|
|
235
235
|
*/
|
|
236
236
|
deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
|
|
237
237
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class DnsClient {
|
|
|
244
244
|
* @param DeleteSteeringPolicyRequest
|
|
245
245
|
* @return DeleteSteeringPolicyResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
|
|
248
248
|
*/
|
|
249
249
|
deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
|
|
250
250
|
/**
|
|
@@ -255,7 +255,7 @@ export declare class DnsClient {
|
|
|
255
255
|
* @param DeleteSteeringPolicyAttachmentRequest
|
|
256
256
|
* @return DeleteSteeringPolicyAttachmentResponse
|
|
257
257
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
|
|
259
259
|
*/
|
|
260
260
|
deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
|
|
261
261
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class DnsClient {
|
|
|
265
265
|
* @param DeleteTsigKeyRequest
|
|
266
266
|
* @return DeleteTsigKeyResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
|
|
269
269
|
*/
|
|
270
270
|
deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
|
|
271
271
|
/**
|
|
@@ -279,7 +279,7 @@ export declare class DnsClient {
|
|
|
279
279
|
* @param DeleteViewRequest
|
|
280
280
|
* @return DeleteViewResponse
|
|
281
281
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
|
|
283
283
|
*/
|
|
284
284
|
deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
|
|
285
285
|
/**
|
|
@@ -292,7 +292,7 @@ export declare class DnsClient {
|
|
|
292
292
|
* @param DeleteZoneRequest
|
|
293
293
|
* @return DeleteZoneResponse
|
|
294
294
|
* @throws OciError when an error occurs
|
|
295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
|
|
296
296
|
*/
|
|
297
297
|
deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
|
|
298
298
|
/**
|
|
@@ -306,7 +306,7 @@ export declare class DnsClient {
|
|
|
306
306
|
* @param GetDomainRecordsRequest
|
|
307
307
|
* @return GetDomainRecordsResponse
|
|
308
308
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
|
|
310
310
|
*/
|
|
311
311
|
getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
|
|
312
312
|
/**
|
|
@@ -351,7 +351,7 @@ export declare class DnsClient {
|
|
|
351
351
|
* @param GetRRSetRequest
|
|
352
352
|
* @return GetRRSetResponse
|
|
353
353
|
* @throws OciError when an error occurs
|
|
354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
354
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
|
|
355
355
|
*/
|
|
356
356
|
getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
|
|
357
357
|
/**
|
|
@@ -395,7 +395,7 @@ export declare class DnsClient {
|
|
|
395
395
|
* @param GetResolverRequest
|
|
396
396
|
* @return GetResolverResponse
|
|
397
397
|
* @throws OciError when an error occurs
|
|
398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
|
|
399
399
|
*/
|
|
400
400
|
getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
|
|
401
401
|
/**
|
|
@@ -407,7 +407,7 @@ export declare class DnsClient {
|
|
|
407
407
|
* @param GetResolverEndpointRequest
|
|
408
408
|
* @return GetResolverEndpointResponse
|
|
409
409
|
* @throws OciError when an error occurs
|
|
410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
|
|
411
411
|
*/
|
|
412
412
|
getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
|
|
413
413
|
/**
|
|
@@ -417,7 +417,7 @@ export declare class DnsClient {
|
|
|
417
417
|
* @param GetSteeringPolicyRequest
|
|
418
418
|
* @return GetSteeringPolicyResponse
|
|
419
419
|
* @throws OciError when an error occurs
|
|
420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
|
|
421
421
|
*/
|
|
422
422
|
getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
|
|
423
423
|
/**
|
|
@@ -427,7 +427,7 @@ export declare class DnsClient {
|
|
|
427
427
|
* @param GetSteeringPolicyAttachmentRequest
|
|
428
428
|
* @return GetSteeringPolicyAttachmentResponse
|
|
429
429
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
|
|
431
431
|
*/
|
|
432
432
|
getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
|
|
433
433
|
/**
|
|
@@ -437,7 +437,7 @@ export declare class DnsClient {
|
|
|
437
437
|
* @param GetTsigKeyRequest
|
|
438
438
|
* @return GetTsigKeyResponse
|
|
439
439
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
|
|
441
441
|
*/
|
|
442
442
|
getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
|
|
443
443
|
/**
|
|
@@ -449,7 +449,7 @@ export declare class DnsClient {
|
|
|
449
449
|
* @param GetViewRequest
|
|
450
450
|
* @return GetViewResponse
|
|
451
451
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/GetView.ts.html |here} to see how to use GetView API.
|
|
453
453
|
*/
|
|
454
454
|
getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
|
|
455
455
|
/**
|
|
@@ -461,7 +461,7 @@ export declare class DnsClient {
|
|
|
461
461
|
* @param GetZoneRequest
|
|
462
462
|
* @return GetZoneResponse
|
|
463
463
|
* @throws OciError when an error occurs
|
|
464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/GetZone.ts.html |here} to see how to use GetZone API.
|
|
465
465
|
*/
|
|
466
466
|
getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
|
|
467
467
|
/**
|
|
@@ -471,7 +471,7 @@ export declare class DnsClient {
|
|
|
471
471
|
* @param GetZoneContentRequest
|
|
472
472
|
* @return GetZoneContentResponse
|
|
473
473
|
* @throws OciError when an error occurs
|
|
474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
|
|
475
475
|
*/
|
|
476
476
|
getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
|
|
477
477
|
/**
|
|
@@ -485,7 +485,7 @@ export declare class DnsClient {
|
|
|
485
485
|
* @param GetZoneRecordsRequest
|
|
486
486
|
* @return GetZoneRecordsResponse
|
|
487
487
|
* @throws OciError when an error occurs
|
|
488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
|
|
489
489
|
*/
|
|
490
490
|
getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
|
|
491
491
|
/**
|
|
@@ -530,7 +530,7 @@ export declare class DnsClient {
|
|
|
530
530
|
* @param ListResolverEndpointsRequest
|
|
531
531
|
* @return ListResolverEndpointsResponse
|
|
532
532
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
|
|
534
534
|
*/
|
|
535
535
|
listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
|
|
536
536
|
/**
|
|
@@ -577,7 +577,7 @@ export declare class DnsClient {
|
|
|
577
577
|
* @param ListResolversRequest
|
|
578
578
|
* @return ListResolversResponse
|
|
579
579
|
* @throws OciError when an error occurs
|
|
580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
|
|
581
581
|
*/
|
|
582
582
|
listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
|
|
583
583
|
/**
|
|
@@ -619,7 +619,7 @@ export declare class DnsClient {
|
|
|
619
619
|
* @param ListSteeringPoliciesRequest
|
|
620
620
|
* @return ListSteeringPoliciesResponse
|
|
621
621
|
* @throws OciError when an error occurs
|
|
622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
|
|
623
623
|
*/
|
|
624
624
|
listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
|
|
625
625
|
/**
|
|
@@ -661,7 +661,7 @@ export declare class DnsClient {
|
|
|
661
661
|
* @param ListSteeringPolicyAttachmentsRequest
|
|
662
662
|
* @return ListSteeringPolicyAttachmentsResponse
|
|
663
663
|
* @throws OciError when an error occurs
|
|
664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
|
|
665
665
|
*/
|
|
666
666
|
listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
|
|
667
667
|
/**
|
|
@@ -703,7 +703,7 @@ export declare class DnsClient {
|
|
|
703
703
|
* @param ListTsigKeysRequest
|
|
704
704
|
* @return ListTsigKeysResponse
|
|
705
705
|
* @throws OciError when an error occurs
|
|
706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
|
|
707
707
|
*/
|
|
708
708
|
listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
|
|
709
709
|
/**
|
|
@@ -750,7 +750,7 @@ export declare class DnsClient {
|
|
|
750
750
|
* @param ListViewsRequest
|
|
751
751
|
* @return ListViewsResponse
|
|
752
752
|
* @throws OciError when an error occurs
|
|
753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ListViews.ts.html |here} to see how to use ListViews API.
|
|
754
754
|
*/
|
|
755
755
|
listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
|
|
756
756
|
/**
|
|
@@ -794,7 +794,7 @@ export declare class DnsClient {
|
|
|
794
794
|
* @param ListZoneTransferServersRequest
|
|
795
795
|
* @return ListZoneTransferServersResponse
|
|
796
796
|
* @throws OciError when an error occurs
|
|
797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
|
|
798
798
|
*/
|
|
799
799
|
listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
|
|
800
800
|
/**
|
|
@@ -837,7 +837,7 @@ export declare class DnsClient {
|
|
|
837
837
|
* @param ListZonesRequest
|
|
838
838
|
* @return ListZonesResponse
|
|
839
839
|
* @throws OciError when an error occurs
|
|
840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/ListZones.ts.html |here} to see how to use ListZones API.
|
|
841
841
|
*/
|
|
842
842
|
listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
|
|
843
843
|
/**
|
|
@@ -883,7 +883,7 @@ export declare class DnsClient {
|
|
|
883
883
|
* @param PatchDomainRecordsRequest
|
|
884
884
|
* @return PatchDomainRecordsResponse
|
|
885
885
|
* @throws OciError when an error occurs
|
|
886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
|
|
887
887
|
*/
|
|
888
888
|
patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
|
|
889
889
|
/**
|
|
@@ -895,7 +895,7 @@ export declare class DnsClient {
|
|
|
895
895
|
* @param PatchRRSetRequest
|
|
896
896
|
* @return PatchRRSetResponse
|
|
897
897
|
* @throws OciError when an error occurs
|
|
898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
|
|
899
899
|
*/
|
|
900
900
|
patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
|
|
901
901
|
/**
|
|
@@ -909,7 +909,7 @@ export declare class DnsClient {
|
|
|
909
909
|
* @param PatchZoneRecordsRequest
|
|
910
910
|
* @return PatchZoneRecordsResponse
|
|
911
911
|
* @throws OciError when an error occurs
|
|
912
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
912
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
|
|
913
913
|
*/
|
|
914
914
|
patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
|
|
915
915
|
/**
|
|
@@ -924,7 +924,7 @@ export declare class DnsClient {
|
|
|
924
924
|
* @param UpdateDomainRecordsRequest
|
|
925
925
|
* @return UpdateDomainRecordsResponse
|
|
926
926
|
* @throws OciError when an error occurs
|
|
927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
|
|
928
928
|
*/
|
|
929
929
|
updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
|
|
930
930
|
/**
|
|
@@ -936,7 +936,7 @@ export declare class DnsClient {
|
|
|
936
936
|
* @param UpdateRRSetRequest
|
|
937
937
|
* @return UpdateRRSetResponse
|
|
938
938
|
* @throws OciError when an error occurs
|
|
939
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
939
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
|
|
940
940
|
*/
|
|
941
941
|
updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
|
|
942
942
|
/**
|
|
@@ -946,7 +946,7 @@ export declare class DnsClient {
|
|
|
946
946
|
* @param UpdateResolverRequest
|
|
947
947
|
* @return UpdateResolverResponse
|
|
948
948
|
* @throws OciError when an error occurs
|
|
949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
|
|
950
950
|
*/
|
|
951
951
|
updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
|
|
952
952
|
/**
|
|
@@ -956,7 +956,7 @@ export declare class DnsClient {
|
|
|
956
956
|
* @param UpdateResolverEndpointRequest
|
|
957
957
|
* @return UpdateResolverEndpointResponse
|
|
958
958
|
* @throws OciError when an error occurs
|
|
959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
|
|
960
960
|
*/
|
|
961
961
|
updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
|
|
962
962
|
/**
|
|
@@ -966,7 +966,7 @@ export declare class DnsClient {
|
|
|
966
966
|
* @param UpdateSteeringPolicyRequest
|
|
967
967
|
* @return UpdateSteeringPolicyResponse
|
|
968
968
|
* @throws OciError when an error occurs
|
|
969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
|
|
970
970
|
*/
|
|
971
971
|
updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
|
|
972
972
|
/**
|
|
@@ -976,7 +976,7 @@ export declare class DnsClient {
|
|
|
976
976
|
* @param UpdateSteeringPolicyAttachmentRequest
|
|
977
977
|
* @return UpdateSteeringPolicyAttachmentResponse
|
|
978
978
|
* @throws OciError when an error occurs
|
|
979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
|
|
980
980
|
*/
|
|
981
981
|
updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
|
|
982
982
|
/**
|
|
@@ -986,7 +986,7 @@ export declare class DnsClient {
|
|
|
986
986
|
* @param UpdateTsigKeyRequest
|
|
987
987
|
* @return UpdateTsigKeyResponse
|
|
988
988
|
* @throws OciError when an error occurs
|
|
989
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
989
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
|
|
990
990
|
*/
|
|
991
991
|
updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
|
|
992
992
|
/**
|
|
@@ -996,7 +996,7 @@ export declare class DnsClient {
|
|
|
996
996
|
* @param UpdateViewRequest
|
|
997
997
|
* @return UpdateViewResponse
|
|
998
998
|
* @throws OciError when an error occurs
|
|
999
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
|
|
1000
1000
|
*/
|
|
1001
1001
|
updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
|
|
1002
1002
|
/**
|
|
@@ -1010,7 +1010,7 @@ export declare class DnsClient {
|
|
|
1010
1010
|
* @param UpdateZoneRequest
|
|
1011
1011
|
* @return UpdateZoneResponse
|
|
1012
1012
|
* @throws OciError when an error occurs
|
|
1013
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1013
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
|
|
1014
1014
|
*/
|
|
1015
1015
|
updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
|
|
1016
1016
|
/**
|
|
@@ -1025,7 +1025,7 @@ export declare class DnsClient {
|
|
|
1025
1025
|
* @param UpdateZoneRecordsRequest
|
|
1026
1026
|
* @return UpdateZoneRecordsResponse
|
|
1027
1027
|
* @throws OciError when an error occurs
|
|
1028
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
|
|
1029
1029
|
*/
|
|
1030
1030
|
updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
|
|
1031
1031
|
}
|