aws-partitions 1.864.0 → 1.873.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: 05277c614a3b6b7d8ffc3aa7484058502ebd67613981a14096123a4ac2b0f753
4
- data.tar.gz: 492b4ddf8402a68590f3d3c62405c90608eef2a6a4d695f8f8327d2a8de2f780
3
+ metadata.gz: 3143aeead3d6c350558f5e105ca112d0d95555bd920728967a57db5271b92c91
4
+ data.tar.gz: 81b1ccfc9ac6d8083856a14343cd9592f192829b007d460c491d83cf8a88cfc0
5
5
  SHA512:
6
- metadata.gz: c538812b89a09166b17598aa1b0b63568c405fdc08187692a008ccfc21526e0a8e4c7df9ffc967a2010f9c35cf8fa763d8f666d6568856a2767cc74cc8e54000
7
- data.tar.gz: 14473a1f661cdf9e79fe05c44bf89359cef96ac5bd04b91b176a8fd3265456f386a5931a8d9d5096b9b68cffbb8b8e23d1c09e65f30e93f9a2057206ea89979a
6
+ metadata.gz: c7feff22af92b557b46a3b04cfeb93dab6d6e6391d90227c02d4a314791fc40d583e79702d0047cc0d893babb06b933d0fe810e8213a150d59571e31938992ea
7
+ data.tar.gz: e7b3521da763701645982244a4aff06c7ba482d666cbe1bcbaf041a7f567dd4c0f00a0c593d5b31bae9cc43182c7336130b07785f1a727d50704ed0c260e30f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,51 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.873.0 (2023-12-22)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::NetworkMonitor`.
8
+
9
+ 1.872.0 (2023-12-21)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.871.0 (2023-12-20)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
19
+ 1.870.0 (2023-12-19)
20
+ ------------------
21
+
22
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
23
+
24
+ 1.869.0 (2023-12-18)
25
+ ------------------
26
+
27
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
28
+
29
+ 1.868.0 (2023-12-15)
30
+ ------------------
31
+
32
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
33
+
34
+ 1.867.0 (2023-12-14)
35
+ ------------------
36
+
37
+ * Feature - Added support for enumerating regions for `Aws::NeptuneGraph`.
38
+
39
+ 1.866.0 (2023-12-13)
40
+ ------------------
41
+
42
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
43
+
44
+ 1.865.0 (2023-12-12)
45
+ ------------------
46
+
47
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
48
+
4
49
  1.864.0 (2023-12-07)
5
50
  ------------------
6
51
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.864.0
1
+ 1.873.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
  },