aws-partitions 1.336.0 → 1.337.0
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/partitions.json +15 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '093f7d9adfaefe664b2825dc9061c004042d97873066f2a84bd13777259b27c2'
|
|
4
|
+
data.tar.gz: 0751f26930b1bfcd02a52f0b2fb54aff387fb4ed4a6fc9946f82090960c9eb58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e984a593eef60bcf17a30e2245a9500cd7544dfc879676a5a0ebf9c29976bc0a122659dc3c69844d502c03b7b14bc09d43bb0424d4b54a5425684c98280e5f41
|
|
7
|
+
data.tar.gz: 19b84da1b0f15bd47a5489e30f05b12a97e72c24119cfdc0e2f0699f4c817750b4104fb491b942601c0f991691d17661d95b6c29c21fb45c960709e353130500
|
data/partitions.json
CHANGED
|
@@ -3555,6 +3555,7 @@
|
|
|
3555
3555
|
}
|
|
3556
3556
|
},
|
|
3557
3557
|
"endpoints" : {
|
|
3558
|
+
"ap-northeast-1" : { },
|
|
3558
3559
|
"ap-southeast-1" : { },
|
|
3559
3560
|
"ap-southeast-2" : { },
|
|
3560
3561
|
"eu-central-1" : { },
|
|
@@ -3874,9 +3875,11 @@
|
|
|
3874
3875
|
},
|
|
3875
3876
|
"outposts" : {
|
|
3876
3877
|
"endpoints" : {
|
|
3878
|
+
"af-south-1" : { },
|
|
3877
3879
|
"ap-east-1" : { },
|
|
3878
3880
|
"ap-northeast-1" : { },
|
|
3879
3881
|
"ap-northeast-2" : { },
|
|
3882
|
+
"ap-south-1" : { },
|
|
3880
3883
|
"ap-southeast-1" : { },
|
|
3881
3884
|
"ap-southeast-2" : { },
|
|
3882
3885
|
"ca-central-1" : { },
|
|
@@ -3916,6 +3919,7 @@
|
|
|
3916
3919
|
"hostname" : "outposts-fips.us-west-2.amazonaws.com"
|
|
3917
3920
|
},
|
|
3918
3921
|
"me-south-1" : { },
|
|
3922
|
+
"sa-east-1" : { },
|
|
3919
3923
|
"us-east-1" : { },
|
|
3920
3924
|
"us-east-2" : { },
|
|
3921
3925
|
"us-west-1" : { },
|
|
@@ -4343,6 +4347,7 @@
|
|
|
4343
4347
|
}
|
|
4344
4348
|
},
|
|
4345
4349
|
"endpoints" : {
|
|
4350
|
+
"ap-northeast-1" : { },
|
|
4346
4351
|
"ap-southeast-1" : { },
|
|
4347
4352
|
"ap-southeast-2" : { },
|
|
4348
4353
|
"eu-central-1" : { },
|
|
@@ -7032,6 +7037,16 @@
|
|
|
7032
7037
|
"us-gov-west-1" : { }
|
|
7033
7038
|
}
|
|
7034
7039
|
},
|
|
7040
|
+
"docdb" : {
|
|
7041
|
+
"endpoints" : {
|
|
7042
|
+
"us-gov-west-1" : {
|
|
7043
|
+
"credentialScope" : {
|
|
7044
|
+
"region" : "us-gov-west-1"
|
|
7045
|
+
},
|
|
7046
|
+
"hostname" : "rds.us-gov-west-1.amazonaws.com"
|
|
7047
|
+
}
|
|
7048
|
+
}
|
|
7049
|
+
},
|
|
7035
7050
|
"ds" : {
|
|
7036
7051
|
"endpoints" : {
|
|
7037
7052
|
"fips-us-gov-east-1" : {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.337.0
|
|
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: 2020-06-
|
|
11
|
+
date: 2020-06-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|