GitHub user bowenli86 opened a pull request: https://github.com/apache/flink/pull/5171
[FLINK-8271][Kinesis connector] upgrade from deprecated classes to AmazonKinesis ## What is the purpose of the change Many methods/constructors AmazonKinesisClient has been deprecated by Amazon. Upgrade to AmazonKinesis with latest supported methods ## Brief change log Upgrade to AmazonKinesis with latest supported methods ## Verifying this change This change is already covered by existing tests ## Does this pull request potentially affect one of the following parts: ## Documentation none You can merge this pull request into a Git repository by running: $ git pull https://github.com/bowenli86/flink FLINK-8271 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5171.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5171 ---- commit 7b666e590158e23397226fe9779646c27ae699a2 Author: Bowen Li <bowenl...@gmail.com> Date: 2017-12-17T06:53:20Z upgrade to AmazonKinesis commit 7c0c5d5d7827c44992fa60b61c496d2759667dfb Author: Bowen Li <bowenl...@gmail.com> Date: 2017-12-17T07:13:32Z format code ---- ---