aws-partitions 1.899.0 → 1.901.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +16 -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: 0d98ddd4f500ec920370c4ab4498998ec027eec70452d847b7c3accdb29b5c68
4
+ data.tar.gz: 986edda2cd527e5e31d836b6b2c0e23298823b74fe5f9fb88608ed760a95f9e5
5
5
  SHA512:
6
- metadata.gz: 414868bb97b03a7ec514a6764c56ba526f8c1971714f3480689eaf7065b0f5bf20b7edaaffd860ce3bd2e35442e7b86ad04f7f424b5d3c8a7c5220b7f8988682
7
- data.tar.gz: 8c686420f19e66bc4708b999c62407697f3b58e3794fbd3e5d0fa00b535188125ac416408d896e3985be32d758500b72c7b2e771c509eb409b0a039a5178712e
6
+ metadata.gz: 9c2f483345d8ce0034d4e0e5d555f3d32b2a2bf4585487511c93f0897d2cec1964fb62e996b93685891e3b3c0713bc7a46a46433fa0d827c3a48b6baf2601a14
7
+ data.tar.gz: 35b27854a93ea3e98e6568fe14d28efc654c9a4027e384c037da2c35e8d82349574a63c4521cb7716428931d54455e2c344f002381c116c5b53585692109996d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.901.0 (2024-03-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.900.0 (2024-03-25)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.899.0 (2024-03-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.899.0
1
+ 1.901.0
data/partitions.json CHANGED
@@ -11696,8 +11696,14 @@
11696
11696
  },
11697
11697
  "media-pipelines-chime" : {
11698
11698
  "endpoints" : {
11699
+ "ap-northeast-1" : { },
11700
+ "ap-northeast-2" : { },
11701
+ "ap-south-1" : { },
11699
11702
  "ap-southeast-1" : { },
11703
+ "ap-southeast-2" : { },
11704
+ "ca-central-1" : { },
11700
11705
  "eu-central-1" : { },
11706
+ "eu-west-2" : { },
11701
11707
  "us-east-1" : {
11702
11708
  "variants" : [ {
11703
11709
  "hostname" : "media-pipelines-chime-fips.us-east-1.amazonaws.com",
@@ -24732,6 +24738,11 @@
24732
24738
  }
24733
24739
  }
24734
24740
  },
24741
+ "models-v2-lex" : {
24742
+ "endpoints" : {
24743
+ "us-gov-west-1" : { }
24744
+ }
24745
+ },
24735
24746
  "models.lex" : {
24736
24747
  "defaults" : {
24737
24748
  "credentialScope" : {
@@ -25384,6 +25395,11 @@
25384
25395
  }
25385
25396
  }
25386
25397
  },
25398
+ "runtime-v2-lex" : {
25399
+ "endpoints" : {
25400
+ "us-gov-west-1" : { }
25401
+ }
25402
+ },
25387
25403
  "runtime.lex" : {
25388
25404
  "defaults" : {
25389
25405
  "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.901.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-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: