aws-sdk-core 2.6.44 → 2.6.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -165,6 +165,11 @@
165
165
  "us-west-2": {}
166
166
  }
167
167
  },
168
+ "batch": {
169
+ "endpoints": {
170
+ "us-east-1": {}
171
+ }
172
+ },
168
173
  "budgets": {
169
174
  "endpoints": {
170
175
  "aws-global": {
@@ -357,6 +362,11 @@
357
362
  "us-west-2": {}
358
363
  }
359
364
  },
365
+ "cur": {
366
+ "endpoints": {
367
+ "us-east-1": {}
368
+ }
369
+ },
360
370
  "data.iot": {
361
371
  "defaults": {
362
372
  "credentialScope": {
@@ -44,6 +44,7 @@ module Aws
44
44
  CognitoIdentityProvider
45
45
  CognitoSync
46
46
  ConfigService
47
+ Cur
47
48
  DatabaseMigrationService
48
49
  DataPipeline
49
50
  DeviceFarm
@@ -138,7 +138,7 @@ module Aws
138
138
  }
139
139
  ]
140
140
  }
141
- json_hash.to_json
141
+ JSON.dump(json_hash)
142
142
  end
143
143
 
144
144
  def encode(policy)
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Cur, {
2
+ api: "#{Aws::API_DIR}/cur/2017-01-06/api-2.json",
3
+ docs: "#{Aws::API_DIR}/cur/2017-01-06/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cur/2017-01-06/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/cur/2017-01-06/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.44'
2
+ VERSION = '2.6.46'
3
3
  end
@@ -98,6 +98,10 @@
98
98
  "models": "config/2014-11-12",
99
99
  "endpoint": "config"
100
100
  },
101
+ "Cur": {
102
+ "models": "cur/2017-01-06",
103
+ "endpoint": "cur"
104
+ },
101
105
  "DatabaseMigrationService": {
102
106
  "models": "dms/2016-01-01",
103
107
  "endpoint": "dms"
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.44
4
+ version: 2.6.46
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: 2017-01-04 00:00:00.000000000 Z
11
+ date: 2017-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -124,6 +124,9 @@ files:
124
124
  - apis/config/2014-11-12/api-2.json
125
125
  - apis/config/2014-11-12/examples-1.json
126
126
  - apis/config/2014-11-12/paginators-1.json
127
+ - apis/cur/2017-01-06/api-2.json
128
+ - apis/cur/2017-01-06/examples-1.json
129
+ - apis/cur/2017-01-06/paginators-1.json
127
130
  - apis/datapipeline/2012-10-29/api-2.json
128
131
  - apis/datapipeline/2012-10-29/paginators-1.json
129
132
  - apis/devicefarm/2015-06-23/api-2.json
@@ -138,6 +141,10 @@ files:
138
141
  - apis/dms/2016-01-01/examples-1.json
139
142
  - apis/ds/2015-04-16/api-2.json
140
143
  - apis/ds/2015-04-16/examples-1.json
144
+ - apis/dynamodb/2011-12-05/api-2.json
145
+ - apis/dynamodb/2011-12-05/examples-1.json
146
+ - apis/dynamodb/2011-12-05/paginators-1.json
147
+ - apis/dynamodb/2011-12-05/waiters-2.json
141
148
  - apis/dynamodb/2012-08-10/api-2.json
142
149
  - apis/dynamodb/2012-08-10/examples-1.json
143
150
  - apis/dynamodb/2012-08-10/paginators-1.json
@@ -401,6 +408,7 @@ files:
401
408
  - lib/aws-sdk-core/credential_provider.rb
402
409
  - lib/aws-sdk-core/credential_provider_chain.rb
403
410
  - lib/aws-sdk-core/credentials.rb
411
+ - lib/aws-sdk-core/cur.rb
404
412
  - lib/aws-sdk-core/databasemigrationservice.rb
405
413
  - lib/aws-sdk-core/datapipeline.rb
406
414
  - lib/aws-sdk-core/deprecations.rb