aws-partitions 1.720.0 → 1.722.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 +16 -2
- 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: ea3587df972384cd231a0e10d2b86256dcfbc2dae215ba741a54d257ba5ed0b7
|
|
4
|
+
data.tar.gz: 12104eaf991bc49d05660e1de7f1a836788d7e5dd24e8cbabecb45a4c3355ec4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6476d4bcda117171299d75f663c4b329370a21eae5f88b027ccb63c49a18019682e9bfabad9880c636059cafca782b2d38bf42a701d05b48ca0d79d24d6835b
|
|
7
|
+
data.tar.gz: 18f04f378b8ae24fd0e33e34a9767df3e1f2baa51f9c0fce067225b85f977ba066d5725620f019e42a587abb32a9fbeeff3292a58b157540cbd09392c0bf4f22
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.722.0 (2023-03-07)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.721.0 (2023-03-03)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.720.0 (2023-03-02)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.722.0
|
data/partitions.json
CHANGED
|
@@ -8250,6 +8250,7 @@
|
|
|
8250
8250
|
"eu-west-1" : { },
|
|
8251
8251
|
"eu-west-2" : { },
|
|
8252
8252
|
"eu-west-3" : { },
|
|
8253
|
+
"me-central-1" : { },
|
|
8253
8254
|
"me-south-1" : { },
|
|
8254
8255
|
"sa-east-1" : { },
|
|
8255
8256
|
"us-east-1" : { },
|
|
@@ -10590,6 +10591,7 @@
|
|
|
10590
10591
|
"deprecated" : true,
|
|
10591
10592
|
"hostname" : "network-firewall-fips.us-west-2.amazonaws.com"
|
|
10592
10593
|
},
|
|
10594
|
+
"me-central-1" : { },
|
|
10593
10595
|
"me-south-1" : { },
|
|
10594
10596
|
"sa-east-1" : { },
|
|
10595
10597
|
"us-east-1" : {
|
|
@@ -11461,7 +11463,6 @@
|
|
|
11461
11463
|
"ap-south-1" : { },
|
|
11462
11464
|
"ap-southeast-1" : { },
|
|
11463
11465
|
"ap-southeast-2" : { },
|
|
11464
|
-
"api" : { },
|
|
11465
11466
|
"ca-central-1" : { },
|
|
11466
11467
|
"eu-central-1" : { },
|
|
11467
11468
|
"eu-north-1" : { },
|
|
@@ -17637,6 +17638,12 @@
|
|
|
17637
17638
|
"cn-northwest-1" : { }
|
|
17638
17639
|
}
|
|
17639
17640
|
},
|
|
17641
|
+
"rolesanywhere" : {
|
|
17642
|
+
"endpoints" : {
|
|
17643
|
+
"cn-north-1" : { },
|
|
17644
|
+
"cn-northwest-1" : { }
|
|
17645
|
+
}
|
|
17646
|
+
},
|
|
17640
17647
|
"route53" : {
|
|
17641
17648
|
"endpoints" : {
|
|
17642
17649
|
"aws-cn-global" : {
|
|
@@ -20416,11 +20423,18 @@
|
|
|
20416
20423
|
},
|
|
20417
20424
|
"mediaconvert" : {
|
|
20418
20425
|
"endpoints" : {
|
|
20419
|
-
"us-gov-west-1" : {
|
|
20426
|
+
"fips-us-gov-west-1" : {
|
|
20420
20427
|
"credentialScope" : {
|
|
20421
20428
|
"region" : "us-gov-west-1"
|
|
20422
20429
|
},
|
|
20430
|
+
"deprecated" : true,
|
|
20423
20431
|
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
|
|
20432
|
+
},
|
|
20433
|
+
"us-gov-west-1" : {
|
|
20434
|
+
"variants" : [ {
|
|
20435
|
+
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com",
|
|
20436
|
+
"tags" : [ "fips" ]
|
|
20437
|
+
} ]
|
|
20424
20438
|
}
|
|
20425
20439
|
}
|
|
20426
20440
|
},
|
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.722.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-03-
|
|
11
|
+
date: 2023-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|