bin/check-dynamodb-capacity.rb in sensu-plugins-aws-0.0.2 vs bin/check-dynamodb-capacity.rb in sensu-plugins-aws-0.0.3
- old
+ new
@@ -30,10 +30,10 @@
# Released under the same terms as Sensu (the MIT license); see LICENSE
# for details.
#
require 'sensu-plugin/check/cli'
-require 'aws-sdk'
+require 'aws-sdk-v1'
require 'time'
class CheckDynamoDB < Sensu::Plugin::Check::CLI
option :access_key_id,
short: '-k N',