aws-partitions 1.811.0 → 1.813.0

Sign up to get free protection for your applications and to get access to all the features.
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 +12 -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: 54fcf9ccce446820b27f428c27140e2efaac2a0cc42d3ae8ecc628a75857bde9
4
+ data.tar.gz: a9b70a8db6eaa0bd2bd6040d1dd3469404de9fd46a6094a777dc32c080d6d0c9
5
5
  SHA512:
6
- metadata.gz: e8ae437949dc50af339b4619e4e3cba326acc1253fef61f9fa5e0858e616f1e93919d31c68c2f98460871802181890dd41982c5a6981782b19a1ea943a964d17
7
- data.tar.gz: 8d13face9d9bd9e6e5781e936cb76bc77572511795713155313b9ea6edfe4e73c2eb9484d0d16053a9bbb2860add8dd6ae9c058144cc4cc4765bdb0b4dbf3f38
6
+ metadata.gz: 4d5dadc4ce419e75266e9d13956ca0e9ae74221876c46f64f3cabb255db0e10b2bbd676a14b926814485f58d2f579a533d925d3240954c6adee92eb8832f32aa
7
+ data.tar.gz: cd04a04326b18661b79a67eb9d9da13390bd1ac62f946721d9193189cc3f90048c57fd8d678256e60260adb1cafacff4acb1fa22e61f30fc6ea331dac96d6550
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.813.0 (2023-08-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.812.0 (2023-08-25)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.811.0 (2023-08-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.811.0
1
+ 1.813.0
data/partitions.json CHANGED
@@ -522,6 +522,7 @@
522
522
  "eu-west-1" : { },
523
523
  "eu-west-2" : { },
524
524
  "eu-west-3" : { },
525
+ "il-central-1" : { },
525
526
  "me-south-1" : { },
526
527
  "sa-east-1" : { },
527
528
  "us-east-1" : {
@@ -1612,6 +1613,12 @@
1612
1613
  "tags" : [ "dualstack" ]
1613
1614
  } ]
1614
1615
  },
1616
+ "il-central-1" : {
1617
+ "variants" : [ {
1618
+ "hostname" : "appmesh.il-central-1.api.aws",
1619
+ "tags" : [ "dualstack" ]
1620
+ } ]
1621
+ },
1615
1622
  "me-south-1" : {
1616
1623
  "variants" : [ {
1617
1624
  "hostname" : "appmesh.me-south-1.api.aws",
@@ -6220,6 +6227,7 @@
6220
6227
  "deprecated" : true,
6221
6228
  "hostname" : "email-fips.us-west-2.amazonaws.com"
6222
6229
  },
6230
+ "il-central-1" : { },
6223
6231
  "me-south-1" : { },
6224
6232
  "sa-east-1" : { },
6225
6233
  "us-east-1" : {
@@ -7180,6 +7188,7 @@
7180
7188
  "deprecated" : true,
7181
7189
  "hostname" : "fsx-fips.us-west-2.amazonaws.com"
7182
7190
  },
7191
+ "il-central-1" : { },
7183
7192
  "me-central-1" : { },
7184
7193
  "me-south-1" : { },
7185
7194
  "prod-ca-central-1" : {
@@ -7685,6 +7694,7 @@
7685
7694
  "eu-west-1" : { },
7686
7695
  "eu-west-2" : { },
7687
7696
  "eu-west-3" : { },
7697
+ "il-central-1" : { },
7688
7698
  "me-central-1" : { },
7689
7699
  "me-south-1" : { },
7690
7700
  "sa-east-1" : { },
@@ -14139,6 +14149,7 @@
14139
14149
  "fips-us-west-2" : {
14140
14150
  "deprecated" : true
14141
14151
  },
14152
+ "il-central-1" : { },
14142
14153
  "me-south-1" : { },
14143
14154
  "sa-east-1" : { },
14144
14155
  "us-east-1" : {
@@ -14941,6 +14952,7 @@
14941
14952
  "eu-west-1" : { },
14942
14953
  "eu-west-2" : { },
14943
14954
  "eu-west-3" : { },
14955
+ "il-central-1" : { },
14944
14956
  "me-central-1" : { },
14945
14957
  "me-south-1" : { },
14946
14958
  "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.813.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-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: