oci-tenantmanagercontrolplane 2.76.1 → 2.77.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.
Files changed (111) hide show
  1. package/lib/client.d.ts +52 -52
  2. package/lib/client.js +52 -52
  3. package/lib/model/assigned-subscription-summary.d.ts +2 -2
  4. package/lib/model/assigned-subscription.d.ts +2 -2
  5. package/lib/model/create-domain-details.d.ts +2 -2
  6. package/lib/model/create-domain-governance-details.d.ts +2 -2
  7. package/lib/model/create-sender-invitation-details.d.ts +2 -2
  8. package/lib/model/domain-governance-summary.d.ts +3 -3
  9. package/lib/model/domain-governance.d.ts +3 -3
  10. package/lib/model/domain-summary.d.ts +3 -3
  11. package/lib/model/domain.d.ts +3 -3
  12. package/lib/model/recipient-invitation-summary.d.ts +3 -3
  13. package/lib/model/recipient-invitation.d.ts +3 -3
  14. package/lib/model/sender-invitation-summary.d.ts +3 -3
  15. package/lib/model/sender-invitation.d.ts +3 -3
  16. package/lib/model/subscription-summary.d.ts +2 -2
  17. package/lib/model/subscription.d.ts +2 -2
  18. package/lib/model/update-domain-details.d.ts +2 -2
  19. package/lib/model/update-domain-governance-details.d.ts +2 -2
  20. package/lib/model/update-recipient-invitation-details.d.ts +2 -2
  21. package/lib/model/update-sender-invitation-details.d.ts +2 -2
  22. package/lib/request/accept-recipient-invitation-request.d.ts +2 -2
  23. package/lib/request/activate-order-request.d.ts +1 -1
  24. package/lib/request/add-governance-request.d.ts +2 -2
  25. package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +2 -2
  26. package/lib/request/cancel-sender-invitation-request.d.ts +2 -2
  27. package/lib/request/create-child-tenancy-request.d.ts +1 -1
  28. package/lib/request/create-domain-governance-request.d.ts +1 -1
  29. package/lib/request/create-domain-request.d.ts +1 -1
  30. package/lib/request/create-sender-invitation-request.d.ts +1 -1
  31. package/lib/request/create-subscription-mapping-request.d.ts +2 -2
  32. package/lib/request/delete-domain-governance-request.d.ts +2 -2
  33. package/lib/request/delete-domain-request.d.ts +2 -2
  34. package/lib/request/delete-link-request.d.ts +2 -2
  35. package/lib/request/delete-organization-tenancy-request.d.ts +2 -2
  36. package/lib/request/delete-subscription-mapping-request.d.ts +2 -2
  37. package/lib/request/get-assigned-subscription-request.d.ts +1 -1
  38. package/lib/request/get-domain-governance-request.d.ts +1 -1
  39. package/lib/request/get-domain-request.d.ts +1 -1
  40. package/lib/request/get-link-request.d.ts +1 -1
  41. package/lib/request/get-order-request.d.ts +1 -1
  42. package/lib/request/get-organization-request.d.ts +1 -1
  43. package/lib/request/get-organization-tenancy-request.d.ts +1 -1
  44. package/lib/request/get-recipient-invitation-request.d.ts +1 -1
  45. package/lib/request/get-sender-invitation-request.d.ts +1 -1
  46. package/lib/request/get-subscription-mapping-request.d.ts +1 -1
  47. package/lib/request/get-subscription-request.d.ts +1 -1
  48. package/lib/request/get-work-request-request.d.ts +1 -1
  49. package/lib/request/ignore-recipient-invitation-request.d.ts +2 -2
  50. package/lib/request/list-assigned-subscription-line-items-request.d.ts +1 -1
  51. package/lib/request/list-assigned-subscriptions-request.d.ts +1 -1
  52. package/lib/request/list-available-regions-request.d.ts +1 -1
  53. package/lib/request/list-domain-governances-request.d.ts +1 -1
  54. package/lib/request/list-domains-request.d.ts +1 -1
  55. package/lib/request/list-links-request.d.ts +1 -1
  56. package/lib/request/list-organization-tenancies-request.d.ts +1 -1
  57. package/lib/request/list-organizations-request.d.ts +1 -1
  58. package/lib/request/list-recipient-invitations-request.d.ts +1 -1
  59. package/lib/request/list-sender-invitations-request.d.ts +1 -1
  60. package/lib/request/list-subscription-line-items-request.d.ts +1 -1
  61. package/lib/request/list-subscription-mappings-request.d.ts +1 -1
  62. package/lib/request/list-subscriptions-request.d.ts +1 -1
  63. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  64. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  65. package/lib/request/list-work-requests-request.d.ts +1 -1
  66. package/lib/request/remove-governance-request.d.ts +2 -2
  67. package/lib/request/restore-organization-tenancy-request.d.ts +2 -2
  68. package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +2 -2
  69. package/lib/request/update-domain-governance-request.d.ts +2 -2
  70. package/lib/request/update-domain-request.d.ts +2 -2
  71. package/lib/request/update-organization-request.d.ts +2 -2
  72. package/lib/request/update-recipient-invitation-request.d.ts +2 -2
  73. package/lib/request/update-sender-invitation-request.d.ts +2 -2
  74. package/lib/response/approve-organization-tenancy-for-transfer-response.d.ts +1 -1
  75. package/lib/response/create-domain-governance-response.d.ts +1 -1
  76. package/lib/response/create-domain-response.d.ts +1 -1
  77. package/lib/response/create-sender-invitation-response.d.ts +1 -1
  78. package/lib/response/create-subscription-mapping-response.d.ts +1 -1
  79. package/lib/response/get-assigned-subscription-response.d.ts +1 -1
  80. package/lib/response/get-domain-governance-response.d.ts +1 -1
  81. package/lib/response/get-domain-response.d.ts +1 -1
  82. package/lib/response/get-link-response.d.ts +1 -1
  83. package/lib/response/get-organization-response.d.ts +1 -1
  84. package/lib/response/get-organization-tenancy-response.d.ts +1 -1
  85. package/lib/response/get-recipient-invitation-response.d.ts +1 -1
  86. package/lib/response/get-sender-invitation-response.d.ts +1 -1
  87. package/lib/response/get-subscription-mapping-response.d.ts +1 -1
  88. package/lib/response/get-subscription-response.d.ts +1 -1
  89. package/lib/response/ignore-recipient-invitation-response.d.ts +1 -1
  90. package/lib/response/list-assigned-subscription-line-items-response.d.ts +1 -1
  91. package/lib/response/list-assigned-subscriptions-response.d.ts +1 -1
  92. package/lib/response/list-available-regions-response.d.ts +1 -1
  93. package/lib/response/list-domain-governances-response.d.ts +1 -1
  94. package/lib/response/list-domains-response.d.ts +1 -1
  95. package/lib/response/list-links-response.d.ts +1 -1
  96. package/lib/response/list-organization-tenancies-response.d.ts +1 -1
  97. package/lib/response/list-organizations-response.d.ts +1 -1
  98. package/lib/response/list-recipient-invitations-response.d.ts +1 -1
  99. package/lib/response/list-sender-invitations-response.d.ts +1 -1
  100. package/lib/response/list-subscription-line-items-response.d.ts +1 -1
  101. package/lib/response/list-subscription-mappings-response.d.ts +1 -1
  102. package/lib/response/list-subscriptions-response.d.ts +1 -1
  103. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  104. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  105. package/lib/response/list-work-requests-response.d.ts +1 -1
  106. package/lib/response/unapprove-organization-tenancy-for-transfer-response.d.ts +1 -1
  107. package/lib/response/update-domain-governance-response.d.ts +1 -1
  108. package/lib/response/update-domain-response.d.ts +1 -1
  109. package/lib/response/update-recipient-invitation-response.d.ts +1 -1
  110. package/lib/response/update-sender-invitation-response.d.ts +1 -1
  111. package/package.json +3 -3
@@ -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/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/GetSubscription.ts.html |here} to see how to use GetSubscriptionRequest.
16
16
  */
17
17
  export interface GetSubscriptionRequest 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/tenantmanagercontrolplane/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.0/tenantmanagercontrolplane/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/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/IgnoreRecipientInvitation.ts.html |here} to see how to use IgnoreRecipientInvitationRequest.
16
16
  */
17
17
  export interface IgnoreRecipientInvitationRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface IgnoreRecipientInvitationRequest extends common.BaseRequest {
21
21
  "recipientInvitationId": 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.
@@ -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/tenantmanagercontrolplane/ListAssignedSubscriptionLineItems.ts.html |here} to see how to use ListAssignedSubscriptionLineItemsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListAssignedSubscriptionLineItems.ts.html |here} to see how to use ListAssignedSubscriptionLineItemsRequest.
17
17
  */
18
18
  export interface ListAssignedSubscriptionLineItemsRequest 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/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListAssignedSubscriptions.ts.html |here} to see how to use ListAssignedSubscriptionsRequest.
17
17
  */
18
18
  export interface ListAssignedSubscriptionsRequest 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/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListAvailableRegions.ts.html |here} to see how to use ListAvailableRegionsRequest.
16
16
  */
17
17
  export interface ListAvailableRegionsRequest 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/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernancesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListDomainGovernances.ts.html |here} to see how to use ListDomainGovernancesRequest.
17
17
  */
18
18
  export interface ListDomainGovernancesRequest 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/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomainsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListDomains.ts.html |here} to see how to use ListDomainsRequest.
17
17
  */
18
18
  export interface ListDomainsRequest 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/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinksRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListLinks.ts.html |here} to see how to use ListLinksRequest.
17
17
  */
18
18
  export interface ListLinksRequest 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/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenanciesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListOrganizationTenancies.ts.html |here} to see how to use ListOrganizationTenanciesRequest.
16
16
  */
17
17
  export interface ListOrganizationTenanciesRequest 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/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListOrganizations.ts.html |here} to see how to use ListOrganizationsRequest.
16
16
  */
17
17
  export interface ListOrganizationsRequest 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/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListRecipientInvitations.ts.html |here} to see how to use ListRecipientInvitationsRequest.
17
17
  */
18
18
  export interface ListRecipientInvitationsRequest 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/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListSenderInvitations.ts.html |here} to see how to use ListSenderInvitationsRequest.
17
17
  */
18
18
  export interface ListSenderInvitationsRequest 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/tenantmanagercontrolplane/ListSubscriptionLineItems.ts.html |here} to see how to use ListSubscriptionLineItemsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListSubscriptionLineItems.ts.html |here} to see how to use ListSubscriptionLineItemsRequest.
17
17
  */
18
18
  export interface ListSubscriptionLineItemsRequest 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/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappingsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListSubscriptionMappings.ts.html |here} to see how to use ListSubscriptionMappingsRequest.
17
17
  */
18
18
  export interface ListSubscriptionMappingsRequest 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/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
17
17
  */
18
18
  export interface ListSubscriptionsRequest 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/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest 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/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest 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/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest 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/tenantmanagercontrolplane/RemoveGovernance.ts.html |here} to see how to use RemoveGovernanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/RemoveGovernance.ts.html |here} to see how to use RemoveGovernanceRequest.
16
16
  */
17
17
  export interface RemoveGovernanceRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface RemoveGovernanceRequest extends common.BaseRequest {
25
25
  "organizationTenancyId": 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/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/RestoreOrganizationTenancy.ts.html |here} to see how to use RestoreOrganizationTenancyRequest.
16
16
  */
17
17
  export interface RestoreOrganizationTenancyRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface RestoreOrganizationTenancyRequest extends common.BaseRequest {
21
21
  "organizationTenancyId": 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/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransferRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/UnapproveOrganizationTenancyForTransfer.ts.html |here} to see how to use UnapproveOrganizationTenancyForTransferRequest.
16
16
  */
17
17
  export interface UnapproveOrganizationTenancyForTransferRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface UnapproveOrganizationTenancyForTransferRequest extends common.B
25
25
  "organizationTenancyId": 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.
@@ -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/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/UpdateDomainGovernance.ts.html |here} to see how to use UpdateDomainGovernanceRequest.
17
17
  */
18
18
  export interface UpdateDomainGovernanceRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateDomainGovernanceRequest extends common.BaseRequest {
26
26
  "updateDomainGovernanceDetails": model.UpdateDomainGovernanceDetails;
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/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomainRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/UpdateDomain.ts.html |here} to see how to use UpdateDomainRequest.
17
17
  */
18
18
  export interface UpdateDomainRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateDomainRequest extends common.BaseRequest {
26
26
  "updateDomainDetails": model.UpdateDomainDetails;
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/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganizationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/UpdateOrganization.ts.html |here} to see how to use UpdateOrganizationRequest.
17
17
  */
18
18
  export interface UpdateOrganizationRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface UpdateOrganizationRequest extends common.BaseRequest {
30
30
  "opcRequestId"?: string;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call
33
- * for a resource, set the `if-match` parameter to the value of the
33
+ * for a resource, set the {@code if-match} parameter to the value of the
34
34
  * etag from a previous GET or POST response for that resource.
35
35
  * The resource will be updated or deleted only if the etag you
36
36
  * 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/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/UpdateRecipientInvitation.ts.html |here} to see how to use UpdateRecipientInvitationRequest.
17
17
  */
18
18
  export interface UpdateRecipientInvitationRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateRecipientInvitationRequest extends common.BaseRequest {
26
26
  "updateRecipientInvitationDetails": model.UpdateRecipientInvitationDetails;
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/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/tenantmanagercontrolplane/UpdateSenderInvitation.ts.html |here} to see how to use UpdateSenderInvitationRequest.
17
17
  */
18
18
  export interface UpdateSenderInvitationRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateSenderInvitationRequest extends common.BaseRequest {
26
26
  "updateSenderInvitationDetails": model.UpdateSenderInvitationDetails;
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.
@@ -19,7 +19,7 @@ export interface ApproveOrganizationTenancyForTransferResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateDomainGovernanceResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -24,7 +24,7 @@ export interface CreateDomainResponse {
24
24
  */
25
25
  "opcWorkRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -24,7 +24,7 @@ export interface CreateSenderInvitationResponse {
24
24
  */
25
25
  "opcWorkRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -24,7 +24,7 @@ export interface CreateSubscriptionMappingResponse {
24
24
  */
25
25
  "opcWorkRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetAssignedSubscriptionResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDomainGovernanceResponse {
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 GetDomainResponse {
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 GetLinkResponse {
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 GetOrganizationResponse {
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 GetOrganizationTenancyResponse {
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;
@@ -19,7 +19,7 @@ export interface GetRecipientInvitationResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetSenderInvitationResponse {
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;
@@ -19,7 +19,7 @@ export interface GetSubscriptionMappingResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetSubscriptionResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface IgnoreRecipientInvitationResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListAssignedSubscriptionLineItemsResponse {
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
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListAssignedSubscriptionsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListAvailableRegionsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListDomainGovernancesResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListDomainsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListLinksResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListOrganizationTenanciesResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListOrganizationsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */