aws-partitions 1.488.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +75 -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,26 @@
|
|
|
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
|
+
|
|
19
|
+
1.489.0 (2021-08-19)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Added support for enumerating regions for `Aws::MemoryDB`.
|
|
23
|
+
|
|
4
24
|
1.488.0 (2021-08-16)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.492.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -405,6 +405,7 @@ module Aws
|
|
|
405
405
|
'MediaStore' => 'mediastore',
|
|
406
406
|
'MediaStoreData' => 'data.mediastore',
|
|
407
407
|
'MediaTailor' => 'api.mediatailor',
|
|
408
|
+
'MemoryDB' => 'memory-db',
|
|
408
409
|
'Mgn' => 'mgn',
|
|
409
410
|
'MigrationHub' => 'mgh',
|
|
410
411
|
'MigrationHubConfig' => 'migrationhub-config',
|
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" : { },
|
|
@@ -3683,6 +3695,7 @@
|
|
|
3683
3695
|
"iotanalytics" : {
|
|
3684
3696
|
"endpoints" : {
|
|
3685
3697
|
"ap-northeast-1" : { },
|
|
3698
|
+
"ap-south-1" : { },
|
|
3686
3699
|
"ap-southeast-2" : { },
|
|
3687
3700
|
"eu-central-1" : { },
|
|
3688
3701
|
"eu-west-1" : { },
|
|
@@ -3783,6 +3796,36 @@
|
|
|
3783
3796
|
"eu-west-1" : { },
|
|
3784
3797
|
"eu-west-2" : { },
|
|
3785
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
|
+
},
|
|
3786
3829
|
"me-south-1" : { },
|
|
3787
3830
|
"sa-east-1" : { },
|
|
3788
3831
|
"us-east-1" : { },
|
|
@@ -7807,6 +7850,12 @@
|
|
|
7807
7850
|
"cn-northwest-1" : { }
|
|
7808
7851
|
}
|
|
7809
7852
|
},
|
|
7853
|
+
"emr-containers" : {
|
|
7854
|
+
"endpoints" : {
|
|
7855
|
+
"cn-north-1" : { },
|
|
7856
|
+
"cn-northwest-1" : { }
|
|
7857
|
+
}
|
|
7858
|
+
},
|
|
7810
7859
|
"es" : {
|
|
7811
7860
|
"endpoints" : {
|
|
7812
7861
|
"cn-north-1" : { },
|
|
@@ -7825,6 +7874,15 @@
|
|
|
7825
7874
|
"cn-northwest-1" : { }
|
|
7826
7875
|
}
|
|
7827
7876
|
},
|
|
7877
|
+
"fms" : {
|
|
7878
|
+
"defaults" : {
|
|
7879
|
+
"protocols" : [ "https" ]
|
|
7880
|
+
},
|
|
7881
|
+
"endpoints" : {
|
|
7882
|
+
"cn-north-1" : { },
|
|
7883
|
+
"cn-northwest-1" : { }
|
|
7884
|
+
}
|
|
7885
|
+
},
|
|
7828
7886
|
"fsx" : {
|
|
7829
7887
|
"endpoints" : {
|
|
7830
7888
|
"cn-north-1" : { },
|
|
@@ -9296,6 +9354,18 @@
|
|
|
9296
9354
|
},
|
|
9297
9355
|
"iotsecuredtunneling" : {
|
|
9298
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
|
+
},
|
|
9299
9369
|
"us-gov-east-1" : { },
|
|
9300
9370
|
"us-gov-west-1" : { }
|
|
9301
9371
|
}
|
|
@@ -10454,6 +10524,11 @@
|
|
|
10454
10524
|
"isRegionalized" : false,
|
|
10455
10525
|
"partitionEndpoint" : "aws-iso-global"
|
|
10456
10526
|
},
|
|
10527
|
+
"route53resolver" : {
|
|
10528
|
+
"endpoints" : {
|
|
10529
|
+
"us-iso-east-1" : { }
|
|
10530
|
+
}
|
|
10531
|
+
},
|
|
10457
10532
|
"runtime.sagemaker" : {
|
|
10458
10533
|
"endpoints" : {
|
|
10459
10534
|
"us-iso-east-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.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:
|