oci-fusionapps 2.130.0 → 2.131.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 +100 -0
- package/lib/client.js +655 -0
- package/lib/client.js.map +1 -1
- package/lib/fusionapplications-waiter.d.ts +16 -0
- package/lib/fusionapplications-waiter.js +24 -0
- package/lib/fusionapplications-waiter.js.map +1 -1
- package/lib/model/certificate-info.d.ts +85 -0
- package/lib/model/certificate-info.js +29 -0
- package/lib/model/certificate-info.js.map +1 -0
- package/lib/model/create-fusion-environment-details.d.ts +2 -2
- package/lib/model/create-vanity-domain-activity-details.d.ts +37 -0
- package/lib/model/create-vanity-domain-activity-details.js +34 -0
- package/lib/model/create-vanity-domain-activity-details.js.map +1 -0
- package/lib/model/create-vanity-domain-details.d.ts +59 -0
- package/lib/model/create-vanity-domain-details.js +72 -0
- package/lib/model/create-vanity-domain-details.js.map +1 -0
- package/lib/model/fusion-environment-family-limits-and-usage.d.ts +1 -0
- package/lib/model/fusion-environment-family-limits-and-usage.js +6 -0
- package/lib/model/fusion-environment-family-limits-and-usage.js.map +1 -1
- package/lib/model/fusion-environment-family.d.ts +1 -1
- package/lib/model/fusion-environment.d.ts +1 -0
- package/lib/model/fusion-environment.js +1 -0
- package/lib/model/fusion-environment.js.map +1 -1
- package/lib/model/index.d.ts +22 -0
- package/lib/model/index.js +25 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/limit-and-usage.d.ts +1 -1
- package/lib/model/update-fusion-environment-details.d.ts +1 -1
- package/lib/model/update-vanity-domain-activity-details.d.ts +25 -0
- package/lib/model/update-vanity-domain-activity-details.js +29 -0
- package/lib/model/update-vanity-domain-activity-details.js.map +1 -0
- package/lib/model/update-vanity-domain-details.d.ts +23 -0
- package/lib/model/update-vanity-domain-details.js +57 -0
- package/lib/model/update-vanity-domain-details.js.map +1 -0
- package/lib/model/upload-vanity-domain-certificate-details.d.ts +37 -0
- package/lib/model/upload-vanity-domain-certificate-details.js +29 -0
- package/lib/model/upload-vanity-domain-certificate-details.js.map +1 -0
- package/lib/model/vanity-dns-record.d.ts +37 -0
- package/lib/model/vanity-dns-record.js +29 -0
- package/lib/model/vanity-dns-record.js.map +1 -0
- package/lib/model/vanity-domain-activity.d.ts +95 -0
- package/lib/model/vanity-domain-activity.js +62 -0
- package/lib/model/vanity-domain-activity.js.map +1 -0
- package/lib/model/vanity-domain-collection.d.ts +26 -0
- package/lib/model/vanity-domain-collection.js +61 -0
- package/lib/model/vanity-domain-collection.js.map +1 -0
- package/lib/model/vanity-domain-summary.d.ts +90 -0
- package/lib/model/vanity-domain-summary.js +29 -0
- package/lib/model/vanity-domain-summary.js.map +1 -0
- package/lib/model/vanity-domain.d.ts +224 -0
- package/lib/model/vanity-domain.js +158 -0
- package/lib/model/vanity-domain.js.map +1 -0
- package/lib/request/create-vanity-domain-activity-request.d.ts +40 -0
- package/lib/request/create-vanity-domain-activity-request.js +15 -0
- package/lib/request/create-vanity-domain-activity-request.js.map +1 -0
- package/lib/request/create-vanity-domain-request.d.ts +40 -0
- package/lib/request/create-vanity-domain-request.js +15 -0
- package/lib/request/create-vanity-domain-request.js.map +1 -0
- package/lib/request/delete-vanity-domain-activity-request.d.ts +39 -0
- package/lib/request/delete-vanity-domain-activity-request.js +15 -0
- package/lib/request/delete-vanity-domain-activity-request.js.map +1 -0
- package/lib/request/get-vanity-domain-activity-request.d.ts +30 -0
- package/lib/request/get-vanity-domain-activity-request.js +15 -0
- package/lib/request/get-vanity-domain-activity-request.js.map +1 -0
- package/lib/request/get-vanity-domain-request.d.ts +38 -0
- package/lib/request/get-vanity-domain-request.js +15 -0
- package/lib/request/get-vanity-domain-request.js.map +1 -0
- package/lib/request/index.d.ts +20 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-vanity-domains-request.d.ts +61 -0
- package/lib/request/list-vanity-domains-request.js +29 -0
- package/lib/request/list-vanity-domains-request.js.map +1 -0
- package/lib/request/submit-vanity-domain-validation-request.d.ts +39 -0
- package/lib/request/submit-vanity-domain-validation-request.js +15 -0
- package/lib/request/submit-vanity-domain-validation-request.js.map +1 -0
- package/lib/request/update-vanity-domain-activity-request.d.ts +44 -0
- package/lib/request/update-vanity-domain-activity-request.js +15 -0
- package/lib/request/update-vanity-domain-activity-request.js.map +1 -0
- package/lib/request/update-vanity-domain-request.d.ts +44 -0
- package/lib/request/update-vanity-domain-request.js +15 -0
- package/lib/request/update-vanity-domain-request.js.map +1 -0
- package/lib/request/upload-vanity-domain-certificate-request.d.ts +44 -0
- package/lib/request/upload-vanity-domain-certificate-request.js +15 -0
- package/lib/request/upload-vanity-domain-certificate-request.js.map +1 -0
- package/lib/response/create-vanity-domain-activity-response.d.ts +29 -0
- package/lib/response/create-vanity-domain-activity-response.js +15 -0
- package/lib/response/create-vanity-domain-activity-response.js.map +1 -0
- package/lib/response/create-vanity-domain-response.d.ts +35 -0
- package/lib/response/create-vanity-domain-response.js +15 -0
- package/lib/response/create-vanity-domain-response.js.map +1 -0
- package/lib/response/delete-vanity-domain-activity-response.d.ts +25 -0
- package/lib/response/delete-vanity-domain-activity-response.js +15 -0
- package/lib/response/delete-vanity-domain-activity-response.js.map +1 -0
- package/lib/response/get-vanity-domain-activity-response.d.ts +30 -0
- package/lib/response/get-vanity-domain-activity-response.js +15 -0
- package/lib/response/get-vanity-domain-activity-response.js.map +1 -0
- package/lib/response/get-vanity-domain-response.d.ts +30 -0
- package/lib/response/get-vanity-domain-response.js +15 -0
- package/lib/response/get-vanity-domain-response.js.map +1 -0
- package/lib/response/index.d.ts +20 -0
- package/lib/response/list-vanity-domains-response.d.ts +32 -0
- package/lib/response/list-vanity-domains-response.js +15 -0
- package/lib/response/list-vanity-domains-response.js.map +1 -0
- package/lib/response/submit-vanity-domain-validation-response.d.ts +25 -0
- package/lib/response/submit-vanity-domain-validation-response.js +15 -0
- package/lib/response/submit-vanity-domain-validation-response.js.map +1 -0
- package/lib/response/update-vanity-domain-activity-response.d.ts +25 -0
- package/lib/response/update-vanity-domain-activity-response.js +15 -0
- package/lib/response/update-vanity-domain-activity-response.js.map +1 -0
- package/lib/response/update-vanity-domain-response.d.ts +25 -0
- package/lib/response/update-vanity-domain-response.js +15 -0
- package/lib/response/update-vanity-domain-response.js.map +1 -0
- package/lib/response/upload-vanity-domain-certificate-response.d.ts +25 -0
- package/lib/response/upload-vanity-domain-certificate-response.js +15 -0
- package/lib/response/upload-vanity-domain-certificate-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -202,6 +202,26 @@ export declare class FusionApplicationsClient {
|
|
|
202
202
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/CreateServiceAttachment.ts.html |here} to see how to use CreateServiceAttachment API.
|
|
203
203
|
*/
|
|
204
204
|
createServiceAttachment(createServiceAttachmentRequest: requests.CreateServiceAttachmentRequest): Promise<responses.CreateServiceAttachmentResponse>;
|
|
205
|
+
/**
|
|
206
|
+
* Create a VanityDomain
|
|
207
|
+
*
|
|
208
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
209
|
+
* @param CreateVanityDomainRequest
|
|
210
|
+
* @return CreateVanityDomainResponse
|
|
211
|
+
* @throws OciError when an error occurs
|
|
212
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/CreateVanityDomain.ts.html |here} to see how to use CreateVanityDomain API.
|
|
213
|
+
*/
|
|
214
|
+
createVanityDomain(createVanityDomainRequest: requests.CreateVanityDomainRequest): Promise<responses.CreateVanityDomainResponse>;
|
|
215
|
+
/**
|
|
216
|
+
* Create a VanityDomainActivity
|
|
217
|
+
*
|
|
218
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
219
|
+
* @param CreateVanityDomainActivityRequest
|
|
220
|
+
* @return CreateVanityDomainActivityResponse
|
|
221
|
+
* @throws OciError when an error occurs
|
|
222
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/CreateVanityDomainActivity.ts.html |here} to see how to use CreateVanityDomainActivity API.
|
|
223
|
+
*/
|
|
224
|
+
createVanityDomainActivity(createVanityDomainActivityRequest: requests.CreateVanityDomainActivityRequest): Promise<responses.CreateVanityDomainActivityResponse>;
|
|
205
225
|
/**
|
|
206
226
|
* Delete an email subdomain for a brand
|
|
207
227
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
@@ -274,6 +294,16 @@ export declare class FusionApplicationsClient {
|
|
|
274
294
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/DeleteServiceAttachment.ts.html |here} to see how to use DeleteServiceAttachment API.
|
|
275
295
|
*/
|
|
276
296
|
deleteServiceAttachment(deleteServiceAttachmentRequest: requests.DeleteServiceAttachmentRequest): Promise<responses.DeleteServiceAttachmentResponse>;
|
|
297
|
+
/**
|
|
298
|
+
* Deletes a VanityDomainActivity
|
|
299
|
+
*
|
|
300
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
301
|
+
* @param DeleteVanityDomainActivityRequest
|
|
302
|
+
* @return DeleteVanityDomainActivityResponse
|
|
303
|
+
* @throws OciError when an error occurs
|
|
304
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/DeleteVanityDomainActivity.ts.html |here} to see how to use DeleteVanityDomainActivity API.
|
|
305
|
+
*/
|
|
306
|
+
deleteVanityDomainActivity(deleteVanityDomainActivityRequest: requests.DeleteVanityDomainActivityRequest): Promise<responses.DeleteVanityDomainActivityResponse>;
|
|
277
307
|
/**
|
|
278
308
|
* Begin the process of showing the details about where to retrieve data extract for a Fusion environment.
|
|
279
309
|
*
|
|
@@ -419,6 +449,26 @@ export declare class FusionApplicationsClient {
|
|
|
419
449
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/GetServiceAttachment.ts.html |here} to see how to use GetServiceAttachment API.
|
|
420
450
|
*/
|
|
421
451
|
getServiceAttachment(getServiceAttachmentRequest: requests.GetServiceAttachmentRequest): Promise<responses.GetServiceAttachmentResponse>;
|
|
452
|
+
/**
|
|
453
|
+
* Gets a VanityDomain
|
|
454
|
+
*
|
|
455
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
456
|
+
* @param GetVanityDomainRequest
|
|
457
|
+
* @return GetVanityDomainResponse
|
|
458
|
+
* @throws OciError when an error occurs
|
|
459
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/GetVanityDomain.ts.html |here} to see how to use GetVanityDomain API.
|
|
460
|
+
*/
|
|
461
|
+
getVanityDomain(getVanityDomainRequest: requests.GetVanityDomainRequest): Promise<responses.GetVanityDomainResponse>;
|
|
462
|
+
/**
|
|
463
|
+
* Gets a VanityDomainActivity
|
|
464
|
+
*
|
|
465
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
466
|
+
* @param GetVanityDomainActivityRequest
|
|
467
|
+
* @return GetVanityDomainActivityResponse
|
|
468
|
+
* @throws OciError when an error occurs
|
|
469
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/GetVanityDomainActivity.ts.html |here} to see how to use GetVanityDomainActivity API.
|
|
470
|
+
*/
|
|
471
|
+
getVanityDomainActivity(getVanityDomainActivityRequest: requests.GetVanityDomainActivityRequest): Promise<responses.GetVanityDomainActivityResponse>;
|
|
422
472
|
/**
|
|
423
473
|
* Gets the status of the work request with the given ID.
|
|
424
474
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
@@ -543,6 +593,16 @@ export declare class FusionApplicationsClient {
|
|
|
543
593
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ListTimeAvailableForRefreshes.ts.html |here} to see how to use ListTimeAvailableForRefreshes API.
|
|
544
594
|
*/
|
|
545
595
|
listTimeAvailableForRefreshes(listTimeAvailableForRefreshesRequest: requests.ListTimeAvailableForRefreshesRequest): Promise<responses.ListTimeAvailableForRefreshesResponse>;
|
|
596
|
+
/**
|
|
597
|
+
* Lists all VanityDomains.
|
|
598
|
+
*
|
|
599
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
600
|
+
* @param ListVanityDomainsRequest
|
|
601
|
+
* @return ListVanityDomainsResponse
|
|
602
|
+
* @throws OciError when an error occurs
|
|
603
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ListVanityDomains.ts.html |here} to see how to use ListVanityDomains API.
|
|
604
|
+
*/
|
|
605
|
+
listVanityDomains(listVanityDomainsRequest: requests.ListVanityDomainsRequest): Promise<responses.ListVanityDomainsResponse>;
|
|
546
606
|
/**
|
|
547
607
|
* Return a (paginated) list of errors for a given work request.
|
|
548
608
|
*
|
|
@@ -591,6 +651,16 @@ export declare class FusionApplicationsClient {
|
|
|
591
651
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ResetFusionEnvironmentPassword.ts.html |here} to see how to use ResetFusionEnvironmentPassword API.
|
|
592
652
|
*/
|
|
593
653
|
resetFusionEnvironmentPassword(resetFusionEnvironmentPasswordRequest: requests.ResetFusionEnvironmentPasswordRequest): Promise<responses.ResetFusionEnvironmentPasswordResponse>;
|
|
654
|
+
/**
|
|
655
|
+
* Submit Vanity Domain Validation
|
|
656
|
+
*
|
|
657
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
658
|
+
* @param SubmitVanityDomainValidationRequest
|
|
659
|
+
* @return SubmitVanityDomainValidationResponse
|
|
660
|
+
* @throws OciError when an error occurs
|
|
661
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/SubmitVanityDomainValidation.ts.html |here} to see how to use SubmitVanityDomainValidation API.
|
|
662
|
+
*/
|
|
663
|
+
submitVanityDomainValidation(submitVanityDomainValidationRequest: requests.SubmitVanityDomainValidationRequest): Promise<responses.SubmitVanityDomainValidationResponse>;
|
|
594
664
|
/**
|
|
595
665
|
* Updates an email subdomain
|
|
596
666
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
@@ -646,6 +716,26 @@ export declare class FusionApplicationsClient {
|
|
|
646
716
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/UpdateRefreshActivity.ts.html |here} to see how to use UpdateRefreshActivity API.
|
|
647
717
|
*/
|
|
648
718
|
updateRefreshActivity(updateRefreshActivityRequest: requests.UpdateRefreshActivityRequest): Promise<responses.UpdateRefreshActivityResponse>;
|
|
719
|
+
/**
|
|
720
|
+
* Updates a VanityDomain
|
|
721
|
+
*
|
|
722
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
723
|
+
* @param UpdateVanityDomainRequest
|
|
724
|
+
* @return UpdateVanityDomainResponse
|
|
725
|
+
* @throws OciError when an error occurs
|
|
726
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/UpdateVanityDomain.ts.html |here} to see how to use UpdateVanityDomain API.
|
|
727
|
+
*/
|
|
728
|
+
updateVanityDomain(updateVanityDomainRequest: requests.UpdateVanityDomainRequest): Promise<responses.UpdateVanityDomainResponse>;
|
|
729
|
+
/**
|
|
730
|
+
* Updates a VanityDomainActivity
|
|
731
|
+
*
|
|
732
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
733
|
+
* @param UpdateVanityDomainActivityRequest
|
|
734
|
+
* @return UpdateVanityDomainActivityResponse
|
|
735
|
+
* @throws OciError when an error occurs
|
|
736
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/UpdateVanityDomainActivity.ts.html |here} to see how to use UpdateVanityDomainActivity API.
|
|
737
|
+
*/
|
|
738
|
+
updateVanityDomainActivity(updateVanityDomainActivityRequest: requests.UpdateVanityDomainActivityRequest): Promise<responses.UpdateVanityDomainActivityResponse>;
|
|
649
739
|
/**
|
|
650
740
|
* upload certificate for emailSubdomain
|
|
651
741
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
@@ -655,6 +745,16 @@ export declare class FusionApplicationsClient {
|
|
|
655
745
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/UploadEmailSubdomainCertificate.ts.html |here} to see how to use UploadEmailSubdomainCertificate API.
|
|
656
746
|
*/
|
|
657
747
|
uploadEmailSubdomainCertificate(uploadEmailSubdomainCertificateRequest: requests.UploadEmailSubdomainCertificateRequest): Promise<responses.UploadEmailSubdomainCertificateResponse>;
|
|
748
|
+
/**
|
|
749
|
+
* Upload Vanity Domain certificate
|
|
750
|
+
*
|
|
751
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
752
|
+
* @param UploadVanityDomainCertificateRequest
|
|
753
|
+
* @return UploadVanityDomainCertificateResponse
|
|
754
|
+
* @throws OciError when an error occurs
|
|
755
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/UploadVanityDomainCertificate.ts.html |here} to see how to use UploadVanityDomainCertificate API.
|
|
756
|
+
*/
|
|
757
|
+
uploadVanityDomainCertificate(uploadVanityDomainCertificateRequest: requests.UploadVanityDomainCertificateRequest): Promise<responses.UploadVanityDomainCertificateResponse>;
|
|
658
758
|
/**
|
|
659
759
|
* Validate and configure certificate for emailSubdomain
|
|
660
760
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|