Skip to content

Commit

Permalink
feat(client-app-mesh): Change the default value of these fields from …
Browse files Browse the repository at this point in the history
…0 to null: MaxConnections, MaxPendingRequests, MaxRequests, HealthCheckThreshold, PortNumber, and HealthCheckPolicy -> port. Users are not expected to perceive the change, except that badRequestException is thrown when required fields missing configured.
  • Loading branch information
awstools committed Nov 17, 2023
1 parent 7c6e095 commit 90a90eb
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 149 deletions.
5 changes: 2 additions & 3 deletions clients/client-app-mesh/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export interface FileAccessLog {
* <code>awslogs</code>, to export the access logs to a log storage service such as Amazon
* CloudWatch Logs. You can also specify a path in the Envoy container's file system to write
* the files to disk.</p>
*
* <note>
* <p>The Envoy process must have write permissions to the path that you specify here.
* Otherwise, Envoy fails to bootstrap properly.</p>
Expand Down Expand Up @@ -706,7 +705,7 @@ export interface ListMeshesInput {
* <note>
* <p>This token should be treated as an opaque identifier that is used only to
* retrieve the next items in a list and not for other programmatic purposes.</p>
* </note>
* </note>
*/
nextToken?: string;

Expand Down Expand Up @@ -2181,7 +2180,7 @@ export interface GrpcGatewayRouteMatch {

/**
* @public
* <p>The port number to match from the request.</p>
* <p>The gateway route port to be matched on.</p>
*/
port?: number;
}
Expand Down
Loading

0 comments on commit 90a90eb

Please sign in to comment.