oci-fusionapps 2.76.1 → 2.77.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.
Files changed (77) hide show
  1. package/lib/client.d.ts +46 -40
  2. package/lib/client.js +48 -39
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/allow-rule.d.ts +5 -5
  5. package/lib/model/create-fusion-environment-details.d.ts +2 -2
  6. package/lib/model/create-fusion-environment-family-details.d.ts +2 -2
  7. package/lib/model/fusion-environment-family-summary.d.ts +2 -2
  8. package/lib/model/fusion-environment-family.d.ts +2 -2
  9. package/lib/model/fusion-environment-summary.d.ts +2 -2
  10. package/lib/model/fusion-environment.d.ts +2 -2
  11. package/lib/model/scheduled-activity-summary.d.ts +2 -2
  12. package/lib/model/service-attachment-summary.d.ts +2 -2
  13. package/lib/model/service-attachment.d.ts +2 -2
  14. package/lib/model/source-vcn-id-condition.d.ts +2 -2
  15. package/lib/model/source-vcn-ip-address-condition.d.ts +1 -1
  16. package/lib/model/update-fusion-environment-details.d.ts +2 -2
  17. package/lib/model/update-fusion-environment-family-details.d.ts +2 -2
  18. package/lib/request/change-fusion-environment-compartment-request.d.ts +2 -2
  19. package/lib/request/change-fusion-environment-family-compartment-request.d.ts +2 -2
  20. package/lib/request/create-data-masking-activity-request.d.ts +1 -1
  21. package/lib/request/create-fusion-environment-admin-user-request.d.ts +1 -1
  22. package/lib/request/create-fusion-environment-family-request.d.ts +1 -1
  23. package/lib/request/create-fusion-environment-request.d.ts +1 -1
  24. package/lib/request/create-refresh-activity-request.d.ts +1 -1
  25. package/lib/request/create-service-attachment-request.d.ts +1 -1
  26. package/lib/request/delete-fusion-environment-admin-user-request.d.ts +2 -2
  27. package/lib/request/delete-fusion-environment-family-request.d.ts +2 -2
  28. package/lib/request/delete-fusion-environment-request.d.ts +2 -2
  29. package/lib/request/delete-refresh-activity-request.d.ts +2 -2
  30. package/lib/request/delete-service-attachment-request.d.ts +2 -2
  31. package/lib/request/get-data-masking-activity-request.d.ts +1 -1
  32. package/lib/request/get-fusion-environment-family-limits-and-usage-request.d.ts +1 -1
  33. package/lib/request/get-fusion-environment-family-request.d.ts +1 -1
  34. package/lib/request/get-fusion-environment-family-subscription-detail-request.d.ts +1 -1
  35. package/lib/request/get-fusion-environment-request.d.ts +1 -1
  36. package/lib/request/get-fusion-environment-status-request.d.ts +1 -1
  37. package/lib/request/get-refresh-activity-request.d.ts +1 -1
  38. package/lib/request/get-scheduled-activity-request.d.ts +1 -1
  39. package/lib/request/get-service-attachment-request.d.ts +1 -1
  40. package/lib/request/get-work-request-request.d.ts +1 -1
  41. package/lib/request/list-admin-users-request.d.ts +1 -1
  42. package/lib/request/list-data-masking-activities-request.d.ts +1 -1
  43. package/lib/request/list-fusion-environment-families-request.d.ts +1 -1
  44. package/lib/request/list-fusion-environments-request.d.ts +1 -1
  45. package/lib/request/list-refresh-activities-request.d.ts +1 -1
  46. package/lib/request/list-scheduled-activities-request.d.ts +1 -1
  47. package/lib/request/list-service-attachments-request.d.ts +1 -1
  48. package/lib/request/list-time-available-for-refreshes-request.d.ts +1 -1
  49. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  50. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  51. package/lib/request/list-work-requests-request.d.ts +1 -1
  52. package/lib/request/reset-fusion-environment-password-request.d.ts +2 -2
  53. package/lib/request/update-fusion-environment-family-request.d.ts +2 -2
  54. package/lib/request/update-fusion-environment-request.d.ts +2 -2
  55. package/lib/request/update-refresh-activity-request.d.ts +2 -2
  56. package/lib/request/verify-service-attachment-request.d.ts +1 -1
  57. package/lib/response/get-data-masking-activity-response.d.ts +1 -1
  58. package/lib/response/get-fusion-environment-family-limits-and-usage-response.d.ts +1 -1
  59. package/lib/response/get-fusion-environment-family-response.d.ts +1 -1
  60. package/lib/response/get-fusion-environment-family-subscription-detail-response.d.ts +1 -1
  61. package/lib/response/get-fusion-environment-response.d.ts +1 -1
  62. package/lib/response/get-refresh-activity-response.d.ts +1 -1
  63. package/lib/response/get-scheduled-activity-response.d.ts +1 -1
  64. package/lib/response/get-service-attachment-response.d.ts +1 -1
  65. package/lib/response/list-admin-users-response.d.ts +1 -1
  66. package/lib/response/list-data-masking-activities-response.d.ts +1 -1
  67. package/lib/response/list-fusion-environment-families-response.d.ts +1 -1
  68. package/lib/response/list-fusion-environments-response.d.ts +1 -1
  69. package/lib/response/list-refresh-activities-response.d.ts +1 -1
  70. package/lib/response/list-scheduled-activities-response.d.ts +1 -1
  71. package/lib/response/list-service-attachments-response.d.ts +1 -1
  72. package/lib/response/list-time-available-for-refreshes-response.d.ts +1 -1
  73. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  74. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  75. package/lib/response/list-work-requests-response.d.ts +1 -1
  76. package/lib/response/update-refresh-activity-response.d.ts +1 -1
  77. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/CreateDataMaskingActivity.ts.html |here} to see how to use CreateDataMaskingActivityRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/CreateDataMaskingActivity.ts.html |here} to see how to use CreateDataMaskingActivityRequest.
17
17
  */
18
18
  export interface CreateDataMaskingActivityRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/CreateFusionEnvironmentAdminUser.ts.html |here} to see how to use CreateFusionEnvironmentAdminUserRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/CreateFusionEnvironmentAdminUser.ts.html |here} to see how to use CreateFusionEnvironmentAdminUserRequest.
17
17
  */
18
18
  export interface CreateFusionEnvironmentAdminUserRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/CreateFusionEnvironmentFamily.ts.html |here} to see how to use CreateFusionEnvironmentFamilyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/CreateFusionEnvironmentFamily.ts.html |here} to see how to use CreateFusionEnvironmentFamilyRequest.
17
17
  */
18
18
  export interface CreateFusionEnvironmentFamilyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/CreateFusionEnvironment.ts.html |here} to see how to use CreateFusionEnvironmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/CreateFusionEnvironment.ts.html |here} to see how to use CreateFusionEnvironmentRequest.
17
17
  */
18
18
  export interface CreateFusionEnvironmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/CreateRefreshActivity.ts.html |here} to see how to use CreateRefreshActivityRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/CreateRefreshActivity.ts.html |here} to see how to use CreateRefreshActivityRequest.
17
17
  */
18
18
  export interface CreateRefreshActivityRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/CreateServiceAttachment.ts.html |here} to see how to use CreateServiceAttachmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/CreateServiceAttachment.ts.html |here} to see how to use CreateServiceAttachmentRequest.
17
17
  */
18
18
  export interface CreateServiceAttachmentRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/DeleteFusionEnvironmentAdminUser.ts.html |here} to see how to use DeleteFusionEnvironmentAdminUserRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/DeleteFusionEnvironmentAdminUser.ts.html |here} to see how to use DeleteFusionEnvironmentAdminUserRequest.
16
16
  */
17
17
  export interface DeleteFusionEnvironmentAdminUserRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteFusionEnvironmentAdminUserRequest extends common.BaseRequ
25
25
  "fusionEnvironmentId": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/DeleteFusionEnvironmentFamily.ts.html |here} to see how to use DeleteFusionEnvironmentFamilyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/DeleteFusionEnvironmentFamily.ts.html |here} to see how to use DeleteFusionEnvironmentFamilyRequest.
16
16
  */
17
17
  export interface DeleteFusionEnvironmentFamilyRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteFusionEnvironmentFamilyRequest extends common.BaseRequest
21
21
  "fusionEnvironmentFamilyId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/DeleteFusionEnvironment.ts.html |here} to see how to use DeleteFusionEnvironmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/DeleteFusionEnvironment.ts.html |here} to see how to use DeleteFusionEnvironmentRequest.
16
16
  */
17
17
  export interface DeleteFusionEnvironmentRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteFusionEnvironmentRequest extends common.BaseRequest {
21
21
  "fusionEnvironmentId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
26
  * The resource will be updated or deleted only if the etag you
27
27
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/DeleteRefreshActivity.ts.html |here} to see how to use DeleteRefreshActivityRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/DeleteRefreshActivity.ts.html |here} to see how to use DeleteRefreshActivityRequest.
16
16
  */
17
17
  export interface DeleteRefreshActivityRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteRefreshActivityRequest extends common.BaseRequest {
25
25
  "refreshActivityId": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/DeleteServiceAttachment.ts.html |here} to see how to use DeleteServiceAttachmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/DeleteServiceAttachment.ts.html |here} to see how to use DeleteServiceAttachmentRequest.
16
16
  */
17
17
  export interface DeleteServiceAttachmentRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface DeleteServiceAttachmentRequest extends common.BaseRequest {
25
25
  "serviceAttachmentId": string;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
30
  * The resource will be updated or deleted only if the etag you
31
31
  * provide matches the resource's current etag value.
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/GetDataMaskingActivity.ts.html |here} to see how to use GetDataMaskingActivityRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/GetDataMaskingActivity.ts.html |here} to see how to use GetDataMaskingActivityRequest.
16
16
  */
17
17
  export interface GetDataMaskingActivityRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/GetFusionEnvironmentFamilyLimitsAndUsage.ts.html |here} to see how to use GetFusionEnvironmentFamilyLimitsAndUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/GetFusionEnvironmentFamilyLimitsAndUsage.ts.html |here} to see how to use GetFusionEnvironmentFamilyLimitsAndUsageRequest.
16
16
  */
17
17
  export interface GetFusionEnvironmentFamilyLimitsAndUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/GetFusionEnvironmentFamily.ts.html |here} to see how to use GetFusionEnvironmentFamilyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/GetFusionEnvironmentFamily.ts.html |here} to see how to use GetFusionEnvironmentFamilyRequest.
16
16
  */
17
17
  export interface GetFusionEnvironmentFamilyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/GetFusionEnvironmentFamilySubscriptionDetail.ts.html |here} to see how to use GetFusionEnvironmentFamilySubscriptionDetailRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/GetFusionEnvironmentFamilySubscriptionDetail.ts.html |here} to see how to use GetFusionEnvironmentFamilySubscriptionDetailRequest.
16
16
  */
17
17
  export interface GetFusionEnvironmentFamilySubscriptionDetailRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/GetFusionEnvironment.ts.html |here} to see how to use GetFusionEnvironmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/GetFusionEnvironment.ts.html |here} to see how to use GetFusionEnvironmentRequest.
16
16
  */
17
17
  export interface GetFusionEnvironmentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/GetFusionEnvironmentStatus.ts.html |here} to see how to use GetFusionEnvironmentStatusRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/GetFusionEnvironmentStatus.ts.html |here} to see how to use GetFusionEnvironmentStatusRequest.
16
16
  */
17
17
  export interface GetFusionEnvironmentStatusRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/GetRefreshActivity.ts.html |here} to see how to use GetRefreshActivityRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/GetRefreshActivity.ts.html |here} to see how to use GetRefreshActivityRequest.
16
16
  */
17
17
  export interface GetRefreshActivityRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/GetScheduledActivity.ts.html |here} to see how to use GetScheduledActivityRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/GetScheduledActivity.ts.html |here} to see how to use GetScheduledActivityRequest.
16
16
  */
17
17
  export interface GetScheduledActivityRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/GetServiceAttachment.ts.html |here} to see how to use GetServiceAttachmentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/GetServiceAttachment.ts.html |here} to see how to use GetServiceAttachmentRequest.
16
16
  */
17
17
  export interface GetServiceAttachmentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ListAdminUsers.ts.html |here} to see how to use ListAdminUsersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ListAdminUsers.ts.html |here} to see how to use ListAdminUsersRequest.
16
16
  */
17
17
  export interface ListAdminUsersRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ListDataMaskingActivities.ts.html |here} to see how to use ListDataMaskingActivitiesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ListDataMaskingActivities.ts.html |here} to see how to use ListDataMaskingActivitiesRequest.
16
16
  */
17
17
  export interface ListDataMaskingActivitiesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ListFusionEnvironmentFamilies.ts.html |here} to see how to use ListFusionEnvironmentFamiliesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ListFusionEnvironmentFamilies.ts.html |here} to see how to use ListFusionEnvironmentFamiliesRequest.
16
16
  */
17
17
  export interface ListFusionEnvironmentFamiliesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ListFusionEnvironments.ts.html |here} to see how to use ListFusionEnvironmentsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ListFusionEnvironments.ts.html |here} to see how to use ListFusionEnvironmentsRequest.
16
16
  */
17
17
  export interface ListFusionEnvironmentsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ListRefreshActivities.ts.html |here} to see how to use ListRefreshActivitiesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ListRefreshActivities.ts.html |here} to see how to use ListRefreshActivitiesRequest.
16
16
  */
17
17
  export interface ListRefreshActivitiesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ListScheduledActivities.ts.html |here} to see how to use ListScheduledActivitiesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ListScheduledActivities.ts.html |here} to see how to use ListScheduledActivitiesRequest.
16
16
  */
17
17
  export interface ListScheduledActivitiesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ListServiceAttachments.ts.html |here} to see how to use ListServiceAttachmentsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ListServiceAttachments.ts.html |here} to see how to use ListServiceAttachmentsRequest.
16
16
  */
17
17
  export interface ListServiceAttachmentsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ListTimeAvailableForRefreshes.ts.html |here} to see how to use ListTimeAvailableForRefreshesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ListTimeAvailableForRefreshes.ts.html |here} to see how to use ListTimeAvailableForRefreshesRequest.
16
16
  */
17
17
  export interface ListTimeAvailableForRefreshesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/ResetFusionEnvironmentPassword.ts.html |here} to see how to use ResetFusionEnvironmentPasswordRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/ResetFusionEnvironmentPassword.ts.html |here} to see how to use ResetFusionEnvironmentPasswordRequest.
17
17
  */
18
18
  export interface ResetFusionEnvironmentPasswordRequest extends common.BaseRequest {
19
19
  /**
@@ -43,7 +43,7 @@ export interface ResetFusionEnvironmentPasswordRequest extends common.BaseReques
43
43
  "opcRequestId"?: string;
44
44
  /**
45
45
  * For optimistic concurrency control. In the PUT or DELETE call
46
- * for a resource, set the `if-match` parameter to the value of the
46
+ * for a resource, set the {@code if-match} parameter to the value of the
47
47
  * etag from a previous GET or POST response for that resource.
48
48
  * The resource will be updated or deleted only if the etag you
49
49
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/UpdateFusionEnvironmentFamily.ts.html |here} to see how to use UpdateFusionEnvironmentFamilyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/UpdateFusionEnvironmentFamily.ts.html |here} to see how to use UpdateFusionEnvironmentFamilyRequest.
17
17
  */
18
18
  export interface UpdateFusionEnvironmentFamilyRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateFusionEnvironmentFamilyRequest extends common.BaseRequest
26
26
  "updateFusionEnvironmentFamilyDetails": model.UpdateFusionEnvironmentFamilyDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/UpdateFusionEnvironment.ts.html |here} to see how to use UpdateFusionEnvironmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/UpdateFusionEnvironment.ts.html |here} to see how to use UpdateFusionEnvironmentRequest.
17
17
  */
18
18
  export interface UpdateFusionEnvironmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateFusionEnvironmentRequest extends common.BaseRequest {
26
26
  "updateFusionEnvironmentDetails": model.UpdateFusionEnvironmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/UpdateRefreshActivity.ts.html |here} to see how to use UpdateRefreshActivityRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/UpdateRefreshActivity.ts.html |here} to see how to use UpdateRefreshActivityRequest.
17
17
  */
18
18
  export interface UpdateRefreshActivityRequest extends common.BaseRequest {
19
19
  /**
@@ -34,7 +34,7 @@ export interface UpdateRefreshActivityRequest extends common.BaseRequest {
34
34
  "opcRequestId"?: string;
35
35
  /**
36
36
  * For optimistic concurrency control. In the PUT or DELETE call
37
- * for a resource, set the `if-match` parameter to the value of the
37
+ * for a resource, set the {@code if-match} parameter to the value of the
38
38
  * etag from a previous GET or POST response for that resource.
39
39
  * The resource will be updated or deleted only if the etag you
40
40
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/fusionapps/VerifyServiceAttachment.ts.html |here} to see how to use VerifyServiceAttachmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/fusionapps/VerifyServiceAttachment.ts.html |here} to see how to use VerifyServiceAttachmentRequest.
17
17
  */
18
18
  export interface VerifyServiceAttachmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDataMaskingActivityResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFusionEnvironmentFamilyLimitsAndUsageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFusionEnvironmentFamilyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFusionEnvironmentFamilySubscriptionDetailResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFusionEnvironmentResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetRefreshActivityResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetScheduledActivityResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetServiceAttachmentResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListAdminUsersResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListDataMaskingActivitiesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListFusionEnvironmentFamiliesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListFusionEnvironmentsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListRefreshActivitiesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListScheduledActivitiesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */