aws-partitions 1.328.0 → 1.329.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 +21 -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: eba0f7926dff4e10a3c94c92e0621c052afa6aa3fb7c2ac4e8d024bec3fb8da5
|
|
4
|
+
data.tar.gz: 80a234fccbb572cdef9d4aeac57d3abb332173fbb72ff7e1450370a16b34c960
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 690d15fcfbc5597967d901b987b5fe16fd4011e09952dc354d19cd5a3ff597bbbd455ec97375bec03ec2b6f87f4098531db2fe64750c5ffc0ddb5732be53086c
|
|
7
|
+
data.tar.gz: b0170b77e62bee9e6d0bc5ada83b2a6ce10847df9b50a6e9c364943b78acc862983c1e09410e54c4dc317de488d559ec9966a9d5d7c10cab7a6c524163d87085
|
data/partitions.json
CHANGED
|
@@ -965,6 +965,20 @@
|
|
|
965
965
|
"us-west-2" : { }
|
|
966
966
|
}
|
|
967
967
|
},
|
|
968
|
+
"codeartifact" : {
|
|
969
|
+
"endpoints" : {
|
|
970
|
+
"ap-northeast-1" : { },
|
|
971
|
+
"ap-south-1" : { },
|
|
972
|
+
"ap-southeast-1" : { },
|
|
973
|
+
"ap-southeast-2" : { },
|
|
974
|
+
"eu-central-1" : { },
|
|
975
|
+
"eu-north-1" : { },
|
|
976
|
+
"eu-west-1" : { },
|
|
977
|
+
"us-east-1" : { },
|
|
978
|
+
"us-east-2" : { },
|
|
979
|
+
"us-west-2" : { }
|
|
980
|
+
}
|
|
981
|
+
},
|
|
968
982
|
"codebuild" : {
|
|
969
983
|
"endpoints" : {
|
|
970
984
|
"ap-east-1" : { },
|
|
@@ -2572,6 +2586,7 @@
|
|
|
2572
2586
|
"ap-south-1" : { },
|
|
2573
2587
|
"ap-southeast-1" : { },
|
|
2574
2588
|
"ap-southeast-2" : { },
|
|
2589
|
+
"ca-central-1" : { },
|
|
2575
2590
|
"eu-central-1" : { },
|
|
2576
2591
|
"eu-north-1" : { },
|
|
2577
2592
|
"eu-west-1" : { },
|
|
@@ -6281,6 +6296,12 @@
|
|
|
6281
6296
|
"cn-northwest-1" : { }
|
|
6282
6297
|
}
|
|
6283
6298
|
},
|
|
6299
|
+
"kinesisanalytics" : {
|
|
6300
|
+
"endpoints" : {
|
|
6301
|
+
"cn-north-1" : { },
|
|
6302
|
+
"cn-northwest-1" : { }
|
|
6303
|
+
}
|
|
6304
|
+
},
|
|
6284
6305
|
"kms" : {
|
|
6285
6306
|
"endpoints" : {
|
|
6286
6307
|
"cn-north-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.329.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: 2020-06-
|
|
11
|
+
date: 2020-06-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|