aws-partitions 1.899.0 → 1.900.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 +10 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd1cff49ae0389a0e573cd609d50ad2a76216b1ad3acc04ab4c679ebdecd2caf
4
- data.tar.gz: 617a49c82830fe3b069b42d67fa3b31a4a417d21a912154b015c9f14cca39db7
3
+ metadata.gz: fe3f23c58eb9861e492d358e67a11c3116cb1bb44e159fab1a16f028a69cf8f7
4
+ data.tar.gz: 296ea33ccfe592fd93422a2fa909671fceb9d647b61420ed5488d0fbc1236c1a
5
5
  SHA512:
6
- metadata.gz: 414868bb97b03a7ec514a6764c56ba526f8c1971714f3480689eaf7065b0f5bf20b7edaaffd860ce3bd2e35442e7b86ad04f7f424b5d3c8a7c5220b7f8988682
7
- data.tar.gz: 8c686420f19e66bc4708b999c62407697f3b58e3794fbd3e5d0fa00b535188125ac416408d896e3985be32d758500b72c7b2e771c509eb409b0a039a5178712e
6
+ metadata.gz: e2d8e74ce14fa2f9456b3a9eccc64c78ed8afe55ece28dedb491fa6370d3899e54c514c9efa89e44831a014a3401bd4687a3011be716221989f5eb1aeb91319f
7
+ data.tar.gz: c9c1627b1490a51ea0dc12ec9cc968dd0d9d05c6b61c6f7b2d9c3ff61672327d50217fa0b7cbac72b0b46e1da83fe889de87fd9384a7b7ef8a97a68b0450e908
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.900.0 (2024-03-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.899.0 (2024-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.899.0
1
+ 1.900.0
data/partitions.json CHANGED
@@ -24732,6 +24732,11 @@
24732
24732
  }
24733
24733
  }
24734
24734
  },
24735
+ "models-v2-lex" : {
24736
+ "endpoints" : {
24737
+ "us-gov-west-1" : { }
24738
+ }
24739
+ },
24735
24740
  "models.lex" : {
24736
24741
  "defaults" : {
24737
24742
  "credentialScope" : {
@@ -25384,6 +25389,11 @@
25384
25389
  }
25385
25390
  }
25386
25391
  },
25392
+ "runtime-v2-lex" : {
25393
+ "endpoints" : {
25394
+ "us-gov-west-1" : { }
25395
+ }
25396
+ },
25387
25397
  "runtime.lex" : {
25388
25398
  "defaults" : {
25389
25399
  "credentialScope" : {
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.899.0
4
+ version: 1.900.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-03-18 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: