Skip to content

Commit e007241

Browse files
author
awstools
committed
docs(client-odb): Doc-only update that removes duplicate values from descriptions of ODB peering APIs.
1 parent f0d6133 commit e007241

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

clients/client-odb/src/models/models_0.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
*/
44754475
export 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
*/
44934493
export 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
*/
45544554
export 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

Comments
 (0)