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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +36 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 116bac162707bf150d264dd40c73c6042c368cbf9e13302dd30204afe01c52a2
4
- data.tar.gz: bf35cc4329a1b6c7ba4d0442fcd152211516ba211c04af9354b8adb1b69fda40
3
+ metadata.gz: 49fa5e02bfaef9249ccec03375ef8ff0c97fe6a0221b5100db7c906d515f7706
4
+ data.tar.gz: 318a11b0fac0d933b0e880002d1f4da53cee21e2def104c3674b6310d0de04f5
5
5
  SHA512:
6
- metadata.gz: 2c5b2ecc7060aff0b6388307216c106e757ffc2ea417776c199c3b68246c52ad8b7eba3af443d618524d3ddfdb17766abb7182d7dae3960d73868e4a0cbffdec
7
- data.tar.gz: 9fa33820fcad21b548ec71c7e41c72451f1f6ed8c984fc235c7d946d87ec6897f74e00ad855e339a589d6304256bb4c39a8991cf07c6709875ca9d2083feb4d6
6
+ metadata.gz: 5644f78ec18d19bfc4021e7ad750a5645657d2f89ba108d4d04a8d36cd923e07c0950cc4f3fd46457b3481df20cdafd54eb3b0567299f45c2704edbdd602079c
7
+ data.tar.gz: 677da71109ba665437487b4171f0c9f475c517309a7610572616198f6925af5da555ddebf3688f335d66998a1555b76c1bd2dd043d8ab3d654ea77589ca55a00
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.633.0 (2022-09-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.632.0 (2022-09-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.632.0
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.632.0
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-19 00:00:00.000000000 Z
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: