@aws-sdk/client-app-mesh 3.451.0 → 3.454.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,7 +70,6 @@ export interface FileAccessLog {
70
70
  * <code>awslogs</code>, to export the access logs to a log storage service such as Amazon
71
71
  * CloudWatch Logs. You can also specify a path in the Envoy container's file system to write
72
72
  * the files to disk.</p>
73
- *
74
73
  * <note>
75
74
  * <p>The Envoy process must have write permissions to the path that you specify here.
76
75
  * Otherwise, Envoy fails to bootstrap properly.</p>
@@ -570,7 +569,7 @@ export interface ListMeshesInput {
570
569
  * <note>
571
570
  * <p>This token should be treated as an opaque identifier that is used only to
572
571
  * retrieve the next items in a list and not for other programmatic purposes.</p>
573
- * </note>
572
+ * </note>
574
573
  */
575
574
  nextToken?: string;
576
575
  /**
@@ -1834,7 +1833,7 @@ export interface GrpcGatewayRouteMatch {
1834
1833
  metadata?: GrpcGatewayRouteMetadata[];
1835
1834
  /**
1836
1835
  * @public
1837
- * <p>The port number to match from the request.</p>
1836
+ * <p>The gateway route port to be matched on.</p>
1838
1837
  */
1839
1838
  port?: number;
1840
1839
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-app-mesh",
3
3
  "description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
4
- "version": "3.451.0",
4
+ "version": "3.454.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.451.0",
24
+ "@aws-sdk/client-sts": "3.454.0",
25
25
  "@aws-sdk/core": "3.451.0",
26
26
  "@aws-sdk/credential-provider-node": "3.451.0",
27
27
  "@aws-sdk/middleware-host-header": "3.451.0",