aws-partitions 1.1058.0 → 1.1068.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 +50 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +2 -0
- data/partitions.json +1328 -141
- 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: 1867ae3f6f70790b9d45dd045d5cd61ce15f8d471e4cab6e9104a52b6f32f649
|
4
|
+
data.tar.gz: 47c0845a6b958dcdb61bc75f3c0baa86e7f47b164af06540f2112948681842f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42dc538e04b169fe1fa14f184c4d7a758c08b52a39fe9f849732294c3267d8678bc0bf3f4e0fa4974bec1d2bc092837160af19af352df422c84a0e377da43cae
|
7
|
+
data.tar.gz: cd3bfe19f137af63eb64ef124184bce295c0b31d42b5da2c37b0f708887cca3dce66bf9209f38e54479acd56c9c9fb3538b374478abb5eeccf92728b185992d0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,56 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1068.0 (2025-03-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1067.0 (2025-03-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1066.0 (2025-03-13)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1065.0 (2025-03-11)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1064.0 (2025-03-10)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1063.0 (2025-03-07)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1062.0 (2025-03-06)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.1061.0 (2025-03-05)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Added support for enumerating regions for `Aws::GameLiftStreams`.
|
43
|
+
|
44
|
+
1.1060.0 (2025-03-04)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Added support for enumerating regions for `Aws::IoTManagedIntegrations`.
|
48
|
+
|
49
|
+
1.1059.0 (2025-03-03)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
53
|
+
|
4
54
|
1.1058.0 (2025-02-28)
|
5
55
|
------------------
|
6
56
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1068.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -403,6 +403,7 @@ module Aws
|
|
403
403
|
'FraudDetector' => 'frauddetector',
|
404
404
|
'FreeTier' => 'freetier',
|
405
405
|
'GameLift' => 'gamelift',
|
406
|
+
'GameLiftStreams' => 'gameliftstreams',
|
406
407
|
'GeoMaps' => 'geo-maps',
|
407
408
|
'GeoPlaces' => 'geo-places',
|
408
409
|
'GeoRoutes' => 'geo-routes',
|
@@ -435,6 +436,7 @@ module Aws
|
|
435
436
|
'IoTFleetHub' => 'api.fleethub.iot',
|
436
437
|
'IoTFleetWise' => 'iotfleetwise',
|
437
438
|
'IoTJobsDataPlane' => 'data.jobs.iot',
|
439
|
+
'IoTManagedIntegrations' => 'api.iotmanagedintegrations',
|
438
440
|
'IoTSecureTunneling' => 'api.tunneling.iot',
|
439
441
|
'IoTSiteWise' => 'iotsitewise',
|
440
442
|
'IoTThingsGraph' => 'iotthingsgraph',
|