aws-partitions 1.1034.0 → 1.1035.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 +110 -7
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dcbf1247c0e647fda6d5ef022ed34e78033db5e4dd1c6bf9e00c226eb4b55ef2
4
- data.tar.gz: 2c5dfe91cfe6afc50136c9876de1f12ff0e47143f2d9f70930653591c36c5752
3
+ metadata.gz: 0ac7c455fa87c6f54c1038b606ac2e13b98c7f999ee540c336d53495a46e4800
4
+ data.tar.gz: c98665c71e8eefda5650b2d97b80fcc2a7d00e57004b1a6a06e3a47a3dd2bb1f
5
5
  SHA512:
6
- metadata.gz: 6b75db466eb7b35881bcc1cf1b3c06059bdb7f7aef0c03577cd07a7cb093b3f33538b82e69e011890265cbeb8f4a4f00fc7709b96312ffe3e114ae1d905234d5
7
- data.tar.gz: 50f820866a551a24cd4b4d019e34e7005fa0a7e01ab0d6b2f71dd6a8e1ca07d3608417d14d3d00247f8e56b32e6d5ab0d66890a76601c7f70fb57f842d4621c5
6
+ metadata.gz: dcd7cce99a5c786588dc562e7c4d5e72e4b7bd4c289487289f27491d881da4d04fbd36ae82e28a438572be98b988b9031302a428befde9b1fee50de0df3f8ae5
7
+ data.tar.gz: 51296629f682eade6596b23bbb1caf2948050951a3076956876c5409c1013bc5fc1deb014bb668625d59d8a75aa40dd817d73ea15657451331bead67b6854d78
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1035.0 (2025-01-10)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1034.0 (2025-01-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1034.0
1
+ 1.1035.0
data/partitions.json CHANGED
@@ -13814,6 +13814,7 @@
13814
13814
  "ap-southeast-2" : { },
13815
13815
  "ap-southeast-3" : { },
13816
13816
  "ap-southeast-4" : { },
13817
+ "ap-southeast-5" : { },
13817
13818
  "ca-central-1" : { },
13818
13819
  "ca-west-1" : { },
13819
13820
  "eu-central-1" : { },
@@ -21617,8 +21618,18 @@
21617
21618
  },
21618
21619
  "snowball" : {
21619
21620
  "endpoints" : {
21620
- "af-south-1" : { },
21621
- "ap-east-1" : { },
21621
+ "af-south-1" : {
21622
+ "variants" : [ {
21623
+ "hostname" : "snowball-fips.af-south-1.amazonaws.com",
21624
+ "tags" : [ "fips" ]
21625
+ } ]
21626
+ },
21627
+ "ap-east-1" : {
21628
+ "variants" : [ {
21629
+ "hostname" : "snowball-fips.ap-east-1.amazonaws.com",
21630
+ "tags" : [ "fips" ]
21631
+ } ]
21632
+ },
21622
21633
  "ap-northeast-1" : {
21623
21634
  "variants" : [ {
21624
21635
  "hostname" : "snowball-fips.ap-northeast-1.amazonaws.com",
@@ -21655,7 +21666,12 @@
21655
21666
  "tags" : [ "fips" ]
21656
21667
  } ]
21657
21668
  },
21658
- "ap-southeast-3" : { },
21669
+ "ap-southeast-3" : {
21670
+ "variants" : [ {
21671
+ "hostname" : "snowball-fips.ap-southeast-3.amazonaws.com",
21672
+ "tags" : [ "fips" ]
21673
+ } ]
21674
+ },
21659
21675
  "ca-central-1" : {
21660
21676
  "variants" : [ {
21661
21677
  "hostname" : "snowball-fips.ca-central-1.amazonaws.com",
@@ -21668,8 +21684,18 @@
21668
21684
  "tags" : [ "fips" ]
21669
21685
  } ]
21670
21686
  },
21671
- "eu-north-1" : { },
21672
- "eu-south-1" : { },
21687
+ "eu-north-1" : {
21688
+ "variants" : [ {
21689
+ "hostname" : "snowball-fips.eu-north-1.amazonaws.com",
21690
+ "tags" : [ "fips" ]
21691
+ } ]
21692
+ },
21693
+ "eu-south-1" : {
21694
+ "variants" : [ {
21695
+ "hostname" : "snowball-fips.eu-south-1.amazonaws.com",
21696
+ "tags" : [ "fips" ]
21697
+ } ]
21698
+ },
21673
21699
  "eu-west-1" : {
21674
21700
  "variants" : [ {
21675
21701
  "hostname" : "snowball-fips.eu-west-1.amazonaws.com",
@@ -21688,6 +21714,20 @@
21688
21714
  "tags" : [ "fips" ]
21689
21715
  } ]
21690
21716
  },
21717
+ "fips-af-south-1" : {
21718
+ "credentialScope" : {
21719
+ "region" : "af-south-1"
21720
+ },
21721
+ "deprecated" : true,
21722
+ "hostname" : "snowball-fips.af-south-1.amazonaws.com"
21723
+ },
21724
+ "fips-ap-east-1" : {
21725
+ "credentialScope" : {
21726
+ "region" : "ap-east-1"
21727
+ },
21728
+ "deprecated" : true,
21729
+ "hostname" : "snowball-fips.ap-east-1.amazonaws.com"
21730
+ },
21691
21731
  "fips-ap-northeast-1" : {
21692
21732
  "credentialScope" : {
21693
21733
  "region" : "ap-northeast-1"
@@ -21730,6 +21770,13 @@
21730
21770
  "deprecated" : true,
21731
21771
  "hostname" : "snowball-fips.ap-southeast-2.amazonaws.com"
21732
21772
  },
21773
+ "fips-ap-southeast-3" : {
21774
+ "credentialScope" : {
21775
+ "region" : "ap-southeast-3"
21776
+ },
21777
+ "deprecated" : true,
21778
+ "hostname" : "snowball-fips.ap-southeast-3.amazonaws.com"
21779
+ },
21733
21780
  "fips-ca-central-1" : {
21734
21781
  "credentialScope" : {
21735
21782
  "region" : "ca-central-1"
@@ -21744,6 +21791,20 @@
21744
21791
  "deprecated" : true,
21745
21792
  "hostname" : "snowball-fips.eu-central-1.amazonaws.com"
21746
21793
  },
21794
+ "fips-eu-north-1" : {
21795
+ "credentialScope" : {
21796
+ "region" : "eu-north-1"
21797
+ },
21798
+ "deprecated" : true,
21799
+ "hostname" : "snowball-fips.eu-north-1.amazonaws.com"
21800
+ },
21801
+ "fips-eu-south-1" : {
21802
+ "credentialScope" : {
21803
+ "region" : "eu-south-1"
21804
+ },
21805
+ "deprecated" : true,
21806
+ "hostname" : "snowball-fips.eu-south-1.amazonaws.com"
21807
+ },
21747
21808
  "fips-eu-west-1" : {
21748
21809
  "credentialScope" : {
21749
21810
  "region" : "eu-west-1"
@@ -21765,6 +21826,20 @@
21765
21826
  "deprecated" : true,
21766
21827
  "hostname" : "snowball-fips.eu-west-3.amazonaws.com"
21767
21828
  },
21829
+ "fips-il-central-1" : {
21830
+ "credentialScope" : {
21831
+ "region" : "il-central-1"
21832
+ },
21833
+ "deprecated" : true,
21834
+ "hostname" : "snowball-fips.il-central-1.amazonaws.com"
21835
+ },
21836
+ "fips-me-central-1" : {
21837
+ "credentialScope" : {
21838
+ "region" : "me-central-1"
21839
+ },
21840
+ "deprecated" : true,
21841
+ "hostname" : "snowball-fips.me-central-1.amazonaws.com"
21842
+ },
21768
21843
  "fips-sa-east-1" : {
21769
21844
  "credentialScope" : {
21770
21845
  "region" : "sa-east-1"
@@ -21800,8 +21875,18 @@
21800
21875
  "deprecated" : true,
21801
21876
  "hostname" : "snowball-fips.us-west-2.amazonaws.com"
21802
21877
  },
21803
- "il-central-1" : { },
21804
- "me-central-1" : { },
21878
+ "il-central-1" : {
21879
+ "variants" : [ {
21880
+ "hostname" : "snowball-fips.il-central-1.amazonaws.com",
21881
+ "tags" : [ "fips" ]
21882
+ } ]
21883
+ },
21884
+ "me-central-1" : {
21885
+ "variants" : [ {
21886
+ "hostname" : "snowball-fips.me-central-1.amazonaws.com",
21887
+ "tags" : [ "fips" ]
21888
+ } ]
21889
+ },
21805
21890
  "sa-east-1" : {
21806
21891
  "variants" : [ {
21807
21892
  "hostname" : "snowball-fips.sa-east-1.amazonaws.com",
@@ -32431,6 +32516,24 @@
32431
32516
  "us-iso-east-1" : { }
32432
32517
  }
32433
32518
  },
32519
+ "budgets" : {
32520
+ "endpoints" : {
32521
+ "aws-iso-global" : {
32522
+ "credentialScope" : {
32523
+ "region" : "us-iso-east-1"
32524
+ },
32525
+ "hostname" : "budgets.c2s.ic.gov"
32526
+ },
32527
+ "us-iso-east-1" : {
32528
+ "credentialScope" : {
32529
+ "region" : "us-iso-east-1"
32530
+ },
32531
+ "hostname" : "budgets.c2s.ic.gov"
32532
+ }
32533
+ },
32534
+ "isRegionalized" : false,
32535
+ "partitionEndpoint" : "aws-iso-global"
32536
+ },
32434
32537
  "cloudcontrolapi" : {
32435
32538
  "endpoints" : {
32436
32539
  "us-iso-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.1034.0
4
+ version: 1.1035.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: 2025-01-09 00:00:00.000000000 Z
11
+ date: 2025-01-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: