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