@@ -682,7 +682,7 @@ export interface CloudAutonomousVmCluster {
682682 isMtlsEnabledVmCluster ?: boolean | undefined ;
683683
684684 /**
685- * <p>The Oracle license model that applies to the Autonomous VM cluster. Valid values are <code>LICENSE_INCLUDED</code> or <code>BRING_YOUR_OWN_LICENSE</code>. </p>
685+ * <p>The Oracle license model that applies to the Autonomous VM cluster.</p>
686686 * @public
687687 */
688688 licenseModel ?: LicenseModel | undefined ;
@@ -3609,7 +3609,7 @@ export interface CreateOdbPeeringConnectionOutput {
36093609 displayName ?: string | undefined ;
36103610
36113611 /**
3612- * <p>The status of the ODB peering connection.</p> <p>Valid Values: <code>provisioning | active | terminating | terminated | failed</code> </p>
3612+ * <p>The status of the ODB peering connection.</p>
36133613 * @public
36143614 */
36153615 status ?: ResourceStatus | undefined ;
@@ -4474,7 +4474,7 @@ export type ManagedResourceStatus = (typeof ManagedResourceStatus)[keyof typeof
44744474 */
44754475export interface ManagedS3BackupAccess {
44764476 /**
4477- * <p>The status of the managed Amazon S3 backup access.</p> <p>Valid Values: <code>enabled | disabled</code> </p>
4477+ * <p>The status of the managed Amazon S3 backup access.</p>
44784478 * @public
44794479 */
44804480 status ?: ManagedResourceStatus | undefined ;
@@ -4492,7 +4492,7 @@ export interface ManagedS3BackupAccess {
44924492 */
44934493export interface S3Access {
44944494 /**
4495- * <p>The status of the Amazon S3 access.</p> <p>Valid Values: <code>enabled | disabled</code> </p>
4495+ * <p>The status of the Amazon S3 access.</p>
44964496 * @public
44974497 */
44984498 status ?: ManagedResourceStatus | undefined ;
@@ -4541,7 +4541,7 @@ export interface ServiceNetworkEndpoint {
45414541 vpcEndpointId ?: string | undefined ;
45424542
45434543 /**
4544- * <p>The type of the VPC endpoint.</p> <p>Valid Values: <code>Interface | Gateway</code> </p>
4544+ * <p>The type of the VPC endpoint.</p>
45454545 * @public
45464546 */
45474547 vpcEndpointType ?: VpcEndpointType | undefined ;
@@ -4553,7 +4553,7 @@ export interface ServiceNetworkEndpoint {
45534553 */
45544554export interface ZeroEtlAccess {
45554555 /**
4556- * <p>The status of the Zero-ETL access.</p> <p>Valid Values: <code>enabled | disabled</code> </p>
4556+ * <p>The status of the Zero-ETL access.</p>
45574557 * @public
45584558 */
45594559 status ?: ManagedResourceStatus | undefined ;
@@ -4803,7 +4803,7 @@ export interface OdbPeeringConnection {
48034803 displayName ?: string | undefined ;
48044804
48054805 /**
4806- * <p>The status of the ODB peering connection.</p> <p>Valid Values: <code>provisioning | active | terminating | terminated | failed</code> </p>
4806+ * <p>The status of the ODB peering connection.</p>
48074807 * @public
48084808 */
48094809 status ?: ResourceStatus | undefined ;
@@ -5183,7 +5183,7 @@ export interface OdbPeeringConnectionSummary {
51835183 displayName ?: string | undefined ;
51845184
51855185 /**
5186- * <p>The status of the ODB peering connection.</p> <p>Valid Values: <code>provisioning | active | terminating | terminated | failed</code> </p>
5186+ * <p>The status of the ODB peering connection.</p>
51875187 * @public
51885188 */
51895189 status ?: ResourceStatus | undefined ;
0 commit comments