aws-partitions 1.772.0 → 1.774.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +38 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 381c91eb707afbb178a691cdd2e9e8f1cf1cc0624392f86e8dd41520c2775092
|
4
|
+
data.tar.gz: 3a18a43827953e2b46e2a954c1eaf37eb31924501dd5471eafe95aeda98b87f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1806faf13dac48d9330b5f42d78541d73ecb236d8b6cf20ec84a4fe8bb1d55706d9d9e5b133f233256534f6cbc78ee618edc2e4f199f28e9cf761c8c6c7eae2
|
7
|
+
data.tar.gz: bc6ca4f9be7135b50b5457d1850ed2068d5bc1028be8b2c5fe9696de9c831245dacecbb8dc94fe9384c5b983939ca87c39b7d87716f7adf4234021b0b69442b2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.774.0 (2023-06-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.773.0 (2023-06-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.772.0 (2023-05-30)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.774.0
|
data/partitions.json
CHANGED
@@ -2213,6 +2213,7 @@
|
|
2213
2213
|
"ap-southeast-1" : { },
|
2214
2214
|
"ap-southeast-2" : { },
|
2215
2215
|
"ap-southeast-3" : { },
|
2216
|
+
"ap-southeast-4" : { },
|
2216
2217
|
"ca-central-1" : { },
|
2217
2218
|
"eu-central-1" : { },
|
2218
2219
|
"eu-central-2" : { },
|
@@ -13997,6 +13998,8 @@
|
|
13997
13998
|
"securitylake" : {
|
13998
13999
|
"endpoints" : {
|
13999
14000
|
"ap-northeast-1" : { },
|
14001
|
+
"ap-northeast-2" : { },
|
14002
|
+
"ap-south-1" : { },
|
14000
14003
|
"ap-southeast-1" : { },
|
14001
14004
|
"ap-southeast-2" : { },
|
14002
14005
|
"eu-central-1" : { },
|
@@ -14005,6 +14008,7 @@
|
|
14005
14008
|
"sa-east-1" : { },
|
14006
14009
|
"us-east-1" : { },
|
14007
14010
|
"us-east-2" : { },
|
14011
|
+
"us-west-1" : { },
|
14008
14012
|
"us-west-2" : { }
|
14009
14013
|
}
|
14010
14014
|
},
|
@@ -21529,6 +21533,36 @@
|
|
21529
21533
|
"us-gov-west-1" : { }
|
21530
21534
|
}
|
21531
21535
|
},
|
21536
|
+
"mgn" : {
|
21537
|
+
"endpoints" : {
|
21538
|
+
"fips-us-gov-east-1" : {
|
21539
|
+
"credentialScope" : {
|
21540
|
+
"region" : "us-gov-east-1"
|
21541
|
+
},
|
21542
|
+
"deprecated" : true,
|
21543
|
+
"hostname" : "mgn-fips.us-gov-east-1.amazonaws.com"
|
21544
|
+
},
|
21545
|
+
"fips-us-gov-west-1" : {
|
21546
|
+
"credentialScope" : {
|
21547
|
+
"region" : "us-gov-west-1"
|
21548
|
+
},
|
21549
|
+
"deprecated" : true,
|
21550
|
+
"hostname" : "mgn-fips.us-gov-west-1.amazonaws.com"
|
21551
|
+
},
|
21552
|
+
"us-gov-east-1" : {
|
21553
|
+
"variants" : [ {
|
21554
|
+
"hostname" : "mgn-fips.us-gov-east-1.amazonaws.com",
|
21555
|
+
"tags" : [ "fips" ]
|
21556
|
+
} ]
|
21557
|
+
},
|
21558
|
+
"us-gov-west-1" : {
|
21559
|
+
"variants" : [ {
|
21560
|
+
"hostname" : "mgn-fips.us-gov-west-1.amazonaws.com",
|
21561
|
+
"tags" : [ "fips" ]
|
21562
|
+
} ]
|
21563
|
+
}
|
21564
|
+
}
|
21565
|
+
},
|
21532
21566
|
"models.lex" : {
|
21533
21567
|
"defaults" : {
|
21534
21568
|
"credentialScope" : {
|
@@ -23669,7 +23703,8 @@
|
|
23669
23703
|
},
|
23670
23704
|
"route53resolver" : {
|
23671
23705
|
"endpoints" : {
|
23672
|
-
"us-iso-east-1" : { }
|
23706
|
+
"us-iso-east-1" : { },
|
23707
|
+
"us-iso-west-1" : { }
|
23673
23708
|
}
|
23674
23709
|
},
|
23675
23710
|
"runtime.sagemaker" : {
|
@@ -23770,7 +23805,8 @@
|
|
23770
23805
|
},
|
23771
23806
|
"tagging" : {
|
23772
23807
|
"endpoints" : {
|
23773
|
-
"us-iso-east-1" : { }
|
23808
|
+
"us-iso-east-1" : { },
|
23809
|
+
"us-iso-west-1" : { }
|
23774
23810
|
}
|
23775
23811
|
},
|
23776
23812
|
"transcribe" : {
|
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.
|
4
|
+
version: 1.774.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-
|
11
|
+
date: 2023-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|