aws-sdk-core 2.11.159 → 2.11.160

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,6 +36,7 @@ module Aws
36
36
  AutoScalingPlans
37
37
  Batch
38
38
  Budgets
39
+ Chime
39
40
  Cloud9
40
41
  CloudDirectory
41
42
  CloudFormation
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Chime, {
2
+ api: "#{Aws::API_DIR}/chime/2018-05-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/chime/2018-05-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/chime/2018-05-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/chime/2018-05-01/paginators-1.json",
6
+ })
@@ -3,4 +3,5 @@ Aws.add_service(:DatabaseMigrationService, {
3
3
  docs: "#{Aws::API_DIR}/dms/2016-01-01/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/dms/2016-01-01/examples-1.json",
5
5
  paginators: "#{Aws::API_DIR}/dms/2016-01-01/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/dms/2016-01-01/waiters-2.json",
6
7
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.159'
2
+ VERSION = '2.11.160'
3
3
  end
@@ -51,6 +51,10 @@
51
51
  "models": "budgets/2016-10-20",
52
52
  "endpoint": "budgets"
53
53
  },
54
+ "Chime": {
55
+ "models": "chime/2018-05-01",
56
+ "endpoint": "chime"
57
+ },
54
58
  "Cloud9": {
55
59
  "models": "cloud9/2017-09-23",
56
60
  "endpoint": "cloud9"
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.11.159
4
+ version: 2.11.160
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: 2018-10-26 00:00:00.000000000 Z
11
+ date: 2018-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -99,6 +99,9 @@ files:
99
99
  - apis/ce/2017-10-25/api-2.json
100
100
  - apis/ce/2017-10-25/examples-1.json
101
101
  - apis/ce/2017-10-25/paginators-1.json
102
+ - apis/chime/2018-05-01/api-2.json
103
+ - apis/chime/2018-05-01/examples-1.json
104
+ - apis/chime/2018-05-01/paginators-1.json
102
105
  - apis/cloud9/2017-09-23/api-2.json
103
106
  - apis/cloud9/2017-09-23/examples-1.json
104
107
  - apis/cloud9/2017-09-23/paginators-1.json
@@ -229,6 +232,7 @@ files:
229
232
  - apis/dms/2016-01-01/examples-1.json
230
233
  - apis/dms/2016-01-01/paginators-1.json
231
234
  - apis/dms/2016-01-01/smoke.json
235
+ - apis/dms/2016-01-01/waiters-2.json
232
236
  - apis/ds/2015-04-16/api-2.json
233
237
  - apis/ds/2015-04-16/examples-1.json
234
238
  - apis/ds/2015-04-16/paginators-1.json
@@ -669,6 +673,7 @@ files:
669
673
  - lib/aws-sdk-core/batch.rb
670
674
  - lib/aws-sdk-core/budgets.rb
671
675
  - lib/aws-sdk-core/checksums.rb
676
+ - lib/aws-sdk-core/chime.rb
672
677
  - lib/aws-sdk-core/client.rb
673
678
  - lib/aws-sdk-core/client_stubs.rb
674
679
  - lib/aws-sdk-core/client_waiters.rb