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.
- checksums.yaml +4 -4
- data/apis/chime/2018-05-01/api-2.json +932 -0
- data/apis/chime/2018-05-01/examples-1.json +5 -0
- data/apis/chime/2018-05-01/paginators-1.json +14 -0
- data/apis/dms/2016-01-01/waiters-2.json +336 -0
- data/apis/rds/2014-10-31/api-2.json +2 -1
- data/endpoints.json +73 -2
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/chime.rb +6 -0
- data/lib/aws-sdk-core/databasemigrationservice.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +7 -2
data/lib/aws-sdk-core.rb
CHANGED
@@ -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
|
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
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.
|
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-
|
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
|