aws-partitions 1.616.0 → 1.619.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 +17 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +19 -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: 8d53126533f937cec4edf26b20b6e43e74cd3b7516350ec168a327112b948ae8
|
|
4
|
+
data.tar.gz: 467e800c2eca8bed64da8d8c393ee16a6d9683f2ca42d5469e23a5e0108a3825
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d4eb804646f44146e89ddd2861459acf44bb262b21bba8da0e8e109a54f92d1133f3e96c5fddb101c72caae0500a152bb7d5d06c2c52910c05caddda9494b4c
|
|
7
|
+
data.tar.gz: 0ffdffa6b6d41f852675db4a9df1c548f88f7977a03228b8a098a4b86b07fbfcf839ab5dcdd6655a5070b3110b136d0e38c3fe0b6dfab19b0ced259cc1793678
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.619.0 (2022-08-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.618.0 (2022-08-12)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.617.0 (2022-08-11)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::PrivateNetworks`.
|
|
18
|
+
|
|
19
|
+
* Feature - Added support for enumerating regions for `Aws::BackupStorage`.
|
|
20
|
+
|
|
4
21
|
1.616.0 (2022-08-08)
|
|
5
22
|
------------------
|
|
6
23
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.619.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -255,6 +255,7 @@ module Aws
|
|
|
255
255
|
'AutoScalingPlans' => 'autoscaling-plans',
|
|
256
256
|
'Backup' => 'backup',
|
|
257
257
|
'BackupGateway' => 'backup-gateway',
|
|
258
|
+
'BackupStorage' => 'backupstorage',
|
|
258
259
|
'Batch' => 'batch',
|
|
259
260
|
'BillingConductor' => 'billingconductor',
|
|
260
261
|
'Braket' => 'braket',
|
|
@@ -455,6 +456,7 @@ module Aws
|
|
|
455
456
|
'PinpointSMSVoiceV2' => 'sms-voice',
|
|
456
457
|
'Polly' => 'polly',
|
|
457
458
|
'Pricing' => 'api.pricing',
|
|
459
|
+
'PrivateNetworks' => 'private-networks',
|
|
458
460
|
'PrometheusService' => 'aps',
|
|
459
461
|
'Proton' => 'proton',
|
|
460
462
|
'QLDB' => 'qldb',
|
data/partitions.json
CHANGED
|
@@ -1757,6 +1757,14 @@
|
|
|
1757
1757
|
"us-west-2" : { }
|
|
1758
1758
|
}
|
|
1759
1759
|
},
|
|
1760
|
+
"backupstorage" : {
|
|
1761
|
+
"endpoints" : {
|
|
1762
|
+
"eu-west-1" : { },
|
|
1763
|
+
"us-east-1" : { },
|
|
1764
|
+
"us-east-2" : { },
|
|
1765
|
+
"us-west-2" : { }
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1760
1768
|
"batch" : {
|
|
1761
1769
|
"defaults" : {
|
|
1762
1770
|
"variants" : [ {
|
|
@@ -2133,6 +2141,7 @@
|
|
|
2133
2141
|
"ap-south-1" : { },
|
|
2134
2142
|
"ap-southeast-1" : { },
|
|
2135
2143
|
"ap-southeast-2" : { },
|
|
2144
|
+
"ap-southeast-3" : { },
|
|
2136
2145
|
"ca-central-1" : { },
|
|
2137
2146
|
"eu-central-1" : { },
|
|
2138
2147
|
"eu-north-1" : { },
|
|
@@ -7299,6 +7308,7 @@
|
|
|
7299
7308
|
"ap-south-1" : { },
|
|
7300
7309
|
"ap-southeast-1" : { },
|
|
7301
7310
|
"ap-southeast-2" : { },
|
|
7311
|
+
"ap-southeast-3" : { },
|
|
7302
7312
|
"ca-central-1" : { },
|
|
7303
7313
|
"eu-central-1" : { },
|
|
7304
7314
|
"eu-north-1" : { },
|
|
@@ -14271,7 +14281,10 @@
|
|
|
14271
14281
|
"ap-south-1" : { },
|
|
14272
14282
|
"ap-southeast-1" : { },
|
|
14273
14283
|
"ap-southeast-2" : { },
|
|
14284
|
+
"ca-central-1" : { },
|
|
14285
|
+
"eu-central-1" : { },
|
|
14274
14286
|
"eu-west-1" : { },
|
|
14287
|
+
"eu-west-2" : { },
|
|
14275
14288
|
"us-east-1" : { },
|
|
14276
14289
|
"us-west-2" : { }
|
|
14277
14290
|
}
|
|
@@ -17551,12 +17564,18 @@
|
|
|
17551
17564
|
"variants" : [ {
|
|
17552
17565
|
"hostname" : "lambda-fips.us-gov-east-1.amazonaws.com",
|
|
17553
17566
|
"tags" : [ "fips" ]
|
|
17567
|
+
}, {
|
|
17568
|
+
"hostname" : "lambda.us-gov-east-1.api.aws",
|
|
17569
|
+
"tags" : [ "dualstack" ]
|
|
17554
17570
|
} ]
|
|
17555
17571
|
},
|
|
17556
17572
|
"us-gov-west-1" : {
|
|
17557
17573
|
"variants" : [ {
|
|
17558
17574
|
"hostname" : "lambda-fips.us-gov-west-1.amazonaws.com",
|
|
17559
17575
|
"tags" : [ "fips" ]
|
|
17576
|
+
}, {
|
|
17577
|
+
"hostname" : "lambda.us-gov-west-1.api.aws",
|
|
17578
|
+
"tags" : [ "dualstack" ]
|
|
17560
17579
|
} ]
|
|
17561
17580
|
}
|
|
17562
17581
|
}
|
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.619.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: 2022-08-
|
|
11
|
+
date: 2022-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|