aws-sdk-core 2.11.324 → 2.11.325
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/endpoints.json +8 -1
- 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: 5b1645d11513b30790d3321e34744fca6f608b8a
|
4
|
+
data.tar.gz: d2400947ee32325866c3230a6823bd8c6820833c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73a1b163d47bd287c13a1947d0f235d8afa5944228f4327b77336a3a90ea592f217d11854b9b22d2299346b56cd0199cb713d910671adf7b9ad05729de9becbd
|
7
|
+
data.tar.gz: 2d24e8feb9111f1c02d039125d7034646bc268a23dd06204850385dc8929b6099815d5b79321fdcdef127075c31c30b553c16b6309482dcbddc01c0348f589b3
|
data/endpoints.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
"dnsSuffix" : "amazonaws.com",
|
9
9
|
"partition" : "aws",
|
10
10
|
"partitionName" : "AWS Standard",
|
11
|
-
"regionRegex" : "^(us|eu|ap|sa|ca)\\-\\w+\\-\\d+$",
|
11
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me)\\-\\w+\\-\\d+$",
|
12
12
|
"regions" : {
|
13
13
|
"ap-east-1" : {
|
14
14
|
"description" : "Asia Pacific (Hong Kong)"
|
@@ -671,6 +671,7 @@
|
|
671
671
|
},
|
672
672
|
"codebuild" : {
|
673
673
|
"endpoints" : {
|
674
|
+
"ap-east-1" : { },
|
674
675
|
"ap-northeast-1" : { },
|
675
676
|
"ap-northeast-2" : { },
|
676
677
|
"ap-south-1" : { },
|
@@ -682,6 +683,7 @@
|
|
682
683
|
"eu-west-1" : { },
|
683
684
|
"eu-west-2" : { },
|
684
685
|
"eu-west-3" : { },
|
686
|
+
"me-south-1" : { },
|
685
687
|
"sa-east-1" : { },
|
686
688
|
"us-east-1" : { },
|
687
689
|
"us-east-1-fips" : {
|
@@ -722,6 +724,7 @@
|
|
722
724
|
"ap-southeast-2" : { },
|
723
725
|
"ca-central-1" : { },
|
724
726
|
"eu-central-1" : { },
|
727
|
+
"eu-north-1" : { },
|
725
728
|
"eu-west-1" : { },
|
726
729
|
"eu-west-2" : { },
|
727
730
|
"eu-west-3" : { },
|
@@ -1761,6 +1764,8 @@
|
|
1761
1764
|
"kafka" : {
|
1762
1765
|
"endpoints" : {
|
1763
1766
|
"ap-northeast-1" : { },
|
1767
|
+
"ap-northeast-2" : { },
|
1768
|
+
"ap-south-1" : { },
|
1764
1769
|
"ap-southeast-1" : { },
|
1765
1770
|
"ap-southeast-2" : { },
|
1766
1771
|
"eu-central-1" : { },
|
@@ -2757,6 +2762,7 @@
|
|
2757
2762
|
},
|
2758
2763
|
"securityhub" : {
|
2759
2764
|
"endpoints" : {
|
2765
|
+
"ap-east-1" : { },
|
2760
2766
|
"ap-northeast-1" : { },
|
2761
2767
|
"ap-northeast-2" : { },
|
2762
2768
|
"ap-south-1" : { },
|
@@ -4252,6 +4258,7 @@
|
|
4252
4258
|
}
|
4253
4259
|
},
|
4254
4260
|
"endpoints" : {
|
4261
|
+
"us-gov-east-1" : { },
|
4255
4262
|
"us-gov-west-1" : { }
|
4256
4263
|
}
|
4257
4264
|
},
|
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.325
|
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-
|
11
|
+
date: 2019-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|