Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 157e17b

Browse files
author
aws-sdk-cpp-automation
committed
Changing Amazon EKS full service name to Amazon Elastic Kubernetes Service.
1 parent fb25228 commit 157e17b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

aws-cpp-sdk-core/include/aws/core/VersionConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
#define AWS_SDK_VERSION_STRING "1.7.126"
16+
#define AWS_SDK_VERSION_STRING "1.7.127"

aws-cpp-sdk-eks/include/aws/eks/EKSClient.h

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,17 @@ namespace Model
108108
typedef std::function<void(const EKSClient*, const Model::UpdateClusterVersionRequest&, const Model::UpdateClusterVersionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateClusterVersionResponseReceivedHandler;
109109

110110
/**
111-
* <p>Amazon Elastic Container Service for Kubernetes (Amazon EKS) is a managed
112-
* service that makes it easy for you to run Kubernetes on AWS without needing to
113-
* stand up or maintain your own Kubernetes control plane. Kubernetes is an
114-
* open-source system for automating the deployment, scaling, and management of
115-
* containerized applications. </p> <p>Amazon EKS runs up-to-date versions of the
116-
* open-source Kubernetes software, so you can use all the existing plugins and
117-
* tooling from the Kubernetes community. Applications running on Amazon EKS are
118-
* fully compatible with applications running on any standard Kubernetes
119-
* environment, whether running in on-premises data centers or public clouds. This
120-
* means that you can easily migrate any standard Kubernetes application to Amazon
121-
* EKS without any code modification required.</p>
111+
* <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that
112+
* makes it easy for you to run Kubernetes on AWS without needing to stand up or
113+
* maintain your own Kubernetes control plane. Kubernetes is an open-source system
114+
* for automating the deployment, scaling, and management of containerized
115+
* applications. </p> <p>Amazon EKS runs up-to-date versions of the open-source
116+
* Kubernetes software, so you can use all the existing plugins and tooling from
117+
* the Kubernetes community. Applications running on Amazon EKS are fully
118+
* compatible with applications running on any standard Kubernetes environment,
119+
* whether running in on-premises data centers or public clouds. This means that
120+
* you can easily migrate any standard Kubernetes application to Amazon EKS without
121+
* any code modification required.</p>
122122
*/
123123
class AWS_EKS_API EKSClient : public Aws::Client::AWSJsonClient
124124
{

code-generation/api-descriptions/eks-2017-11-01.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,5 +817,5 @@
817817
"documentation":"<p>An object representing an Amazon EKS cluster VPC configuration response.</p>"
818818
}
819819
},
820-
"documentation":"<p>Amazon Elastic Container Service for Kubernetes (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on AWS without needing to stand up or maintain your own Kubernetes control plane. Kubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications. </p> <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use all the existing plugins and tooling from the Kubernetes community. Applications running on Amazon EKS are fully compatible with applications running on any standard Kubernetes environment, whether running in on-premises data centers or public clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS without any code modification required.</p>"
820+
"documentation":"<p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on AWS without needing to stand up or maintain your own Kubernetes control plane. Kubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications. </p> <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use all the existing plugins and tooling from the Kubernetes community. Applications running on Amazon EKS are fully compatible with applications running on any standard Kubernetes environment, whether running in on-premises data centers or public clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS without any code modification required.</p>"
821821
}

0 commit comments

Comments
 (0)