oci-fusionapps 2.129.0 → 2.130.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 +207 -0
- package/lib/client.js +2064 -577
- package/lib/client.js.map +1 -1
- package/lib/fusionapplications-waiter.d.ts +24 -0
- package/lib/fusionapplications-waiter.js +36 -0
- package/lib/fusionapplications-waiter.js.map +1 -1
- package/lib/model/create-email-subdomain-details.d.ts +51 -0
- package/lib/model/create-email-subdomain-details.js +29 -0
- package/lib/model/create-email-subdomain-details.js.map +1 -0
- package/lib/model/create-marketing-brand-details.d.ts +43 -0
- package/lib/model/create-marketing-brand-details.js +29 -0
- package/lib/model/create-marketing-brand-details.js.map +1 -0
- package/lib/model/create-microsite-details.d.ts +51 -0
- package/lib/model/create-microsite-details.js +29 -0
- package/lib/model/create-microsite-details.js.map +1 -0
- package/lib/model/dns-record.d.ts +37 -0
- package/lib/model/dns-record.js +29 -0
- package/lib/model/dns-record.js.map +1 -0
- package/lib/model/email-subdomain-collection.d.ts +26 -0
- package/lib/model/email-subdomain-collection.js +61 -0
- package/lib/model/email-subdomain-collection.js.map +1 -0
- package/lib/model/email-subdomain-summary.d.ts +98 -0
- package/lib/model/email-subdomain-summary.js +29 -0
- package/lib/model/email-subdomain-summary.js.map +1 -0
- package/lib/model/email-subdomain.d.ts +165 -0
- package/lib/model/email-subdomain.js +102 -0
- package/lib/model/email-subdomain.js.map +1 -0
- package/lib/model/index.d.ts +42 -0
- package/lib/model/index.js +44 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/marketing-brand-collection.d.ts +26 -0
- package/lib/model/marketing-brand-collection.js +61 -0
- package/lib/model/marketing-brand-collection.js.map +1 -0
- package/lib/model/marketing-brand-email-subdomain-csr.d.ts +29 -0
- package/lib/model/marketing-brand-email-subdomain-csr.js +29 -0
- package/lib/model/marketing-brand-email-subdomain-csr.js.map +1 -0
- package/lib/model/marketing-brand-email-subdomain-dns-config.d.ts +26 -0
- package/lib/model/marketing-brand-email-subdomain-dns-config.js +61 -0
- package/lib/model/marketing-brand-email-subdomain-dns-config.js.map +1 -0
- package/lib/model/marketing-brand-microsite-dns-config.d.ts +26 -0
- package/lib/model/marketing-brand-microsite-dns-config.js +61 -0
- package/lib/model/marketing-brand-microsite-dns-config.js.map +1 -0
- package/lib/model/marketing-brand-summary.d.ts +74 -0
- package/lib/model/marketing-brand-summary.js +29 -0
- package/lib/model/marketing-brand-summary.js.map +1 -0
- package/lib/model/marketing-brand.d.ts +92 -0
- package/lib/model/marketing-brand.js +49 -0
- package/lib/model/marketing-brand.js.map +1 -0
- package/lib/model/microsite-collection.d.ts +26 -0
- package/lib/model/microsite-collection.js +61 -0
- package/lib/model/microsite-collection.js.map +1 -0
- package/lib/model/microsite-summary.d.ts +90 -0
- package/lib/model/microsite-summary.js +29 -0
- package/lib/model/microsite-summary.js.map +1 -0
- package/lib/model/microsite.d.ts +144 -0
- package/lib/model/microsite.js +88 -0
- package/lib/model/microsite.js.map +1 -0
- package/lib/model/request-email-subdomain-csr-details.d.ts +53 -0
- package/lib/model/request-email-subdomain-csr-details.js +29 -0
- package/lib/model/request-email-subdomain-csr-details.js.map +1 -0
- package/lib/model/update-email-subdomain-details.d.ts +39 -0
- package/lib/model/update-email-subdomain-details.js +29 -0
- package/lib/model/update-email-subdomain-details.js.map +1 -0
- package/lib/model/update-marketing-brand-details.d.ts +39 -0
- package/lib/model/update-marketing-brand-details.js +29 -0
- package/lib/model/update-marketing-brand-details.js.map +1 -0
- package/lib/model/update-microsite-details.d.ts +39 -0
- package/lib/model/update-microsite-details.js +29 -0
- package/lib/model/update-microsite-details.js.map +1 -0
- package/lib/model/upload-email-subdomain-certificate-details.d.ts +33 -0
- package/lib/model/upload-email-subdomain-certificate-details.js +29 -0
- package/lib/model/upload-email-subdomain-certificate-details.js.map +1 -0
- package/lib/model/work-request.d.ts +2 -0
- package/lib/model/work-request.js +2 -0
- package/lib/model/work-request.js.map +1 -1
- package/lib/request/create-email-subdomain-request.d.ts +44 -0
- package/lib/request/create-email-subdomain-request.js +15 -0
- package/lib/request/create-email-subdomain-request.js.map +1 -0
- package/lib/request/create-marketing-brand-request.d.ts +40 -0
- package/lib/request/create-marketing-brand-request.js +15 -0
- package/lib/request/create-marketing-brand-request.js.map +1 -0
- package/lib/request/create-microsite-request.d.ts +44 -0
- package/lib/request/create-microsite-request.js +15 -0
- package/lib/request/create-microsite-request.js.map +1 -0
- package/lib/request/delete-email-subdomain-request.d.ts +43 -0
- package/lib/request/delete-email-subdomain-request.js +15 -0
- package/lib/request/delete-email-subdomain-request.js.map +1 -0
- package/lib/request/delete-marketing-brand-request.d.ts +39 -0
- package/lib/request/delete-marketing-brand-request.js +15 -0
- package/lib/request/delete-marketing-brand-request.js.map +1 -0
- package/lib/request/delete-microsite-request.d.ts +43 -0
- package/lib/request/delete-microsite-request.js +15 -0
- package/lib/request/delete-microsite-request.js.map +1 -0
- package/lib/request/get-email-subdomain-csr-request.d.ts +34 -0
- package/lib/request/get-email-subdomain-csr-request.js +15 -0
- package/lib/request/get-email-subdomain-csr-request.js.map +1 -0
- package/lib/request/get-email-subdomain-dns-config-request.d.ts +34 -0
- package/lib/request/get-email-subdomain-dns-config-request.js +15 -0
- package/lib/request/get-email-subdomain-dns-config-request.js.map +1 -0
- package/lib/request/get-email-subdomain-request.d.ts +34 -0
- package/lib/request/get-email-subdomain-request.js +15 -0
- package/lib/request/get-email-subdomain-request.js.map +1 -0
- package/lib/request/get-marketing-brand-request.d.ts +30 -0
- package/lib/request/get-marketing-brand-request.js +15 -0
- package/lib/request/get-marketing-brand-request.js.map +1 -0
- package/lib/request/get-microsite-dns-config-request.d.ts +34 -0
- package/lib/request/get-microsite-dns-config-request.js +15 -0
- package/lib/request/get-microsite-dns-config-request.js.map +1 -0
- package/lib/request/get-microsite-request.d.ts +34 -0
- package/lib/request/get-microsite-request.js +15 -0
- package/lib/request/get-microsite-request.js.map +1 -0
- package/lib/request/index.d.ts +46 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-email-subdomains-request.d.ts +70 -0
- package/lib/request/list-email-subdomains-request.js +30 -0
- package/lib/request/list-email-subdomains-request.js.map +1 -0
- package/lib/request/list-marketing-brands-request.d.ts +66 -0
- package/lib/request/list-marketing-brands-request.js +30 -0
- package/lib/request/list-marketing-brands-request.js.map +1 -0
- package/lib/request/list-microsites-request.d.ts +70 -0
- package/lib/request/list-microsites-request.js +30 -0
- package/lib/request/list-microsites-request.js.map +1 -0
- package/lib/request/request-email-subdomain-csr-request.d.ts +48 -0
- package/lib/request/request-email-subdomain-csr-request.js +15 -0
- package/lib/request/request-email-subdomain-csr-request.js.map +1 -0
- package/lib/request/update-email-subdomain-request.d.ts +48 -0
- package/lib/request/update-email-subdomain-request.js +15 -0
- package/lib/request/update-email-subdomain-request.js.map +1 -0
- package/lib/request/update-marketing-brand-request.d.ts +44 -0
- package/lib/request/update-marketing-brand-request.js +15 -0
- package/lib/request/update-marketing-brand-request.js.map +1 -0
- package/lib/request/update-microsite-request.d.ts +48 -0
- package/lib/request/update-microsite-request.js +15 -0
- package/lib/request/update-microsite-request.js.map +1 -0
- package/lib/request/upload-email-subdomain-certificate-request.d.ts +48 -0
- package/lib/request/upload-email-subdomain-certificate-request.js +15 -0
- package/lib/request/upload-email-subdomain-certificate-request.js.map +1 -0
- package/lib/request/validate-and-configure-email-subdomain-certificate-request.d.ts +43 -0
- package/lib/request/validate-and-configure-email-subdomain-certificate-request.js +15 -0
- package/lib/request/validate-and-configure-email-subdomain-certificate-request.js.map +1 -0
- package/lib/request/validate-and-configure-email-subdomain-dns-request.d.ts +43 -0
- package/lib/request/validate-and-configure-email-subdomain-dns-request.js +15 -0
- package/lib/request/validate-and-configure-email-subdomain-dns-request.js.map +1 -0
- package/lib/request/validate-and-configure-microsite-dns-request.d.ts +43 -0
- package/lib/request/validate-and-configure-microsite-dns-request.js +15 -0
- package/lib/request/validate-and-configure-microsite-dns-request.js.map +1 -0
- package/lib/response/create-email-subdomain-response.d.ts +30 -0
- package/lib/response/create-email-subdomain-response.js +15 -0
- package/lib/response/create-email-subdomain-response.js.map +1 -0
- package/lib/response/create-marketing-brand-response.d.ts +30 -0
- package/lib/response/create-marketing-brand-response.js +15 -0
- package/lib/response/create-marketing-brand-response.js.map +1 -0
- package/lib/response/create-microsite-response.d.ts +30 -0
- package/lib/response/create-microsite-response.js +15 -0
- package/lib/response/create-microsite-response.js.map +1 -0
- package/lib/response/delete-email-subdomain-response.d.ts +25 -0
- package/lib/response/delete-email-subdomain-response.js +15 -0
- package/lib/response/delete-email-subdomain-response.js.map +1 -0
- package/lib/response/delete-marketing-brand-response.d.ts +25 -0
- package/lib/response/delete-marketing-brand-response.js +15 -0
- package/lib/response/delete-marketing-brand-response.js.map +1 -0
- package/lib/response/delete-microsite-response.d.ts +25 -0
- package/lib/response/delete-microsite-response.js +15 -0
- package/lib/response/delete-microsite-response.js.map +1 -0
- package/lib/response/get-email-subdomain-csr-response.d.ts +30 -0
- package/lib/response/get-email-subdomain-csr-response.js +15 -0
- package/lib/response/get-email-subdomain-csr-response.js.map +1 -0
- package/lib/response/get-email-subdomain-dns-config-response.d.ts +25 -0
- package/lib/response/get-email-subdomain-dns-config-response.js +15 -0
- package/lib/response/get-email-subdomain-dns-config-response.js.map +1 -0
- package/lib/response/get-email-subdomain-response.d.ts +30 -0
- package/lib/response/get-email-subdomain-response.js +15 -0
- package/lib/response/get-email-subdomain-response.js.map +1 -0
- package/lib/response/get-marketing-brand-response.d.ts +30 -0
- package/lib/response/get-marketing-brand-response.js +15 -0
- package/lib/response/get-marketing-brand-response.js.map +1 -0
- package/lib/response/get-microsite-dns-config-response.d.ts +25 -0
- package/lib/response/get-microsite-dns-config-response.js +15 -0
- package/lib/response/get-microsite-dns-config-response.js.map +1 -0
- package/lib/response/get-microsite-response.d.ts +30 -0
- package/lib/response/get-microsite-response.js +15 -0
- package/lib/response/get-microsite-response.js.map +1 -0
- package/lib/response/index.d.ts +46 -0
- package/lib/response/list-email-subdomains-response.d.ts +32 -0
- package/lib/response/list-email-subdomains-response.js +15 -0
- package/lib/response/list-email-subdomains-response.js.map +1 -0
- package/lib/response/list-marketing-brands-response.d.ts +32 -0
- package/lib/response/list-marketing-brands-response.js +15 -0
- package/lib/response/list-marketing-brands-response.js.map +1 -0
- package/lib/response/list-microsites-response.d.ts +32 -0
- package/lib/response/list-microsites-response.js +15 -0
- package/lib/response/list-microsites-response.js.map +1 -0
- package/lib/response/request-email-subdomain-csr-response.d.ts +30 -0
- package/lib/response/request-email-subdomain-csr-response.js +15 -0
- package/lib/response/request-email-subdomain-csr-response.js.map +1 -0
- package/lib/response/update-email-subdomain-response.d.ts +30 -0
- package/lib/response/update-email-subdomain-response.js +15 -0
- package/lib/response/update-email-subdomain-response.js.map +1 -0
- package/lib/response/update-marketing-brand-response.d.ts +30 -0
- package/lib/response/update-marketing-brand-response.js +15 -0
- package/lib/response/update-marketing-brand-response.js.map +1 -0
- package/lib/response/update-microsite-response.d.ts +30 -0
- package/lib/response/update-microsite-response.js +15 -0
- package/lib/response/update-microsite-response.js.map +1 -0
- package/lib/response/upload-email-subdomain-certificate-response.d.ts +20 -0
- package/lib/response/upload-email-subdomain-certificate-response.js +15 -0
- package/lib/response/upload-email-subdomain-certificate-response.js.map +1 -0
- package/lib/response/validate-and-configure-email-subdomain-certificate-response.d.ts +25 -0
- package/lib/response/validate-and-configure-email-subdomain-certificate-response.js +15 -0
- package/lib/response/validate-and-configure-email-subdomain-certificate-response.js.map +1 -0
- package/lib/response/validate-and-configure-email-subdomain-dns-response.d.ts +25 -0
- package/lib/response/validate-and-configure-email-subdomain-dns-response.js +15 -0
- package/lib/response/validate-and-configure-email-subdomain-dns-response.js.map +1 -0
- package/lib/response/validate-and-configure-microsite-dns-response.d.ts +25 -0
- package/lib/response/validate-and-configure-microsite-dns-response.js +15 -0
- package/lib/response/validate-and-configure-microsite-dns-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -126,6 +126,15 @@ export declare class FusionApplicationsClient {
|
|
|
126
126
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/CreateDataMaskingActivity.ts.html |here} to see how to use CreateDataMaskingActivity API.
|
|
127
127
|
*/
|
|
128
128
|
createDataMaskingActivity(createDataMaskingActivityRequest: requests.CreateDataMaskingActivityRequest): Promise<responses.CreateDataMaskingActivityResponse>;
|
|
129
|
+
/**
|
|
130
|
+
* Creates an email Subdomain for a brand
|
|
131
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
132
|
+
* @param CreateEmailSubdomainRequest
|
|
133
|
+
* @return CreateEmailSubdomainResponse
|
|
134
|
+
* @throws OciError when an error occurs
|
|
135
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/CreateEmailSubdomain.ts.html |here} to see how to use CreateEmailSubdomain API.
|
|
136
|
+
*/
|
|
137
|
+
createEmailSubdomain(createEmailSubdomainRequest: requests.CreateEmailSubdomainRequest): Promise<responses.CreateEmailSubdomainResponse>;
|
|
129
138
|
/**
|
|
130
139
|
* Creates a new FusionEnvironment.
|
|
131
140
|
*
|
|
@@ -155,6 +164,24 @@ export declare class FusionApplicationsClient {
|
|
|
155
164
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/CreateFusionEnvironmentFamily.ts.html |here} to see how to use CreateFusionEnvironmentFamily API.
|
|
156
165
|
*/
|
|
157
166
|
createFusionEnvironmentFamily(createFusionEnvironmentFamilyRequest: requests.CreateFusionEnvironmentFamilyRequest): Promise<responses.CreateFusionEnvironmentFamilyResponse>;
|
|
167
|
+
/**
|
|
168
|
+
* Creates a marketing brand for fusion environment
|
|
169
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
170
|
+
* @param CreateMarketingBrandRequest
|
|
171
|
+
* @return CreateMarketingBrandResponse
|
|
172
|
+
* @throws OciError when an error occurs
|
|
173
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/CreateMarketingBrand.ts.html |here} to see how to use CreateMarketingBrand API.
|
|
174
|
+
*/
|
|
175
|
+
createMarketingBrand(createMarketingBrandRequest: requests.CreateMarketingBrandRequest): Promise<responses.CreateMarketingBrandResponse>;
|
|
176
|
+
/**
|
|
177
|
+
* Creates a microsite for brand
|
|
178
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
179
|
+
* @param CreateMicrositeRequest
|
|
180
|
+
* @return CreateMicrositeResponse
|
|
181
|
+
* @throws OciError when an error occurs
|
|
182
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/CreateMicrosite.ts.html |here} to see how to use CreateMicrosite API.
|
|
183
|
+
*/
|
|
184
|
+
createMicrosite(createMicrositeRequest: requests.CreateMicrositeRequest): Promise<responses.CreateMicrositeResponse>;
|
|
158
185
|
/**
|
|
159
186
|
* Creates a new RefreshActivity.
|
|
160
187
|
*
|
|
@@ -175,6 +202,15 @@ export declare class FusionApplicationsClient {
|
|
|
175
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.
|
|
176
203
|
*/
|
|
177
204
|
createServiceAttachment(createServiceAttachmentRequest: requests.CreateServiceAttachmentRequest): Promise<responses.CreateServiceAttachmentResponse>;
|
|
205
|
+
/**
|
|
206
|
+
* Delete an email subdomain for a brand
|
|
207
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
208
|
+
* @param DeleteEmailSubdomainRequest
|
|
209
|
+
* @return DeleteEmailSubdomainResponse
|
|
210
|
+
* @throws OciError when an error occurs
|
|
211
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/DeleteEmailSubdomain.ts.html |here} to see how to use DeleteEmailSubdomain API.
|
|
212
|
+
*/
|
|
213
|
+
deleteEmailSubdomain(deleteEmailSubdomainRequest: requests.DeleteEmailSubdomainRequest): Promise<responses.DeleteEmailSubdomainResponse>;
|
|
178
214
|
/**
|
|
179
215
|
* Deletes the Fusion environment identified by it's OCID.
|
|
180
216
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
@@ -202,6 +238,24 @@ export declare class FusionApplicationsClient {
|
|
|
202
238
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/DeleteFusionEnvironmentFamily.ts.html |here} to see how to use DeleteFusionEnvironmentFamily API.
|
|
203
239
|
*/
|
|
204
240
|
deleteFusionEnvironmentFamily(deleteFusionEnvironmentFamilyRequest: requests.DeleteFusionEnvironmentFamilyRequest): Promise<responses.DeleteFusionEnvironmentFamilyResponse>;
|
|
241
|
+
/**
|
|
242
|
+
* Deletes a Marketing brand for fusion Environment
|
|
243
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
244
|
+
* @param DeleteMarketingBrandRequest
|
|
245
|
+
* @return DeleteMarketingBrandResponse
|
|
246
|
+
* @throws OciError when an error occurs
|
|
247
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/DeleteMarketingBrand.ts.html |here} to see how to use DeleteMarketingBrand API.
|
|
248
|
+
*/
|
|
249
|
+
deleteMarketingBrand(deleteMarketingBrandRequest: requests.DeleteMarketingBrandRequest): Promise<responses.DeleteMarketingBrandResponse>;
|
|
250
|
+
/**
|
|
251
|
+
* Delete microsite for a brand
|
|
252
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
253
|
+
* @param DeleteMicrositeRequest
|
|
254
|
+
* @return DeleteMicrositeResponse
|
|
255
|
+
* @throws OciError when an error occurs
|
|
256
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/DeleteMicrosite.ts.html |here} to see how to use DeleteMicrosite API.
|
|
257
|
+
*/
|
|
258
|
+
deleteMicrosite(deleteMicrositeRequest: requests.DeleteMicrositeRequest): Promise<responses.DeleteMicrositeResponse>;
|
|
205
259
|
/**
|
|
206
260
|
* Deletes a scheduled RefreshActivity resource by identifier
|
|
207
261
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
@@ -239,6 +293,33 @@ export declare class FusionApplicationsClient {
|
|
|
239
293
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/GetDataMaskingActivity.ts.html |here} to see how to use GetDataMaskingActivity API.
|
|
240
294
|
*/
|
|
241
295
|
getDataMaskingActivity(getDataMaskingActivityRequest: requests.GetDataMaskingActivityRequest): Promise<responses.GetDataMaskingActivityResponse>;
|
|
296
|
+
/**
|
|
297
|
+
* Gets an email subdomain for the brand
|
|
298
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
299
|
+
* @param GetEmailSubdomainRequest
|
|
300
|
+
* @return GetEmailSubdomainResponse
|
|
301
|
+
* @throws OciError when an error occurs
|
|
302
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/GetEmailSubdomain.ts.html |here} to see how to use GetEmailSubdomain API.
|
|
303
|
+
*/
|
|
304
|
+
getEmailSubdomain(getEmailSubdomainRequest: requests.GetEmailSubdomainRequest): Promise<responses.GetEmailSubdomainResponse>;
|
|
305
|
+
/**
|
|
306
|
+
* Gets a CSR for email subdomain for a brand
|
|
307
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
308
|
+
* @param GetEmailSubdomainCsrRequest
|
|
309
|
+
* @return GetEmailSubdomainCsrResponse
|
|
310
|
+
* @throws OciError when an error occurs
|
|
311
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/GetEmailSubdomainCsr.ts.html |here} to see how to use GetEmailSubdomainCsr API.
|
|
312
|
+
*/
|
|
313
|
+
getEmailSubdomainCsr(getEmailSubdomainCsrRequest: requests.GetEmailSubdomainCsrRequest): Promise<responses.GetEmailSubdomainCsrResponse>;
|
|
314
|
+
/**
|
|
315
|
+
* Get all DNS records for emailSubdomain
|
|
316
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
317
|
+
* @param GetEmailSubdomainDnsConfigRequest
|
|
318
|
+
* @return GetEmailSubdomainDnsConfigResponse
|
|
319
|
+
* @throws OciError when an error occurs
|
|
320
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/GetEmailSubdomainDnsConfig.ts.html |here} to see how to use GetEmailSubdomainDnsConfig API.
|
|
321
|
+
*/
|
|
322
|
+
getEmailSubdomainDnsConfig(getEmailSubdomainDnsConfigRequest: requests.GetEmailSubdomainDnsConfigRequest): Promise<responses.GetEmailSubdomainDnsConfigResponse>;
|
|
242
323
|
/**
|
|
243
324
|
* Gets a FusionEnvironment by identifier
|
|
244
325
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
@@ -284,6 +365,33 @@ export declare class FusionApplicationsClient {
|
|
|
284
365
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/GetFusionEnvironmentStatus.ts.html |here} to see how to use GetFusionEnvironmentStatus API.
|
|
285
366
|
*/
|
|
286
367
|
getFusionEnvironmentStatus(getFusionEnvironmentStatusRequest: requests.GetFusionEnvironmentStatusRequest): Promise<responses.GetFusionEnvironmentStatusResponse>;
|
|
368
|
+
/**
|
|
369
|
+
* Gets a Marketing Brand by identifier
|
|
370
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
371
|
+
* @param GetMarketingBrandRequest
|
|
372
|
+
* @return GetMarketingBrandResponse
|
|
373
|
+
* @throws OciError when an error occurs
|
|
374
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/GetMarketingBrand.ts.html |here} to see how to use GetMarketingBrand API.
|
|
375
|
+
*/
|
|
376
|
+
getMarketingBrand(getMarketingBrandRequest: requests.GetMarketingBrandRequest): Promise<responses.GetMarketingBrandResponse>;
|
|
377
|
+
/**
|
|
378
|
+
* Get the microsite for the brand
|
|
379
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
380
|
+
* @param GetMicrositeRequest
|
|
381
|
+
* @return GetMicrositeResponse
|
|
382
|
+
* @throws OciError when an error occurs
|
|
383
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/GetMicrosite.ts.html |here} to see how to use GetMicrosite API.
|
|
384
|
+
*/
|
|
385
|
+
getMicrosite(getMicrositeRequest: requests.GetMicrositeRequest): Promise<responses.GetMicrositeResponse>;
|
|
386
|
+
/**
|
|
387
|
+
* Get DNS records for microsite
|
|
388
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
389
|
+
* @param GetMicrositeDnsConfigRequest
|
|
390
|
+
* @return GetMicrositeDnsConfigResponse
|
|
391
|
+
* @throws OciError when an error occurs
|
|
392
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/GetMicrositeDnsConfig.ts.html |here} to see how to use GetMicrositeDnsConfig API.
|
|
393
|
+
*/
|
|
394
|
+
getMicrositeDnsConfig(getMicrositeDnsConfigRequest: requests.GetMicrositeDnsConfigRequest): Promise<responses.GetMicrositeDnsConfigResponse>;
|
|
287
395
|
/**
|
|
288
396
|
* Gets a RefreshActivity by identifier
|
|
289
397
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
@@ -349,6 +457,15 @@ export declare class FusionApplicationsClient {
|
|
|
349
457
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ListDataMaskingActivities.ts.html |here} to see how to use ListDataMaskingActivities API.
|
|
350
458
|
*/
|
|
351
459
|
listDataMaskingActivities(listDataMaskingActivitiesRequest: requests.ListDataMaskingActivitiesRequest): Promise<responses.ListDataMaskingActivitiesResponse>;
|
|
460
|
+
/**
|
|
461
|
+
* Returns a list of email subdomains for a brand
|
|
462
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
463
|
+
* @param ListEmailSubdomainsRequest
|
|
464
|
+
* @return ListEmailSubdomainsResponse
|
|
465
|
+
* @throws OciError when an error occurs
|
|
466
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ListEmailSubdomains.ts.html |here} to see how to use ListEmailSubdomains API.
|
|
467
|
+
*/
|
|
468
|
+
listEmailSubdomains(listEmailSubdomainsRequest: requests.ListEmailSubdomainsRequest): Promise<responses.ListEmailSubdomainsResponse>;
|
|
352
469
|
/**
|
|
353
470
|
* Returns a list of FusionEnvironmentFamilies.
|
|
354
471
|
*
|
|
@@ -369,6 +486,24 @@ export declare class FusionApplicationsClient {
|
|
|
369
486
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ListFusionEnvironments.ts.html |here} to see how to use ListFusionEnvironments API.
|
|
370
487
|
*/
|
|
371
488
|
listFusionEnvironments(listFusionEnvironmentsRequest: requests.ListFusionEnvironmentsRequest): Promise<responses.ListFusionEnvironmentsResponse>;
|
|
489
|
+
/**
|
|
490
|
+
* Returns a list of marketing brands
|
|
491
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
492
|
+
* @param ListMarketingBrandsRequest
|
|
493
|
+
* @return ListMarketingBrandsResponse
|
|
494
|
+
* @throws OciError when an error occurs
|
|
495
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ListMarketingBrands.ts.html |here} to see how to use ListMarketingBrands API.
|
|
496
|
+
*/
|
|
497
|
+
listMarketingBrands(listMarketingBrandsRequest: requests.ListMarketingBrandsRequest): Promise<responses.ListMarketingBrandsResponse>;
|
|
498
|
+
/**
|
|
499
|
+
* Returns a list of microsites
|
|
500
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
501
|
+
* @param ListMicrositesRequest
|
|
502
|
+
* @return ListMicrositesResponse
|
|
503
|
+
* @throws OciError when an error occurs
|
|
504
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ListMicrosites.ts.html |here} to see how to use ListMicrosites API.
|
|
505
|
+
*/
|
|
506
|
+
listMicrosites(listMicrositesRequest: requests.ListMicrositesRequest): Promise<responses.ListMicrositesResponse>;
|
|
372
507
|
/**
|
|
373
508
|
* Returns a list of RefreshActivities.
|
|
374
509
|
*
|
|
@@ -438,6 +573,15 @@ export declare class FusionApplicationsClient {
|
|
|
438
573
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
439
574
|
*/
|
|
440
575
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
576
|
+
/**
|
|
577
|
+
* Request Email Subdomain CSR
|
|
578
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
579
|
+
* @param RequestEmailSubdomainCsrRequest
|
|
580
|
+
* @return RequestEmailSubdomainCsrResponse
|
|
581
|
+
* @throws OciError when an error occurs
|
|
582
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/RequestEmailSubdomainCsr.ts.html |here} to see how to use RequestEmailSubdomainCsr API.
|
|
583
|
+
*/
|
|
584
|
+
requestEmailSubdomainCsr(requestEmailSubdomainCsrRequest: requests.RequestEmailSubdomainCsrRequest): Promise<responses.RequestEmailSubdomainCsrResponse>;
|
|
441
585
|
/**
|
|
442
586
|
* Reset FusionEnvironment admin password. This API will be deprecated on Mon, 15 Jan 2024 01:00:00 GMT. Users can reset password themselves, FAaaS will no longer provide an API for this.
|
|
443
587
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
@@ -447,6 +591,15 @@ export declare class FusionApplicationsClient {
|
|
|
447
591
|
* @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.
|
|
448
592
|
*/
|
|
449
593
|
resetFusionEnvironmentPassword(resetFusionEnvironmentPasswordRequest: requests.ResetFusionEnvironmentPasswordRequest): Promise<responses.ResetFusionEnvironmentPasswordResponse>;
|
|
594
|
+
/**
|
|
595
|
+
* Updates an email subdomain
|
|
596
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
597
|
+
* @param UpdateEmailSubdomainRequest
|
|
598
|
+
* @return UpdateEmailSubdomainResponse
|
|
599
|
+
* @throws OciError when an error occurs
|
|
600
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/UpdateEmailSubdomain.ts.html |here} to see how to use UpdateEmailSubdomain API.
|
|
601
|
+
*/
|
|
602
|
+
updateEmailSubdomain(updateEmailSubdomainRequest: requests.UpdateEmailSubdomainRequest): Promise<responses.UpdateEmailSubdomainResponse>;
|
|
450
603
|
/**
|
|
451
604
|
* Updates the FusionEnvironment
|
|
452
605
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
@@ -465,6 +618,24 @@ export declare class FusionApplicationsClient {
|
|
|
465
618
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/UpdateFusionEnvironmentFamily.ts.html |here} to see how to use UpdateFusionEnvironmentFamily API.
|
|
466
619
|
*/
|
|
467
620
|
updateFusionEnvironmentFamily(updateFusionEnvironmentFamilyRequest: requests.UpdateFusionEnvironmentFamilyRequest): Promise<responses.UpdateFusionEnvironmentFamilyResponse>;
|
|
621
|
+
/**
|
|
622
|
+
* Updates a Marketing Brand
|
|
623
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
624
|
+
* @param UpdateMarketingBrandRequest
|
|
625
|
+
* @return UpdateMarketingBrandResponse
|
|
626
|
+
* @throws OciError when an error occurs
|
|
627
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/UpdateMarketingBrand.ts.html |here} to see how to use UpdateMarketingBrand API.
|
|
628
|
+
*/
|
|
629
|
+
updateMarketingBrand(updateMarketingBrandRequest: requests.UpdateMarketingBrandRequest): Promise<responses.UpdateMarketingBrandResponse>;
|
|
630
|
+
/**
|
|
631
|
+
* Updates an microsite
|
|
632
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
633
|
+
* @param UpdateMicrositeRequest
|
|
634
|
+
* @return UpdateMicrositeResponse
|
|
635
|
+
* @throws OciError when an error occurs
|
|
636
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/UpdateMicrosite.ts.html |here} to see how to use UpdateMicrosite API.
|
|
637
|
+
*/
|
|
638
|
+
updateMicrosite(updateMicrositeRequest: requests.UpdateMicrositeRequest): Promise<responses.UpdateMicrositeResponse>;
|
|
468
639
|
/**
|
|
469
640
|
* Updates a scheduled RefreshActivity.
|
|
470
641
|
*
|
|
@@ -475,6 +646,42 @@ export declare class FusionApplicationsClient {
|
|
|
475
646
|
* @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.
|
|
476
647
|
*/
|
|
477
648
|
updateRefreshActivity(updateRefreshActivityRequest: requests.UpdateRefreshActivityRequest): Promise<responses.UpdateRefreshActivityResponse>;
|
|
649
|
+
/**
|
|
650
|
+
* upload certificate for emailSubdomain
|
|
651
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
652
|
+
* @param UploadEmailSubdomainCertificateRequest
|
|
653
|
+
* @return UploadEmailSubdomainCertificateResponse
|
|
654
|
+
* @throws OciError when an error occurs
|
|
655
|
+
* @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
|
+
*/
|
|
657
|
+
uploadEmailSubdomainCertificate(uploadEmailSubdomainCertificateRequest: requests.UploadEmailSubdomainCertificateRequest): Promise<responses.UploadEmailSubdomainCertificateResponse>;
|
|
658
|
+
/**
|
|
659
|
+
* Validate and configure certificate for emailSubdomain
|
|
660
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
661
|
+
* @param ValidateAndConfigureEmailSubdomainCertificateRequest
|
|
662
|
+
* @return ValidateAndConfigureEmailSubdomainCertificateResponse
|
|
663
|
+
* @throws OciError when an error occurs
|
|
664
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ValidateAndConfigureEmailSubdomainCertificate.ts.html |here} to see how to use ValidateAndConfigureEmailSubdomainCertificate API.
|
|
665
|
+
*/
|
|
666
|
+
validateAndConfigureEmailSubdomainCertificate(validateAndConfigureEmailSubdomainCertificateRequest: requests.ValidateAndConfigureEmailSubdomainCertificateRequest): Promise<responses.ValidateAndConfigureEmailSubdomainCertificateResponse>;
|
|
667
|
+
/**
|
|
668
|
+
* Validate and configure DNS records for emailSubdomain
|
|
669
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
670
|
+
* @param ValidateAndConfigureEmailSubdomainDnsRequest
|
|
671
|
+
* @return ValidateAndConfigureEmailSubdomainDnsResponse
|
|
672
|
+
* @throws OciError when an error occurs
|
|
673
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ValidateAndConfigureEmailSubdomainDns.ts.html |here} to see how to use ValidateAndConfigureEmailSubdomainDns API.
|
|
674
|
+
*/
|
|
675
|
+
validateAndConfigureEmailSubdomainDns(validateAndConfigureEmailSubdomainDnsRequest: requests.ValidateAndConfigureEmailSubdomainDnsRequest): Promise<responses.ValidateAndConfigureEmailSubdomainDnsResponse>;
|
|
676
|
+
/**
|
|
677
|
+
* Validate and configure DNS records for microsite
|
|
678
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
679
|
+
* @param ValidateAndConfigureMicrositeDnsRequest
|
|
680
|
+
* @return ValidateAndConfigureMicrositeDnsResponse
|
|
681
|
+
* @throws OciError when an error occurs
|
|
682
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/fusionapps/ValidateAndConfigureMicrositeDns.ts.html |here} to see how to use ValidateAndConfigureMicrositeDns API.
|
|
683
|
+
*/
|
|
684
|
+
validateAndConfigureMicrositeDns(validateAndConfigureMicrositeDnsRequest: requests.ValidateAndConfigureMicrositeDnsRequest): Promise<responses.ValidateAndConfigureMicrositeDnsResponse>;
|
|
478
685
|
/**
|
|
479
686
|
* Verify whether a service instance can be attached to the fusion pod
|
|
480
687
|
*
|