aws-partitions 1.753.0 → 1.754.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 +12 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86c3596f1dbbebf3bc547213d0d1f05096f329f20012f475fb0d958d501eea42
4
- data.tar.gz: cb1be8282aca4c2ff396779d33e6d8509427e802b0de0b716bace86d49c26516
3
+ metadata.gz: 107c8c3779df319c4e5232dd57bb289776db0dcb9852040da004a8ee28c3d9b6
4
+ data.tar.gz: 11e279b2de577162ccb88646d857a5aa3c55e2ba32841f7fd0ff24a950e444c5
5
5
  SHA512:
6
- metadata.gz: ba597120c918b2558a9294c23b4e1a7ad8f9eb4a86162a85a8b306f994a687b420e2a9e04925da5e723a478a110eee80b60684d039956ec34298471dceff16f4
7
- data.tar.gz: 46d2a2b129f6ae8b162f96eaeb04273debb5e89e0a78f24bc569d71fb53fc7afc1609714e5e6bae06bfac607cd49951c1dbf25baa17365fa647753c8bf902659
6
+ metadata.gz: a3241a511db84972ff0661b623df2ab2a0e09555d4649c7da36c21ceb9eac2b23dcaecd95b89389a983dfebf5f191c824dce7f55f85e02e24cce321593fb7086
7
+ data.tar.gz: f44996f345f30fdd1e64f4620b15d4878b4530c2cbebbcbc53eb2b78d749a0435d30459980a9fb17c153e10c01f17db86dc1ac0cca838bda1948956ede9b8bac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.754.0 (2023-04-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.753.0 (2023-04-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.753.0
1
+ 1.754.0
data/partitions.json CHANGED
@@ -16628,6 +16628,12 @@
16628
16628
  "deprecated" : true,
16629
16629
  "hostname" : "waf-regional-fips.eu-west-3.amazonaws.com"
16630
16630
  },
16631
+ "fips-il-central-1" : {
16632
+ "credentialScope" : {
16633
+ "region" : "il-central-1"
16634
+ },
16635
+ "hostname" : "waf-regional-fips.il-central-1.amazonaws.com"
16636
+ },
16631
16637
  "fips-me-central-1" : {
16632
16638
  "credentialScope" : {
16633
16639
  "region" : "me-central-1"
@@ -17091,6 +17097,12 @@
17091
17097
  "deprecated" : true,
17092
17098
  "hostname" : "wafv2-fips.eu-west-3.amazonaws.com"
17093
17099
  },
17100
+ "fips-il-central-1" : {
17101
+ "credentialScope" : {
17102
+ "region" : "il-central-1"
17103
+ },
17104
+ "hostname" : "wafv2-fips.il-central-1.amazonaws.com"
17105
+ },
17094
17106
  "fips-me-central-1" : {
17095
17107
  "credentialScope" : {
17096
17108
  "region" : "me-central-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.753.0
4
+ version: 1.754.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-04-24 00:00:00.000000000 Z
11
+ date: 2023-04-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: