aws-partitions 1.754.0 → 1.755.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +20 -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: e20780f43909b1147ef148a1aaa2b1407db8d87454d7081c564da7478556c60e
|
|
4
|
+
data.tar.gz: 87ea0390560b82104a62d63dd19bad625453a77426e3fda9e1b8cdf5b2a158c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f71d357a5a532848c738d657511ac2b8227a4e5f2bdefc9ad65aed21d938767ae13ccec5c6467d05dba285598d0a394f4b061deaa7c3dcd275db21360952b415
|
|
7
|
+
data.tar.gz: '084cfae44adc9575e707d2a1124ecba68504926a272748d26733936354073532bee0c19a093e5e0a5b1ce6ccd6e1472455f8e29ea4d84f70a351af1659ff6760'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.755.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -11278,6 +11278,20 @@
|
|
|
11278
11278
|
"isRegionalized" : false,
|
|
11279
11279
|
"partitionEndpoint" : "aws-global"
|
|
11280
11280
|
},
|
|
11281
|
+
"osis" : {
|
|
11282
|
+
"endpoints" : {
|
|
11283
|
+
"ap-northeast-1" : { },
|
|
11284
|
+
"ap-southeast-1" : { },
|
|
11285
|
+
"ap-southeast-2" : { },
|
|
11286
|
+
"eu-central-1" : { },
|
|
11287
|
+
"eu-west-1" : { },
|
|
11288
|
+
"eu-west-2" : { },
|
|
11289
|
+
"us-east-1" : { },
|
|
11290
|
+
"us-east-2" : { },
|
|
11291
|
+
"us-west-1" : { },
|
|
11292
|
+
"us-west-2" : { }
|
|
11293
|
+
}
|
|
11294
|
+
},
|
|
11281
11295
|
"outposts" : {
|
|
11282
11296
|
"endpoints" : {
|
|
11283
11297
|
"af-south-1" : { },
|
|
@@ -18193,6 +18207,12 @@
|
|
|
18193
18207
|
"cn-northwest-1" : { }
|
|
18194
18208
|
}
|
|
18195
18209
|
},
|
|
18210
|
+
"license-manager-linux-subscriptions" : {
|
|
18211
|
+
"endpoints" : {
|
|
18212
|
+
"cn-north-1" : { },
|
|
18213
|
+
"cn-northwest-1" : { }
|
|
18214
|
+
}
|
|
18215
|
+
},
|
|
18196
18216
|
"logs" : {
|
|
18197
18217
|
"endpoints" : {
|
|
18198
18218
|
"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.755.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-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|