aws-partitions 1.799.0 → 1.800.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 +21 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52f364420d9640346e180af062bdc05fce5a3f55cf73df25cf2fe4330f686e95
4
- data.tar.gz: '097ada30164c8492722991dd3ca4aa217111fe3beb209c4b709a9edfcd284ce0'
3
+ metadata.gz: 48acabb68c502b36446364358413af0adfb1b04c7b7ffe36e30a33a8ac7fe951
4
+ data.tar.gz: '0290355be5c1ac7d3eda7b26dda743c6f9e50788cce9e6d54aeed8f602880920'
5
5
  SHA512:
6
- metadata.gz: 7dbfcbe79027f2fce6fa50990733e32df8264f85bafc3cd14cef8f80a02c0a9baf8a94781cb28fa5682bcc51c0c04a909e06bf388f72018a4d1e6af0821d77c9
7
- data.tar.gz: 52db5ad2f3dc8249cbea09686d58d6e88c48607f70003c04e6f64a34d9243b0b4937eedf77afc61e2665e283628797d4209c58bb69050c9acafd8fae1bbe590c
6
+ metadata.gz: 0f4e4dc0937646fcc254eee814e7c86258a54d5b8796a82791e4fd843502ad218448711addf718751d332c0cf65bf396fda7a340898aa26b1dda1c605e024d1d
7
+ data.tar.gz: 0a34c22e9931f1c41af1e1891304909a32faa04f9575957500e0a75da45aaa129d111687d591d6a3e94991b1a43174ba3a23771eae1dc678ce5724fe0204a9ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.800.0 (2023-08-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.799.0 (2023-08-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.799.0
1
+ 1.800.0
data/partitions.json CHANGED
@@ -5878,6 +5878,13 @@
5878
5878
  "deprecated" : true,
5879
5879
  "hostname" : "elasticfilesystem-fips.eu-west-3.amazonaws.com"
5880
5880
  },
5881
+ "fips-il-central-1" : {
5882
+ "credentialScope" : {
5883
+ "region" : "il-central-1"
5884
+ },
5885
+ "deprecated" : true,
5886
+ "hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com"
5887
+ },
5881
5888
  "fips-me-central-1" : {
5882
5889
  "credentialScope" : {
5883
5890
  "region" : "me-central-1"
@@ -5927,6 +5934,12 @@
5927
5934
  "deprecated" : true,
5928
5935
  "hostname" : "elasticfilesystem-fips.us-west-2.amazonaws.com"
5929
5936
  },
5937
+ "il-central-1" : {
5938
+ "variants" : [ {
5939
+ "hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com",
5940
+ "tags" : [ "fips" ]
5941
+ } ]
5942
+ },
5930
5943
  "me-central-1" : {
5931
5944
  "variants" : [ {
5932
5945
  "hostname" : "elasticfilesystem-fips.me-central-1.amazonaws.com",
@@ -9955,6 +9968,7 @@
9955
9968
  "deprecated" : true,
9956
9969
  "hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com"
9957
9970
  },
9971
+ "il-central-1" : { },
9958
9972
  "me-central-1" : { },
9959
9973
  "me-south-1" : { },
9960
9974
  "sa-east-1" : { },
@@ -14425,6 +14439,7 @@
14425
14439
  "eu-west-1" : { },
14426
14440
  "eu-west-2" : { },
14427
14441
  "eu-west-3" : { },
14442
+ "il-central-1" : { },
14428
14443
  "me-central-1" : { },
14429
14444
  "me-south-1" : { },
14430
14445
  "sa-east-1" : { },
@@ -21975,6 +21990,12 @@
21975
21990
  }
21976
21991
  }
21977
21992
  },
21993
+ "license-manager-linux-subscriptions" : {
21994
+ "endpoints" : {
21995
+ "us-gov-east-1" : { },
21996
+ "us-gov-west-1" : { }
21997
+ }
21998
+ },
21978
21999
  "logs" : {
21979
22000
  "endpoints" : {
21980
22001
  "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.799.0
4
+ version: 1.800.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-08-07 00:00:00.000000000 Z
11
+ date: 2023-08-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: