oci-dns 2.5.0 → 2.5.1
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
|
@@ -73,7 +73,7 @@ export declare class DnsClient {
|
|
|
73
73
|
* @param ChangeResolverCompartmentRequest
|
|
74
74
|
* @return ChangeResolverCompartmentResponse
|
|
75
75
|
* @throws OciError when an error occurs
|
|
76
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
76
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeResolverCompartment.ts.html |here} to see how to use ChangeResolverCompartment API.
|
|
77
77
|
*/
|
|
78
78
|
changeResolverCompartment(changeResolverCompartmentRequest: requests.ChangeResolverCompartmentRequest): Promise<responses.ChangeResolverCompartmentResponse>;
|
|
79
79
|
/**
|
|
@@ -82,7 +82,7 @@ export declare class DnsClient {
|
|
|
82
82
|
* @param ChangeSteeringPolicyCompartmentRequest
|
|
83
83
|
* @return ChangeSteeringPolicyCompartmentResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeSteeringPolicyCompartment.ts.html |here} to see how to use ChangeSteeringPolicyCompartment API.
|
|
86
86
|
*/
|
|
87
87
|
changeSteeringPolicyCompartment(changeSteeringPolicyCompartmentRequest: requests.ChangeSteeringPolicyCompartmentRequest): Promise<responses.ChangeSteeringPolicyCompartmentResponse>;
|
|
88
88
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class DnsClient {
|
|
|
91
91
|
* @param ChangeTsigKeyCompartmentRequest
|
|
92
92
|
* @return ChangeTsigKeyCompartmentResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeTsigKeyCompartment.ts.html |here} to see how to use ChangeTsigKeyCompartment API.
|
|
95
95
|
*/
|
|
96
96
|
changeTsigKeyCompartment(changeTsigKeyCompartmentRequest: requests.ChangeTsigKeyCompartmentRequest): Promise<responses.ChangeTsigKeyCompartmentResponse>;
|
|
97
97
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class DnsClient {
|
|
|
101
101
|
* @param ChangeViewCompartmentRequest
|
|
102
102
|
* @return ChangeViewCompartmentResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeViewCompartment.ts.html |here} to see how to use ChangeViewCompartment API.
|
|
105
105
|
*/
|
|
106
106
|
changeViewCompartment(changeViewCompartmentRequest: requests.ChangeViewCompartmentRequest): Promise<responses.ChangeViewCompartmentResponse>;
|
|
107
107
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class DnsClient {
|
|
|
114
114
|
* @param ChangeZoneCompartmentRequest
|
|
115
115
|
* @return ChangeZoneCompartmentResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ChangeZoneCompartment.ts.html |here} to see how to use ChangeZoneCompartment API.
|
|
118
118
|
*/
|
|
119
119
|
changeZoneCompartment(changeZoneCompartmentRequest: requests.ChangeZoneCompartmentRequest): Promise<responses.ChangeZoneCompartmentResponse>;
|
|
120
120
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class DnsClient {
|
|
|
123
123
|
* @param CreateResolverEndpointRequest
|
|
124
124
|
* @return CreateResolverEndpointResponse
|
|
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.5.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateResolverEndpoint.ts.html |here} to see how to use CreateResolverEndpoint API.
|
|
127
127
|
*/
|
|
128
128
|
createResolverEndpoint(createResolverEndpointRequest: requests.CreateResolverEndpointRequest): Promise<responses.CreateResolverEndpointResponse>;
|
|
129
129
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class DnsClient {
|
|
|
133
133
|
* @param CreateSteeringPolicyRequest
|
|
134
134
|
* @return CreateSteeringPolicyResponse
|
|
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.5.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateSteeringPolicy.ts.html |here} to see how to use CreateSteeringPolicy API.
|
|
137
137
|
*/
|
|
138
138
|
createSteeringPolicy(createSteeringPolicyRequest: requests.CreateSteeringPolicyRequest): Promise<responses.CreateSteeringPolicyResponse>;
|
|
139
139
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class DnsClient {
|
|
|
147
147
|
* @param CreateSteeringPolicyAttachmentRequest
|
|
148
148
|
* @return CreateSteeringPolicyAttachmentResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateSteeringPolicyAttachment.ts.html |here} to see how to use CreateSteeringPolicyAttachment API.
|
|
151
151
|
*/
|
|
152
152
|
createSteeringPolicyAttachment(createSteeringPolicyAttachmentRequest: requests.CreateSteeringPolicyAttachmentRequest): Promise<responses.CreateSteeringPolicyAttachmentResponse>;
|
|
153
153
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class DnsClient {
|
|
|
157
157
|
* @param CreateTsigKeyRequest
|
|
158
158
|
* @return CreateTsigKeyResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateTsigKey.ts.html |here} to see how to use CreateTsigKey API.
|
|
161
161
|
*/
|
|
162
162
|
createTsigKey(createTsigKeyRequest: requests.CreateTsigKeyRequest): Promise<responses.CreateTsigKeyResponse>;
|
|
163
163
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class DnsClient {
|
|
|
166
166
|
* @param CreateViewRequest
|
|
167
167
|
* @return CreateViewResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateView.ts.html |here} to see how to use CreateView API.
|
|
170
170
|
*/
|
|
171
171
|
createView(createViewRequest: requests.CreateViewRequest): Promise<responses.CreateViewResponse>;
|
|
172
172
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class DnsClient {
|
|
|
179
179
|
* @param CreateZoneRequest
|
|
180
180
|
* @return CreateZoneResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/CreateZone.ts.html |here} to see how to use CreateZone API.
|
|
183
183
|
*/
|
|
184
184
|
createZone(createZoneRequest: requests.CreateZoneRequest): Promise<responses.CreateZoneResponse>;
|
|
185
185
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class DnsClient {
|
|
|
190
190
|
* @param DeleteDomainRecordsRequest
|
|
191
191
|
* @return DeleteDomainRecordsResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteDomainRecords.ts.html |here} to see how to use DeleteDomainRecords API.
|
|
194
194
|
*/
|
|
195
195
|
deleteDomainRecords(deleteDomainRecordsRequest: requests.DeleteDomainRecordsRequest): Promise<responses.DeleteDomainRecordsResponse>;
|
|
196
196
|
/**
|
|
@@ -201,7 +201,7 @@ export declare class DnsClient {
|
|
|
201
201
|
* @param DeleteRRSetRequest
|
|
202
202
|
* @return DeleteRRSetResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteRRSet.ts.html |here} to see how to use DeleteRRSet API.
|
|
205
205
|
*/
|
|
206
206
|
deleteRRSet(deleteRRSetRequest: requests.DeleteRRSetRequest): Promise<responses.DeleteRRSetResponse>;
|
|
207
207
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class DnsClient {
|
|
|
213
213
|
* @param DeleteResolverEndpointRequest
|
|
214
214
|
* @return DeleteResolverEndpointResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteResolverEndpoint.ts.html |here} to see how to use DeleteResolverEndpoint API.
|
|
217
217
|
*/
|
|
218
218
|
deleteResolverEndpoint(deleteResolverEndpointRequest: requests.DeleteResolverEndpointRequest): Promise<responses.DeleteResolverEndpointResponse>;
|
|
219
219
|
/**
|
|
@@ -225,7 +225,7 @@ export declare class DnsClient {
|
|
|
225
225
|
* @param DeleteSteeringPolicyRequest
|
|
226
226
|
* @return DeleteSteeringPolicyResponse
|
|
227
227
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteSteeringPolicy.ts.html |here} to see how to use DeleteSteeringPolicy API.
|
|
229
229
|
*/
|
|
230
230
|
deleteSteeringPolicy(deleteSteeringPolicyRequest: requests.DeleteSteeringPolicyRequest): Promise<responses.DeleteSteeringPolicyResponse>;
|
|
231
231
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class DnsClient {
|
|
|
235
235
|
* @param DeleteSteeringPolicyAttachmentRequest
|
|
236
236
|
* @return DeleteSteeringPolicyAttachmentResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteSteeringPolicyAttachment.ts.html |here} to see how to use DeleteSteeringPolicyAttachment API.
|
|
239
239
|
*/
|
|
240
240
|
deleteSteeringPolicyAttachment(deleteSteeringPolicyAttachmentRequest: requests.DeleteSteeringPolicyAttachmentRequest): Promise<responses.DeleteSteeringPolicyAttachmentResponse>;
|
|
241
241
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class DnsClient {
|
|
|
244
244
|
* @param DeleteTsigKeyRequest
|
|
245
245
|
* @return DeleteTsigKeyResponse
|
|
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.5.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteTsigKey.ts.html |here} to see how to use DeleteTsigKey API.
|
|
248
248
|
*/
|
|
249
249
|
deleteTsigKey(deleteTsigKeyRequest: requests.DeleteTsigKeyRequest): Promise<responses.DeleteTsigKeyResponse>;
|
|
250
250
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class DnsClient {
|
|
|
257
257
|
* @param DeleteViewRequest
|
|
258
258
|
* @return DeleteViewResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteView.ts.html |here} to see how to use DeleteView API.
|
|
261
261
|
*/
|
|
262
262
|
deleteView(deleteViewRequest: requests.DeleteViewRequest): Promise<responses.DeleteViewResponse>;
|
|
263
263
|
/**
|
|
@@ -269,7 +269,7 @@ export declare class DnsClient {
|
|
|
269
269
|
* @param DeleteZoneRequest
|
|
270
270
|
* @return DeleteZoneResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/DeleteZone.ts.html |here} to see how to use DeleteZone API.
|
|
273
273
|
*/
|
|
274
274
|
deleteZone(deleteZoneRequest: requests.DeleteZoneRequest): Promise<responses.DeleteZoneResponse>;
|
|
275
275
|
/**
|
|
@@ -282,7 +282,7 @@ export declare class DnsClient {
|
|
|
282
282
|
* @param GetDomainRecordsRequest
|
|
283
283
|
* @return GetDomainRecordsResponse
|
|
284
284
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetDomainRecords.ts.html |here} to see how to use GetDomainRecords API.
|
|
286
286
|
*/
|
|
287
287
|
getDomainRecords(getDomainRecordsRequest: requests.GetDomainRecordsRequest): Promise<responses.GetDomainRecordsResponse>;
|
|
288
288
|
/**
|
|
@@ -326,7 +326,7 @@ export declare class DnsClient {
|
|
|
326
326
|
* @param GetRRSetRequest
|
|
327
327
|
* @return GetRRSetResponse
|
|
328
328
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetRRSet.ts.html |here} to see how to use GetRRSet API.
|
|
330
330
|
*/
|
|
331
331
|
getRRSet(getRRSetRequest: requests.GetRRSetRequest): Promise<responses.GetRRSetResponse>;
|
|
332
332
|
/**
|
|
@@ -369,7 +369,7 @@ export declare class DnsClient {
|
|
|
369
369
|
* @param GetResolverRequest
|
|
370
370
|
* @return GetResolverResponse
|
|
371
371
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetResolver.ts.html |here} to see how to use GetResolver API.
|
|
373
373
|
*/
|
|
374
374
|
getResolver(getResolverRequest: requests.GetResolverRequest): Promise<responses.GetResolverResponse>;
|
|
375
375
|
/**
|
|
@@ -380,7 +380,7 @@ export declare class DnsClient {
|
|
|
380
380
|
* @param GetResolverEndpointRequest
|
|
381
381
|
* @return GetResolverEndpointResponse
|
|
382
382
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
383
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetResolverEndpoint.ts.html |here} to see how to use GetResolverEndpoint API.
|
|
384
384
|
*/
|
|
385
385
|
getResolverEndpoint(getResolverEndpointRequest: requests.GetResolverEndpointRequest): Promise<responses.GetResolverEndpointResponse>;
|
|
386
386
|
/**
|
|
@@ -389,7 +389,7 @@ export declare class DnsClient {
|
|
|
389
389
|
* @param GetSteeringPolicyRequest
|
|
390
390
|
* @return GetSteeringPolicyResponse
|
|
391
391
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetSteeringPolicy.ts.html |here} to see how to use GetSteeringPolicy API.
|
|
393
393
|
*/
|
|
394
394
|
getSteeringPolicy(getSteeringPolicyRequest: requests.GetSteeringPolicyRequest): Promise<responses.GetSteeringPolicyResponse>;
|
|
395
395
|
/**
|
|
@@ -398,7 +398,7 @@ export declare class DnsClient {
|
|
|
398
398
|
* @param GetSteeringPolicyAttachmentRequest
|
|
399
399
|
* @return GetSteeringPolicyAttachmentResponse
|
|
400
400
|
* @throws OciError when an error occurs
|
|
401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetSteeringPolicyAttachment.ts.html |here} to see how to use GetSteeringPolicyAttachment API.
|
|
402
402
|
*/
|
|
403
403
|
getSteeringPolicyAttachment(getSteeringPolicyAttachmentRequest: requests.GetSteeringPolicyAttachmentRequest): Promise<responses.GetSteeringPolicyAttachmentResponse>;
|
|
404
404
|
/**
|
|
@@ -407,7 +407,7 @@ export declare class DnsClient {
|
|
|
407
407
|
* @param GetTsigKeyRequest
|
|
408
408
|
* @return GetTsigKeyResponse
|
|
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.5.
|
|
410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetTsigKey.ts.html |here} to see how to use GetTsigKey API.
|
|
411
411
|
*/
|
|
412
412
|
getTsigKey(getTsigKeyRequest: requests.GetTsigKeyRequest): Promise<responses.GetTsigKeyResponse>;
|
|
413
413
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class DnsClient {
|
|
|
418
418
|
* @param GetViewRequest
|
|
419
419
|
* @return GetViewResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetView.ts.html |here} to see how to use GetView API.
|
|
422
422
|
*/
|
|
423
423
|
getView(getViewRequest: requests.GetViewRequest): Promise<responses.GetViewResponse>;
|
|
424
424
|
/**
|
|
@@ -429,7 +429,7 @@ export declare class DnsClient {
|
|
|
429
429
|
* @param GetZoneRequest
|
|
430
430
|
* @return GetZoneResponse
|
|
431
431
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetZone.ts.html |here} to see how to use GetZone API.
|
|
433
433
|
*/
|
|
434
434
|
getZone(getZoneRequest: requests.GetZoneRequest): Promise<responses.GetZoneResponse>;
|
|
435
435
|
/**
|
|
@@ -438,7 +438,7 @@ export declare class DnsClient {
|
|
|
438
438
|
* @param GetZoneContentRequest
|
|
439
439
|
* @return GetZoneContentResponse
|
|
440
440
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetZoneContent.ts.html |here} to see how to use GetZoneContent API.
|
|
442
442
|
*/
|
|
443
443
|
getZoneContent(getZoneContentRequest: requests.GetZoneContentRequest): Promise<responses.GetZoneContentResponse>;
|
|
444
444
|
/**
|
|
@@ -451,7 +451,7 @@ export declare class DnsClient {
|
|
|
451
451
|
* @param GetZoneRecordsRequest
|
|
452
452
|
* @return GetZoneRecordsResponse
|
|
453
453
|
* @throws OciError when an error occurs
|
|
454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/GetZoneRecords.ts.html |here} to see how to use GetZoneRecords API.
|
|
455
455
|
*/
|
|
456
456
|
getZoneRecords(getZoneRecordsRequest: requests.GetZoneRecordsRequest): Promise<responses.GetZoneRecordsResponse>;
|
|
457
457
|
/**
|
|
@@ -495,7 +495,7 @@ export declare class DnsClient {
|
|
|
495
495
|
* @param ListResolverEndpointsRequest
|
|
496
496
|
* @return ListResolverEndpointsResponse
|
|
497
497
|
* @throws OciError when an error occurs
|
|
498
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
498
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListResolverEndpoints.ts.html |here} to see how to use ListResolverEndpoints API.
|
|
499
499
|
*/
|
|
500
500
|
listResolverEndpoints(listResolverEndpointsRequest: requests.ListResolverEndpointsRequest): Promise<responses.ListResolverEndpointsResponse>;
|
|
501
501
|
/**
|
|
@@ -541,7 +541,7 @@ export declare class DnsClient {
|
|
|
541
541
|
* @param ListResolversRequest
|
|
542
542
|
* @return ListResolversResponse
|
|
543
543
|
* @throws OciError when an error occurs
|
|
544
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
544
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListResolvers.ts.html |here} to see how to use ListResolvers API.
|
|
545
545
|
*/
|
|
546
546
|
listResolvers(listResolversRequest: requests.ListResolversRequest): Promise<responses.ListResolversResponse>;
|
|
547
547
|
/**
|
|
@@ -582,7 +582,7 @@ export declare class DnsClient {
|
|
|
582
582
|
* @param ListSteeringPoliciesRequest
|
|
583
583
|
* @return ListSteeringPoliciesResponse
|
|
584
584
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListSteeringPolicies.ts.html |here} to see how to use ListSteeringPolicies API.
|
|
586
586
|
*/
|
|
587
587
|
listSteeringPolicies(listSteeringPoliciesRequest: requests.ListSteeringPoliciesRequest): Promise<responses.ListSteeringPoliciesResponse>;
|
|
588
588
|
/**
|
|
@@ -623,7 +623,7 @@ export declare class DnsClient {
|
|
|
623
623
|
* @param ListSteeringPolicyAttachmentsRequest
|
|
624
624
|
* @return ListSteeringPolicyAttachmentsResponse
|
|
625
625
|
* @throws OciError when an error occurs
|
|
626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListSteeringPolicyAttachments.ts.html |here} to see how to use ListSteeringPolicyAttachments API.
|
|
627
627
|
*/
|
|
628
628
|
listSteeringPolicyAttachments(listSteeringPolicyAttachmentsRequest: requests.ListSteeringPolicyAttachmentsRequest): Promise<responses.ListSteeringPolicyAttachmentsResponse>;
|
|
629
629
|
/**
|
|
@@ -664,7 +664,7 @@ export declare class DnsClient {
|
|
|
664
664
|
* @param ListTsigKeysRequest
|
|
665
665
|
* @return ListTsigKeysResponse
|
|
666
666
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListTsigKeys.ts.html |here} to see how to use ListTsigKeys API.
|
|
668
668
|
*/
|
|
669
669
|
listTsigKeys(listTsigKeysRequest: requests.ListTsigKeysRequest): Promise<responses.ListTsigKeysResponse>;
|
|
670
670
|
/**
|
|
@@ -710,7 +710,7 @@ export declare class DnsClient {
|
|
|
710
710
|
* @param ListViewsRequest
|
|
711
711
|
* @return ListViewsResponse
|
|
712
712
|
* @throws OciError when an error occurs
|
|
713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListViews.ts.html |here} to see how to use ListViews API.
|
|
714
714
|
*/
|
|
715
715
|
listViews(listViewsRequest: requests.ListViewsRequest): Promise<responses.ListViewsResponse>;
|
|
716
716
|
/**
|
|
@@ -753,7 +753,7 @@ export declare class DnsClient {
|
|
|
753
753
|
* @param ListZoneTransferServersRequest
|
|
754
754
|
* @return ListZoneTransferServersResponse
|
|
755
755
|
* @throws OciError when an error occurs
|
|
756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListZoneTransferServers.ts.html |here} to see how to use ListZoneTransferServers API.
|
|
757
757
|
*/
|
|
758
758
|
listZoneTransferServers(listZoneTransferServersRequest: requests.ListZoneTransferServersRequest): Promise<responses.ListZoneTransferServersResponse>;
|
|
759
759
|
/**
|
|
@@ -795,7 +795,7 @@ export declare class DnsClient {
|
|
|
795
795
|
* @param ListZonesRequest
|
|
796
796
|
* @return ListZonesResponse
|
|
797
797
|
* @throws OciError when an error occurs
|
|
798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/ListZones.ts.html |here} to see how to use ListZones API.
|
|
799
799
|
*/
|
|
800
800
|
listZones(listZonesRequest: requests.ListZonesRequest): Promise<responses.ListZonesResponse>;
|
|
801
801
|
/**
|
|
@@ -840,7 +840,7 @@ export declare class DnsClient {
|
|
|
840
840
|
* @param PatchDomainRecordsRequest
|
|
841
841
|
* @return PatchDomainRecordsResponse
|
|
842
842
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/PatchDomainRecords.ts.html |here} to see how to use PatchDomainRecords API.
|
|
844
844
|
*/
|
|
845
845
|
patchDomainRecords(patchDomainRecordsRequest: requests.PatchDomainRecordsRequest): Promise<responses.PatchDomainRecordsResponse>;
|
|
846
846
|
/**
|
|
@@ -851,7 +851,7 @@ export declare class DnsClient {
|
|
|
851
851
|
* @param PatchRRSetRequest
|
|
852
852
|
* @return PatchRRSetResponse
|
|
853
853
|
* @throws OciError when an error occurs
|
|
854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
854
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/PatchRRSet.ts.html |here} to see how to use PatchRRSet API.
|
|
855
855
|
*/
|
|
856
856
|
patchRRSet(patchRRSetRequest: requests.PatchRRSetRequest): Promise<responses.PatchRRSetResponse>;
|
|
857
857
|
/**
|
|
@@ -864,7 +864,7 @@ export declare class DnsClient {
|
|
|
864
864
|
* @param PatchZoneRecordsRequest
|
|
865
865
|
* @return PatchZoneRecordsResponse
|
|
866
866
|
* @throws OciError when an error occurs
|
|
867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/PatchZoneRecords.ts.html |here} to see how to use PatchZoneRecords API.
|
|
868
868
|
*/
|
|
869
869
|
patchZoneRecords(patchZoneRecordsRequest: requests.PatchZoneRecordsRequest): Promise<responses.PatchZoneRecordsResponse>;
|
|
870
870
|
/**
|
|
@@ -878,7 +878,7 @@ export declare class DnsClient {
|
|
|
878
878
|
* @param UpdateDomainRecordsRequest
|
|
879
879
|
* @return UpdateDomainRecordsResponse
|
|
880
880
|
* @throws OciError when an error occurs
|
|
881
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateDomainRecords.ts.html |here} to see how to use UpdateDomainRecords API.
|
|
882
882
|
*/
|
|
883
883
|
updateDomainRecords(updateDomainRecordsRequest: requests.UpdateDomainRecordsRequest): Promise<responses.UpdateDomainRecordsResponse>;
|
|
884
884
|
/**
|
|
@@ -889,7 +889,7 @@ export declare class DnsClient {
|
|
|
889
889
|
* @param UpdateRRSetRequest
|
|
890
890
|
* @return UpdateRRSetResponse
|
|
891
891
|
* @throws OciError when an error occurs
|
|
892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateRRSet.ts.html |here} to see how to use UpdateRRSet API.
|
|
893
893
|
*/
|
|
894
894
|
updateRRSet(updateRRSetRequest: requests.UpdateRRSetRequest): Promise<responses.UpdateRRSetResponse>;
|
|
895
895
|
/**
|
|
@@ -898,7 +898,7 @@ export declare class DnsClient {
|
|
|
898
898
|
* @param UpdateResolverRequest
|
|
899
899
|
* @return UpdateResolverResponse
|
|
900
900
|
* @throws OciError when an error occurs
|
|
901
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateResolver.ts.html |here} to see how to use UpdateResolver API.
|
|
902
902
|
*/
|
|
903
903
|
updateResolver(updateResolverRequest: requests.UpdateResolverRequest): Promise<responses.UpdateResolverResponse>;
|
|
904
904
|
/**
|
|
@@ -907,7 +907,7 @@ export declare class DnsClient {
|
|
|
907
907
|
* @param UpdateResolverEndpointRequest
|
|
908
908
|
* @return UpdateResolverEndpointResponse
|
|
909
909
|
* @throws OciError when an error occurs
|
|
910
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
910
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateResolverEndpoint.ts.html |here} to see how to use UpdateResolverEndpoint API.
|
|
911
911
|
*/
|
|
912
912
|
updateResolverEndpoint(updateResolverEndpointRequest: requests.UpdateResolverEndpointRequest): Promise<responses.UpdateResolverEndpointResponse>;
|
|
913
913
|
/**
|
|
@@ -916,7 +916,7 @@ export declare class DnsClient {
|
|
|
916
916
|
* @param UpdateSteeringPolicyRequest
|
|
917
917
|
* @return UpdateSteeringPolicyResponse
|
|
918
918
|
* @throws OciError when an error occurs
|
|
919
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
919
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateSteeringPolicy.ts.html |here} to see how to use UpdateSteeringPolicy API.
|
|
920
920
|
*/
|
|
921
921
|
updateSteeringPolicy(updateSteeringPolicyRequest: requests.UpdateSteeringPolicyRequest): Promise<responses.UpdateSteeringPolicyResponse>;
|
|
922
922
|
/**
|
|
@@ -925,7 +925,7 @@ export declare class DnsClient {
|
|
|
925
925
|
* @param UpdateSteeringPolicyAttachmentRequest
|
|
926
926
|
* @return UpdateSteeringPolicyAttachmentResponse
|
|
927
927
|
* @throws OciError when an error occurs
|
|
928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateSteeringPolicyAttachment.ts.html |here} to see how to use UpdateSteeringPolicyAttachment API.
|
|
929
929
|
*/
|
|
930
930
|
updateSteeringPolicyAttachment(updateSteeringPolicyAttachmentRequest: requests.UpdateSteeringPolicyAttachmentRequest): Promise<responses.UpdateSteeringPolicyAttachmentResponse>;
|
|
931
931
|
/**
|
|
@@ -934,7 +934,7 @@ export declare class DnsClient {
|
|
|
934
934
|
* @param UpdateTsigKeyRequest
|
|
935
935
|
* @return UpdateTsigKeyResponse
|
|
936
936
|
* @throws OciError when an error occurs
|
|
937
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateTsigKey.ts.html |here} to see how to use UpdateTsigKey API.
|
|
938
938
|
*/
|
|
939
939
|
updateTsigKey(updateTsigKeyRequest: requests.UpdateTsigKeyRequest): Promise<responses.UpdateTsigKeyResponse>;
|
|
940
940
|
/**
|
|
@@ -943,7 +943,7 @@ export declare class DnsClient {
|
|
|
943
943
|
* @param UpdateViewRequest
|
|
944
944
|
* @return UpdateViewResponse
|
|
945
945
|
* @throws OciError when an error occurs
|
|
946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateView.ts.html |here} to see how to use UpdateView API.
|
|
947
947
|
*/
|
|
948
948
|
updateView(updateViewRequest: requests.UpdateViewRequest): Promise<responses.UpdateViewResponse>;
|
|
949
949
|
/**
|
|
@@ -956,7 +956,7 @@ export declare class DnsClient {
|
|
|
956
956
|
* @param UpdateZoneRequest
|
|
957
957
|
* @return UpdateZoneResponse
|
|
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.5.
|
|
959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateZone.ts.html |here} to see how to use UpdateZone API.
|
|
960
960
|
*/
|
|
961
961
|
updateZone(updateZoneRequest: requests.UpdateZoneRequest): Promise<responses.UpdateZoneResponse>;
|
|
962
962
|
/**
|
|
@@ -970,7 +970,7 @@ export declare class DnsClient {
|
|
|
970
970
|
* @param UpdateZoneRecordsRequest
|
|
971
971
|
* @return UpdateZoneRecordsResponse
|
|
972
972
|
* @throws OciError when an error occurs
|
|
973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
973
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.1/dns/UpdateZoneRecords.ts.html |here} to see how to use UpdateZoneRecords API.
|
|
974
974
|
*/
|
|
975
975
|
updateZoneRecords(updateZoneRecordsRequest: requests.UpdateZoneRecordsRequest): Promise<responses.UpdateZoneRecordsResponse>;
|
|
976
976
|
}
|