aws-partitions 1.950.0 → 1.951.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 +16 -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: d250211baa1bc5fbf338694d6670cea227fa625ac627121151ad03618265207c
|
|
4
|
+
data.tar.gz: 19cd1c30f02432b9701f2378fbfcf8d7eaa0bed66897960648d4cdb6a28f523d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3096d9cc66480e12c9080a0897b1d2d6f44efb65e2d290c19ee9d6e114c5e249ff6795b81f2e7ae72283d1ad63f32d3581696230270f3ebd60cf39d657e8fb2c
|
|
7
|
+
data.tar.gz: 8b9d4c260f3bb078e32825b97a37225f92c39f7f05f40d5944656658762b15fdd588ed439675214ecb17a855513ac85311b06972d54a241ed2684fcbae90abfd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.951.0
|
data/partitions.json
CHANGED
|
@@ -8690,6 +8690,16 @@
|
|
|
8690
8690
|
}
|
|
8691
8691
|
}
|
|
8692
8692
|
},
|
|
8693
|
+
"globalaccelerator" : {
|
|
8694
|
+
"endpoints" : {
|
|
8695
|
+
"fips-us-west-2" : {
|
|
8696
|
+
"credentialScope" : {
|
|
8697
|
+
"region" : "us-west-2"
|
|
8698
|
+
},
|
|
8699
|
+
"hostname" : "globalaccelerator-fips.us-west-2.amazonaws.com"
|
|
8700
|
+
}
|
|
8701
|
+
}
|
|
8702
|
+
},
|
|
8693
8703
|
"glue" : {
|
|
8694
8704
|
"endpoints" : {
|
|
8695
8705
|
"af-south-1" : { },
|
|
@@ -13143,6 +13153,12 @@
|
|
|
13143
13153
|
},
|
|
13144
13154
|
"hostname" : "oidc.ca-central-1.amazonaws.com"
|
|
13145
13155
|
},
|
|
13156
|
+
"ca-west-1" : {
|
|
13157
|
+
"credentialScope" : {
|
|
13158
|
+
"region" : "ca-west-1"
|
|
13159
|
+
},
|
|
13160
|
+
"hostname" : "oidc.ca-west-1.amazonaws.com"
|
|
13161
|
+
},
|
|
13146
13162
|
"eu-central-1" : {
|
|
13147
13163
|
"credentialScope" : {
|
|
13148
13164
|
"region" : "eu-central-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.
|
|
4
|
+
version: 1.951.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-07-
|
|
11
|
+
date: 2024-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|