aws-partitions 1.1093.0 → 1.1095.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 +12 -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: 7fa47f72b23fb91432d88667668ef1c53dd5e8d9f700de206d19c6c9c50a269f
|
4
|
+
data.tar.gz: '01178c852047a2c21a5e4ffd4a3709eaf2572a78418d352878f2af62ecc9d207'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a7492fb70051b14af3cbfa9ddf1e67f9f01cc76966f4069ef48b846782e3641dfa91818416ce7e58a154d6a150397c1196db9cb1c155a943fefd43f5cab0f7a
|
7
|
+
data.tar.gz: d38ab1a049a9cb1cf8134e0d7dcc0a0ad872f2cdd89ca1ded57238cbea7affcf3de5a8f47e21db1e421e6bf46e8fd8c34d6aa29e4a3d540cbd6263f22d5150d8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1095.0 (2025-04-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1094.0 (2025-04-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::SSMGuiConnect`.
|
13
|
+
|
4
14
|
1.1093.0 (2025-04-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1095.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
@@ -20040,6 +20040,7 @@
|
|
20040
20040
|
"ap-northeast-1" : { },
|
20041
20041
|
"ap-northeast-2" : { },
|
20042
20042
|
"ap-south-1" : { },
|
20043
|
+
"ap-south-2" : { },
|
20043
20044
|
"ap-southeast-1" : { },
|
20044
20045
|
"ap-southeast-2" : { },
|
20045
20046
|
"ap-southeast-3" : { },
|
@@ -37516,6 +37517,12 @@
|
|
37516
37517
|
}
|
37517
37518
|
}
|
37518
37519
|
},
|
37520
|
+
"storagegateway" : {
|
37521
|
+
"endpoints" : {
|
37522
|
+
"us-iso-east-1" : { },
|
37523
|
+
"us-iso-west-1" : { }
|
37524
|
+
}
|
37525
|
+
},
|
37519
37526
|
"streams.dynamodb" : {
|
37520
37527
|
"defaults" : {
|
37521
37528
|
"credentialScope" : {
|
@@ -37844,6 +37851,11 @@
|
|
37844
37851
|
}
|
37845
37852
|
}
|
37846
37853
|
},
|
37854
|
+
"datasync" : {
|
37855
|
+
"endpoints" : {
|
37856
|
+
"us-isob-east-1" : { }
|
37857
|
+
}
|
37858
|
+
},
|
37847
37859
|
"directconnect" : {
|
37848
37860
|
"endpoints" : {
|
37849
37861
|
"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.1095.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: 2025-04-
|
11
|
+
date: 2025-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|