aws-sdk-core 2.8.8 → 2.8.9
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.
- checksums.yaml +4 -4
- data/apis/directconnect/2012-10-25/api-2.json +8 -4
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47535291e47bcad8b3b5e12ae6c97bd89019b25f
|
|
4
|
+
data.tar.gz: b52170662cf28c073305cc4154a70d6056750ec5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b54014e86ef06d19818c62f1926b20488357ef3f165b233b15671a32b3410013007ace0111de831a7fd05797d2ba9bc862bbd8017641639cc28aae5cc17518b1
|
|
7
|
+
data.tar.gz: 51e9878c1aba5e68004122284357fbd76b75cf26a41ce66f705e37ae1643c66c75229b1e35583f4ae5f24ac4579e2dfd5c5fa873f74ffd3927ee5a2b870f0381
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"errors":[
|
|
23
23
|
{"shape":"DirectConnectServerException"},
|
|
24
24
|
{"shape":"DirectConnectClientException"}
|
|
25
|
-
]
|
|
25
|
+
],
|
|
26
|
+
"deprecated":true
|
|
26
27
|
},
|
|
27
28
|
"AllocateHostedConnection":{
|
|
28
29
|
"name":"AllocateHostedConnection",
|
|
@@ -295,7 +296,8 @@
|
|
|
295
296
|
"errors":[
|
|
296
297
|
{"shape":"DirectConnectServerException"},
|
|
297
298
|
{"shape":"DirectConnectClientException"}
|
|
298
|
-
]
|
|
299
|
+
],
|
|
300
|
+
"deprecated":true
|
|
299
301
|
},
|
|
300
302
|
"DescribeConnections":{
|
|
301
303
|
"name":"DescribeConnections",
|
|
@@ -321,7 +323,8 @@
|
|
|
321
323
|
"errors":[
|
|
322
324
|
{"shape":"DirectConnectServerException"},
|
|
323
325
|
{"shape":"DirectConnectClientException"}
|
|
324
|
-
]
|
|
326
|
+
],
|
|
327
|
+
"deprecated":true
|
|
325
328
|
},
|
|
326
329
|
"DescribeHostedConnections":{
|
|
327
330
|
"name":"DescribeHostedConnections",
|
|
@@ -347,7 +350,8 @@
|
|
|
347
350
|
"errors":[
|
|
348
351
|
{"shape":"DirectConnectServerException"},
|
|
349
352
|
{"shape":"DirectConnectClientException"}
|
|
350
|
-
]
|
|
353
|
+
],
|
|
354
|
+
"deprecated":true
|
|
351
355
|
},
|
|
352
356
|
"DescribeInterconnects":{
|
|
353
357
|
"name":"DescribeInterconnects",
|
data/lib/aws-sdk-core/version.rb
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.8.
|
|
4
|
+
version: 2.8.9
|
|
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-03-
|
|
11
|
+
date: 2017-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|