aws-partitions 1.889.0 → 1.890.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 +19 -101
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e76821372e4aa12e062057be5857eded5f6e6cc1c539619f89b6a04e06408df8
4
- data.tar.gz: 878e91292c1c8fc9e52923a64d105d75e7eb05bd0a0b6ef89ef7c9881abe862a
3
+ metadata.gz: 509855c5d1b64b59b5bca80ac097c313b105d752533376f190f57cf6fc703fcf
4
+ data.tar.gz: 6d3cf9d44be0e608b4212050e46a8f28140af92340cd1351adb42523b70d8b7f
5
5
  SHA512:
6
- metadata.gz: a78d2a6e2a8848df8ef007ba2ccf38291beb299f016820d097a93ebe225af38364f29128f473b06817fbd37e81dcb8c1f65853c4e7b10ec5299537071da9e371
7
- data.tar.gz: 88c70f1bbb70ac16703f2fc7000f7ecd0e8b3b07cd15e971843870e37cbeec7cabde941b1069d5560a1d457f4bbbab8fc3829ae2be73ad0d9803789f0995f202
6
+ metadata.gz: b370cef9ce5b19d1eb9628bd6fd62e39c26dd8f2fd78cdb1c4d7b7d93f604e927f503d170f121fcdda116238e68f46a6bbb4fe0d0fef94230bcee54908c299fe
7
+ data.tar.gz: 52d6158c7f72e49dcae3ef2d2bb971f8b01ba5aad72ae8c025e87c9b2a52ede638a27b2fdbc1e003938c50063116f93d15b91536029eb90da28771b08629dbe4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.890.0 (2024-02-13)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.889.0 (2024-02-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.889.0
1
+ 1.890.0
data/partitions.json CHANGED
@@ -14341,72 +14341,26 @@
14341
14341
  }
14342
14342
  },
14343
14343
  "resource-explorer-2" : {
14344
- "defaults" : {
14345
- "dnsSuffix" : "api.aws",
14346
- "variants" : [ {
14347
- "dnsSuffix" : "api.aws",
14348
- "hostname" : "{service}-fips.{region}.{dnsSuffix}",
14349
- "tags" : [ "fips" ]
14350
- } ]
14351
- },
14352
14344
  "endpoints" : {
14353
- "ap-northeast-1" : {
14354
- "hostname" : "resource-explorer-2.ap-northeast-1.api.aws"
14355
- },
14356
- "ap-northeast-2" : {
14357
- "hostname" : "resource-explorer-2.ap-northeast-2.api.aws"
14358
- },
14359
- "ap-northeast-3" : {
14360
- "hostname" : "resource-explorer-2.ap-northeast-3.api.aws"
14361
- },
14362
- "ap-south-1" : {
14363
- "hostname" : "resource-explorer-2.ap-south-1.api.aws"
14364
- },
14365
- "ap-southeast-1" : {
14366
- "hostname" : "resource-explorer-2.ap-southeast-1.api.aws"
14367
- },
14368
- "ap-southeast-2" : {
14369
- "hostname" : "resource-explorer-2.ap-southeast-2.api.aws"
14370
- },
14371
- "ap-southeast-3" : {
14372
- "hostname" : "resource-explorer-2.ap-southeast-3.api.aws"
14373
- },
14374
- "ca-central-1" : {
14375
- "hostname" : "resource-explorer-2.ca-central-1.api.aws"
14376
- },
14377
- "eu-central-1" : {
14378
- "hostname" : "resource-explorer-2.eu-central-1.api.aws"
14379
- },
14380
- "eu-north-1" : {
14381
- "hostname" : "resource-explorer-2.eu-north-1.api.aws"
14382
- },
14383
- "eu-west-1" : {
14384
- "hostname" : "resource-explorer-2.eu-west-1.api.aws"
14385
- },
14386
- "eu-west-2" : {
14387
- "hostname" : "resource-explorer-2.eu-west-2.api.aws"
14388
- },
14389
- "eu-west-3" : {
14390
- "hostname" : "resource-explorer-2.eu-west-3.api.aws"
14391
- },
14392
- "me-south-1" : {
14393
- "hostname" : "resource-explorer-2.me-south-1.api.aws"
14394
- },
14395
- "sa-east-1" : {
14396
- "hostname" : "resource-explorer-2.sa-east-1.api.aws"
14397
- },
14398
- "us-east-1" : {
14399
- "hostname" : "resource-explorer-2.us-east-1.api.aws"
14400
- },
14401
- "us-east-2" : {
14402
- "hostname" : "resource-explorer-2.us-east-2.api.aws"
14403
- },
14404
- "us-west-1" : {
14405
- "hostname" : "resource-explorer-2.us-west-1.api.aws"
14406
- },
14407
- "us-west-2" : {
14408
- "hostname" : "resource-explorer-2.us-west-2.api.aws"
14409
- }
14345
+ "ap-northeast-1" : { },
14346
+ "ap-northeast-2" : { },
14347
+ "ap-northeast-3" : { },
14348
+ "ap-south-1" : { },
14349
+ "ap-southeast-1" : { },
14350
+ "ap-southeast-2" : { },
14351
+ "ap-southeast-3" : { },
14352
+ "ca-central-1" : { },
14353
+ "eu-central-1" : { },
14354
+ "eu-north-1" : { },
14355
+ "eu-west-1" : { },
14356
+ "eu-west-2" : { },
14357
+ "eu-west-3" : { },
14358
+ "me-south-1" : { },
14359
+ "sa-east-1" : { },
14360
+ "us-east-1" : { },
14361
+ "us-east-2" : { },
14362
+ "us-west-1" : { },
14363
+ "us-west-2" : { }
14410
14364
  }
14411
14365
  },
14412
14366
  "resource-groups" : {
@@ -21044,24 +20998,6 @@
21044
20998
  "cn-north-1" : { }
21045
20999
  }
21046
21000
  },
21047
- "resource-explorer-2" : {
21048
- "defaults" : {
21049
- "dnsSuffix" : "api.amazonwebservices.com.cn",
21050
- "variants" : [ {
21051
- "dnsSuffix" : "api.amazonwebservices.com.cn",
21052
- "hostname" : "{service}-fips.{region}.{dnsSuffix}",
21053
- "tags" : [ "fips" ]
21054
- } ]
21055
- },
21056
- "endpoints" : {
21057
- "cn-north-1" : {
21058
- "hostname" : "resource-explorer-2.cn-north-1.api.amazonwebservices.com.cn"
21059
- },
21060
- "cn-northwest-1" : {
21061
- "hostname" : "resource-explorer-2.cn-northwest-1.api.amazonwebservices.com.cn"
21062
- }
21063
- }
21064
- },
21065
21001
  "resource-groups" : {
21066
21002
  "endpoints" : {
21067
21003
  "cn-north-1" : { },
@@ -24968,24 +24904,6 @@
24968
24904
  }
24969
24905
  }
24970
24906
  },
24971
- "resource-explorer-2" : {
24972
- "defaults" : {
24973
- "dnsSuffix" : "api.aws",
24974
- "variants" : [ {
24975
- "dnsSuffix" : "api.aws",
24976
- "hostname" : "{service}-fips.{region}.{dnsSuffix}",
24977
- "tags" : [ "fips" ]
24978
- } ]
24979
- },
24980
- "endpoints" : {
24981
- "us-gov-east-1" : {
24982
- "hostname" : "resource-explorer-2.us-gov-east-1.api.aws"
24983
- },
24984
- "us-gov-west-1" : {
24985
- "hostname" : "resource-explorer-2.us-gov-west-1.api.aws"
24986
- }
24987
- }
24988
- },
24989
24907
  "resource-groups" : {
24990
24908
  "defaults" : {
24991
24909
  "variants" : [ {
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.889.0
4
+ version: 1.890.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: 2024-02-09 00:00:00.000000000 Z
11
+ date: 2024-02-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: