aws-partitions 1.1095.0 → 1.1097.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 +24 -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: c8f7136d8b19a6caa32766dfb0707831e3e8e9471f409e81ce33baffb923eaaa
|
4
|
+
data.tar.gz: d3188fd11218a739d242fecdda408bc9854a4a9933523ff063fe323da5e8ccde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 151f62d439845f59b915237ee0f905b637869011f213611216f7d328d2ec2a8cbaca7405a223a9cd5daaf45bb415ce2cf4e1fba38c4d948058c06bc981616e7c
|
7
|
+
data.tar.gz: 616a93c1f2d6fc02eeacabf1168f7d7ad7e58df2557567c68eceeb57d829fd59b917c5ff024b6a8341a8cd10eac93da7ebd31ef7872c87ee583f3c58c69250de
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1097.0 (2025-05-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1096.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1095.0 (2025-04-30)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1097.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" ]
|
@@ -21418,6 +21419,7 @@
|
|
21418
21419
|
"ap-southeast-2" : { },
|
21419
21420
|
"ap-southeast-3" : { },
|
21420
21421
|
"ap-southeast-4" : { },
|
21422
|
+
"ap-southeast-5" : { },
|
21421
21423
|
"ap-southeast-7" : { },
|
21422
21424
|
"ca-central-1" : { },
|
21423
21425
|
"ca-west-1" : { },
|
@@ -30309,6 +30311,12 @@
|
|
30309
30311
|
"isRegionalized" : false,
|
30310
30312
|
"partitionEndpoint" : "aws-cn-global"
|
30311
30313
|
},
|
30314
|
+
"route53profiles" : {
|
30315
|
+
"endpoints" : {
|
30316
|
+
"cn-north-1" : { },
|
30317
|
+
"cn-northwest-1" : { }
|
30318
|
+
}
|
30319
|
+
},
|
30312
30320
|
"route53resolver" : {
|
30313
30321
|
"defaults" : {
|
30314
30322
|
"protocols" : [ "https" ]
|
@@ -37430,6 +37438,12 @@
|
|
37430
37438
|
}
|
37431
37439
|
}
|
37432
37440
|
},
|
37441
|
+
"securityhub" : {
|
37442
|
+
"endpoints" : {
|
37443
|
+
"us-iso-east-1" : { },
|
37444
|
+
"us-iso-west-1" : { }
|
37445
|
+
}
|
37446
|
+
},
|
37433
37447
|
"servicediscovery" : {
|
37434
37448
|
"endpoints" : {
|
37435
37449
|
"us-iso-east-1" : { },
|
@@ -38045,6 +38059,11 @@
|
|
38045
38059
|
"us-isob-east-1" : { }
|
38046
38060
|
}
|
38047
38061
|
},
|
38062
|
+
"guardduty" : {
|
38063
|
+
"endpoints" : {
|
38064
|
+
"us-isob-east-1" : { }
|
38065
|
+
}
|
38066
|
+
},
|
38048
38067
|
"health" : {
|
38049
38068
|
"endpoints" : {
|
38050
38069
|
"us-isob-east-1" : { }
|
@@ -38170,6 +38189,11 @@
|
|
38170
38189
|
"us-isob-east-1" : { }
|
38171
38190
|
}
|
38172
38191
|
},
|
38192
|
+
"pi" : {
|
38193
|
+
"endpoints" : {
|
38194
|
+
"us-isob-east-1" : { }
|
38195
|
+
}
|
38196
|
+
},
|
38173
38197
|
"ram" : {
|
38174
38198
|
"endpoints" : {
|
38175
38199
|
"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.1097.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: []
|