aws-partitions 1.809.0 → 1.811.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: 94747a2f2dca1e3da4043bd6837b03160d3cd09dd98793c989a5f8d3449b6a18
4
- data.tar.gz: 96074d222e536d37a872c2fb634329325aeba39e5c21dc8a96234af16b91c2b7
3
+ metadata.gz: 6c4d2170de1ab30f69f9ab51d87c7d1e4ccc4ed91053f13ff592fa7f73734adf
4
+ data.tar.gz: f3a91b05b1f63cd50a754d1f988c198eca51cc802ebab216dd177c01764cb210
5
5
  SHA512:
6
- metadata.gz: 393998c12ce913f7e473704618bbbf1d7407366d9e90d7867fe8e71e01152aa47a19836c86ff98af72688494bdb5df21f6f69e00d72dfd6fbd4d1d6e1da7de88
7
- data.tar.gz: 9ef6a522eb3e34ebfc42b3e221214ac6a37b17615870a4ff834531901ec4d63001e2ed7733ef51faf7e90799b29d295d7ec15fe05b0e9720de6c4eea3a495bee
6
+ metadata.gz: e8ae437949dc50af339b4619e4e3cba326acc1253fef61f9fa5e0858e616f1e93919d31c68c2f98460871802181890dd41982c5a6981782b19a1ea943a964d17
7
+ data.tar.gz: 8d13face9d9bd9e6e5781e936cb76bc77572511795713155313b9ea6edfe4e73c2eb9484d0d16053a9bbb2860add8dd6ae9c058144cc4cc4765bdb0b4dbf3f38
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.811.0 (2023-08-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.810.0 (2023-08-23)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.809.0 (2023-08-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.809.0
1
+ 1.811.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",
@@ -2207,6 +2213,7 @@
2207
2213
  "eu-west-1" : { },
2208
2214
  "eu-west-2" : { },
2209
2215
  "eu-west-3" : { },
2216
+ "il-central-1" : { },
2210
2217
  "me-central-1" : { },
2211
2218
  "me-south-1" : { },
2212
2219
  "sa-east-1" : { },
@@ -2328,6 +2335,7 @@
2328
2335
  "deprecated" : true,
2329
2336
  "hostname" : "fips.batch.us-west-2.amazonaws.com"
2330
2337
  },
2338
+ "il-central-1" : { },
2331
2339
  "me-central-1" : { },
2332
2340
  "me-south-1" : { },
2333
2341
  "sa-east-1" : { },
@@ -4402,6 +4410,7 @@
4402
4410
  "deprecated" : true,
4403
4411
  "hostname" : "datasync-fips.us-west-2.amazonaws.com"
4404
4412
  },
4413
+ "il-central-1" : { },
4405
4414
  "me-central-1" : { },
4406
4415
  "me-south-1" : { },
4407
4416
  "sa-east-1" : { },
@@ -9945,6 +9954,7 @@
9945
9954
  "deprecated" : true,
9946
9955
  "hostname" : "license-manager-fips.us-west-2.amazonaws.com"
9947
9956
  },
9957
+ "il-central-1" : { },
9948
9958
  "me-south-1" : { },
9949
9959
  "sa-east-1" : { },
9950
9960
  "us-east-1" : {
@@ -11792,6 +11802,8 @@
11792
11802
  "deprecated" : true,
11793
11803
  "hostname" : "outposts-fips.us-west-2.amazonaws.com"
11794
11804
  },
11805
+ "il-central-1" : { },
11806
+ "me-central-1" : { },
11795
11807
  "me-south-1" : { },
11796
11808
  "sa-east-1" : { },
11797
11809
  "us-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.809.0
4
+ version: 1.811.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-22 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: