From 855375fbb18acb040cfe5992b1e79001a0dc75bf Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 13 Dec 2024 19:26:10 +0000 Subject: [PATCH] docs(client-networkmanager): There was a sentence fragment in UpdateDirectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment. --- clients/client-networkmanager/src/models/models_0.ts | 2 +- codegen/sdk-codegen/aws-models/networkmanager.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/client-networkmanager/src/models/models_0.ts b/clients/client-networkmanager/src/models/models_0.ts index e2a197504927..e3a53f37f496 100644 --- a/clients/client-networkmanager/src/models/models_0.ts +++ b/clients/client-networkmanager/src/models/models_0.ts @@ -7045,7 +7045,7 @@ export interface UpdateDirectConnectGatewayAttachmentRequest { AttachmentId: string | undefined; /** - *

One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. EdgeLocations is only used for Direct Connect gateway attachments. Do

+ *

One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. EdgeLocations is only used for Direct Connect gateway attachments.

* @public */ EdgeLocations?: string[] | undefined; diff --git a/codegen/sdk-codegen/aws-models/networkmanager.json b/codegen/sdk-codegen/aws-models/networkmanager.json index a3e9ab0c2402..773258fb5967 100644 --- a/codegen/sdk-codegen/aws-models/networkmanager.json +++ b/codegen/sdk-codegen/aws-models/networkmanager.json @@ -12880,7 +12880,7 @@ "EdgeLocations": { "target": "com.amazonaws.networkmanager#ExternalRegionCodeList", "traits": { - "smithy.api#documentation": "

One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. EdgeLocations is only used for Direct Connect gateway attachments. Do

" + "smithy.api#documentation": "

One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. EdgeLocations is only used for Direct Connect gateway attachments.

" } } },