aws-partitions 1.811.0 → 1.812.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 +5 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c4d2170de1ab30f69f9ab51d87c7d1e4ccc4ed91053f13ff592fa7f73734adf
4
- data.tar.gz: f3a91b05b1f63cd50a754d1f988c198eca51cc802ebab216dd177c01764cb210
3
+ metadata.gz: 0c9961e4739c6946866f4672134267ef56d3e2cbd0dc4101c5c49ed409b028f4
4
+ data.tar.gz: c3ed41a9460546bc00fa505876c9c745a3c8f88fbe18337b15497f6ba070c381
5
5
  SHA512:
6
- metadata.gz: e8ae437949dc50af339b4619e4e3cba326acc1253fef61f9fa5e0858e616f1e93919d31c68c2f98460871802181890dd41982c5a6981782b19a1ea943a964d17
7
- data.tar.gz: 8d13face9d9bd9e6e5781e936cb76bc77572511795713155313b9ea6edfe4e73c2eb9484d0d16053a9bbb2860add8dd6ae9c058144cc4cc4765bdb0b4dbf3f38
6
+ metadata.gz: 16b266b0e5bb3642837296416420e7b1c3637382ea3fc82f333744d10bc86e9c5c321e9444478a84da63389a2ffe1d3babf1e4f99af66d4717154d6720954acd
7
+ data.tar.gz: 20588d399ff9b0d844f94cfa37f346bd18d71142b89f0f7431450a4114424de67958e898569cea24ce0da9f1ab0dc9e2db47ed81553aa6d4da841abaced8b846
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.812.0 (2023-08-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.811.0 (2023-08-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.811.0
1
+ 1.812.0
data/partitions.json CHANGED
@@ -6220,6 +6220,7 @@
6220
6220
  "deprecated" : true,
6221
6221
  "hostname" : "email-fips.us-west-2.amazonaws.com"
6222
6222
  },
6223
+ "il-central-1" : { },
6223
6224
  "me-south-1" : { },
6224
6225
  "sa-east-1" : { },
6225
6226
  "us-east-1" : {
@@ -7180,6 +7181,7 @@
7180
7181
  "deprecated" : true,
7181
7182
  "hostname" : "fsx-fips.us-west-2.amazonaws.com"
7182
7183
  },
7184
+ "il-central-1" : { },
7183
7185
  "me-central-1" : { },
7184
7186
  "me-south-1" : { },
7185
7187
  "prod-ca-central-1" : {
@@ -7685,6 +7687,7 @@
7685
7687
  "eu-west-1" : { },
7686
7688
  "eu-west-2" : { },
7687
7689
  "eu-west-3" : { },
7690
+ "il-central-1" : { },
7688
7691
  "me-central-1" : { },
7689
7692
  "me-south-1" : { },
7690
7693
  "sa-east-1" : { },
@@ -14139,6 +14142,7 @@
14139
14142
  "fips-us-west-2" : {
14140
14143
  "deprecated" : true
14141
14144
  },
14145
+ "il-central-1" : { },
14142
14146
  "me-south-1" : { },
14143
14147
  "sa-east-1" : { },
14144
14148
  "us-east-1" : {
@@ -14941,6 +14945,7 @@
14941
14945
  "eu-west-1" : { },
14942
14946
  "eu-west-2" : { },
14943
14947
  "eu-west-3" : { },
14948
+ "il-central-1" : { },
14944
14949
  "me-central-1" : { },
14945
14950
  "me-south-1" : { },
14946
14951
  "sa-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.811.0
4
+ version: 1.812.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-24 00:00:00.000000000 Z
11
+ date: 2023-08-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: