aws-sdk-core 2.9.41 → 2.9.42
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/xray/2016-04-12/api-2.json +2 -1
- data/apis/xray/2016-04-12/paginators-1.json +4 -0
- data/endpoints.json +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xray.rb +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 530464e3ee6615402e6bda4b5b679130b47dce19
|
|
4
|
+
data.tar.gz: a1da09a0e847057c0573fef1a6bebd90229e23a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b43038572d7b15671d1792c1a045460ec5fb62d2e2f1202bea4b46a82470fe80bd5c037831155d6ece4714aec27abf7badd6e55cbce6a0e3554cbf730ce8662a
|
|
7
|
+
data.tar.gz: fbe52db39805ff71285cfb028026264dece34a3797f14fda8220cbd94768223b7168f9101bf97f563c8eef3ae16ae3523457169a027ac23cfa7ab1225231df5d
|
|
@@ -345,7 +345,8 @@
|
|
|
345
345
|
"EndTime":{"shape":"Timestamp"},
|
|
346
346
|
"Edges":{"shape":"EdgeList"},
|
|
347
347
|
"SummaryStatistics":{"shape":"ServiceStatistics"},
|
|
348
|
-
"DurationHistogram":{"shape":"Histogram"}
|
|
348
|
+
"DurationHistogram":{"shape":"Histogram"},
|
|
349
|
+
"ResponseTimeHistogram":{"shape":"Histogram"}
|
|
349
350
|
}
|
|
350
351
|
},
|
|
351
352
|
"ServiceId":{
|
data/endpoints.json
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
data/lib/aws-sdk-core/xray.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.9.
|
|
4
|
+
version: 2.9.42
|
|
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-06-
|
|
11
|
+
date: 2017-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -419,6 +419,7 @@ files:
|
|
|
419
419
|
- apis/workspaces/2015-04-08/paginators-1.json
|
|
420
420
|
- apis/xray/2016-04-12/api-2.json
|
|
421
421
|
- apis/xray/2016-04-12/examples-1.json
|
|
422
|
+
- apis/xray/2016-04-12/paginators-1.json
|
|
422
423
|
- bin/aws.rb
|
|
423
424
|
- ca-bundle.crt
|
|
424
425
|
- endpoints.json
|