aws-sdk-core 2.6.39 → 2.6.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -779,6 +779,7 @@
779
779
  "eu-central-1": {},
780
780
  "eu-west-1": {},
781
781
  "us-east-1": {},
782
+ "us-east-2": {},
782
783
  "us-west-2": {}
783
784
  }
784
785
  },
@@ -1,4 +1,5 @@
1
1
  Aws.add_service(:Firehose, {
2
2
  api: "#{Aws::API_DIR}/firehose/2015-08-04/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/firehose/2015-08-04/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/firehose/2015-08-04/examples-1.json",
4
5
  })
@@ -32,6 +32,7 @@ module Aws
32
32
  'ProvisionedThroughputExceededException', # dynamodb
33
33
  'RequestLimitExceeded', # ec2
34
34
  'BandwidthLimitExceeded', # cloud search
35
+ 'LimitExceededException', # kinesis
35
36
  ])
36
37
 
37
38
  CHECKSUM_ERRORS = Set.new([
@@ -77,7 +77,7 @@ module Aws
77
77
  returned_md5 = response.md5_of_message_attributes
78
78
  if returned_md5 != calculated_md5
79
79
  error_message = mismatch_error_message(
80
- 'message atributes',
80
+ 'message attributes',
81
81
  calculated_md5,
82
82
  returned_md5,
83
83
  response)
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.39'
2
+ VERSION = '2.6.40'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.39
4
+ version: 2.6.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-19 00:00:00.000000000 Z
11
+ date: 2016-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -202,6 +202,7 @@ files:
202
202
  - apis/events/2015-10-07/api-2.json
203
203
  - apis/events/2015-10-07/examples-1.json
204
204
  - apis/firehose/2015-08-04/api-2.json
205
+ - apis/firehose/2015-08-04/examples-1.json
205
206
  - apis/gamelift/2015-10-01/api-2.json
206
207
  - apis/gamelift/2015-10-01/examples-1.json
207
208
  - apis/glacier/2012-06-01/api-2.json