aws-partitions 1.995.0 → 1.996.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: 82bbf02b2271d9342deedf9190a7774cbd6881abd7c51a26079af018725892bc
|
|
4
|
+
data.tar.gz: eb6aeb42e25eb060a60f6a378132b5a1cdbe5f72a8a2fa4a1e806035febe8e4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 726001dfd67254d995e4d37a8b869bb9780be27a30f1f881dd14af89e962efcc384e382e49e1f2881afe9a325a8a84df853c1e3dc70e3f8a7f33aa46a57baa9a
|
|
7
|
+
data.tar.gz: 5c607eb173c63781b5f54500c5cbd1e82f6373bd8a3b920465afb9d43df85ee063a3e5ef56434c38b0b22aa9dc88f423160c2a8e17fd090da409a3bdcb4bb7d0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.996.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" : { },
|
|
@@ -28113,6 +28115,36 @@
|
|
|
28113
28115
|
}
|
|
28114
28116
|
}
|
|
28115
28117
|
},
|
|
28118
|
+
"redshift-serverless" : {
|
|
28119
|
+
"endpoints" : {
|
|
28120
|
+
"fips-us-gov-east-1" : {
|
|
28121
|
+
"credentialScope" : {
|
|
28122
|
+
"region" : "us-gov-east-1"
|
|
28123
|
+
},
|
|
28124
|
+
"deprecated" : true,
|
|
28125
|
+
"hostname" : "redshift-serverless-fips.us-gov-east-1.amazonaws.com"
|
|
28126
|
+
},
|
|
28127
|
+
"fips-us-gov-west-1" : {
|
|
28128
|
+
"credentialScope" : {
|
|
28129
|
+
"region" : "us-gov-west-1"
|
|
28130
|
+
},
|
|
28131
|
+
"deprecated" : true,
|
|
28132
|
+
"hostname" : "redshift-serverless-fips.us-gov-west-1.amazonaws.com"
|
|
28133
|
+
},
|
|
28134
|
+
"us-gov-east-1" : {
|
|
28135
|
+
"variants" : [ {
|
|
28136
|
+
"hostname" : "redshift-serverless-fips.us-gov-east-1.amazonaws.com",
|
|
28137
|
+
"tags" : [ "fips" ]
|
|
28138
|
+
} ]
|
|
28139
|
+
},
|
|
28140
|
+
"us-gov-west-1" : {
|
|
28141
|
+
"variants" : [ {
|
|
28142
|
+
"hostname" : "redshift-serverless-fips.us-gov-west-1.amazonaws.com",
|
|
28143
|
+
"tags" : [ "fips" ]
|
|
28144
|
+
} ]
|
|
28145
|
+
}
|
|
28146
|
+
}
|
|
28147
|
+
},
|
|
28116
28148
|
"rekognition" : {
|
|
28117
28149
|
"endpoints" : {
|
|
28118
28150
|
"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.996.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-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|