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