aws-partitions 1.724.0 → 1.725.0

Sign up to get free protection for your applications and to get access to all the features.
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 +9 -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: 3c855e6cfae7ab6d2e0cd27df72a185360a63a6e9c136d1215a4164c4d1b6791
4
+ data.tar.gz: aef17506b4fb307b1d4bab3627f559de8062f549f9ec3bcc0000d1a9995a512e
5
5
  SHA512:
6
- metadata.gz: ce279decd15102cab25818c035b33ab20086c03778da271e3ba4201e9d8c80cdb60c407f2e112a39a517abc1360b8c8de266855a220a9e8a70867cb1758a2510
7
- data.tar.gz: e19a1529378014fb22fb2cb7374ca721cbf793535f6f3e6c726decdbcc6fc6815b360a37f5b5dcd81589153ef03d1d411f73ae121bbc1f806e4302d44bdc8ee0
6
+ metadata.gz: b77d4ec6d15e25139f1ecf891ac31a7f551e2af9b7b7216c9737e56efc22759609e23e7d206152485fa18d6cbfbe618f3f45dc760858f74f4780cc1ea9fbc28c
7
+ data.tar.gz: fbca59a7ea957111a9133bdd5bf6cd2ce7ea7b4319cb1fe27b4a28dba0f4ec3f2981e75899df1a5839c6ba8f03f3fbc5fe7ecc6dd2358d8e30ae926cab721fd7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.725.0 (2023-03-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.724.0 (2023-03-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.724.0
1
+ 1.725.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" : { },
@@ -20769,11 +20770,18 @@
20769
20770
  },
20770
20771
  "participant.connect" : {
20771
20772
  "endpoints" : {
20772
- "us-gov-west-1" : {
20773
+ "fips-us-gov-west-1" : {
20773
20774
  "credentialScope" : {
20774
20775
  "region" : "us-gov-west-1"
20775
20776
  },
20777
+ "deprecated" : true,
20776
20778
  "hostname" : "participant.connect.us-gov-west-1.amazonaws.com"
20779
+ },
20780
+ "us-gov-west-1" : {
20781
+ "variants" : [ {
20782
+ "hostname" : "participant.connect.us-gov-west-1.amazonaws.com",
20783
+ "tags" : [ "fips" ]
20784
+ } ]
20777
20785
  }
20778
20786
  }
20779
20787
  },
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.725.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-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: