aws-partitions 1.576.0 → 1.577.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 +19 -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: 7a790e27e1b9e53ef8ce44fc77db1ce138803d3d5410f90dff8f90e4d9eb3403
|
|
4
|
+
data.tar.gz: 6e71325d2687fb51ecf8f0cdd34c2840e10d74f9187a42c63a9da7e03c2ed6aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23963dea829ce2f2d95037eec8ca71b196fd4cec8876533edf52a66a8cf58c2bad2640b58130e437071683ef0c6cf11bacff4ba35745e273b55cb20737d5c2e6
|
|
7
|
+
data.tar.gz: 7fd36b2bfb31022f39f4ed9399690955544e388042d8c9241ad0d53d1318cf5301140f42e32ccc1ed4bd4988c0446b085b80620f7781e9f7ca40ff6b914b5e22
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.577.0
|
data/partitions.json
CHANGED
|
@@ -11181,6 +11181,20 @@
|
|
|
11181
11181
|
}
|
|
11182
11182
|
}
|
|
11183
11183
|
},
|
|
11184
|
+
"sms-voice" : {
|
|
11185
|
+
"endpoints" : {
|
|
11186
|
+
"ap-northeast-1" : { },
|
|
11187
|
+
"ap-south-1" : { },
|
|
11188
|
+
"ap-southeast-1" : { },
|
|
11189
|
+
"ap-southeast-2" : { },
|
|
11190
|
+
"ca-central-1" : { },
|
|
11191
|
+
"eu-central-1" : { },
|
|
11192
|
+
"eu-west-1" : { },
|
|
11193
|
+
"eu-west-2" : { },
|
|
11194
|
+
"us-east-1" : { },
|
|
11195
|
+
"us-west-2" : { }
|
|
11196
|
+
}
|
|
11197
|
+
},
|
|
11184
11198
|
"snowball" : {
|
|
11185
11199
|
"endpoints" : {
|
|
11186
11200
|
"af-south-1" : { },
|
|
@@ -17145,6 +17159,11 @@
|
|
|
17145
17159
|
}
|
|
17146
17160
|
}
|
|
17147
17161
|
},
|
|
17162
|
+
"sms-voice" : {
|
|
17163
|
+
"endpoints" : {
|
|
17164
|
+
"us-gov-west-1" : { }
|
|
17165
|
+
}
|
|
17166
|
+
},
|
|
17148
17167
|
"snowball" : {
|
|
17149
17168
|
"endpoints" : {
|
|
17150
17169
|
"fips-us-gov-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.577.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: 2022-04-
|
|
11
|
+
date: 2022-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|