Skip to content

Commit 855375f

Browse files
author
awstools
committed
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.
1 parent 6e1313e commit 855375f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7045,7 +7045,7 @@ export interface UpdateDirectConnectGatewayAttachmentRequest {
70457045
AttachmentId: string | undefined;
70467046

70477047
/**
7048-
* <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>
7048+
* <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>
70497049
* @public
70507050
*/
70517051
EdgeLocations?: string[] | undefined;

codegen/sdk-codegen/aws-models/networkmanager.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12880,7 +12880,7 @@
1288012880
"EdgeLocations": {
1288112881
"target": "com.amazonaws.networkmanager#ExternalRegionCodeList",
1288212882
"traits": {
12883-
"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>"
12883+
"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>"
1288412884
}
1288512885
}
1288612886
},

0 commit comments

Comments
 (0)