aws-partitions 1.848.0 → 1.850.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 +75 -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: 924c41b16f41f572dc63a713e7c271cdb9c16661205f2e2d07422d834e6e6e1f
|
4
|
+
data.tar.gz: fd9f2195d28ba51b077a42fe31e225c1992548d231e950e7618b751a39eb3c8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e42be391cac4df08cd1a14ad7e31b5f2f4988757e7509905d82896b130de45e9409c0f0a9493607169f1bf82076d3ce0cb10188db75534a3ecbb30b9b2bc4bb8
|
7
|
+
data.tar.gz: f95cd5b756cc852e56861055bd8f6ee57edd8ad1e2bda7b42e09872ec5fe81eb95728ef1d6ac2ba42fdc6371c457363ba5cab5f48addecab0bff404567c1b9f7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.850.0 (2023-11-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.849.0 (2023-11-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.848.0 (2023-11-08)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.850.0
|
data/partitions.json
CHANGED
@@ -3358,9 +3358,13 @@
|
|
3358
3358
|
"ap-east-1" : { },
|
3359
3359
|
"ap-northeast-1" : { },
|
3360
3360
|
"ap-northeast-2" : { },
|
3361
|
+
"ap-northeast-3" : { },
|
3361
3362
|
"ap-south-1" : { },
|
3363
|
+
"ap-south-2" : { },
|
3362
3364
|
"ap-southeast-1" : { },
|
3363
3365
|
"ap-southeast-2" : { },
|
3366
|
+
"ap-southeast-3" : { },
|
3367
|
+
"ap-southeast-4" : { },
|
3364
3368
|
"ca-central-1" : {
|
3365
3369
|
"variants" : [ {
|
3366
3370
|
"hostname" : "codepipeline-fips.ca-central-1.amazonaws.com",
|
@@ -3371,6 +3375,7 @@
|
|
3371
3375
|
"eu-central-2" : { },
|
3372
3376
|
"eu-north-1" : { },
|
3373
3377
|
"eu-south-1" : { },
|
3378
|
+
"eu-south-2" : { },
|
3374
3379
|
"eu-west-1" : { },
|
3375
3380
|
"eu-west-2" : { },
|
3376
3381
|
"eu-west-3" : { },
|
@@ -3409,6 +3414,8 @@
|
|
3409
3414
|
"deprecated" : true,
|
3410
3415
|
"hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
|
3411
3416
|
},
|
3417
|
+
"il-central-1" : { },
|
3418
|
+
"me-central-1" : { },
|
3412
3419
|
"me-south-1" : { },
|
3413
3420
|
"sa-east-1" : { },
|
3414
3421
|
"us-east-1" : {
|
@@ -3796,6 +3803,12 @@
|
|
3796
3803
|
},
|
3797
3804
|
"hostname" : "compute-optimizer.ap-south-1.amazonaws.com"
|
3798
3805
|
},
|
3806
|
+
"ap-south-2" : {
|
3807
|
+
"credentialScope" : {
|
3808
|
+
"region" : "ap-south-2"
|
3809
|
+
},
|
3810
|
+
"hostname" : "compute-optimizer.ap-south-2.amazonaws.com"
|
3811
|
+
},
|
3799
3812
|
"ap-southeast-1" : {
|
3800
3813
|
"credentialScope" : {
|
3801
3814
|
"region" : "ap-southeast-1"
|
@@ -3808,6 +3821,18 @@
|
|
3808
3821
|
},
|
3809
3822
|
"hostname" : "compute-optimizer.ap-southeast-2.amazonaws.com"
|
3810
3823
|
},
|
3824
|
+
"ap-southeast-3" : {
|
3825
|
+
"credentialScope" : {
|
3826
|
+
"region" : "ap-southeast-3"
|
3827
|
+
},
|
3828
|
+
"hostname" : "compute-optimizer.ap-southeast-3.amazonaws.com"
|
3829
|
+
},
|
3830
|
+
"ap-southeast-4" : {
|
3831
|
+
"credentialScope" : {
|
3832
|
+
"region" : "ap-southeast-4"
|
3833
|
+
},
|
3834
|
+
"hostname" : "compute-optimizer.ap-southeast-4.amazonaws.com"
|
3835
|
+
},
|
3811
3836
|
"ca-central-1" : {
|
3812
3837
|
"credentialScope" : {
|
3813
3838
|
"region" : "ca-central-1"
|
@@ -3820,6 +3845,12 @@
|
|
3820
3845
|
},
|
3821
3846
|
"hostname" : "compute-optimizer.eu-central-1.amazonaws.com"
|
3822
3847
|
},
|
3848
|
+
"eu-central-2" : {
|
3849
|
+
"credentialScope" : {
|
3850
|
+
"region" : "eu-central-2"
|
3851
|
+
},
|
3852
|
+
"hostname" : "compute-optimizer.eu-central-2.amazonaws.com"
|
3853
|
+
},
|
3823
3854
|
"eu-north-1" : {
|
3824
3855
|
"credentialScope" : {
|
3825
3856
|
"region" : "eu-north-1"
|
@@ -3832,6 +3863,12 @@
|
|
3832
3863
|
},
|
3833
3864
|
"hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
|
3834
3865
|
},
|
3866
|
+
"eu-south-2" : {
|
3867
|
+
"credentialScope" : {
|
3868
|
+
"region" : "eu-south-2"
|
3869
|
+
},
|
3870
|
+
"hostname" : "compute-optimizer.eu-south-2.amazonaws.com"
|
3871
|
+
},
|
3835
3872
|
"eu-west-1" : {
|
3836
3873
|
"credentialScope" : {
|
3837
3874
|
"region" : "eu-west-1"
|
@@ -3850,6 +3887,18 @@
|
|
3850
3887
|
},
|
3851
3888
|
"hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
|
3852
3889
|
},
|
3890
|
+
"il-central-1" : {
|
3891
|
+
"credentialScope" : {
|
3892
|
+
"region" : "il-central-1"
|
3893
|
+
},
|
3894
|
+
"hostname" : "compute-optimizer.il-central-1.amazonaws.com"
|
3895
|
+
},
|
3896
|
+
"me-central-1" : {
|
3897
|
+
"credentialScope" : {
|
3898
|
+
"region" : "me-central-1"
|
3899
|
+
},
|
3900
|
+
"hostname" : "compute-optimizer.me-central-1.amazonaws.com"
|
3901
|
+
},
|
3853
3902
|
"me-south-1" : {
|
3854
3903
|
"credentialScope" : {
|
3855
3904
|
"region" : "me-south-1"
|
@@ -20591,8 +20640,32 @@
|
|
20591
20640
|
},
|
20592
20641
|
"appconfigdata" : {
|
20593
20642
|
"endpoints" : {
|
20594
|
-
"us-gov-east-1" : {
|
20595
|
-
|
20643
|
+
"fips-us-gov-east-1" : {
|
20644
|
+
"credentialScope" : {
|
20645
|
+
"region" : "us-gov-east-1"
|
20646
|
+
},
|
20647
|
+
"deprecated" : true,
|
20648
|
+
"hostname" : "appconfigdata.us-gov-east-1.amazonaws.com"
|
20649
|
+
},
|
20650
|
+
"fips-us-gov-west-1" : {
|
20651
|
+
"credentialScope" : {
|
20652
|
+
"region" : "us-gov-west-1"
|
20653
|
+
},
|
20654
|
+
"deprecated" : true,
|
20655
|
+
"hostname" : "appconfigdata.us-gov-west-1.amazonaws.com"
|
20656
|
+
},
|
20657
|
+
"us-gov-east-1" : {
|
20658
|
+
"variants" : [ {
|
20659
|
+
"hostname" : "appconfigdata.us-gov-east-1.amazonaws.com",
|
20660
|
+
"tags" : [ "fips" ]
|
20661
|
+
} ]
|
20662
|
+
},
|
20663
|
+
"us-gov-west-1" : {
|
20664
|
+
"variants" : [ {
|
20665
|
+
"hostname" : "appconfigdata.us-gov-west-1.amazonaws.com",
|
20666
|
+
"tags" : [ "fips" ]
|
20667
|
+
} ]
|
20668
|
+
}
|
20596
20669
|
}
|
20597
20670
|
},
|
20598
20671
|
"application-autoscaling" : {
|
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.850.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-11-
|
11
|
+
date: 2023-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|