aws-partitions 1.810.0 → 1.812.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: 6716824ce6da56d20ed4e6018a00e492ac3649213e6b85475c8702c1510650f6
4
- data.tar.gz: 492529847c1ceb16cd7b1da242b41dcc6dc63a9a17180d1f3a8cd1db8494a660
3
+ metadata.gz: 0c9961e4739c6946866f4672134267ef56d3e2cbd0dc4101c5c49ed409b028f4
4
+ data.tar.gz: c3ed41a9460546bc00fa505876c9c745a3c8f88fbe18337b15497f6ba070c381
5
5
  SHA512:
6
- metadata.gz: aafde4d019007e7a347124dfc91dfe028145b1f0e5366c393573defb068fc3a0483f47f227511ba1ced3c2bf992372cd52b818244020eb73a92466e0c4fb68b1
7
- data.tar.gz: f00fca19aa826e72a6abff7959943c1a45032bee3405e9dc9e358f376cc155e44edc0c046f0068d871cd54430d53e8dc31c4e2fb320908a434ad03ae962b868e
6
+ metadata.gz: 16b266b0e5bb3642837296416420e7b1c3637382ea3fc82f333744d10bc86e9c5c321e9444478a84da63389a2ffe1d3babf1e4f99af66d4717154d6720954acd
7
+ data.tar.gz: 20588d399ff9b0d844f94cfa37f346bd18d71142b89f0f7431450a4114424de67958e898569cea24ce0da9f1ab0dc9e2db47ed81553aa6d4da841abaced8b846
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.811.0 (2023-08-24)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.810.0 (2023-08-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.810.0
1
+ 1.812.0
data/partitions.json CHANGED
@@ -2037,6 +2037,12 @@
2037
2037
  "deprecated" : true,
2038
2038
  "hostname" : "athena-fips.us-west-2.amazonaws.com"
2039
2039
  },
2040
+ "il-central-1" : {
2041
+ "variants" : [ {
2042
+ "hostname" : "athena.il-central-1.api.aws",
2043
+ "tags" : [ "dualstack" ]
2044
+ } ]
2045
+ },
2040
2046
  "me-central-1" : {
2041
2047
  "variants" : [ {
2042
2048
  "hostname" : "athena.me-central-1.api.aws",
@@ -4404,6 +4410,7 @@
4404
4410
  "deprecated" : true,
4405
4411
  "hostname" : "datasync-fips.us-west-2.amazonaws.com"
4406
4412
  },
4413
+ "il-central-1" : { },
4407
4414
  "me-central-1" : { },
4408
4415
  "me-south-1" : { },
4409
4416
  "sa-east-1" : { },
@@ -6213,6 +6220,7 @@
6213
6220
  "deprecated" : true,
6214
6221
  "hostname" : "email-fips.us-west-2.amazonaws.com"
6215
6222
  },
6223
+ "il-central-1" : { },
6216
6224
  "me-south-1" : { },
6217
6225
  "sa-east-1" : { },
6218
6226
  "us-east-1" : {
@@ -7173,6 +7181,7 @@
7173
7181
  "deprecated" : true,
7174
7182
  "hostname" : "fsx-fips.us-west-2.amazonaws.com"
7175
7183
  },
7184
+ "il-central-1" : { },
7176
7185
  "me-central-1" : { },
7177
7186
  "me-south-1" : { },
7178
7187
  "prod-ca-central-1" : {
@@ -7678,6 +7687,7 @@
7678
7687
  "eu-west-1" : { },
7679
7688
  "eu-west-2" : { },
7680
7689
  "eu-west-3" : { },
7690
+ "il-central-1" : { },
7681
7691
  "me-central-1" : { },
7682
7692
  "me-south-1" : { },
7683
7693
  "sa-east-1" : { },
@@ -14132,6 +14142,7 @@
14132
14142
  "fips-us-west-2" : {
14133
14143
  "deprecated" : true
14134
14144
  },
14145
+ "il-central-1" : { },
14135
14146
  "me-south-1" : { },
14136
14147
  "sa-east-1" : { },
14137
14148
  "us-east-1" : {
@@ -14934,6 +14945,7 @@
14934
14945
  "eu-west-1" : { },
14935
14946
  "eu-west-2" : { },
14936
14947
  "eu-west-3" : { },
14948
+ "il-central-1" : { },
14937
14949
  "me-central-1" : { },
14938
14950
  "me-south-1" : { },
14939
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.810.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-23 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: