Skip to content

Commit

Permalink
docs(client-networkmanager): There was a sentence fragment in UpdateD…
Browse files Browse the repository at this point in the history
…irectConnectGatewayAttachment that was causing customer confusion as to whether it's an incomplete sentence or if it was a typo. Removed the fragment.
  • Loading branch information
awstools committed Dec 13, 2024
1 parent 6e1313e commit 855375f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/client-networkmanager/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7045,7 +7045,7 @@ export interface UpdateDirectConnectGatewayAttachmentRequest {
AttachmentId: string | undefined;

/**
* <p>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. <code>EdgeLocations</code> is only used for Direct Connect gateway attachments. Do</p>
* <p>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. <code>EdgeLocations</code> is only used for Direct Connect gateway attachments.</p>
* @public
*/
EdgeLocations?: string[] | undefined;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/networkmanager.json
Original file line number Diff line number Diff line change
Expand Up @@ -12880,7 +12880,7 @@
"EdgeLocations": {
"target": "com.amazonaws.networkmanager#ExternalRegionCodeList",
"traits": {
"smithy.api#documentation": "<p>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. <code>EdgeLocations</code> is only used for Direct Connect gateway attachments. Do</p>"
"smithy.api#documentation": "<p>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. <code>EdgeLocations</code> is only used for Direct Connect gateway attachments.</p>"
}
}
},
Expand Down

0 comments on commit 855375f

Please sign in to comment.