Skip to content

Commit

Permalink
feat(clients): update clients as of 06/17/2021 (#2501)
Browse files Browse the repository at this point in the history
* feat(clients): pull in the latest clients 6-17-2021

* feat(clients): update clients as of 06/17/2021

Co-authored-by: Alex Forsyth <alex-git@amazon.com>
  • Loading branch information
trivikr and alexforsyth committed Jun 18, 2021
1 parent 0644a83 commit 19bd800
Show file tree
Hide file tree
Showing 441 changed files with 53,640 additions and 8,250 deletions.
9 changes: 4 additions & 5 deletions clients/client-app-mesh/AppMesh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ import {
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";

/**
* <p>AWS App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
* <p>App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
* control microservices. App Mesh standardizes how your microservices communicate, giving you
* end-to-end visibility and helping to ensure high availability for your applications.</p>
* <p>App Mesh gives you consistent visibility and network traffic controls for every
* microservice in an application. You can use App Mesh with AWS Fargate, Amazon ECS, Amazon EKS,
* Kubernetes on AWS, and Amazon EC2.</p>
* microservice in an application. You can use App Mesh with Amazon Web Services Fargate, Amazon ECS, Amazon EKS,
* Kubernetes on Amazon Web Services, and Amazon EC2.</p>
* <note>
* <p>App Mesh supports microservice applications that use service discovery naming for their
* components. For more information about service discovery on Amazon ECS, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html">Service Discovery</a> in the <i>Amazon Elastic Container Service Developer Guide</i>. Kubernetes
Expand Down Expand Up @@ -325,10 +325,9 @@ export class AppMesh extends AppMeshClient {
* <code>APPMESH_RESOURCE_ARN</code> when Envoy is referring to itself in metrics and
* traces. You can override this behavior by setting the
* <code>APPMESH_RESOURCE_CLUSTER</code> environment variable with your own name.</p>
* <p>AWS Cloud Map is not available in the eu-south-1 Region.</p>
* </note>
* <p>For more information about virtual nodes, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_nodes.html">Virtual nodes</a>. You must be using <code>1.15.0</code> or later of the Envoy image when
* setting these variables. For more information about App Mesh Envoy variables, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html">Envoy image</a> in
* setting these variables. For more information aboutApp Mesh Envoy variables, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html">Envoy image</a> in
* the AWS App Mesh User Guide.</p>
*/
public createVirtualNode(
Expand Down
6 changes: 3 additions & 3 deletions clients/client-app-mesh/AppMeshClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,12 @@ type AppMeshClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandl
export interface AppMeshClientResolvedConfig extends AppMeshClientResolvedConfigType {}

/**
* <p>AWS App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
* <p>App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
* control microservices. App Mesh standardizes how your microservices communicate, giving you
* end-to-end visibility and helping to ensure high availability for your applications.</p>
* <p>App Mesh gives you consistent visibility and network traffic controls for every
* microservice in an application. You can use App Mesh with AWS Fargate, Amazon ECS, Amazon EKS,
* Kubernetes on AWS, and Amazon EC2.</p>
* microservice in an application. You can use App Mesh with Amazon Web Services Fargate, Amazon ECS, Amazon EKS,
* Kubernetes on Amazon Web Services, and Amazon EC2.</p>
* <note>
* <p>App Mesh supports microservice applications that use service discovery naming for their
* components. For more information about service discovery on Amazon ECS, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html">Service Discovery</a> in the <i>Amazon Elastic Container Service Developer Guide</i>. Kubernetes
Expand Down
6 changes: 3 additions & 3 deletions clients/client-app-mesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

AWS SDK for JavaScript AppMesh Client for Node.js, Browser and React Native.

<p>AWS App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
<p>App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
control microservices. App Mesh standardizes how your microservices communicate, giving you
end-to-end visibility and helping to ensure high availability for your applications.</p>
<p>App Mesh gives you consistent visibility and network traffic controls for every
microservice in an application. You can use App Mesh with AWS Fargate, Amazon ECS, Amazon EKS,
Kubernetes on AWS, and Amazon EC2.</p>
microservice in an application. You can use App Mesh with Amazon Web Services Fargate, Amazon ECS, Amazon EKS,
Kubernetes on Amazon Web Services, and Amazon EC2.</p>
<note>
<p>App Mesh supports microservice applications that use service discovery naming for their
components. For more information about service discovery on Amazon ECS, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html">Service Discovery</a> in the <i>Amazon Elastic Container Service Developer Guide</i>. Kubernetes
Expand Down
3 changes: 1 addition & 2 deletions clients/client-app-mesh/commands/CreateVirtualNodeCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
* <code>APPMESH_RESOURCE_ARN</code> when Envoy is referring to itself in metrics and
* traces. You can override this behavior by setting the
* <code>APPMESH_RESOURCE_CLUSTER</code> environment variable with your own name.</p>
* <p>AWS Cloud Map is not available in the eu-south-1 Region.</p>
* </note>
* <p>For more information about virtual nodes, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_nodes.html">Virtual nodes</a>. You must be using <code>1.15.0</code> or later of the Envoy image when
* setting these variables. For more information about App Mesh Envoy variables, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html">Envoy image</a> in
* setting these variables. For more information aboutApp Mesh Envoy variables, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/envoy.html">Envoy image</a> in
* the AWS App Mesh User Guide.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Loading

0 comments on commit 19bd800

Please sign in to comment.