aws-partitions 1.740.0 → 1.741.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +3 -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: 34d057ec5a00323af0a2510fc7f3d20d2feb60fe26057488f9d3c20e36d525b4
|
|
4
|
+
data.tar.gz: 83d5689bc74372066dca16e68a59ee64df111f6ca8807267d0adada71f2f7bba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 346389f4a315700be3c2f94edfea817d0874f9aad11c422d42bcf5636b82da310d7746317d255e6c269d1bdfad88efc9438345fa50a1868cdd4c6ef6e85fbaa9
|
|
7
|
+
data.tar.gz: 9cc1164b7300c8e180c1c4546ae06f61a591b9251df63cbff87b3155bc2b4be4a091598e5804aa47ad6def92dce226f969bdcbf3956d63b297336e8649ca6ef3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.741.0
|
data/partitions.json
CHANGED
|
@@ -3053,6 +3053,7 @@
|
|
|
3053
3053
|
},
|
|
3054
3054
|
"codepipeline" : {
|
|
3055
3055
|
"endpoints" : {
|
|
3056
|
+
"af-south-1" : { },
|
|
3056
3057
|
"ap-east-1" : { },
|
|
3057
3058
|
"ap-northeast-1" : { },
|
|
3058
3059
|
"ap-northeast-2" : { },
|
|
@@ -3066,6 +3067,7 @@
|
|
|
3066
3067
|
} ]
|
|
3067
3068
|
},
|
|
3068
3069
|
"eu-central-1" : { },
|
|
3070
|
+
"eu-central-2" : { },
|
|
3069
3071
|
"eu-north-1" : { },
|
|
3070
3072
|
"eu-south-1" : { },
|
|
3071
3073
|
"eu-west-1" : { },
|
|
@@ -3106,6 +3108,7 @@
|
|
|
3106
3108
|
"deprecated" : true,
|
|
3107
3109
|
"hostname" : "codepipeline-fips.us-west-2.amazonaws.com"
|
|
3108
3110
|
},
|
|
3111
|
+
"me-south-1" : { },
|
|
3109
3112
|
"sa-east-1" : { },
|
|
3110
3113
|
"us-east-1" : {
|
|
3111
3114
|
"variants" : [ {
|
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.741.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-04-
|
|
11
|
+
date: 2023-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|