Skip to content

Commit 19bd800

Browse files
trivikralexforsyth
andauthored
feat(clients): update clients as of 06/17/2021 (#2501)
* feat(clients): pull in the latest clients 6-17-2021 * feat(clients): update clients as of 06/17/2021 Co-authored-by: Alex Forsyth <[email protected]>
1 parent 0644a83 commit 19bd800

File tree

441 files changed

+53640
-8250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

441 files changed

+53640
-8250
lines changed

Diff for: clients/client-app-mesh/AppMesh.ts

+4-5
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ import {
156156
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
157157

158158
/**
159-
* <p>AWS App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
159+
* <p>App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
160160
* control microservices. App Mesh standardizes how your microservices communicate, giving you
161161
* end-to-end visibility and helping to ensure high availability for your applications.</p>
162162
* <p>App Mesh gives you consistent visibility and network traffic controls for every
163-
* microservice in an application. You can use App Mesh with AWS Fargate, Amazon ECS, Amazon EKS,
164-
* Kubernetes on AWS, and Amazon EC2.</p>
163+
* microservice in an application. You can use App Mesh with Amazon Web Services Fargate, Amazon ECS, Amazon EKS,
164+
* Kubernetes on Amazon Web Services, and Amazon EC2.</p>
165165
* <note>
166166
* <p>App Mesh supports microservice applications that use service discovery naming for their
167167
* 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
@@ -325,10 +325,9 @@ export class AppMesh extends AppMeshClient {
325325
* <code>APPMESH_RESOURCE_ARN</code> when Envoy is referring to itself in metrics and
326326
* traces. You can override this behavior by setting the
327327
* <code>APPMESH_RESOURCE_CLUSTER</code> environment variable with your own name.</p>
328-
* <p>AWS Cloud Map is not available in the eu-south-1 Region.</p>
329328
* </note>
330329
* <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
331-
* 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
330+
* 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
332331
* the AWS App Mesh User Guide.</p>
333332
*/
334333
public createVirtualNode(

Diff for: clients/client-app-mesh/AppMeshClient.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,12 @@ type AppMeshClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandl
358358
export interface AppMeshClientResolvedConfig extends AppMeshClientResolvedConfigType {}
359359

360360
/**
361-
* <p>AWS App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
361+
* <p>App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
362362
* control microservices. App Mesh standardizes how your microservices communicate, giving you
363363
* end-to-end visibility and helping to ensure high availability for your applications.</p>
364364
* <p>App Mesh gives you consistent visibility and network traffic controls for every
365-
* microservice in an application. You can use App Mesh with AWS Fargate, Amazon ECS, Amazon EKS,
366-
* Kubernetes on AWS, and Amazon EC2.</p>
365+
* microservice in an application. You can use App Mesh with Amazon Web Services Fargate, Amazon ECS, Amazon EKS,
366+
* Kubernetes on Amazon Web Services, and Amazon EC2.</p>
367367
* <note>
368368
* <p>App Mesh supports microservice applications that use service discovery naming for their
369369
* 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

Diff for: clients/client-app-mesh/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

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

10-
<p>AWS App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
10+
<p>App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and
1111
control microservices. App Mesh standardizes how your microservices communicate, giving you
1212
end-to-end visibility and helping to ensure high availability for your applications.</p>
1313
<p>App Mesh gives you consistent visibility and network traffic controls for every
14-
microservice in an application. You can use App Mesh with AWS Fargate, Amazon ECS, Amazon EKS,
15-
Kubernetes on AWS, and Amazon EC2.</p>
14+
microservice in an application. You can use App Mesh with Amazon Web Services Fargate, Amazon ECS, Amazon EKS,
15+
Kubernetes on Amazon Web Services, and Amazon EC2.</p>
1616
<note>
1717
<p>App Mesh supports microservice applications that use service discovery naming for their
1818
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

Diff for: clients/client-app-mesh/commands/CreateVirtualNodeCommand.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ export interface CreateVirtualNodeCommandOutput extends CreateVirtualNodeOutput,
4040
* <code>APPMESH_RESOURCE_ARN</code> when Envoy is referring to itself in metrics and
4141
* traces. You can override this behavior by setting the
4242
* <code>APPMESH_RESOURCE_CLUSTER</code> environment variable with your own name.</p>
43-
* <p>AWS Cloud Map is not available in the eu-south-1 Region.</p>
4443
* </note>
4544
* <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
46-
* 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
45+
* 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
4746
* the AWS App Mesh User Guide.</p>
4847
* @example
4948
* Use a bare-bones client and the command you need to make an API call.

0 commit comments

Comments
 (0)