aws-partitions 1.898.0 → 1.899.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 +43 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6b2efff698f5487ed5601eb495a3af307e445240c7b410147844b384c259bf2
4
- data.tar.gz: c47f5b6e089827d04a0abf632ae515bdfa49d2eab7080bfd44b080837d95a529
3
+ metadata.gz: fd1cff49ae0389a0e573cd609d50ad2a76216b1ad3acc04ab4c679ebdecd2caf
4
+ data.tar.gz: 617a49c82830fe3b069b42d67fa3b31a4a417d21a912154b015c9f14cca39db7
5
5
  SHA512:
6
- metadata.gz: 0c67c6fdec2254c3317be20df9bd92faddf13ca9b03c87fb9b84931f0740fbccc27a158039ad2eacde41187e87518f4fe3b4706797013b874280533a6e56f7ee
7
- data.tar.gz: 80a4f9d1a7b21c68036d8806f93918f2a78c6dcec2466d211c519231ba8c2e20a24c06babd067c0da98fb59d0d752d0eaba94aac7d8e095f8ccae117a8d7c443
6
+ metadata.gz: 414868bb97b03a7ec514a6764c56ba526f8c1971714f3480689eaf7065b0f5bf20b7edaaffd860ce3bd2e35442e7b86ad04f7f424b5d3c8a7c5220b7f8988682
7
+ data.tar.gz: 8c686420f19e66bc4708b999c62407697f3b58e3794fbd3e5d0fa00b535188125ac416408d896e3985be32d758500b72c7b2e771c509eb409b0a039a5178712e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.899.0 (2024-03-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.898.0 (2024-03-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.898.0
1
+ 1.899.0
data/partitions.json CHANGED
@@ -2099,6 +2099,12 @@
2099
2099
  "tags" : [ "dualstack" ]
2100
2100
  } ]
2101
2101
  },
2102
+ "ca-west-1" : {
2103
+ "variants" : [ {
2104
+ "hostname" : "athena.ca-west-1.api.aws",
2105
+ "tags" : [ "dualstack" ]
2106
+ } ]
2107
+ },
2102
2108
  "eu-central-1" : {
2103
2109
  "variants" : [ {
2104
2110
  "hostname" : "athena.eu-central-1.api.aws",
@@ -12802,6 +12808,12 @@
12802
12808
  },
12803
12809
  "hostname" : "oidc.ap-southeast-3.amazonaws.com"
12804
12810
  },
12811
+ "ap-southeast-4" : {
12812
+ "credentialScope" : {
12813
+ "region" : "ap-southeast-4"
12814
+ },
12815
+ "hostname" : "oidc.ap-southeast-4.amazonaws.com"
12816
+ },
12805
12817
  "ca-central-1" : {
12806
12818
  "credentialScope" : {
12807
12819
  "region" : "ca-central-1"
@@ -13459,6 +13471,12 @@
13459
13471
  },
13460
13472
  "hostname" : "portal.sso.ap-southeast-3.amazonaws.com"
13461
13473
  },
13474
+ "ap-southeast-4" : {
13475
+ "credentialScope" : {
13476
+ "region" : "ap-southeast-4"
13477
+ },
13478
+ "hostname" : "portal.sso.ap-southeast-4.amazonaws.com"
13479
+ },
13462
13480
  "ca-central-1" : {
13463
13481
  "credentialScope" : {
13464
13482
  "region" : "ca-central-1"
@@ -17943,6 +17961,7 @@
17943
17961
  "ap-southeast-1" : { },
17944
17962
  "ap-southeast-2" : { },
17945
17963
  "ap-southeast-3" : { },
17964
+ "ap-southeast-4" : { },
17946
17965
  "ca-central-1" : { },
17947
17966
  "eu-central-1" : { },
17948
17967
  "eu-central-2" : { },
@@ -27896,6 +27915,30 @@
27896
27915
  "us-isob-east-1" : { }
27897
27916
  }
27898
27917
  },
27918
+ "storagegateway" : {
27919
+ "endpoints" : {
27920
+ "fips" : {
27921
+ "credentialScope" : {
27922
+ "region" : "us-isob-east-1"
27923
+ },
27924
+ "deprecated" : true,
27925
+ "hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
27926
+ },
27927
+ "us-isob-east-1" : {
27928
+ "variants" : [ {
27929
+ "hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov",
27930
+ "tags" : [ "fips" ]
27931
+ } ]
27932
+ },
27933
+ "us-isob-east-1-fips" : {
27934
+ "credentialScope" : {
27935
+ "region" : "us-isob-east-1"
27936
+ },
27937
+ "deprecated" : true,
27938
+ "hostname" : "storagegateway-fips.us-isob-east-1.sc2s.sgov.gov"
27939
+ }
27940
+ }
27941
+ },
27899
27942
  "streams.dynamodb" : {
27900
27943
  "defaults" : {
27901
27944
  "credentialScope" : {
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.898.0
4
+ version: 1.899.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-03-15 00:00:00.000000000 Z
11
+ date: 2024-03-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: