aws-partitions 1.489.0 → 1.492.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 +15 -0
- data/VERSION +1 -1
- data/partitions.json +69 -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: 04bce2b7cdd2b9c0fdcc91c7deb5e91d11cc520e3d8fae3db8e36c78f1f91ce4
|
|
4
|
+
data.tar.gz: a67ac5ab8ced7fbeeace0f6cf67844b8ce2edcf29cfd59bc96b77699b5097385
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8221fe6e4b20d586dcef0085e3deda7c903d58b56b8689111aecae74778edec46d852d9fde9f7be3a36851eb697e152a82c8a499f639ed9deca0bcf0d4a528f9
|
|
7
|
+
data.tar.gz: cc673f83500729ae30c5b82c14493528c4a786fda2a31325c45e60b12b2c711f819b030372c5bf2c42b443634ca98c31b77cef402d9c41058c69c2b033939b79
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.492.0 (2021-08-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.491.0 (2021-08-25)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.490.0 (2021-08-23)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
4
19
|
1.489.0 (2021-08-19)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.492.0
|
data/partitions.json
CHANGED
|
@@ -830,6 +830,18 @@
|
|
|
830
830
|
"us-west-2" : { }
|
|
831
831
|
}
|
|
832
832
|
},
|
|
833
|
+
"aps" : {
|
|
834
|
+
"defaults" : {
|
|
835
|
+
"protocols" : [ "https" ]
|
|
836
|
+
},
|
|
837
|
+
"endpoints" : {
|
|
838
|
+
"eu-central-1" : { },
|
|
839
|
+
"eu-west-1" : { },
|
|
840
|
+
"us-east-1" : { },
|
|
841
|
+
"us-east-2" : { },
|
|
842
|
+
"us-west-2" : { }
|
|
843
|
+
}
|
|
844
|
+
},
|
|
833
845
|
"athena" : {
|
|
834
846
|
"endpoints" : {
|
|
835
847
|
"af-south-1" : { },
|
|
@@ -3784,6 +3796,36 @@
|
|
|
3784
3796
|
"eu-west-1" : { },
|
|
3785
3797
|
"eu-west-2" : { },
|
|
3786
3798
|
"eu-west-3" : { },
|
|
3799
|
+
"fips-ca-central-1" : {
|
|
3800
|
+
"credentialScope" : {
|
|
3801
|
+
"region" : "ca-central-1"
|
|
3802
|
+
},
|
|
3803
|
+
"hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com"
|
|
3804
|
+
},
|
|
3805
|
+
"fips-us-east-1" : {
|
|
3806
|
+
"credentialScope" : {
|
|
3807
|
+
"region" : "us-east-1"
|
|
3808
|
+
},
|
|
3809
|
+
"hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com"
|
|
3810
|
+
},
|
|
3811
|
+
"fips-us-east-2" : {
|
|
3812
|
+
"credentialScope" : {
|
|
3813
|
+
"region" : "us-east-2"
|
|
3814
|
+
},
|
|
3815
|
+
"hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com"
|
|
3816
|
+
},
|
|
3817
|
+
"fips-us-west-1" : {
|
|
3818
|
+
"credentialScope" : {
|
|
3819
|
+
"region" : "us-west-1"
|
|
3820
|
+
},
|
|
3821
|
+
"hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com"
|
|
3822
|
+
},
|
|
3823
|
+
"fips-us-west-2" : {
|
|
3824
|
+
"credentialScope" : {
|
|
3825
|
+
"region" : "us-west-2"
|
|
3826
|
+
},
|
|
3827
|
+
"hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com"
|
|
3828
|
+
},
|
|
3787
3829
|
"me-south-1" : { },
|
|
3788
3830
|
"sa-east-1" : { },
|
|
3789
3831
|
"us-east-1" : { },
|
|
@@ -7808,6 +7850,12 @@
|
|
|
7808
7850
|
"cn-northwest-1" : { }
|
|
7809
7851
|
}
|
|
7810
7852
|
},
|
|
7853
|
+
"emr-containers" : {
|
|
7854
|
+
"endpoints" : {
|
|
7855
|
+
"cn-north-1" : { },
|
|
7856
|
+
"cn-northwest-1" : { }
|
|
7857
|
+
}
|
|
7858
|
+
},
|
|
7811
7859
|
"es" : {
|
|
7812
7860
|
"endpoints" : {
|
|
7813
7861
|
"cn-north-1" : { },
|
|
@@ -7826,6 +7874,15 @@
|
|
|
7826
7874
|
"cn-northwest-1" : { }
|
|
7827
7875
|
}
|
|
7828
7876
|
},
|
|
7877
|
+
"fms" : {
|
|
7878
|
+
"defaults" : {
|
|
7879
|
+
"protocols" : [ "https" ]
|
|
7880
|
+
},
|
|
7881
|
+
"endpoints" : {
|
|
7882
|
+
"cn-north-1" : { },
|
|
7883
|
+
"cn-northwest-1" : { }
|
|
7884
|
+
}
|
|
7885
|
+
},
|
|
7829
7886
|
"fsx" : {
|
|
7830
7887
|
"endpoints" : {
|
|
7831
7888
|
"cn-north-1" : { },
|
|
@@ -9297,6 +9354,18 @@
|
|
|
9297
9354
|
},
|
|
9298
9355
|
"iotsecuredtunneling" : {
|
|
9299
9356
|
"endpoints" : {
|
|
9357
|
+
"fips-us-gov-east-1" : {
|
|
9358
|
+
"credentialScope" : {
|
|
9359
|
+
"region" : "us-gov-east-1"
|
|
9360
|
+
},
|
|
9361
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com"
|
|
9362
|
+
},
|
|
9363
|
+
"fips-us-gov-west-1" : {
|
|
9364
|
+
"credentialScope" : {
|
|
9365
|
+
"region" : "us-gov-west-1"
|
|
9366
|
+
},
|
|
9367
|
+
"hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com"
|
|
9368
|
+
},
|
|
9300
9369
|
"us-gov-east-1" : { },
|
|
9301
9370
|
"us-gov-west-1" : { }
|
|
9302
9371
|
}
|
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.492.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-08-
|
|
11
|
+
date: 2021-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|