aws-partitions 1.768.0 → 1.769.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 -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: 74b2ebfb7a9f3a4139573f8cd3f77566458a51f046d46bbf7640a32c96d2f484
|
|
4
|
+
data.tar.gz: 59b1d2ad28a199da2aae22996d5195bdf5a735e82e98304e0c3369759a147e71
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55908cf2c450d8847e5e0ac4316420822ed0e2b7bbaafe5158062952d1aee91e5599799e02653bcaaabd0b2d1bb7bf5d99d130c669184719e85c34d38d6d8352
|
|
7
|
+
data.tar.gz: 1382b6039931cbe21642e9b0d0930d1e21616a10a60bc85eb44a45f7ec1b9a46d9bedff0eaf5b59863c671a053cc7c638c5f4be291af8e74d4234e49696d8f75
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.769.0
|
data/partitions.json
CHANGED
|
@@ -3272,6 +3272,13 @@
|
|
|
3272
3272
|
"deprecated" : true,
|
|
3273
3273
|
"hostname" : "cognito-identity-fips.us-east-2.amazonaws.com"
|
|
3274
3274
|
},
|
|
3275
|
+
"fips-us-west-1" : {
|
|
3276
|
+
"credentialScope" : {
|
|
3277
|
+
"region" : "us-west-1"
|
|
3278
|
+
},
|
|
3279
|
+
"deprecated" : true,
|
|
3280
|
+
"hostname" : "cognito-identity-fips.us-west-1.amazonaws.com"
|
|
3281
|
+
},
|
|
3275
3282
|
"fips-us-west-2" : {
|
|
3276
3283
|
"credentialScope" : {
|
|
3277
3284
|
"region" : "us-west-2"
|
|
@@ -3293,7 +3300,12 @@
|
|
|
3293
3300
|
"tags" : [ "fips" ]
|
|
3294
3301
|
} ]
|
|
3295
3302
|
},
|
|
3296
|
-
"us-west-1" : {
|
|
3303
|
+
"us-west-1" : {
|
|
3304
|
+
"variants" : [ {
|
|
3305
|
+
"hostname" : "cognito-identity-fips.us-west-1.amazonaws.com",
|
|
3306
|
+
"tags" : [ "fips" ]
|
|
3307
|
+
} ]
|
|
3308
|
+
},
|
|
3297
3309
|
"us-west-2" : {
|
|
3298
3310
|
"variants" : [ {
|
|
3299
3311
|
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com",
|
|
@@ -16057,8 +16069,11 @@
|
|
|
16057
16069
|
},
|
|
16058
16070
|
"transcribestreaming" : {
|
|
16059
16071
|
"endpoints" : {
|
|
16072
|
+
"af-south-1" : { },
|
|
16060
16073
|
"ap-northeast-1" : { },
|
|
16061
16074
|
"ap-northeast-2" : { },
|
|
16075
|
+
"ap-south-1" : { },
|
|
16076
|
+
"ap-southeast-1" : { },
|
|
16062
16077
|
"ap-southeast-2" : { },
|
|
16063
16078
|
"ca-central-1" : { },
|
|
16064
16079
|
"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.769.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: 2023-05-
|
|
11
|
+
date: 2023-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|