aws-sdk-core 2.11.414 → 2.11.415
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/accessanalyzer/2019-11-01/api-2.json +4 -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: 406f982ea2c071c7e65e82656eb72426be215236
|
|
4
|
+
data.tar.gz: 5bde4e6165405c5dbcacb5bedfdd7a02aa744e27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 785c9988823b5d108b08a938c576598e2644f876769f46eb11c2949a9ff7139aae114a309f3f78ae840b5163690b2fed8d98ef087b523d10a3a5b88741deff6b
|
|
7
|
+
data.tar.gz: 3004a2eb803f070813af2aba43ac4afbfea2ba28e80cce3d6d03a1c0badfe8bd756f2403e87a3ace32c2ce16cb2b36ea311cd9744e912260b4272d1471df5d84
|
data/endpoints.json
CHANGED
|
@@ -447,6 +447,7 @@
|
|
|
447
447
|
"eu-west-2" : { },
|
|
448
448
|
"eu-west-3" : { },
|
|
449
449
|
"me-south-1" : { },
|
|
450
|
+
"sa-east-1" : { },
|
|
450
451
|
"us-east-1" : { },
|
|
451
452
|
"us-east-2" : { },
|
|
452
453
|
"us-west-1" : { },
|
|
@@ -767,6 +768,7 @@
|
|
|
767
768
|
},
|
|
768
769
|
"codecommit" : {
|
|
769
770
|
"endpoints" : {
|
|
771
|
+
"ap-east-1" : { },
|
|
770
772
|
"ap-northeast-1" : { },
|
|
771
773
|
"ap-northeast-2" : { },
|
|
772
774
|
"ap-south-1" : { },
|
|
@@ -1198,6 +1200,12 @@
|
|
|
1198
1200
|
},
|
|
1199
1201
|
"hostname" : "rds.ap-southeast-2.amazonaws.com"
|
|
1200
1202
|
},
|
|
1203
|
+
"ca-central-1" : {
|
|
1204
|
+
"credentialScope" : {
|
|
1205
|
+
"region" : "ca-central-1"
|
|
1206
|
+
},
|
|
1207
|
+
"hostname" : "rds.ca-central-1.amazonaws.com"
|
|
1208
|
+
},
|
|
1201
1209
|
"eu-central-1" : {
|
|
1202
1210
|
"credentialScope" : {
|
|
1203
1211
|
"region" : "eu-central-1"
|
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.415
|
|
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-12-
|
|
11
|
+
date: 2019-12-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|