oci-tenantmanagercontrolplane 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 (112) hide show
  1. package/lib/client.d.ts +104 -62
  2. package/lib/client.js +133 -52
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/assigned-subscription-summary.d.ts +2 -2
  5. package/lib/model/assigned-subscription.d.ts +2 -2
  6. package/lib/model/create-domain-details.d.ts +2 -2
  7. package/lib/model/create-domain-governance-details.d.ts +2 -2
  8. package/lib/model/create-sender-invitation-details.d.ts +2 -2
  9. package/lib/model/domain-governance-summary.d.ts +3 -3
  10. package/lib/model/domain-governance.d.ts +3 -3
  11. package/lib/model/domain-summary.d.ts +3 -3
  12. package/lib/model/domain.d.ts +3 -3
  13. package/lib/model/recipient-invitation-summary.d.ts +3 -3
  14. package/lib/model/recipient-invitation.d.ts +3 -3
  15. package/lib/model/sender-invitation-summary.d.ts +3 -3
  16. package/lib/model/sender-invitation.d.ts +3 -3
  17. package/lib/model/subscription-summary.d.ts +2 -2
  18. package/lib/model/subscription.d.ts +2 -2
  19. package/lib/model/update-domain-details.d.ts +2 -2
  20. package/lib/model/update-domain-governance-details.d.ts +2 -2
  21. package/lib/model/update-recipient-invitation-details.d.ts +2 -2
  22. package/lib/model/update-sender-invitation-details.d.ts +2 -2
  23. package/lib/request/accept-recipient-invitation-request.d.ts +2 -2
  24. package/lib/request/activate-order-request.d.ts +1 -1
  25. package/lib/request/add-governance-request.d.ts +2 -2
  26. package/lib/request/approve-organization-tenancy-for-transfer-request.d.ts +2 -2
  27. package/lib/request/cancel-sender-invitation-request.d.ts +2 -2
  28. package/lib/request/create-child-tenancy-request.d.ts +1 -1
  29. package/lib/request/create-domain-governance-request.d.ts +1 -1
  30. package/lib/request/create-domain-request.d.ts +1 -1
  31. package/lib/request/create-sender-invitation-request.d.ts +1 -1
  32. package/lib/request/create-subscription-mapping-request.d.ts +2 -2
  33. package/lib/request/delete-domain-governance-request.d.ts +2 -2
  34. package/lib/request/delete-domain-request.d.ts +2 -2
  35. package/lib/request/delete-link-request.d.ts +2 -2
  36. package/lib/request/delete-organization-tenancy-request.d.ts +2 -2
  37. package/lib/request/delete-subscription-mapping-request.d.ts +2 -2
  38. package/lib/request/get-assigned-subscription-request.d.ts +1 -1
  39. package/lib/request/get-domain-governance-request.d.ts +1 -1
  40. package/lib/request/get-domain-request.d.ts +1 -1
  41. package/lib/request/get-link-request.d.ts +1 -1
  42. package/lib/request/get-order-request.d.ts +1 -1
  43. package/lib/request/get-organization-request.d.ts +1 -1
  44. package/lib/request/get-organization-tenancy-request.d.ts +1 -1
  45. package/lib/request/get-recipient-invitation-request.d.ts +1 -1
  46. package/lib/request/get-sender-invitation-request.d.ts +1 -1
  47. package/lib/request/get-subscription-mapping-request.d.ts +1 -1
  48. package/lib/request/get-subscription-request.d.ts +1 -1
  49. package/lib/request/get-work-request-request.d.ts +1 -1
  50. package/lib/request/ignore-recipient-invitation-request.d.ts +2 -2
  51. package/lib/request/list-assigned-subscription-line-items-request.d.ts +1 -1
  52. package/lib/request/list-assigned-subscriptions-request.d.ts +1 -1
  53. package/lib/request/list-available-regions-request.d.ts +1 -1
  54. package/lib/request/list-domain-governances-request.d.ts +1 -1
  55. package/lib/request/list-domains-request.d.ts +1 -1
  56. package/lib/request/list-links-request.d.ts +1 -1
  57. package/lib/request/list-organization-tenancies-request.d.ts +1 -1
  58. package/lib/request/list-organizations-request.d.ts +1 -1
  59. package/lib/request/list-recipient-invitations-request.d.ts +1 -1
  60. package/lib/request/list-sender-invitations-request.d.ts +1 -1
  61. package/lib/request/list-subscription-line-items-request.d.ts +1 -1
  62. package/lib/request/list-subscription-mappings-request.d.ts +1 -1
  63. package/lib/request/list-subscriptions-request.d.ts +1 -1
  64. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  65. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  66. package/lib/request/list-work-requests-request.d.ts +1 -1
  67. package/lib/request/remove-governance-request.d.ts +2 -2
  68. package/lib/request/restore-organization-tenancy-request.d.ts +2 -2
  69. package/lib/request/unapprove-organization-tenancy-for-transfer-request.d.ts +2 -2
  70. package/lib/request/update-domain-governance-request.d.ts +2 -2
  71. package/lib/request/update-domain-request.d.ts +2 -2
  72. package/lib/request/update-organization-request.d.ts +2 -2
  73. package/lib/request/update-recipient-invitation-request.d.ts +2 -2
  74. package/lib/request/update-sender-invitation-request.d.ts +2 -2
  75. package/lib/response/approve-organization-tenancy-for-transfer-response.d.ts +1 -1
  76. package/lib/response/create-domain-governance-response.d.ts +1 -1
  77. package/lib/response/create-domain-response.d.ts +1 -1
  78. package/lib/response/create-sender-invitation-response.d.ts +1 -1
  79. package/lib/response/create-subscription-mapping-response.d.ts +1 -1
  80. package/lib/response/get-assigned-subscription-response.d.ts +1 -1
  81. package/lib/response/get-domain-governance-response.d.ts +1 -1
  82. package/lib/response/get-domain-response.d.ts +1 -1
  83. package/lib/response/get-link-response.d.ts +1 -1
  84. package/lib/response/get-organization-response.d.ts +1 -1
  85. package/lib/response/get-organization-tenancy-response.d.ts +1 -1
  86. package/lib/response/get-recipient-invitation-response.d.ts +1 -1
  87. package/lib/response/get-sender-invitation-response.d.ts +1 -1
  88. package/lib/response/get-subscription-mapping-response.d.ts +1 -1
  89. package/lib/response/get-subscription-response.d.ts +1 -1
  90. package/lib/response/ignore-recipient-invitation-response.d.ts +1 -1
  91. package/lib/response/list-assigned-subscription-line-items-response.d.ts +1 -1
  92. package/lib/response/list-assigned-subscriptions-response.d.ts +1 -1
  93. package/lib/response/list-available-regions-response.d.ts +1 -1
  94. package/lib/response/list-domain-governances-response.d.ts +1 -1
  95. package/lib/response/list-domains-response.d.ts +1 -1
  96. package/lib/response/list-links-response.d.ts +1 -1
  97. package/lib/response/list-organization-tenancies-response.d.ts +1 -1
  98. package/lib/response/list-organizations-response.d.ts +1 -1
  99. package/lib/response/list-recipient-invitations-response.d.ts +1 -1
  100. package/lib/response/list-sender-invitations-response.d.ts +1 -1
  101. package/lib/response/list-subscription-line-items-response.d.ts +1 -1
  102. package/lib/response/list-subscription-mappings-response.d.ts +1 -1
  103. package/lib/response/list-subscriptions-response.d.ts +1 -1
  104. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  105. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  106. package/lib/response/list-work-requests-response.d.ts +1 -1
  107. package/lib/response/unapprove-organization-tenancy-for-transfer-response.d.ts +1 -1
  108. package/lib/response/update-domain-governance-response.d.ts +1 -1
  109. package/lib/response/update-domain-response.d.ts +1 -1
  110. package/lib/response/update-recipient-invitation-response.d.ts +1 -1
  111. package/lib/response/update-sender-invitation-response.d.ts +1 -1
  112. package/package.json +3 -3
@@ -38,7 +38,7 @@ export interface AssignedSubscription {
38
38
  "timeUpdated": Date;
39
39
  /**
40
40
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
41
- * Example: `{\"bar-key\": \"value\"}`
41
+ * Example: {@code {\"bar-key\": \"value\"}}
42
42
  *
43
43
  */
44
44
  "freeformTags": {
@@ -46,7 +46,7 @@ export interface AssignedSubscription {
46
46
  };
47
47
  /**
48
48
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
49
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
49
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
50
50
  *
51
51
  */
52
52
  "definedTags": {
@@ -32,7 +32,7 @@ export interface CreateDomainDetails {
32
32
  "isGovernanceEnabled"?: boolean;
33
33
  /**
34
34
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
35
- * Example: `{\"bar-key\": \"value\"}`
35
+ * Example: {@code {\"bar-key\": \"value\"}}
36
36
  *
37
37
  */
38
38
  "freeformTags"?: {
@@ -40,7 +40,7 @@ export interface CreateDomainDetails {
40
40
  };
41
41
  /**
42
42
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
43
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
43
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
44
44
  *
45
45
  */
46
46
  "definedTags"?: {
@@ -36,7 +36,7 @@ export interface CreateDomainGovernanceDetails {
36
36
  "onsSubscriptionId": string;
37
37
  /**
38
38
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
39
- * Example: `{\"bar-key\": \"value\"}`
39
+ * Example: {@code {\"bar-key\": \"value\"}}
40
40
  *
41
41
  */
42
42
  "freeformTags"?: {
@@ -44,7 +44,7 @@ export interface CreateDomainGovernanceDetails {
44
44
  };
45
45
  /**
46
46
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
47
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
47
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
48
48
  *
49
49
  */
50
50
  "definedTags"?: {
@@ -37,7 +37,7 @@ export interface CreateSenderInvitationDetails {
37
37
  "subjects"?: Array<model.InvitationSubject>;
38
38
  /**
39
39
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
40
- * Example: `{\"bar-key\": \"value\"}`
40
+ * Example: {@code {\"bar-key\": \"value\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -45,7 +45,7 @@ export interface CreateSenderInvitationDetails {
45
45
  };
46
46
  /**
47
47
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
48
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
48
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
49
49
  *
50
50
  */
51
51
  "definedTags"?: {
@@ -56,7 +56,7 @@ export interface DomainGovernanceSummary {
56
56
  "timeUpdated"?: Date;
57
57
  /**
58
58
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
59
- * Example: `{\"bar-key\": \"value\"}`
59
+ * Example: {@code {\"bar-key\": \"value\"}}
60
60
  *
61
61
  */
62
62
  "freeformTags"?: {
@@ -64,7 +64,7 @@ export interface DomainGovernanceSummary {
64
64
  };
65
65
  /**
66
66
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
67
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
67
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
68
68
  *
69
69
  */
70
70
  "definedTags"?: {
@@ -74,7 +74,7 @@ export interface DomainGovernanceSummary {
74
74
  };
75
75
  /**
76
76
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
77
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
77
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
78
78
  *
79
79
  */
80
80
  "systemTags"?: {
@@ -56,7 +56,7 @@ export interface DomainGovernance {
56
56
  "timeUpdated"?: Date;
57
57
  /**
58
58
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
59
- * Example: `{\"bar-key\": \"value\"}`
59
+ * Example: {@code {\"bar-key\": \"value\"}}
60
60
  *
61
61
  */
62
62
  "freeformTags"?: {
@@ -64,7 +64,7 @@ export interface DomainGovernance {
64
64
  };
65
65
  /**
66
66
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
67
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
67
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
68
68
  *
69
69
  */
70
70
  "definedTags"?: {
@@ -74,7 +74,7 @@ export interface DomainGovernance {
74
74
  };
75
75
  /**
76
76
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
77
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
77
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
78
78
  *
79
79
  */
80
80
  "systemTags"?: {
@@ -48,7 +48,7 @@ export interface DomainSummary {
48
48
  "timeUpdated"?: Date;
49
49
  /**
50
50
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
51
- * Example: `{\"bar-key\": \"value\"}`
51
+ * Example: {@code {\"bar-key\": \"value\"}}
52
52
  *
53
53
  */
54
54
  "freeformTags"?: {
@@ -56,7 +56,7 @@ export interface DomainSummary {
56
56
  };
57
57
  /**
58
58
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
59
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
59
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
60
60
  *
61
61
  */
62
62
  "definedTags"?: {
@@ -66,7 +66,7 @@ export interface DomainSummary {
66
66
  };
67
67
  /**
68
68
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
69
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
69
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
70
70
  *
71
71
  */
72
72
  "systemTags"?: {
@@ -48,7 +48,7 @@ export interface Domain {
48
48
  "timeUpdated"?: Date;
49
49
  /**
50
50
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
51
- * Example: `{\"bar-key\": \"value\"}`
51
+ * Example: {@code {\"bar-key\": \"value\"}}
52
52
  *
53
53
  */
54
54
  "freeformTags"?: {
@@ -56,7 +56,7 @@ export interface Domain {
56
56
  };
57
57
  /**
58
58
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
59
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
59
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
60
60
  *
61
61
  */
62
62
  "definedTags"?: {
@@ -66,7 +66,7 @@ export interface Domain {
66
66
  };
67
67
  /**
68
68
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
69
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
69
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
70
70
  *
71
71
  */
72
72
  "systemTags"?: {
@@ -61,7 +61,7 @@ export interface RecipientInvitationSummary {
61
61
  "recipientEmailAddress"?: string;
62
62
  /**
63
63
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
64
- * Example: `{\"bar-key\": \"value\"}`
64
+ * Example: {@code {\"bar-key\": \"value\"}}
65
65
  *
66
66
  */
67
67
  "freeformTags"?: {
@@ -69,7 +69,7 @@ export interface RecipientInvitationSummary {
69
69
  };
70
70
  /**
71
71
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
72
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
72
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
73
73
  *
74
74
  */
75
75
  "definedTags"?: {
@@ -79,7 +79,7 @@ export interface RecipientInvitationSummary {
79
79
  };
80
80
  /**
81
81
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
82
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
82
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
83
83
  *
84
84
  */
85
85
  "systemTags"?: {
@@ -61,7 +61,7 @@ export interface RecipientInvitation {
61
61
  "recipientEmailAddress"?: string;
62
62
  /**
63
63
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
64
- * Example: `{\"bar-key\": \"value\"}`
64
+ * Example: {@code {\"bar-key\": \"value\"}}
65
65
  *
66
66
  */
67
67
  "freeformTags"?: {
@@ -69,7 +69,7 @@ export interface RecipientInvitation {
69
69
  };
70
70
  /**
71
71
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
72
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
72
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
73
73
  *
74
74
  */
75
75
  "definedTags"?: {
@@ -79,7 +79,7 @@ export interface RecipientInvitation {
79
79
  };
80
80
  /**
81
81
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
82
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
82
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
83
83
  *
84
84
  */
85
85
  "systemTags"?: {
@@ -61,7 +61,7 @@ export interface SenderInvitationSummary {
61
61
  "recipientEmailAddress"?: string;
62
62
  /**
63
63
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
64
- * Example: `{\"bar-key\": \"value\"}`
64
+ * Example: {@code {\"bar-key\": \"value\"}}
65
65
  *
66
66
  */
67
67
  "freeformTags"?: {
@@ -69,7 +69,7 @@ export interface SenderInvitationSummary {
69
69
  };
70
70
  /**
71
71
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
72
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
72
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
73
73
  *
74
74
  */
75
75
  "definedTags"?: {
@@ -79,7 +79,7 @@ export interface SenderInvitationSummary {
79
79
  };
80
80
  /**
81
81
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
82
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
82
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
83
83
  *
84
84
  */
85
85
  "systemTags"?: {
@@ -61,7 +61,7 @@ export interface SenderInvitation {
61
61
  "recipientEmailAddress"?: string;
62
62
  /**
63
63
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
64
- * Example: `{\"bar-key\": \"value\"}`
64
+ * Example: {@code {\"bar-key\": \"value\"}}
65
65
  *
66
66
  */
67
67
  "freeformTags"?: {
@@ -69,7 +69,7 @@ export interface SenderInvitation {
69
69
  };
70
70
  /**
71
71
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
72
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
72
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
73
73
  *
74
74
  */
75
75
  "definedTags"?: {
@@ -79,7 +79,7 @@ export interface SenderInvitation {
79
79
  };
80
80
  /**
81
81
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
82
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
82
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
83
83
  *
84
84
  */
85
85
  "systemTags"?: {
@@ -38,7 +38,7 @@ export interface SubscriptionSummary {
38
38
  "timeUpdated": Date;
39
39
  /**
40
40
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
41
- * Example: `{\"bar-key\": \"value\"}`
41
+ * Example: {@code {\"bar-key\": \"value\"}}
42
42
  *
43
43
  */
44
44
  "freeformTags": {
@@ -46,7 +46,7 @@ export interface SubscriptionSummary {
46
46
  };
47
47
  /**
48
48
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
49
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
49
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
50
50
  *
51
51
  */
52
52
  "definedTags": {
@@ -38,7 +38,7 @@ export interface Subscription {
38
38
  "timeUpdated": Date;
39
39
  /**
40
40
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
41
- * Example: `{\"bar-key\": \"value\"}`
41
+ * Example: {@code {\"bar-key\": \"value\"}}
42
42
  *
43
43
  */
44
44
  "freeformTags": {
@@ -46,7 +46,7 @@ export interface Subscription {
46
46
  };
47
47
  /**
48
48
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
49
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
49
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
50
50
  *
51
51
  */
52
52
  "definedTags": {
@@ -16,7 +16,7 @@
16
16
  export interface UpdateDomainDetails {
17
17
  /**
18
18
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
19
- * Example: `{\"bar-key\": \"value\"}`
19
+ * Example: {@code {\"bar-key\": \"value\"}}
20
20
  *
21
21
  */
22
22
  "freeformTags"?: {
@@ -24,7 +24,7 @@ export interface UpdateDomainDetails {
24
24
  };
25
25
  /**
26
26
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
27
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
27
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
28
28
  *
29
29
  */
30
30
  "definedTags"?: {
@@ -24,7 +24,7 @@ export interface UpdateDomainGovernanceDetails {
24
24
  "isGovernanceEnabled"?: boolean;
25
25
  /**
26
26
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
27
- * Example: `{\"bar-key\": \"value\"}`
27
+ * Example: {@code {\"bar-key\": \"value\"}}
28
28
  *
29
29
  */
30
30
  "freeformTags"?: {
@@ -32,7 +32,7 @@ export interface UpdateDomainGovernanceDetails {
32
32
  };
33
33
  /**
34
34
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
35
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
35
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
36
36
  *
37
37
  */
38
38
  "definedTags"?: {
@@ -20,7 +20,7 @@ export interface UpdateRecipientInvitationDetails {
20
20
  "displayName"?: string;
21
21
  /**
22
22
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
23
- * Example: `{\"bar-key\": \"value\"}`
23
+ * Example: {@code {\"bar-key\": \"value\"}}
24
24
  *
25
25
  */
26
26
  "freeformTags"?: {
@@ -28,7 +28,7 @@ export interface UpdateRecipientInvitationDetails {
28
28
  };
29
29
  /**
30
30
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
31
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
31
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
32
32
  *
33
33
  */
34
34
  "definedTags"?: {
@@ -20,7 +20,7 @@ export interface UpdateSenderInvitationDetails {
20
20
  "displayName"?: string;
21
21
  /**
22
22
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
23
- * Example: `{\"bar-key\": \"value\"}`
23
+ * Example: {@code {\"bar-key\": \"value\"}}
24
24
  *
25
25
  */
26
26
  "freeformTags"?: {
@@ -28,7 +28,7 @@ export interface UpdateSenderInvitationDetails {
28
28
  };
29
29
  /**
30
30
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
31
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
31
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
32
32
  *
33
33
  */
34
34
  "definedTags"?: {
@@ -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/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/AcceptRecipientInvitation.ts.html |here} to see how to use AcceptRecipientInvitationRequest.
16
16
  */
17
17
  export interface AcceptRecipientInvitationRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface AcceptRecipientInvitationRequest 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/ActivateOrder.ts.html |here} to see how to use ActivateOrderRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/ActivateOrder.ts.html |here} to see how to use ActivateOrderRequest.
17
17
  */
18
18
  export interface ActivateOrderRequest 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/AddGovernance.ts.html |here} to see how to use AddGovernanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/AddGovernance.ts.html |here} to see how to use AddGovernanceRequest.
16
16
  */
17
17
  export interface AddGovernanceRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface AddGovernanceRequest 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/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransferRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/ApproveOrganizationTenancyForTransfer.ts.html |here} to see how to use ApproveOrganizationTenancyForTransferRequest.
16
16
  */
17
17
  export interface ApproveOrganizationTenancyForTransferRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface ApproveOrganizationTenancyForTransferRequest extends common.Bas
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/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/CancelSenderInvitation.ts.html |here} to see how to use CancelSenderInvitationRequest.
16
16
  */
17
17
  export interface CancelSenderInvitationRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface CancelSenderInvitationRequest extends common.BaseRequest {
21
21
  "senderInvitationId": 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/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/CreateChildTenancy.ts.html |here} to see how to use CreateChildTenancyRequest.
17
17
  */
18
18
  export interface CreateChildTenancyRequest 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/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/CreateDomainGovernance.ts.html |here} to see how to use CreateDomainGovernanceRequest.
17
17
  */
18
18
  export interface CreateDomainGovernanceRequest 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/CreateDomain.ts.html |here} to see how to use CreateDomainRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/CreateDomain.ts.html |here} to see how to use CreateDomainRequest.
17
17
  */
18
18
  export interface CreateDomainRequest 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/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/CreateSenderInvitation.ts.html |here} to see how to use CreateSenderInvitationRequest.
17
17
  */
18
18
  export interface CreateSenderInvitationRequest 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/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMappingRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/CreateSubscriptionMapping.ts.html |here} to see how to use CreateSubscriptionMappingRequest.
17
17
  */
18
18
  export interface CreateSubscriptionMappingRequest extends common.BaseRequest {
19
19
  /**
@@ -22,7 +22,7 @@ export interface CreateSubscriptionMappingRequest extends common.BaseRequest {
22
22
  "createSubscriptionMappingDetails": model.CreateSubscriptionMappingDetails;
23
23
  /**
24
24
  * For optimistic concurrency control. In the PUT or DELETE call
25
- * for a resource, set the `if-match` parameter to the value of the
25
+ * for a resource, set the {@code if-match} parameter to the value of the
26
26
  * etag from a previous GET or POST response for that resource.
27
27
  * The resource will be updated or deleted only if the etag you
28
28
  * 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/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/DeleteDomainGovernance.ts.html |here} to see how to use DeleteDomainGovernanceRequest.
16
16
  */
17
17
  export interface DeleteDomainGovernanceRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteDomainGovernanceRequest extends common.BaseRequest {
21
21
  "domainGovernanceId": 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/DeleteDomain.ts.html |here} to see how to use DeleteDomainRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/DeleteDomain.ts.html |here} to see how to use DeleteDomainRequest.
16
16
  */
17
17
  export interface DeleteDomainRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteDomainRequest extends common.BaseRequest {
21
21
  "domainId": 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/DeleteLink.ts.html |here} to see how to use DeleteLinkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/DeleteLink.ts.html |here} to see how to use DeleteLinkRequest.
16
16
  */
17
17
  export interface DeleteLinkRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteLinkRequest extends common.BaseRequest {
21
21
  "linkId": 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/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/tenantmanagercontrolplane/DeleteOrganizationTenancy.ts.html |here} to see how to use DeleteOrganizationTenancyRequest.
16
16
  */
17
17
  export interface DeleteOrganizationTenancyRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteOrganizationTenancyRequest 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.