aws-partitions 1.995.0 → 1.997.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 +33 -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: ce4764b6a5a9999307aace466d15201b9924c9a49e2263a4660e7dd655dac50b
|
4
|
+
data.tar.gz: 5a72ce9bbe95bd8b5c92635c2db368a879814af94fa86ce87b97aa92cdf330bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 311c6e8a77afa85f0453fa3fd530a4688ee818605364f0e3ff3ca9c642446e9a8a510e0ec6c34b1a3127d31c862d33d2bd70a9efc64e99cbac72b6d8ca3d5fa1
|
7
|
+
data.tar.gz: 69aefd3e59e8106ad848027ced73105a025c21efbb6895f1554d11bc29e0e92c4beb9e4cf36d433857a77fbc9df224cbb455100bc09be9a00925ae1e9413ddc4
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.997.0 (2024-10-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.996.0 (2024-10-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.995.0 (2024-10-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.997.0
|
data/partitions.json
CHANGED
@@ -13262,6 +13262,7 @@
|
|
13262
13262
|
"ap-northeast-2" : { },
|
13263
13263
|
"ap-northeast-3" : { },
|
13264
13264
|
"ap-south-1" : { },
|
13265
|
+
"ap-south-2" : { },
|
13265
13266
|
"ap-southeast-1" : { },
|
13266
13267
|
"ap-southeast-2" : { },
|
13267
13268
|
"ap-southeast-4" : { },
|
@@ -13271,6 +13272,7 @@
|
|
13271
13272
|
"eu-west-1" : { },
|
13272
13273
|
"eu-west-2" : { },
|
13273
13274
|
"eu-west-3" : { },
|
13275
|
+
"me-central-1" : { },
|
13274
13276
|
"sa-east-1" : { },
|
13275
13277
|
"us-east-1" : { },
|
13276
13278
|
"us-east-2" : { },
|
@@ -20402,6 +20404,7 @@
|
|
20402
20404
|
"ap-southeast-2" : { },
|
20403
20405
|
"ap-southeast-3" : { },
|
20404
20406
|
"ap-southeast-4" : { },
|
20407
|
+
"ap-southeast-5" : { },
|
20405
20408
|
"ca-central-1" : {
|
20406
20409
|
"variants" : [ {
|
20407
20410
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
|
@@ -28113,6 +28116,36 @@
|
|
28113
28116
|
}
|
28114
28117
|
}
|
28115
28118
|
},
|
28119
|
+
"redshift-serverless" : {
|
28120
|
+
"endpoints" : {
|
28121
|
+
"fips-us-gov-east-1" : {
|
28122
|
+
"credentialScope" : {
|
28123
|
+
"region" : "us-gov-east-1"
|
28124
|
+
},
|
28125
|
+
"deprecated" : true,
|
28126
|
+
"hostname" : "redshift-serverless-fips.us-gov-east-1.amazonaws.com"
|
28127
|
+
},
|
28128
|
+
"fips-us-gov-west-1" : {
|
28129
|
+
"credentialScope" : {
|
28130
|
+
"region" : "us-gov-west-1"
|
28131
|
+
},
|
28132
|
+
"deprecated" : true,
|
28133
|
+
"hostname" : "redshift-serverless-fips.us-gov-west-1.amazonaws.com"
|
28134
|
+
},
|
28135
|
+
"us-gov-east-1" : {
|
28136
|
+
"variants" : [ {
|
28137
|
+
"hostname" : "redshift-serverless-fips.us-gov-east-1.amazonaws.com",
|
28138
|
+
"tags" : [ "fips" ]
|
28139
|
+
} ]
|
28140
|
+
},
|
28141
|
+
"us-gov-west-1" : {
|
28142
|
+
"variants" : [ {
|
28143
|
+
"hostname" : "redshift-serverless-fips.us-gov-west-1.amazonaws.com",
|
28144
|
+
"tags" : [ "fips" ]
|
28145
|
+
} ]
|
28146
|
+
}
|
28147
|
+
}
|
28148
|
+
},
|
28116
28149
|
"rekognition" : {
|
28117
28150
|
"endpoints" : {
|
28118
28151
|
"rekognition-fips.us-gov-west-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.997.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-10-
|
11
|
+
date: 2024-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|