aws-partitions 1.949.0 → 1.951.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +18 -1
- 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
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.951.0 (2024-07-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.950.0 (2024-07-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.949.0 (2024-06-28)
|
5
15
|
------------------
|
6
16
|
|
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"
|
@@ -21084,7 +21100,8 @@
|
|
21084
21100
|
"protocols" : [ "https" ]
|
21085
21101
|
},
|
21086
21102
|
"endpoints" : {
|
21087
|
-
"cn-north-1" : { }
|
21103
|
+
"cn-north-1" : { },
|
21104
|
+
"cn-northwest-1" : { }
|
21088
21105
|
}
|
21089
21106
|
},
|
21090
21107
|
"airflow" : {
|
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-
|
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:
|