aws-partitions 1.1094.0 → 1.1096.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/partitions.json +13 -0
- metadata +3 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f4800d9b8b7432f615103144cad39e199c1c515736be9668ea48a53cf4de9ed
|
4
|
+
data.tar.gz: 55409be88d4cb730fd3efb3f72de3018a05c09d81d9fa965d5c9cb03bcd920e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 329af89dcbc29608d353249269edfadfae7f33054c1214d49c434f16a579071a8dfe1dfac452c61b6b5232f8456a41c66202f88add0c30987edd5e1c903e8bb6
|
7
|
+
data.tar.gz: 19f0dbc04ea1df10cfc14d781be41f1efe99ab06b834d576e6c7d0473db4a66fa7d4aca1a46a59c4112a362e5bfa93046812b585cb7f4ddb4a7f49fa40f9d11a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1096.0 (2025-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1095.0 (2025-04-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1094.0 (2025-04-29)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1096.0
|
data/partitions.json
CHANGED
@@ -3015,6 +3015,7 @@
|
|
3015
3015
|
"tags" : [ "dualstack" ]
|
3016
3016
|
} ]
|
3017
3017
|
},
|
3018
|
+
"ca-central-1" : { },
|
3018
3019
|
"eu-central-1" : {
|
3019
3020
|
"variants" : [ {
|
3020
3021
|
"tags" : [ "dualstack" ]
|
@@ -20040,6 +20041,7 @@
|
|
20040
20041
|
"ap-northeast-1" : { },
|
20041
20042
|
"ap-northeast-2" : { },
|
20042
20043
|
"ap-south-1" : { },
|
20044
|
+
"ap-south-2" : { },
|
20043
20045
|
"ap-southeast-1" : { },
|
20044
20046
|
"ap-southeast-2" : { },
|
20045
20047
|
"ap-southeast-3" : { },
|
@@ -21417,6 +21419,7 @@
|
|
21417
21419
|
"ap-southeast-2" : { },
|
21418
21420
|
"ap-southeast-3" : { },
|
21419
21421
|
"ap-southeast-4" : { },
|
21422
|
+
"ap-southeast-5" : { },
|
21420
21423
|
"ap-southeast-7" : { },
|
21421
21424
|
"ca-central-1" : { },
|
21422
21425
|
"ca-west-1" : { },
|
@@ -38044,6 +38047,11 @@
|
|
38044
38047
|
"us-isob-east-1" : { }
|
38045
38048
|
}
|
38046
38049
|
},
|
38050
|
+
"guardduty" : {
|
38051
|
+
"endpoints" : {
|
38052
|
+
"us-isob-east-1" : { }
|
38053
|
+
}
|
38054
|
+
},
|
38047
38055
|
"health" : {
|
38048
38056
|
"endpoints" : {
|
38049
38057
|
"us-isob-east-1" : { }
|
@@ -38169,6 +38177,11 @@
|
|
38169
38177
|
"us-isob-east-1" : { }
|
38170
38178
|
}
|
38171
38179
|
},
|
38180
|
+
"pi" : {
|
38181
|
+
"endpoints" : {
|
38182
|
+
"us-isob-east-1" : { }
|
38183
|
+
}
|
38184
|
+
},
|
38172
38185
|
"ram" : {
|
38173
38186
|
"endpoints" : {
|
38174
38187
|
"us-isob-east-1" : { }
|
metadata
CHANGED
@@ -1,17 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1096.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies: []
|
13
12
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
|
-
email:
|
15
13
|
executables: []
|
16
14
|
extensions: []
|
17
15
|
extra_rdoc_files: []
|
@@ -34,7 +32,6 @@ licenses:
|
|
34
32
|
metadata:
|
35
33
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions
|
36
34
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md
|
37
|
-
post_install_message:
|
38
35
|
rdoc_options: []
|
39
36
|
require_paths:
|
40
37
|
- lib
|
@@ -49,8 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
46
|
- !ruby/object:Gem::Version
|
50
47
|
version: '0'
|
51
48
|
requirements: []
|
52
|
-
rubygems_version: 3.
|
53
|
-
signing_key:
|
49
|
+
rubygems_version: 3.6.7
|
54
50
|
specification_version: 4
|
55
51
|
summary: Provides information about AWS partitions, regions, and services.
|
56
52
|
test_files: []
|