aws-sdk-core 2.11.377 → 2.11.378
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/monitoring/2010-08-01/api-2.json +2 -1
- data/endpoints.json +8 -0
- 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: 2ebfa6219e8efad31c4dcdcd65679f75eda1ce25
|
|
4
|
+
data.tar.gz: aa330203740c0d4d229f60e9ce4edd7ce445ff7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d954d9a7129d1d342793d6540279d48662bf3d13be344dbc665e43e17c04c23be942e58926b526a00396318f489885a496aebc26ba2d55bea68b555fac24418
|
|
7
|
+
data.tar.gz: 2b62e730a0f0f8b618bccd15595d5dbc2b932a4cf8a9c5e78fc4ca534d3162cc53606c047740f36bb72ddb32fde8baddce7269abacd0450a1872370adb5a3be8
|
|
@@ -1098,7 +1098,8 @@
|
|
|
1098
1098
|
"MetricStat":{"shape":"MetricStat"},
|
|
1099
1099
|
"Expression":{"shape":"MetricExpression"},
|
|
1100
1100
|
"Label":{"shape":"MetricLabel"},
|
|
1101
|
-
"ReturnData":{"shape":"ReturnData"}
|
|
1101
|
+
"ReturnData":{"shape":"ReturnData"},
|
|
1102
|
+
"Period":{"shape":"Period"}
|
|
1102
1103
|
}
|
|
1103
1104
|
},
|
|
1104
1105
|
"MetricDataResult":{
|
data/endpoints.json
CHANGED
|
@@ -265,6 +265,7 @@
|
|
|
265
265
|
"eu-west-1" : { },
|
|
266
266
|
"eu-west-2" : { },
|
|
267
267
|
"eu-west-3" : { },
|
|
268
|
+
"me-south-1" : { },
|
|
268
269
|
"sa-east-1" : { },
|
|
269
270
|
"us-east-1" : { },
|
|
270
271
|
"us-east-1-fips" : {
|
|
@@ -1123,6 +1124,12 @@
|
|
|
1123
1124
|
},
|
|
1124
1125
|
"hostname" : "rds.ap-northeast-2.amazonaws.com"
|
|
1125
1126
|
},
|
|
1127
|
+
"ap-south-1" : {
|
|
1128
|
+
"credentialScope" : {
|
|
1129
|
+
"region" : "ap-south-1"
|
|
1130
|
+
},
|
|
1131
|
+
"hostname" : "rds.ap-south-1.amazonaws.com"
|
|
1132
|
+
},
|
|
1126
1133
|
"ap-southeast-1" : {
|
|
1127
1134
|
"credentialScope" : {
|
|
1128
1135
|
"region" : "ap-southeast-1"
|
|
@@ -2659,6 +2666,7 @@
|
|
|
2659
2666
|
"eu-west-1" : { },
|
|
2660
2667
|
"eu-west-2" : { },
|
|
2661
2668
|
"eu-west-3" : { },
|
|
2669
|
+
"me-south-1" : { },
|
|
2662
2670
|
"sa-east-1" : { },
|
|
2663
2671
|
"us-east-1" : { },
|
|
2664
2672
|
"us-east-1-fips" : {
|
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.11.
|
|
4
|
+
version: 2.11.378
|
|
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: 2019-10-
|
|
11
|
+
date: 2019-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|