aws-partitions 1.632.0 → 1.633.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +36 -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: 49fa5e02bfaef9249ccec03375ef8ff0c97fe6a0221b5100db7c906d515f7706
|
|
4
|
+
data.tar.gz: 318a11b0fac0d933b0e880002d1f4da53cee21e2def104c3674b6310d0de04f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5644f78ec18d19bfc4021e7ad750a5645657d2f89ba108d4d04a8d36cd923e07c0950cc4f3fd46457b3481df20cdafd54eb3b0567299f45c2704edbdd602079c
|
|
7
|
+
data.tar.gz: 677da71109ba665437487b4171f0c9f475c517309a7610572616198f6925af5da555ddebf3688f335d66998a1555b76c1bd2dd043d8ab3d654ea77589ca55a00
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.633.0
|
data/partitions.json
CHANGED
|
@@ -15674,6 +15674,12 @@
|
|
|
15674
15674
|
"cn-northwest-1" : { }
|
|
15675
15675
|
}
|
|
15676
15676
|
},
|
|
15677
|
+
"rbin" : {
|
|
15678
|
+
"endpoints" : {
|
|
15679
|
+
"cn-north-1" : { },
|
|
15680
|
+
"cn-northwest-1" : { }
|
|
15681
|
+
}
|
|
15682
|
+
},
|
|
15677
15683
|
"rds" : {
|
|
15678
15684
|
"endpoints" : {
|
|
15679
15685
|
"cn-north-1" : { },
|
|
@@ -18582,6 +18588,36 @@
|
|
|
18582
18588
|
}
|
|
18583
18589
|
}
|
|
18584
18590
|
},
|
|
18591
|
+
"rbin" : {
|
|
18592
|
+
"endpoints" : {
|
|
18593
|
+
"fips-us-gov-east-1" : {
|
|
18594
|
+
"credentialScope" : {
|
|
18595
|
+
"region" : "us-gov-east-1"
|
|
18596
|
+
},
|
|
18597
|
+
"deprecated" : true,
|
|
18598
|
+
"hostname" : "rbin-fips.us-gov-east-1.amazonaws.com"
|
|
18599
|
+
},
|
|
18600
|
+
"fips-us-gov-west-1" : {
|
|
18601
|
+
"credentialScope" : {
|
|
18602
|
+
"region" : "us-gov-west-1"
|
|
18603
|
+
},
|
|
18604
|
+
"deprecated" : true,
|
|
18605
|
+
"hostname" : "rbin-fips.us-gov-west-1.amazonaws.com"
|
|
18606
|
+
},
|
|
18607
|
+
"us-gov-east-1" : {
|
|
18608
|
+
"variants" : [ {
|
|
18609
|
+
"hostname" : "rbin-fips.us-gov-east-1.amazonaws.com",
|
|
18610
|
+
"tags" : [ "fips" ]
|
|
18611
|
+
} ]
|
|
18612
|
+
},
|
|
18613
|
+
"us-gov-west-1" : {
|
|
18614
|
+
"variants" : [ {
|
|
18615
|
+
"hostname" : "rbin-fips.us-gov-west-1.amazonaws.com",
|
|
18616
|
+
"tags" : [ "fips" ]
|
|
18617
|
+
} ]
|
|
18618
|
+
}
|
|
18619
|
+
}
|
|
18620
|
+
},
|
|
18585
18621
|
"rds" : {
|
|
18586
18622
|
"defaults" : {
|
|
18587
18623
|
"variants" : [ {
|
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.633.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: 2022-09-
|
|
11
|
+
date: 2022-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|