aws-partitions 1.754.0 → 1.756.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +30 -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: 02c4a04bb8912b8f67ca087d991c55fb3796560e13a64f1a1557b02ad6482005
|
|
4
|
+
data.tar.gz: 8ff851a6fa1c3780ebc361ab47aba509d1815177cbde0fba2ed859fd28c8a175
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99f68ac2dd9c3b0743cd03c566ea727dc56b3a89c60c1413d3ab2e1d811052e55488a3717813555031ab4a89ba1a801f1d072ba52ca46ab494dfb9b85080b63f
|
|
7
|
+
data.tar.gz: aca756bae77c82bcdb0d2621162c0272b71196dfb1678139d1ba1ac14bd57e1169bb6faafd551f0d8cb519d94c96a43770c972d3aaabe113dd4e94b12d68aba0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.756.0 (2023-04-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.755.0 (2023-04-26)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::OSIS`.
|
|
13
|
+
|
|
4
14
|
1.754.0 (2023-04-25)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.756.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" : { },
|
|
@@ -23042,6 +23062,11 @@
|
|
|
23042
23062
|
"us-iso-west-1" : { }
|
|
23043
23063
|
}
|
|
23044
23064
|
},
|
|
23065
|
+
"athena" : {
|
|
23066
|
+
"endpoints" : {
|
|
23067
|
+
"us-iso-east-1" : { }
|
|
23068
|
+
}
|
|
23069
|
+
},
|
|
23045
23070
|
"autoscaling" : {
|
|
23046
23071
|
"endpoints" : {
|
|
23047
23072
|
"us-iso-east-1" : {
|
|
@@ -23878,6 +23903,11 @@
|
|
|
23878
23903
|
"us-isob-east-1" : { }
|
|
23879
23904
|
}
|
|
23880
23905
|
},
|
|
23906
|
+
"secretsmanager" : {
|
|
23907
|
+
"endpoints" : {
|
|
23908
|
+
"us-isob-east-1" : { }
|
|
23909
|
+
}
|
|
23910
|
+
},
|
|
23881
23911
|
"snowball" : {
|
|
23882
23912
|
"endpoints" : {
|
|
23883
23913
|
"us-isob-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.756.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-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|