aws-partitions 1.527.0 → 1.529.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +33 -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: 57de69ed4a2636a4d6e8106983b4207d9ccebcb656d4276d6d29d236879e3152
|
|
4
|
+
data.tar.gz: a38abaa6df0e1e3e7c951f359ed43c3ab8a64c9c6393691b68d40128dba22991
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3dbfd558fe2279aa41c3764f850f72049f222f043af88844239810f541bff5f398fdf956bb5e84b830f92dce7b44cacb22c1f61e08ac2189c6241bb468c7452
|
|
7
|
+
data.tar.gz: 1944c511ebfc53009748714941baec1bb4d90235a368da800620604c6dc1d53cc8854c28f8cef485ac201247dcceedf4568cc3a0c1e9f037be13706934f519fb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.529.0 (2021-11-12)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.528.0 (2021-11-11)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.527.0 (2021-11-10)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.529.0
|
data/partitions.json
CHANGED
|
@@ -8331,6 +8331,7 @@
|
|
|
8331
8331
|
"ap-northeast-2" : { },
|
|
8332
8332
|
"ap-southeast-1" : { },
|
|
8333
8333
|
"ap-southeast-2" : { },
|
|
8334
|
+
"ca-central-1" : { },
|
|
8334
8335
|
"eu-central-1" : { },
|
|
8335
8336
|
"eu-west-1" : { },
|
|
8336
8337
|
"eu-west-2" : { },
|
|
@@ -10249,6 +10250,7 @@
|
|
|
10249
10250
|
"ap-northeast-2" : { },
|
|
10250
10251
|
"ap-southeast-1" : { },
|
|
10251
10252
|
"ap-southeast-2" : { },
|
|
10253
|
+
"ca-central-1" : { },
|
|
10252
10254
|
"eu-central-1" : { },
|
|
10253
10255
|
"eu-west-1" : { },
|
|
10254
10256
|
"eu-west-2" : { },
|
|
@@ -11378,12 +11380,24 @@
|
|
|
11378
11380
|
"ap-south-1" : { },
|
|
11379
11381
|
"ap-southeast-1" : { },
|
|
11380
11382
|
"ap-southeast-2" : { },
|
|
11381
|
-
"ca-central-1" : {
|
|
11383
|
+
"ca-central-1" : {
|
|
11384
|
+
"variants" : [ {
|
|
11385
|
+
"hostname" : "fips.transcribe.ca-central-1.amazonaws.com",
|
|
11386
|
+
"tags" : [ "fips" ]
|
|
11387
|
+
} ]
|
|
11388
|
+
},
|
|
11382
11389
|
"eu-central-1" : { },
|
|
11383
11390
|
"eu-north-1" : { },
|
|
11384
11391
|
"eu-west-1" : { },
|
|
11385
11392
|
"eu-west-2" : { },
|
|
11386
11393
|
"eu-west-3" : { },
|
|
11394
|
+
"fips-ca-central-1" : {
|
|
11395
|
+
"credentialScope" : {
|
|
11396
|
+
"region" : "ca-central-1"
|
|
11397
|
+
},
|
|
11398
|
+
"deprecated" : true,
|
|
11399
|
+
"hostname" : "fips.transcribe.ca-central-1.amazonaws.com"
|
|
11400
|
+
},
|
|
11387
11401
|
"fips-us-east-1" : {
|
|
11388
11402
|
"credentialScope" : {
|
|
11389
11403
|
"region" : "us-east-1"
|
|
@@ -14836,6 +14850,12 @@
|
|
|
14836
14850
|
"partitionEndpoint" : "aws-us-gov-global"
|
|
14837
14851
|
},
|
|
14838
14852
|
"identitystore" : {
|
|
14853
|
+
"defaults" : {
|
|
14854
|
+
"variants" : [ {
|
|
14855
|
+
"hostname" : "identitystore.{region}.{dnsSuffix}",
|
|
14856
|
+
"tags" : [ "fips" ]
|
|
14857
|
+
} ]
|
|
14858
|
+
},
|
|
14839
14859
|
"endpoints" : {
|
|
14840
14860
|
"fips-us-gov-west-1" : {
|
|
14841
14861
|
"credentialScope" : {
|
|
@@ -15444,6 +15464,12 @@
|
|
|
15444
15464
|
}
|
|
15445
15465
|
},
|
|
15446
15466
|
"rds" : {
|
|
15467
|
+
"defaults" : {
|
|
15468
|
+
"variants" : [ {
|
|
15469
|
+
"hostname" : "rds.{region}.{dnsSuffix}",
|
|
15470
|
+
"tags" : [ "fips" ]
|
|
15471
|
+
} ]
|
|
15472
|
+
},
|
|
15447
15473
|
"endpoints" : {
|
|
15448
15474
|
"rds.us-gov-east-1" : {
|
|
15449
15475
|
"credentialScope" : {
|
|
@@ -15629,6 +15655,12 @@
|
|
|
15629
15655
|
}
|
|
15630
15656
|
},
|
|
15631
15657
|
"runtime.sagemaker" : {
|
|
15658
|
+
"defaults" : {
|
|
15659
|
+
"variants" : [ {
|
|
15660
|
+
"hostname" : "runtime.sagemaker.{region}.{dnsSuffix}",
|
|
15661
|
+
"tags" : [ "fips" ]
|
|
15662
|
+
} ]
|
|
15663
|
+
},
|
|
15632
15664
|
"endpoints" : {
|
|
15633
15665
|
"us-gov-west-1" : {
|
|
15634
15666
|
"variants" : [ {
|
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.529.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: 2021-11-
|
|
11
|
+
date: 2021-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|