aws-partitions 1.724.0 → 1.726.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +10 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f53d484d7cd2bca133a44bec11859d14cdb97339cf4e197bb8f22e75c7c6c9aa
4
- data.tar.gz: defb3d12fde9db4ae73720abd7dbf66e7f3253fa8d61041f55f893f14c549105
3
+ metadata.gz: b897f036d2217db20b301dd8058b1e88538cf9bb0998d9b87a9762e1a476d0b1
4
+ data.tar.gz: f1f0153d60b98c5540f40aa9576700c839616f487c32157e9236b21221aab3ec
5
5
  SHA512:
6
- metadata.gz: ce279decd15102cab25818c035b33ab20086c03778da271e3ba4201e9d8c80cdb60c407f2e112a39a517abc1360b8c8de266855a220a9e8a70867cb1758a2510
7
- data.tar.gz: e19a1529378014fb22fb2cb7374ca721cbf793535f6f3e6c726decdbcc6fc6815b360a37f5b5dcd81589153ef03d1d411f73ae121bbc1f806e4302d44bdc8ee0
6
+ metadata.gz: e3cc5d96815402f5ed5822289e7c2cfd62bc7026696a726638e6febf2c312bd176006f40c8ddb1ed534decaad81c1b3d0e6878dd4d0f9cea3682105ee4e239c3
7
+ data.tar.gz: 746ef089e984da5e658ccc71d14574c36b641a147cfea4a56d0348267d38409e93369d84b548dcad0c57ad08b52e2744118ad0ee526d7f2039a8d8b6c6467088
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.726.0 (2023-03-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.725.0 (2023-03-10)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.724.0 (2023-03-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.724.0
1
+ 1.726.0
data/partitions.json CHANGED
@@ -12055,6 +12055,7 @@
12055
12055
  "endpoints" : {
12056
12056
  "ap-northeast-1" : { },
12057
12057
  "ap-northeast-2" : { },
12058
+ "ap-south-1" : { },
12058
12059
  "ap-southeast-1" : { },
12059
12060
  "ap-southeast-2" : { },
12060
12061
  "ca-central-1" : { },
@@ -12503,6 +12504,7 @@
12503
12504
  "ap-southeast-3" : { },
12504
12505
  "ca-central-1" : { },
12505
12506
  "eu-central-1" : { },
12507
+ "eu-central-2" : { },
12506
12508
  "eu-north-1" : { },
12507
12509
  "eu-south-1" : { },
12508
12510
  "eu-west-1" : { },
@@ -20769,11 +20771,18 @@
20769
20771
  },
20770
20772
  "participant.connect" : {
20771
20773
  "endpoints" : {
20772
- "us-gov-west-1" : {
20774
+ "fips-us-gov-west-1" : {
20773
20775
  "credentialScope" : {
20774
20776
  "region" : "us-gov-west-1"
20775
20777
  },
20778
+ "deprecated" : true,
20776
20779
  "hostname" : "participant.connect.us-gov-west-1.amazonaws.com"
20780
+ },
20781
+ "us-gov-west-1" : {
20782
+ "variants" : [ {
20783
+ "hostname" : "participant.connect.us-gov-west-1.amazonaws.com",
20784
+ "tags" : [ "fips" ]
20785
+ } ]
20777
20786
  }
20778
20787
  }
20779
20788
  },
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.724.0
4
+ version: 1.726.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: 2023-03-09 00:00:00.000000000 Z
11
+ date: 2023-03-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: