aws-partitions 1.865.0 → 1.874.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d5464fa01bebcd68effe524d22b17c7e225325519bfd55acf0146e7378ace9a
4
- data.tar.gz: dd7fe67b63f99082b4a00ab37f0d69acb28c9f9a655df21ea1593c5bf46616a6
3
+ metadata.gz: 2a92a32cd075f5db53f6d255df12d08a4529cb341e1fc64361595ef20745df5d
4
+ data.tar.gz: caa090bf62988fd885da73b9903d8c721edcbfe4b7a91c25c7f360ca70c2731a
5
5
  SHA512:
6
- metadata.gz: b6a8ac611e7c2fd47ec579bb08081bd2af1a127c75e01e188e210234b4811f120a4c0e936ed70b24cd4e8239150e9f35b4833db9401e21e8a951cd4c29b01ab7
7
- data.tar.gz: 211ca0ae2786eacb13831ba03c61d1f9c44392583b1e8979d92864561641f4cbac50db52fe082ee7de0c94fba815a55953a48fcd8e6b032b3a00c7590e79439b
6
+ metadata.gz: 9fb39f9eaac3d72d66eb99fd07c01a47767bed0be981980f99857d8c264d58c27a9d65023318a3f8815b173cef6b740c434fcd36dc1e72e7abc910d2f91635b1
7
+ data.tar.gz: 4df9b5a3dd0333f1d0687e30f8bceb720284e9d0bbc068fc95405d86df3b7f383acd804306b693740677bd6132afb2ac8a6b1e226415f40e05f758965934739a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.874.0 (2023-12-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.873.0 (2023-12-22)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::NetworkMonitor`.
13
+
14
+ 1.872.0 (2023-12-21)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.871.0 (2023-12-20)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.870.0 (2023-12-19)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.869.0 (2023-12-18)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.868.0 (2023-12-15)
35
+ ------------------
36
+
37
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
38
+
39
+ 1.867.0 (2023-12-14)
40
+ ------------------
41
+
42
+ * Feature - Added support for enumerating regions for `Aws::NeptuneGraph`.
43
+
44
+ 1.866.0 (2023-12-13)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
4
49
  1.865.0 (2023-12-12)
5
50
  ------------------
6
51
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.865.0
1
+ 1.874.0
@@ -493,9 +493,11 @@ module Aws
493
493
  'MigrationHubStrategyRecommendations' => 'migrationhub-strategy',
494
494
  'Mobile' => 'mobile',
495
495
  'Neptune' => 'rds',
496
+ 'NeptuneGraph' => 'neptune-graph',
496
497
  'Neptunedata' => 'neptune-db',
497
498
  'NetworkFirewall' => 'network-firewall',
498
499
  'NetworkManager' => 'networkmanager',
500
+ 'NetworkMonitor' => 'networkmonitor',
499
501
  'NimbleStudio' => 'nimble',
500
502
  'OAM' => 'oam',
501
503
  'OSIS' => 'osis',
@@ -50,6 +50,9 @@
50
50
  "ca-central-1" : {
51
51
  "description" : "Canada (Central)"
52
52
  },
53
+ "ca-west-1" : {
54
+ "description" : "Canada West (Calgary)"
55
+ },
53
56
  "eu-central-1" : {
54
57
  "description" : "Europe (Frankfurt)"
55
58
  },