aws-partitions 1.905.0 → 1.906.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +32 -0
- 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: 44b1002c1341bc788d781efe1979306bc617cab2c00c6ec8b8b737a34c2afbf1
|
|
4
|
+
data.tar.gz: f245549178575e969571ab43576e4fd0cc4005fc71e59c668f78f052bc4e68fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edb5edb6b3d8a3a849080dd50dc29cfaa00a09efc184f24808b957dbc9cf56ac2093860505f397a903340fc0ba8ddc3d521516af3c091fe47dd93fd51aca2757
|
|
7
|
+
data.tar.gz: 215e932291a5cb93bf13b993c9ba9e05e7b36cf64e77fdac3d230f094e987cb25557ea6badc5010e30e69b46e2836e870bab07d25536ca3c4ba2ae1b5ef3aeea
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.906.0
|
data/partitions.json
CHANGED
|
@@ -3738,6 +3738,7 @@
|
|
|
3738
3738
|
"ap-southeast-1" : { },
|
|
3739
3739
|
"ap-southeast-2" : { },
|
|
3740
3740
|
"ap-southeast-3" : { },
|
|
3741
|
+
"ap-southeast-4" : { },
|
|
3741
3742
|
"ca-central-1" : { },
|
|
3742
3743
|
"eu-central-1" : { },
|
|
3743
3744
|
"eu-central-2" : { },
|
|
@@ -16636,6 +16637,25 @@
|
|
|
16636
16637
|
"deprecated" : true,
|
|
16637
16638
|
"hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com"
|
|
16638
16639
|
},
|
|
16640
|
+
"ca-west-1" : {
|
|
16641
|
+
"variants" : [ {
|
|
16642
|
+
"hostname" : "servicediscovery-fips.ca-west-1.amazonaws.com",
|
|
16643
|
+
"tags" : [ "fips" ]
|
|
16644
|
+
}, {
|
|
16645
|
+
"hostname" : "servicediscovery-fips.ca-west-1.api.aws",
|
|
16646
|
+
"tags" : [ "dualstack", "fips" ]
|
|
16647
|
+
}, {
|
|
16648
|
+
"hostname" : "servicediscovery.ca-west-1.api.aws",
|
|
16649
|
+
"tags" : [ "dualstack" ]
|
|
16650
|
+
} ]
|
|
16651
|
+
},
|
|
16652
|
+
"ca-west-1-fips" : {
|
|
16653
|
+
"credentialScope" : {
|
|
16654
|
+
"region" : "ca-west-1"
|
|
16655
|
+
},
|
|
16656
|
+
"deprecated" : true,
|
|
16657
|
+
"hostname" : "servicediscovery-fips.ca-west-1.amazonaws.com"
|
|
16658
|
+
},
|
|
16639
16659
|
"eu-central-1" : {
|
|
16640
16660
|
"variants" : [ {
|
|
16641
16661
|
"hostname" : "servicediscovery.eu-central-1.api.aws",
|
|
@@ -22451,6 +22471,18 @@
|
|
|
22451
22471
|
},
|
|
22452
22472
|
"bedrock" : {
|
|
22453
22473
|
"endpoints" : {
|
|
22474
|
+
"bedrock-runtime-us-gov-west-1" : {
|
|
22475
|
+
"credentialScope" : {
|
|
22476
|
+
"region" : "us-gov-west-1"
|
|
22477
|
+
},
|
|
22478
|
+
"hostname" : "bedrock-runtime.us-gov-west-1.amazonaws.com"
|
|
22479
|
+
},
|
|
22480
|
+
"bedrock-us-gov-west-1" : {
|
|
22481
|
+
"credentialScope" : {
|
|
22482
|
+
"region" : "us-gov-west-1"
|
|
22483
|
+
},
|
|
22484
|
+
"hostname" : "bedrock.us-gov-west-1.amazonaws.com"
|
|
22485
|
+
},
|
|
22454
22486
|
"us-gov-west-1" : { }
|
|
22455
22487
|
}
|
|
22456
22488
|
},
|
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.906.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-04-
|
|
11
|
+
date: 2024-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|