aws-partitions 1.1029.0 → 1.1041.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +60 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +0 -2
- data/partitions-metadata.json +6 -0
- data/partitions.json +985 -292
- 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: 7a8901243baf94496d8cda2857c7081e0176c5c1e885fccc3b9d991a2759e444
|
4
|
+
data.tar.gz: 597de6f3fae0ab4e66ce1657c6ec50035a394d7471215edfe0c71485204154ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fde471da6ee07e692b69197a93883207c47c9a1b01bc7385204574495f37158825e5801bcbdb6c87b5f314ffb5a2f33de8fed07d4ac5faf91e69bb6be1ef4c37
|
7
|
+
data.tar.gz: 02ac640016ef12e2d97722f8ddf7c89a24bc85bdaac7999867f85d1c9a4888a3bd58df5bddc3e9e8dbb4206849f8e9aa79c488b19ecc43c5739e7195985c2e7e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,66 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1041.0 (2025-01-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1040.0 (2025-01-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1039.0 (2025-01-16)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
19
|
+
1.1038.0 (2025-01-15)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
23
|
+
|
24
|
+
1.1037.0 (2025-01-14)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
28
|
+
|
29
|
+
1.1036.0 (2025-01-13)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
33
|
+
|
34
|
+
1.1035.0 (2025-01-10)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
38
|
+
|
39
|
+
1.1034.0 (2025-01-09)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
43
|
+
|
44
|
+
1.1033.0 (2025-01-07)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
48
|
+
|
49
|
+
1.1032.0 (2025-01-06)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
53
|
+
|
54
|
+
1.1031.0 (2025-01-03)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
58
|
+
|
59
|
+
1.1030.0 (2025-01-02)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
63
|
+
|
4
64
|
1.1029.0 (2024-12-26)
|
5
65
|
------------------
|
6
66
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1041.0
|
data/lib/aws-partitions.rb
CHANGED
@@ -429,8 +429,6 @@ module Aws
|
|
429
429
|
'InternetMonitor' => 'internetmonitor',
|
430
430
|
'Invoicing' => 'invoicing',
|
431
431
|
'IoT' => 'iot',
|
432
|
-
'IoT1ClickDevicesService' => 'devices.iot1click',
|
433
|
-
'IoT1ClickProjects' => 'projects.iot1click',
|
434
432
|
'IoTAnalytics' => 'iotanalytics',
|
435
433
|
'IoTDeviceAdvisor' => 'api.iotdeviceadvisor',
|
436
434
|
'IoTEvents' => 'iotevents',
|
data/partitions-metadata.json
CHANGED
@@ -47,6 +47,9 @@
|
|
47
47
|
"ap-southeast-5" : {
|
48
48
|
"description" : "Asia Pacific (Malaysia)"
|
49
49
|
},
|
50
|
+
"ap-southeast-7" : {
|
51
|
+
"description" : "Asia Pacific (Thailand)"
|
52
|
+
},
|
50
53
|
"aws-global" : {
|
51
54
|
"description" : "AWS Standard global region"
|
52
55
|
},
|
@@ -89,6 +92,9 @@
|
|
89
92
|
"me-south-1" : {
|
90
93
|
"description" : "Middle East (Bahrain)"
|
91
94
|
},
|
95
|
+
"mx-central-1" : {
|
96
|
+
"description" : "Mexico (Central)"
|
97
|
+
},
|
92
98
|
"sa-east-1" : {
|
93
99
|
"description" : "South America (Sao Paulo)"
|
94
100
|
},
|