aws-partitions 1.151.0 → 1.152.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/partitions.json +40 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 127983c9e5b00f03bf663366658da508fdaac668
|
|
4
|
+
data.tar.gz: 70e2d3d6bd1e2ee549f655ea18dc27d50e7a6a87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47f7348ff2e5ff9eef18c72f4ae6b97a37cf583965e5f483045a663d1e90709be72eb500ef5bda0167ef0ed016f0fe5021bf134d4d92fbfcdd47f0acedf42cd1
|
|
7
|
+
data.tar.gz: af32d3cc3977dd599fa842e31cc609df85189bafb10c5cac70286da53d8a3b22f6b171e018b9b39b31466b8d3bfaf0c40c54797045c3c667804e1869dbf62856
|
data/partitions.json
CHANGED
|
@@ -1903,10 +1903,15 @@
|
|
|
1903
1903
|
"region" : "us-east-1"
|
|
1904
1904
|
},
|
|
1905
1905
|
"hostname" : "organizations.us-east-1.amazonaws.com"
|
|
1906
|
+
},
|
|
1907
|
+
"aws-us-gov-global" : {
|
|
1908
|
+
"credentialScope" : {
|
|
1909
|
+
"region" : "us-gov-west-1"
|
|
1910
|
+
},
|
|
1911
|
+
"hostname" : "organizations.us-gov-west-1.amazonaws.com"
|
|
1906
1912
|
}
|
|
1907
1913
|
},
|
|
1908
|
-
"isRegionalized" : false
|
|
1909
|
-
"partitionEndpoint" : "aws-global"
|
|
1914
|
+
"isRegionalized" : false
|
|
1910
1915
|
},
|
|
1911
1916
|
"pinpoint" : {
|
|
1912
1917
|
"defaults" : {
|
|
@@ -3206,6 +3211,11 @@
|
|
|
3206
3211
|
"cn-northwest-1" : { }
|
|
3207
3212
|
}
|
|
3208
3213
|
},
|
|
3214
|
+
"mediaconvert" : {
|
|
3215
|
+
"endpoints" : {
|
|
3216
|
+
"cn-northwest-1" : { }
|
|
3217
|
+
}
|
|
3218
|
+
},
|
|
3209
3219
|
"monitoring" : {
|
|
3210
3220
|
"defaults" : {
|
|
3211
3221
|
"protocols" : [ "http", "https" ]
|
|
@@ -3446,6 +3456,11 @@
|
|
|
3446
3456
|
"us-gov-west-1" : { }
|
|
3447
3457
|
}
|
|
3448
3458
|
},
|
|
3459
|
+
"codecommit" : {
|
|
3460
|
+
"endpoints" : {
|
|
3461
|
+
"us-gov-west-1" : { }
|
|
3462
|
+
}
|
|
3463
|
+
},
|
|
3449
3464
|
"codedeploy" : {
|
|
3450
3465
|
"endpoints" : {
|
|
3451
3466
|
"us-gov-east-1" : { },
|
|
@@ -3666,6 +3681,12 @@
|
|
|
3666
3681
|
"us-gov-west-1" : { }
|
|
3667
3682
|
}
|
|
3668
3683
|
},
|
|
3684
|
+
"license-manager" : {
|
|
3685
|
+
"endpoints" : {
|
|
3686
|
+
"us-gov-east-1" : { },
|
|
3687
|
+
"us-gov-west-1" : { }
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3669
3690
|
"logs" : {
|
|
3670
3691
|
"endpoints" : {
|
|
3671
3692
|
"us-gov-east-1" : { },
|
|
@@ -3693,6 +3714,23 @@
|
|
|
3693
3714
|
"us-gov-west-1" : { }
|
|
3694
3715
|
}
|
|
3695
3716
|
},
|
|
3717
|
+
"organizations" : {
|
|
3718
|
+
"endpoints" : {
|
|
3719
|
+
"aws-global" : {
|
|
3720
|
+
"credentialScope" : {
|
|
3721
|
+
"region" : "us-east-1"
|
|
3722
|
+
},
|
|
3723
|
+
"hostname" : "organizations.us-east-1.amazonaws.com"
|
|
3724
|
+
},
|
|
3725
|
+
"aws-us-gov-global" : {
|
|
3726
|
+
"credentialScope" : {
|
|
3727
|
+
"region" : "us-gov-west-1"
|
|
3728
|
+
},
|
|
3729
|
+
"hostname" : "organizations.us-gov-west-1.amazonaws.com"
|
|
3730
|
+
}
|
|
3731
|
+
},
|
|
3732
|
+
"isRegionalized" : false
|
|
3733
|
+
},
|
|
3696
3734
|
"polly" : {
|
|
3697
3735
|
"endpoints" : {
|
|
3698
3736
|
"us-gov-west-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.152.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: 2019-04-
|
|
11
|
+
date: 2019-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|