aws-partitions 1.1019.0 → 1.1020.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 +17 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5629679dc521b9ef84c42a63e1e6e65674575086a7953dd23b931a592336b1f0
4
- data.tar.gz: '05629067e1f6a58837b52db3052f0b40d62cb81196102bfdecd458e5461c8eae'
3
+ metadata.gz: 3c48dd96ab052cfaa02b0523fb8f9636ecde42b43f2fa5bcaef325d73e133e84
4
+ data.tar.gz: 8e0d201593eea85e8095d7ffcf781006ccee40bdbb502316622cac1e0225c91b
5
5
  SHA512:
6
- metadata.gz: 601fe5ab5bdad0ab5d6e50e573f6a67d18c2756dac161d8853260abf2c7eeace9e70ea22232c33fdea0e6f7ffb23526447e94691f479f8a46e6982609566b2d4
7
- data.tar.gz: 2d90cdeaa5efda0b66dcc8751bb6898be207f88991fd88fdc80ec007d89212c4d9bfe0b05fbe2e03684c92c4623c4554ad673b6f9cc7b005fd01039814eecfab
6
+ metadata.gz: e96d851754f175e90356ab1ca0112d4b50c56e7503031253b30010a223ef86c8ce1d365b30e7b3b7d24150b2fe19000d4d5544ef687c8a4f089c5c9b79d2c852
7
+ data.tar.gz: 7df04e7e30713ab2fe6439d1e17e913dbc2f007868719101a2553d031b7c76ea203cdd44fe325b2ce7927cf8a6039c9160fb3d216662bddcdb3c858b117bf227
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1020.0 (2024-12-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1019.0 (2024-12-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1019.0
1
+ 1.1020.0
data/partitions.json CHANGED
@@ -30564,6 +30564,23 @@
30564
30564
  }
30565
30565
  },
30566
30566
  "services" : {
30567
+ "agreement-marketplace" : {
30568
+ "endpoints" : {
30569
+ "fips-us-iso-east-1" : {
30570
+ "credentialScope" : {
30571
+ "region" : "us-iso-east-1"
30572
+ },
30573
+ "deprecated" : true,
30574
+ "hostname" : "agreement-marketplace-fips.us-iso-east-1.c2s.ic.gov"
30575
+ },
30576
+ "us-iso-east-1" : {
30577
+ "variants" : [ {
30578
+ "hostname" : "agreement-marketplace-fips.us-iso-east-1.c2s.ic.gov",
30579
+ "tags" : [ "fips" ]
30580
+ } ]
30581
+ }
30582
+ }
30583
+ },
30567
30584
  "api.ecr" : {
30568
30585
  "endpoints" : {
30569
30586
  "us-iso-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.1019.0
4
+ version: 1.1020.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: 2024-12-09 00:00:00.000000000 Z
11
+ date: 2024-12-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: