aws-partitions 1.678.0 → 1.679.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +23 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b0a58a67cd6b0a7ab4d71a2459d0147dc2be0a8a951b26aeb2c05526a63f55b
4
- data.tar.gz: 011770e5f3168d35c22f5a48f7308dd36ed0ad2255b5855e99727e58428418de
3
+ metadata.gz: 27ede78efe6f85113d81f5efa8c6c40b7a52671d35c5d638785b4ecd7a5a5501
4
+ data.tar.gz: 6d4825d013e5e924c7a5c5e8ac524a155881b055621a9c61c6238ece0e671a68
5
5
  SHA512:
6
- metadata.gz: d20f1f96a45d5f2a3a367262d683c45b9e3b48094ba34df8e90ceac13c8700cf556ba2ed567fa537499a089cf11933a3264698956f5306cc1b58240e36a12001
7
- data.tar.gz: b61c3de1791719c24bb4207a83df4ccbf50745784a491210fee9d5359ee95270ce8cebad6adc94f613262e23473a12576e0a3ed2533f6536e6bd2fc715aa2251
6
+ metadata.gz: 6a0730dcbe55fa883f814b64a313ccbb0ca3888c6104441c31cb2f6970aac8dbc51ef1e550dc21b6f9f3456bf97cfd51787e9d46fe113ac519e23756bdc30096
7
+ data.tar.gz: 497140b73401fe0d60bdf53513e59080c9b36731e2ba790409ff11add933dab502f5d17c6c4059fe58a3534770d3607c7aaed391a84d1372213edd5e4c9e7478
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.679.0 (2022-12-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.678.0 (2022-12-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.678.0
1
+ 1.679.0
data/partitions.json CHANGED
@@ -5310,6 +5310,12 @@
5310
5310
  "tags" : [ "fips" ]
5311
5311
  } ]
5312
5312
  },
5313
+ "eu-central-2" : {
5314
+ "variants" : [ {
5315
+ "hostname" : "elasticfilesystem-fips.eu-central-2.amazonaws.com",
5316
+ "tags" : [ "fips" ]
5317
+ } ]
5318
+ },
5313
5319
  "eu-north-1" : {
5314
5320
  "variants" : [ {
5315
5321
  "hostname" : "elasticfilesystem-fips.eu-north-1.amazonaws.com",
@@ -5417,6 +5423,13 @@
5417
5423
  "deprecated" : true,
5418
5424
  "hostname" : "elasticfilesystem-fips.eu-central-1.amazonaws.com"
5419
5425
  },
5426
+ "fips-eu-central-2" : {
5427
+ "credentialScope" : {
5428
+ "region" : "eu-central-2"
5429
+ },
5430
+ "deprecated" : true,
5431
+ "hostname" : "elasticfilesystem-fips.eu-central-2.amazonaws.com"
5432
+ },
5420
5433
  "fips-eu-north-1" : {
5421
5434
  "credentialScope" : {
5422
5435
  "region" : "eu-north-1"
@@ -10970,8 +10983,10 @@
10970
10983
  "api" : { },
10971
10984
  "ca-central-1" : { },
10972
10985
  "eu-central-1" : { },
10986
+ "eu-north-1" : { },
10973
10987
  "eu-west-1" : { },
10974
10988
  "eu-west-2" : { },
10989
+ "eu-west-3" : { },
10975
10990
  "sa-east-1" : { },
10976
10991
  "us-east-1" : { },
10977
10992
  "us-east-2" : { },
@@ -13294,6 +13309,7 @@
13294
13309
  "eu-west-1" : { },
13295
13310
  "eu-west-2" : { },
13296
13311
  "eu-west-3" : { },
13312
+ "me-central-1" : { },
13297
13313
  "me-south-1" : { },
13298
13314
  "sa-east-1" : { },
13299
13315
  "us-east-1" : { },
@@ -16340,6 +16356,12 @@
16340
16356
  "cn-northwest-1" : { }
16341
16357
  }
16342
16358
  },
16359
+ "datasync" : {
16360
+ "endpoints" : {
16361
+ "cn-north-1" : { },
16362
+ "cn-northwest-1" : { }
16363
+ }
16364
+ },
16343
16365
  "dax" : {
16344
16366
  "endpoints" : {
16345
16367
  "cn-north-1" : { },
@@ -19452,6 +19474,7 @@
19452
19474
  },
19453
19475
  "metrics.sagemaker" : {
19454
19476
  "endpoints" : {
19477
+ "us-gov-east-1" : { },
19455
19478
  "us-gov-west-1" : { }
19456
19479
  }
19457
19480
  },
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.678.0
4
+ version: 1.679.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: 2022-12-15 00:00:00.000000000 Z
11
+ date: 2022-12-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: